/* Minification failed. Returning unminified contents.
(4866,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(9299,18): run-time error CSS1030: Expected identifier, found '#formThankyouWYSIWYG'
(9299,38): run-time error CSS1031: Expected selector, found ')'
(9299,38): run-time error CSS1025: Expected comma or open brace, found ')'
(9302,37): run-time error CSS1030: Expected identifier, found '#formThankyouWYSIWYG'
(9302,57): run-time error CSS1031: Expected selector, found ')'
(9302,57): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/***************** COPYRIGHT 2013 - SAFFIRE EVENTS *************/
@font-face {
  font-family: 'FontAwesome';
  src: 	url('fonts/fontawesome-webfont.eot?v=4.6.1');
  src: 	url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'),
  		url('fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'),
  		url('fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'),
  		url('fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'),
  		url('fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa-suitcase:before {
  content: "\f0f2";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-clock:before {
  content: "\f017";
}
.fa-close:before {
  content: "\f05c";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search:before {
  content: "\f002";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-star:before {
  content: "\f005";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-print:before {
  content: "\f02f";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-user:before {
  content: "\f007";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-check:before {
  content: "\f00c";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-angle-left {
  content: "\f104";
}
.fa-angle-right {
  content: "\f105";
}

.fa-suitcase {
	font-size: 17px !important;
	color: #0270ab;
}

.fa-question-circle {

}

a[data-hovertext*="Add To"] .fa-suitcase {
	color: #ccc !important;
	/*text-shadow: 0 0 1px #001f5a  !important;*/
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/****************** PRINT CSS *************/
@media print {
	body {background: white none !important; width: 100%;}
	.nav, .inner_content, .content, .inner_content, .content_events {background: white !important; padding: 0; margin: 0; height: auto;}
	.standardMode .content {padding: 0 !important;}
	.listing {background-color: #ddd !important;}
	.listing_header {color: #000 !important; z-index:60000;}
	.row, .row_alt {background: #eee !important;}
	.nav ul, .banner, .nav_events, .head, #event_subpages, .event_divider, .tabs, .sort, .pagination, .legend, .footer, .divider, .content_bottom, .icons, .buynow, .questionexplanation, .generalmessage, .arrowup, .arrowdown {display: none !important;}
	.printitle h1, .printtitle h1 {display: block !important; padding: 0px; margin: 0px; clear: both !important;}
	.section, .section {width: 100% !important;}
	.logo, .eventslogo {display: block !important; position: static !Important; clear: both; float: left; min-width: 150px; margin: 0 auto 25px 0;}
	.events {clear:both;}
	.socialNetworks, #google_translate_element, .header {display: none;}
	body, .wrapper, .content {
		max-width: 100%;
	}
}

.pdfPage,
.pdfPage a,
.pdfPage div,
.pdfPage a.button,
.pdfPage p,
.pdfPage span,
.pdfPage .customFontClass {
	color:#000 !important;
	background: #fff !important;
	-webkit-filter:none !important;
	        filter:none !important;
}

.customFontClass {
	font-family: 'Open Sans', 'open_sansregular';
}

.pdfPage {
    font: 16px Helvetica,Arial,sans-serif;
    height: 880px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
}

.printtitle {
	display: none;
}

/************* GENERAL *****************/
html {
	width:100%;
}

body {
	font-size:100%;
	margin:0;
	min-height:0 !important;
}

.wrapper {
	z-index: 2;
}

.select {
	max-width: 98%;
}

.bold {
	font-weight: bold;
}

.italic {
    font-style: italic;
}

.small,
.error.small {
	font-size:0.9em;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

a img {
	border:none;
	outline:none;
}

.viewcart a[data-itemcount="0"]{
	cursor: default;
}

.imagebacker,
.eventdetailPhoto .feature {
	display:block;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-webkit-box-pack:center;
	        justify-content:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-webkit-box-align:center;
	        align-items:center;
	-ms-flex-direction: row;
	-ms-flex-pack: center;
	-ms-flex-line-pack: stretch;
	-ms-flex-align: center;
}

.photoGalleryPageImageGallery .imagebacker,
.photoGalleryStandardDetailPageImageGallery .imagebacker,
.dynamicImageGridGalleryPics .imagebacker,
.resultsPhotosGallery .imagebacker,
.photoGalleryEventsByCategoryDetailPageImageGallery .imagebacker {
	min-width: 150px;
	min-height: 150px;
	height: 150px;
}

.textMediaPhotoCaption > span, .dynamicSponsorCaption > span {
	display: inline-block;
}

.photoGalleryPageImageGallery img.imagebacker {
	max-width: 150px;
	max-height: 150px;
}

.imageGalleryViewItem {
	float:left;
	margin: 10px 0;
	list-style-type:none;
}

ul.imageGallery,
.imageGallery {
	padding:0;
	width: 100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.imageGallery > li {
	list-style-type: none;
}

.textGalleryTextContainer li {
	list-style-position: inside;
}

.sponsorPageImage {
	width:145px;
	height: 145px;
}

.photoLeft .textMediaMedia {
    float: left;
    margin-right: 1em;
}

.photoRight .textMediaMedia {
    float: right;
    margin-left: 1em;
}

.photoCenter .textMediaMedia {
    margin: 0 auto 12px;
    text-align: center;
}

.photoCenter .textMediaMediaContainer {
    margin: 0 auto;
    max-width: none;
    text-align: center;
    width: 96%;
}

.photoCenter .textMediaMediaContainer img {
	display: inline-block;
	max-width: 100%;
}

.ui-widget-overlay {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 11000;
}

.ui-dialog {
	z-index: 11000;
	border: none !important;
	outline: none !important;
	position: fixed;
	left: 0 !important;
	right: 0;
	margin: auto;
	max-width: 100%;
}

.ui-dialog .ui-dialog-titlebar button {
	display:none;
}

.dialogPhotoGallery,
.dialogMediaGallery {
    height: 600px !important;
    width: 800px !important;
	overflow: none;
	position: relative;
}

.havePhotoCloneContainer {
	margin-top: 8px;
}

@media screen and (max-width: 1024px) {
	.isResponsive #dynamicModal,
	.isResponsive .modal.nested {
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch !important;
	}
}

@media screen and (max-width: 990px){
	.isResponsive .eventdetailPhoto .feature {
		min-width: 0;
		width: calc(70% - 10px);
		min-width: 0;
		min-height: 0;
	}

	.isResponsive.saffireMobileSize .eventdetailPhoto.textGallerySinglePhotoContainer .feature {
		width: 100%;
	}
  /* .isResponsive.saffireMobileSize .eventdetailPhoto.textGallerySinglePhotoContainer.autoFormat .feature {
    pa
  } */

	.isResponsive .eventdetailPhoto .feature a {
		width: 100%;
	}

	.isResponsive .eventdetailPhoto .feature img {
		max-width: 100%;
		height: auto;
		min-width: 0;
		min-height: 0;
	}
	.isResponsive .eventdetailPhoto .thumbnails {
		width: 30%;
	}

	.isResponsive .eventdetailPhoto {
		width: 100%;
	}

	.isResponsive .eventdetailPhoto .feature {
		margin: 0 auto;
	}
}

@media screen and (max-width: 800px){
	select:hover,
	textarea:hover,
	input:hover { /* this would be for iOS */
		/*font-size: 16px !important;
		line-height: 1em !important;*/
  }
  @media screen and (max-width: 800px) {
      .listingItem select:active, 
      .listingItem input:active,
      .listingItem textarea:active {
        font-size: 16px;
      }
   }
	.isResponsive .listingItemName input.textbox,
	.isResponsive .listingItemTime input.textbox,
	.isResponsive .listingItemCost input.textbox,
	.isResponsive .listingItemDate input.textbox {
		width: 67px !important;
		font-size: 1em !important;
	}
	.isResponsive .ui-dialog {
		max-width: 100%;
	}

	.isResponsive .dialogMediaGallery td .button,
	.isResponsive .dialogMediaGallery td.shareThisToolbox {
		display: none !important;
	}
	.isResponsive .dialogPhotoGallery,
	.isResponsive .dialogMediaGallery {
	    border: medium none !important;
	    height: auto !important;
	    max-width: 100%;
	    padding: 0 !important;
	    width: 100% !important;
	}
	.isResponsive .dialogPhotoGallery img,
	.isResponsive .dialogMediaGallery img {
	    max-width: 100% !important;
	}
	.isResponsive .dialogPhotoGallery table,
	.isResponsive .dialogMediaGallery table {
	    max-width: 100% !important;
	}

	.isResponsive .dialogPhotoGallery table,
	.isResponsive .dialogMediaGallery table,
	.isResponsive .dialogPhotoGallery tbody,
	.isResponsive .dialogMediaGallery tbody,
	.isResponsive .dialogPhotoGallery tr,
	.isResponsive .dialogMediaGallery tr,
	.isResponsive .dialogPhotoGallery td,
	.isResponsive .dialogMediaGallery td {
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-align: center;
	}

	.isResponsive .mypickAddedMessage {
		width: 200px;
		height: 25px;
		background: #FFF url(../images/bar-loader.gif) no-repeat center;
		overflow: hidden;
		line-height: 100em;
		border: solid 1px black;
		padding: 10px;
		position: absolute;
		z-index: 2;
		text-align: center;
	}

	.isResponsive .dialogPhotoGallery td,
	.isResponsive .dialogMediaGallery td {
		height: auto !important;
	}
	.isResponsive .leftArrow.photo-arrow,
	.isResponsive .left.photo-arrow {
		position: absolute;
		width: 8%;
		height: 100%;
		top: 0;
		left: 0;
		background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(40%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)));
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
		background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)),color-stop(40%, rgba(0,0,0,1)),to(rgba(0,0,0,0)));
		background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	}
	.isResponsive .rightArrow.photo-arrow,
	.isResponsive .right.photo-arrow {
		position: absolute;
		width: 8%;
		height: 100%;
		top: 0;
		right: 0;
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
		background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
		background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
		background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)),color-stop(60%, rgba(0,0,0,1)),to(rgba(0,0,0,1)));
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
	}
	.isResponsive .dialogMediaGallery .galleryTitle,
	.isResponsive .caption, .isResponsive .dialogMediaGallery .galleryTitle {
	    margin: 2px auto 0;
	    width: 84%;
	}
	.isResponsive .arrowLeft,
	.isResponsive .arrowRight {
		left: 0;
	    margin: auto;
	    position: absolute !important;
	    right: 0;
	}
	.isResponsive .pastpresident .imageGalleryViewItem, .isResponsive .modal .photo {
		max-width: 100% !important;
		margin-top: 2em;
	}

	.isResponsive .modal iframe {
		width: 1px;
		min-width: 100%;
	}
	body.modalBody.isResponsive {
		min-width: 0;
	}
	.isResponsive.modalBody .left_col {
		width: auto;
	}
	.isResponsive .photo-arrow, .photoArrow {
		margin-top: 0 !important;
	}

	.isResponsive .modal_close,
	.isResponsive .dialogPhotoGallery .modalClose {
		position: fixed;
		right: 2%;
		top: 1.3em;
		z-index: 2147483647;
	}

	.isResponsive.modalBody .column {
	    float: none !important;
	}

    .isResponsive .eventEntryItem {
        clear:both;
        margin: 1em;
    }
    .isResponsive #eventEntryModal {
        padding: 0 9px;
    }
    .isResponsive .eventModalEntry input.textbox {
        min-width: 0;
        width: 100%;
        max-width: 95%;
    }
    .isResponsive .eventEntryFields,
    .isResponsive .eventEntryFields.eventEntryNextDates.eventEntryItem {
        margin-left: 1em;
    }
    .isResponsive .eventEntryItem .eventEntryFields,
    .isResponsive .timeOutterContainer {
        margin-left: 0;
    }
    .isResponsive .datesAdderBtn {
        margin-top: 1em;
    }
}

.button.closeTab{
	display: none;
}

.isTab .button.closeTab{
	display: block;
}

.isTab .button.closeModal{
	display: none;
}

.modalBody .dialogPhotoGallery {
    height: 375px !important;
    width: 500px !important;
    text-align: center;
}

.dialogPhotoGallery.modal,
.dialogMediaGallery.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.dialogPhotoGallery.modal .galleryImg > a,
.dialogMediaGallery.modal .galleryImg > a {
  max-width: 760px;
  display: block;
}
.dialogPhotoGallery img,
.dialogMediaGallery img {
    max-height: 460px;
    max-width: 100%;
}

.dialogPhotoGallery .button.linkMore,
.dialogMediaGallery .button.linkMore,
.dialogPhotoGallery .button.linkEmail,
.dialogMediaGallery .button.linkEmail {
    margin-top: 8px;
}

.dialogPhotoGallery .modalClose {
	right:5px;
	top:5px;
}

.ui-autocomplete {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #9B9B9B;
    font: 11px Arial,Verdana,sans-serif;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: 10000000 !important;
	white-space:nowrap;
	width: 115px !important;
}

.content .ui-autocomplete {
	width: 179px !important;
}

.ui-helper-hidden-accessible {
	display:none !important;
}

.ui-autocomplete li {
    padding: 0;
}

.ui-autocomplete li a {
    color: #9B9B9B;
    display: block;
    padding: 3px 8px;
    text-decoration: none;
    width: auto;
}

.ui-autocomplete li a:hover {
    cursor: pointer;
}

.ui-autocomplete li:hover a,
a#ui-active-menuitem {
    background: none repeat scroll 0 0 #F3F3F3;
    color: #717171;
}

ul, menu, dir {
    -moz-padding-start: 40px;
    display: block;
    list-style-type: disc;
    margin: 1em 0;
}

/* body:not(.homepage) ul.swiper-wrapper,
body:not(.homepage) ul.swiper-wrapper li {
	-webkit-padding-start: 0 !important;
	-moz-padding-start: 0 !important;
	padding: 0 !important;
} */

/* body:not(.homepage) .swiper-slide img,
  body:not(.homepage) .swiper-slide div:not(.imageGridInformationClicker) {
	max-width: 100% !important;
	height: auto;
	width: 100%;
} */

#modals {
    position: relative;
    z-index: 2147483647 !important;
}

.textbox.zip {
	width:5em;
    min-width: 70px! important;
}

.column {
	margin:0 1%;
	float:left;
}

.column1 {
	width:43%;
	min-height:1px;
}

.column2 {
	width:49%;
	float: right;
}

.photoLeft .column1 {
	width: auto;
}

.photoRight .column2 {
	width: auto;
}

.photoRight .textMediaText,
.photoLeft .textMediaText {
	display: inline;
	width: auto;
}

.textMediaText ol,
.textMediaText ul {
	overflow: hidden; /* this is a fix for floated items and ul bullets for IE */
}

.cartViewVertical .description {
	position: relative;
	width:196px;
}

.checkoutReviewReviewYourOrder {
	min-width:54%;
}

.processingOrderContainer {
    text-align: right;
}

/*
a.removeButton {
	bottom: 25px;
	position: absolute;
	right: 0;
}

a.updateButton {
	margin-top: 0.4em;
}
*/

#soundClipContainer {
	position:fixed;
	opacity: 0 !important;
	height: 0;
}

.freeFormTextBoxNotification {
	z-index: 2;
}

.frameContent .header {
    display:none;
}

.frameContent .footer {
    display:none;
}

.frameContent .wrapper {
    width:auto;
}

#screen {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	z-index:2147483647;
}

#loadingImage {
	width:150px;/* Don't change this if you want the image to center properly */
	height:60px;
	position:absolute;
	background-image:url("../images/3.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
}

.buyNowButtonContainer {
    display:inline;
    float: left;
}
.scheduleDescriptionHover .buyNowButtonContainer {
  float: right;
}

.buyNowButtonContainer::after {
  content: '';
  display: table;
  clear: both;
}
.buyNowButtonContainer .clear {
  clear: none;
  display: none;
}

/****************** BUTTONS ***************/
.button,
.listing .arrowup,
.listing .arrowup_on,
.listing .arrowdown,
.listing .arrowdown_on {
	display:inline-block;
}

.button {
	cursor: pointer;
}

.button.disabled {
	pointer-events: none;
	opacity: 0.6;
}

.button.buttonSmall {
	font-size:0.8em;
}

.mypickButton .buttonSmall {
	white-space:nowrap;
}

input.button {
	border:none;
}

/******************* TOOL TIPS *****************/
.hoverTrigger {
	position:relative;
}

.hoverContent {
	position:absolute;
	display:none;
	z-index:500;
}

.hoverTrigger:focus .hoverContent,
.hoverTrigger:hover .hoverContent {
	display:block;
}

/*********** HOMEPAGE TABS ********************/
.homepageTabsSubmenu,
.nav .items,
.nav .subitems {
	display:none;
	position:absolute;
}

.homepageTabs li ul {
	z-index:10;
}

.tabs > ul.homepageTabs > li {
	float: left;
}

/************* OTHER TABS ******************/
.tabs ul,
.tabs li {
	list-style-type:none;
	padding:0;
	margin:0;
}

.tabs > ul > li {
	display: inline-block;
}

.tabs li a {
	display:inline-block;
}

/**************** NAV MENU *******************/
.navDummyLink, .navClonedItem {
	display: none;
}

.nav .groups .group {
	position:relative;
}
.nav .items,
.nav .subitems {
	list-style-type: none;
	position: absolute;
	display: none;
	z-index: 500;
}

.nav .item {
	position: relative;
}

.homepageTabs li:hover .homepageTabsSubmenu {
	display:block;
}

/* Nav Hover Events */
.nav .items .item[aria-expanded="true"] > .subitems,
.nav .items .item:hover > .subitems {
	display: inline;
	position: absolute;
}

.nav .group.nav-hover .items,
.nav .group[aria-expanded="true"] .items,
.nav .group:hover .items {
	display:block;
}

/**************** NAV MY ACCOUNT MENU *******************/

.myAccountNavButton { position: relative; }
.myAccountNavButton .myAccountSubNav { display: none;}
.myAccountNavButton:hover .myAccountSubNav {
    display: block;
    position: absolute;
    top: 98%;
    left: 0;
    background: #004EA3;
    padding-top: 0;
    padding-bottom: 0;
}

.myAccountNavButton .myAccountSubNav .item {
     padding: 0;
     margin: 0;
     line-height: 13px;
     text-decoration: none;
     text-transform: capitalize;
     width: 180px;
}

myAccountNavButton .myAccountSubNav .item a {
     text-transform: uppercase;
     padding: 8px 10px;
     font: 11px Arial, Helvetica, sans-serif;
}

.myAccountButton-wrapper {
     display: none;    
}

.myAccountButton-wrapper .fixedAccountLinks {
     display: none !important;
     position: fixed;
     bottom: 0;
     right: 73px;
     width: 32px;
     height: 33px;
     padding: 0;    
}
    
.myAccountButton-wrapper .fixedAccountLinks > div {
     position: absolute;
     display: none;
     bottom: 0;
     white-space: nowrap;
     padding: 5px;
     right: 0;
     background-color: inherit;    
}
    
.myAccountButton-wrapper .fixedAccountLinks:hover > div {
    display: block;
}

/*************** HEADER ITEMS *********************/
#customLogo {
	display:block;
}

#headerEmail .textbox {
    background-image:url("../images/lock.gif") !important;
	background-repeat:no-repeat;
    padding-right: 16px;
}

.cartMenu {
	display: none;
	z-index: 1000 !important;
}


/******************* MODALS ****************/
.modal {
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.modal iframe {
    margin-top: 0px;
    max-height: 97%;
    /*position: absolute;*/
}

.modal .galleryImg iframe {
	position: static;
}

.modalBody .border {
	padding: 0 10px;
}

.hoverArrowUp {
	border-color:transparent transparent #313131;
	border-style:solid;
	border-width:5px;
	display:inline-block;
	height:0;
	left:8px;
	position:absolute;
	top:-10px;
	width:0;
}

/***************************** EVENT LISTING PAGE ***************************/
.filter-group {
  margin-bottom: 10px;
  position: relative;
}
.filter-group label {
  cursor: pointer;
}

.filter-group input[type="text"],
.filter-group .filter-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 27px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #757575;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  color: #666;
  font: 14px Arial;
}

.filter-group #currentEventFilter.filter-control,
.filter-group #selectedDate.filter-control {
  padding: 2px 30px 1px 10px;
}

.filter-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
}


.filter-group input[type="checkbox"]:checked ~ .scroll-panel {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 9;
}
.customFieldFilter-categories .filter-group input[type="checkbox"]:checked ~ .scroll-panel,
.customFieldFilter-tags .filter-group input[type="checkbox"]:checked ~ .scroll-panel {
  height: auto;
}



.filter-group input[type="checkbox"]:checked ~ label .filter-control {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding-right: 30px;
}

.horizontal-filter .customFieldFilter-categories.item-selected .filter-group label .filter-control,
.horizontal-filter .customFieldFilter-tags.item-selected .filter-group label .filter-control {
  padding-right: 30px;
}

.filter-group input[type="checkbox"]:checked ~ .input-icon .fa::before {
  content: '\f00d';
}

.filter-group input[type="checkbox"]:checked ~ .scroll-panel ul {
  position: relative;
}
.customFieldFilter-categories .filter-group input[type="checkbox"]:checked ~ .scroll-panel ul,
.customFieldFilter-tags .filter-group input[type="checkbox"]:checked ~ .scroll-panel ul {
  display: block;
}


.horizontal-filter .customFieldFilter.item-selected .filter-group .input-icon .fa::before,
.horizontal-filter .customFieldFilter-categories.item-selected .filter-group .input-icon .fa::before,
.customFieldFilter-tags.item-selected .filter-group .input-icon .fa::before {
  content: '\f00d';
}

.customFieldFilter.item-selected .filter-group span.filter-control {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 75px;
  max-width: 300px;
}
.horizontal-filter .customFieldFilter.item-selected .filter-group span.filter-control {
  padding-right: 35px;
}
.horizontal-filter .eventCol1.calendarControlsOpen .customFieldFilter.item-selected .filter-group span.filter-control {
  max-width: 100%;
}
.customFieldFilter.item-selected .filter-group span.filter-control:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 35px;
  height: 20px;
  z-index: 0;
  background: #fff;
}

.saffireLargeSize .horizontal-filter #tbx_eventSearch {
  max-width: 85px;
  padding-right: 30px;
  margin-right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.saffireLargeSize .horizontal-filter #tbx_eventSearch:focus {
  max-width: 175px !important;
  width: 175px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.saffireLargeSize .horizontal-filter #hlnk_eventSearch {
  right: 10px;
}

.scroll-panel ul {
  display: block;
  max-width: 100%;
  max-height: 35vh;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.customFieldFilter .scroll-panel ul {
  margin-top: 26px;
}
.customFieldFilter .scroll-panel li:first-child {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 214px;
}
.customFieldFilter .scroll-panel li:first-child:hover {
  background-color: #cbdfe2;
}
.customFieldFilter .scroll-panel li.item-selected {
  background-color: #cbdfe2;
}


ul.filter-list {
  padding: 0;
}

.filter-list li {
  text-transform: uppercase;
  padding: 3px 0 3px 29px;
  list-style-type: none;
  list-style-image: none;
  background-repeat: no-repeat;
  /*margin-bottom: 6px;*/
  position: relative;
}

.filter-list>li.allEvents {
  padding-left: 0;
}

.filter-list>li.allEvents a,
.filter-list .allTags a {
  padding: 2px 8px 2px 20px;
  line-height: 1.5;
}

.scroll-panel {
  width: 100%;
  padding: 0 4px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #757575;
  border-radius: 0 0 4px 4px;
  border-top: none;
  position: absolute;
  top: 101%;
  left: 0;
  background: #fff;
  z-index: 5;
  overflow: hidden;
  list-style-type: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.horizontal-filter .scroll-panel {
  border-radius: 0 4px 4px 4px;
}
.horizontal-filter .calendarControlsOpen .scroll-panel {
  border-radius: 0 0 4px 4px;
}

.eventCategory:not(.allEvents) > a {
	padding: 2px 8px;
  line-height: 1.5;
}

ul.eventFilterSubcategory {
  padding-left: 20px;
}

.input-icon {
  position: absolute;
  right: 12px;
  top: 4px;
  cursor: pointer;
}


.galleryViewItem {
	position:relative;
}

.eventCol1 {
  float: left;
  width: 26%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-right: 15px;
}

.eventCol1 a {
  text-decoration: none;
}

.eventCol2 {
  float:left;
  width:74%;
  position:relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#eventScheduleContent .dayContainer {
    margin-bottom:10px;
}

.saffireLargeSize .horizontal-filter #eventScheduleContent.galleryView .dayContainer .dayContainerItems {
  width: 850px;
  max-width: 100%;
  margin: auto;
}

.singleDaySliderPrev,
.singleDaySliderNext,
#singleDayContainer {
	display: none;
}

.dateDisplayBar {
   height: 18px;
    margin-bottom: 4px;
    padding: 8px 0 8px 8px;
    width: 99%;
}

#eventScheduleContent .timeContainer {
    width:10%;
    min-width: 65px;
    float:left;
	text-align:left;
	margin:8px 1% 0 0;
}

#eventScheduleContent .itemsContainer {
    width:86%;
    float:left;
}
@media screen and (max-width: 599px) {
  #eventScheduleContent .itemsContainer {
    width: 75%;
  }
}

#eventScheduleContent .itemContainer {
    float:left;
    padding:5px 10px;
    margin:2px;
}

#eventScheduleContent.listView .itemContainer {
    min-height: 23px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#eventScheduleContent.listView .galleryItemsContainer > a,
#eventScheduleContent.listView .itemContainer > a {
  display: inline-block;
  vertical-align: top;
}

#eventScheduleContent .itemContainer .eventExternalLink {
    margin-left:5px;
}

#eventScheduleContent .itemContainer .eventScheduleOurPickIcon {
	height:13px;
	width:13px;
	margin-right:5px;
}

.eventScheduleHoverOurPickIcon {
	margin-left: 0;
	margin-right: 5px;
}

#eventScheduleLoading {
    display:block;
    width:100%;
    height:25px;
    text-align:center;
}

#eventScheduleLoading img {
	height:21px;
}

.viewContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 11px;
}
.saffireMobileSize .viewContainer {
  display: none;
}
.viewMode {
  cursor: pointer;
  height: 24px;
  padding-top: 4px;
  text-align: left;
}

.viewText {
  margin-right: 6px;
  line-height: 22px;
}

.galleryViewItem {
    float:left;
}

.divGalleryViewMode {
	background:url("/images/view-grid.png") no-repeat center;
	/*background-position: 5px 7px;*/
}

.divListViewMode {
	background:url("/images/view-list.png") no-repeat center;
}

.divExpandedViewMode {
  background: url("/images/view-expanded.png") no-repeat center;
	/*background-position: 5px 7px;*/
}

.divCalendarViewMode {
  background: url("/images/view-calendar.png") no-repeat center;
}

.divMapViewMode {
  background: url("/images/view-map.png") no-repeat center;
}

.itemDetailContainer {
    background-color:#fff;
    width: 650px;
    height:40px;
    position:absolute;
    left:15px;
	overflow:hidden;
	z-index:2147483646;
    padding-left: 10px;
    padding-top: 10px;
}

.saffireLargeSize .horizontal-filter .itemDetailContainer {
  left: 60px;
  width: 850px;
}
@media screen and (max-width: 1000px) {
  .saffireLargeSize .horizontal-filter .itemDetailContainer {
    width: 87%;
  }
}

#itemDetailContainer.mapView {
    width:435px;
    min-height: 40px;
    max-height: 170px;
}

.itemDetailIframe {
  height: 100%;
  width: 100%;
  -webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

.eventScheduleDetailModal.modalBody form {
  margin-bottom: 0;
}

#mapView {
  height: 84vw;
  max-height: 400px;
  width: 100%;
}

.mapPinColor1 {
    display: none !important;
}

.mapPinColor2 {
    display: none !important;
}

.addEvents {
  margin-top: 5px;
}
.plannerActions {
  margin-bottom: 10px;
}

.eventCol1 #scroll-pane, .scroll-pane {
  background-color:#fff;
  display: inline;
  float: left;
  height: 800px;
  overflow: hidden;
  position: absolute;
  width: 100%;
	top:-1000000px;
	left:0;
	z-index:3;
}

.eventCol1 .scroll-content-item {
    background-color: #FCFCFC;
    border: 1px solid gray;
    color: #003366;
    display: inline;
    float: left;
    font-size: 3em;
    height: 100px;
    line-height: 96px;
    margin: 10px;
    text-align: center;
    width: 92%;
}

.keywordSearch {
	background: url(/images/event-calendar.png) no-repeat scroll 95% 5px #FFFFFF;
  padding: 4px 10px;
  width: 207px;
	height:19px;
	position:absolute;
	top:62px;
	left:1px;
	margin-top:4px;
	z-index:800;
}

.eventCol1 .filter {
  position:relative;
  width: 100%;
  margin-top: 10px;
  max-width: 100%;
}
.eventCol1 .filter input.textbox {
  border:1px solid #757575;
  margin-top:3px;
  color:#757575;
  background: #fff;
  font:14px Arial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width:100%;
  height: 32px;
  border-radius:8px;
  padding: 2px 37px 1px 10px;
}
.eventCol1 .filter .search-icon {
  height:16px;
  width:16px;
  padding:2px 12px;
  display:block;
  border:none;
  position:absolute;
  right:0;
  top:8px;
  z-index:750;
}
.keywordSearch.keywordSearchBorder {
	left:0;
	top:61px;
}

.currentlyViewingDate {
	background: url(/images/event-calendar.png) no-repeat scroll 97% 5px #FFFFFF;
  padding: 4px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	height:32px;
	position:relative;
	top:0;
	left:0;
	margin-top:10px;
	z-index:800;
}

.currentlyViewingDate.currentlyViewingDateBorder {
	left:0;
	top:0;
}

#eventDateList, .scroll-panel li {
	list-style-type:none;
	color:#215c9d;
	font-size:14px;
}

#eventDateList li a {
  padding: 4px 0;
}

#eventDateList li:hover {
	cursor:pointer;
}

#eventFilterOptions{
	display:none;
}

#searchEventsInput {
	background: url(/images/event-search.png) no-repeat scroll 95% 5px #FFFFFF;
    padding: 4px 10px;
    width: 207px;
	height:19px;
	margin-top:4px;
	outline:none;
}

.printEvent {
	display:none;
	float:right;
	position:relative;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	right:10px;
	z-index:1000000;
	top: 4px;
	line-height: 13px;
}

.calendarView .printEvent {
	z-index: auto;
	position: absolute;
	right: 13px;
	top: 12px;
  padding: 6px;
}

.dayContainer:focus-within .printEvent,
.dayContainer:hover .printEvent {
	display:block;
}

.printHover {
	display:none;
	white-space:nowrap;
	color:#666;
	position:absolute;
	top:97%;
	right:0;
}

.printArrow{
	background: url("/images/callout-arrow.png") no-repeat scroll right top transparent;
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    z-index: 10000;
}

.printHoverContent {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #A6A6A6;
    border-radius: 8px 8px 8px 8px;
    padding: 9px;
    position: relative;
    right: -5px;
    top: 21px;
}

.printHoverContent a {
	text-decoration:none;
	color:#000 !important;
  padding: .5em;
}

.printHoverContent a:hover {
	text-decoration:underline;
	cursor:pointer;
}


.printEvent:hover .printHover {
	display:block;
}

#searchEventsInput {
	margin-top:53px;
}

#eventFilterList,
.scroll-panel ul {
	padding:0;
	/*margin-top:10px;*/
	color:#225d9e;
}

#eventFilterList ul.eventFilterSubcategory {
	margin-top:6px;
}

#eventFilterList li {
  padding: 4px 12px 4px 12px;
}

.scroll-panel li {
	background-repeat:no-repeat;
	margin-bottom:0;
  padding-left: 12px;
}


.customFieldFilter .scroll-panel li {
  padding-left: 16px;
}
.customFieldFilter .scroll-panel li:first-child {
  padding-left: 6px;
}

.scroll-panel li:hover {
	cursor:pointer;
}
.scroll-panel li.hasSubcategories:hover {
	background: none;
}
.horizontal-filter .scroll-panel li.eventSubCategory:hover,
.horizontal-filter .scroll-panel li.hasSubcategories:hover > a {
  background: #cbdfe2;
}


.scroll-panel > li {
	padding-left:29px;
	list-style-type:none;
	list-style-image:none;
	position:relative;
	padding-bottom:1px;
}

.scroll-panel > li.allEvents {
	padding-left:0;
}

.scroll-panel > li.allEvents a {
	padding-left:20px;
}
/*
a.clickEventUpload,
.eventCol1 .plannerButton {
	margin-left: 20px;
}*/

.eventCol1 #eventFilterList .plannerButton {
	margin-left: 0;
}

.eventCol1 #eventFilters .plannerButton a {
  background: #FFF;
  color: #0270ab;
  border-radius: 6px;
  display: block;
  padding: 6px 0 5px 10px;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#eventFilters {
	margin-top: 10px;
}

.businessEventListingLeft #eventFilters {
	top: 0;
}

li.filterBy {
	background: url(/images/event-fan-pick.png) 9px 7px #fff;
	position:relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	padding-top:6px;
	padding-bottom:6px !important;
	z-index:750;
}

#eventFilterOptions {
	position:absolute;
	width: 100%;
	z-index:5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	padding-left:0 !important;
	padding-top:8px !important;
	left:0;
	list-style-type:none;
	top:18px;
	padding-bottom:8px !important;
}

#eventFilterOptions>li {
	margin-bottom:0;
	padding:3px 0 3px 25px;
}

li.byLocation {
	background-image:url(/images/event-location.png);
}

li.allEvents {
	background-position:left 2px;
}

.filter-list .eventSubCategory {
  line-height: 12px;
  list-style-type: square;
	padding:2px 0;
}

.eventFilterSubcategory {
    margin: 4px 0 7px;
	display:none;
}

.eventCol1 .ui-slider-vertical {
	width: .8em;
	height: 100px;
	position:absolute;
	top:32px;
	right:6px;
}

.content .eventCol1 .ui-widget-content {
	background:transparent;
	width:1px;
}

.eventCol1 .dateSelectionContainer .ui-widget-content {
	width:100%;
}

.ui-slider-handle {
  width:12px;
	display:inline-block;
	-webkit-border-radius: 7px / 4px;
	-moz-border-radius: 7px / 4px;
	border-radius: 7px / 4px;
}

.saffireMusicTracker .ui-slider-handle {
  position: relative;
  top: -7px;
  height: 10px;
}

.eventCol1 .ui-slider-handle {
	height:64px;
	margin-top:-32px;
}

.eventCol1 .ui-widget-header {
	width:1px;
}

.eventCol1 .dateSelectionContainer .ui-widget-header {
	width:auto;
}

.eventCol1 #sliderContainer {
	background: none repeat scroll 0 0 transparent;
    height: 240px;
    position: absolute;
    right: 16px;
    top: 27px;
    width: 1px;
}

span.eventCategory {
	display:block;
	width:12px;
	height:12px;
	position:absolute;
  left: 7px;
  top: 9px;
}

li.allEvents {
	margin-top:10px;
}

.dayContainer .itemsContainer .itemContainer {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
	min-height:20px;
}

.itemsContainer>a {
	text-decoration:none !important;
}

.eventItemPricingOptions {
	float: right;
	margin-bottom: 4px;
}

.eventItemPricingOptions .freeFormTextBoxNotification {
	left:auto !important;
	right: 0;
	white-space: nowrap;
}

.eventCategory.selectedEventItem>a {
	width:100%;
	display:block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.eventSubCategory.selectedEventItem {
	width:100%;
	/*display:block;*/
}

.selectedEventItem .eventFilterSubcategory {
	display:block !important;
}

.calloutArrow,
.calloutArrowGallery {
	width:26px;
	height:13px;
	display:none;
	position:absolute;
	bottom:-2px;
	left:40%;
	background:url(/images/callout-arrow.png) no-repeat;
	z-index:2147483647;
}
.expandedView .calloutArrow,
.expandedView .calloutArrowGallery {
	bottom:10px;
}
.galleryView .calloutArrow,
.galleryView .calloutArrowGallery {
	bottom:-10px;
}
.calendarView table .calloutArrow,
.calendarView table .calloutArrowGallery {
	bottom:-10px;
}
.calendarView .calloutArrow,
.calendarView .calloutArrowGallery {
	bottom:-10px;
}
.listView .calloutArrow {
  bottom: -16px;
}
.businessListingPage .listView .calloutArrowGallery {
	bottom:-2px;
}
.businessListingPage .expandedView .calloutArrow,
.businessListingPage .expandedView .calloutArrowGallery {
	bottom:-1px;
}

.galleryLeft .calloutArrowGallery {
	left:50%;
}

.galleryRight .calloutArrowGallery {
	left:10%;
}

.galleryItem {
    margin-bottom: 13px;
}

#sliderUpArrow {
	background: url("/images/slider-arrow-up.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 25px;
}

#sliderDownArrow {
	background: url("/images/slider-arrow-down.png") no-repeat scroll center center transparent;
    bottom: 9px;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 5px;
    width: 25px;
}

.galleryViewName {
    position: absolute;
    width: 92%;
    height: auto;
    bottom: 0;
    left: 0;
	padding:2px 4% 3px;
	max-height:4.8em;
	overflow:hidden;
	text-align:center;
	line-height: normal;
}

.eventGalleryLink {
	display:none;
	width:164px;
	height:164px;
	position:absolute;
	left:0;
	top:0;
	z-index:3000;
	background:url(/images/blank.gif) repeat;
}

.galleryViewItem:hover .eventGalleryLink {
	display:block !important;
}

.dateDisplay {
	visibility:hidden;
}

.expandedView .galleryItem {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 3px 3px 3px #565656;
            box-shadow: 3px 3px 3px #565656;
    margin-left: 2%;
    width: 95%;
	position:relative;
}
.expandedViewEventNameDescription {
	min-height:110px;
	width:72%;
	font-size:12px;
}
.expandedViewEventName {
	color: #000;
    display: block;
    font-size: 13px;
    padding-top: 12px;
	font-weight:bold;
}
.addthis_toolbox a.expandedViewEmailLink {
	background:url("../images/email.jpg") no-repeat scroll center center transparent;
	width:16px;
	height:12px;
	display:inline-block;
	top:2px;
	position: relative;
	float:left;
}
.expandedView .addthis_toolbox>img {
	float:none;
	cursor: pointer;
}
.expandedView .addthis_toolbox {
	border: 1px solid #E2E2E2;
    margin-right: 10px;
    margin-top: 8px;
    padding: 5px;
    float: right;
}

.dateDisplay_disabled {
	opacity:0.4;
}

.dateSelectionClear {
	padding:0 !important;
	width:100%;
}

.datePickerContainerContainer {
	width:179px;
	float:left;
	z-index:751;
	position:relative;
}

.viewContainer.col-1-layout {
  display: none;
}

.filter-by,
.plannerButton,
.saffireLargeSize .horizontal-filter .filter-category,
.saffireLargeSize .horizontal-filter .filter-tags {
  position: relative;
  height: 32px;
  width: 100%;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}
.saffireLargeSize .horizontal-filter .filter-category,
.saffireLargeSize .horizontal-filter .filter-tags {
  position: absolute;
}

.saffireLargeSize .horizontal-filter .custom-fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.saffireLargeSize .horizontal-filter .custom-fields > div{
  margin-right: 10px;
}

.filter-category .input-icon,
.filter-tags .input-icon {
  display: none;
}
.saffireLargeSize .horizontal-filter .filter-category .input-icon,
.saffireLargeSize .horizontal-filter .filter-tags .input-icon {
  display: block;
}

.currentlyViewingDate label,
.filter-by label,
.saffireLargeSize .horizontal-filter .filter-category label,
.saffireLargeSize .horizontal-filter .filter-tags label {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
.currentlyViewingDate label span,
.filter-by label span,
.saffireLargeSize .horizontal-filter .filter-category label span,
.saffireLargeSize .horizontal-filter .filter-tags label span {
  position: absolute;
  top: 50%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 63%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filter-category label span,
.filter-tags label span {
  display: none;
}

#filter-toggle,
#date-toggle,
#filter-category,
#filter-tags {
  position: absolute;
  opacity: 0;
  height: 0;
}

#filter-toggle:checked + #eventFilterOptions,
#date-toggle:checked + #scroll-pane,
#filter-category:checked + .filter-list,
#filter-tags:checked + .filter-list {
  display: block;
}
#filter-category:checked + .filter-list,
#filter-tags:checked + .filter-list {
  background: #fff;
  margin-top: -15px;
  width: 215px;
}
#filter-category:checked + .filter-list {
  margin-top: 2px;
  padding-top: 1px;
}

#filter-category:checked + .filter-list .allEvents,
#filter-tags:checked + .filter-list .allTags {
  background: none;
  margin-top: 10px !important;
}

#filter-category:checked + .filter-list .allEvents a,
#filter-tags:checked + .filter-list .allTags a {
  background: none;
  padding: 5px 0 0 0;
}

#filter-toggle:checked ~ .input-icon .fa::before,
#date-toggle:checked ~ .input-icon .fa::before,
#filter-tags:checked ~ .input-icon .fa::before,
#filter-category:checked ~ .input-icon .fa::before {
  content: '\f00d';
}

#date-toggle:checked ~ .currentlyViewingDate {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


/* horizontal-filterd view (one column filter bar) */

.saffireLargeSize .horizontal-filter .filter-list  {
  display: none;
}
.saffireLargeSize .horizontal-filter .filter-category,
.saffireLargeSize .horizontal-filter .filter-tags {
  z-index: 1;
}

.saffireLargeSize .horizontal-filter .filter-list .allTags.selectedEventItem.listingTag {
  padding-left: 0;
}

.saffireLargeSize .horizontal-filter .filter-category .eventFilterSubcategory {
  padding-left: 16px;
  display: block !important;
  list-style-position: outside;
}
/*.saffireLargeSize .horizontal-filter .filter-category .eventFilterSubcategory li a{
  padding-left: 10px;
}*/

/*.saffireLargeSize .horizontal-filter .filter-tags .eventTags.hasSubcategories:after,
.saffireLargeSize .horizontal-filter .filter-category .eventCategory.hasSubcategories:after {
  content: "+";
  display: block;
  position: absolute;
  top: 2px;
  right: 10px;
}
.saffireLargeSize .horizontal-filter .filter-tags .eventTags.hasSubcategories.clickedEventCategory:after,
.saffireLargeSize .horizontal-filter .filter-category .eventCategory.hasSubcategories.clickedEventCategory:after {
  content: "-";
  display: block;
  position: absolute;
  top: 2px;
  right: 10px;
}*/
.saffireLargeSize .horizontal-filter .allTags,
.saffireLargeSize .horizontal-filter .allEvents {
  margin-top: 0 !important;
}


.saffireLargeSize .horizontal-filter .filter-category .filter-list>li {
  padding-left: 30px;
}
.saffireLargeSize .horizontal-filter .filter-category .filter-list {
  /*padding-top: 10px;*/
}

.saffireLargeSize .horizontal-filter span.eventCategory {
  top: 5px;
  left: 10px;
}
.saffireLargeSize .horizontal-filter li.listingTag.allTags,
.saffireLargeSize .horizontal-filter li.eventCategory.allEvents {
  padding-left: 10px;
}

.saffireLargeSize .horizontal-filter li.listingTag.allTags a,
.saffireLargeSize .horizontal-filter li.eventCategory.allEvents a {
  padding-left: 0;
}
.saffireLargeSize .horizontal-filter li.listingTag.clickedEventCategory a,
.saffireLargeSize .horizontal-filter li.eventCategory.clickedEventCategory a {
  padding-left: 10px;
}
.saffireLargeSize .horizontal-filter li.listingTag .hasSubcategories ul,
.saffireLargeSize .horizontal-filter li.eventCategory .hasSubcategories ul {
  display: block;
}


.saffireLargeSize .horizontal-filter .eventCol1,
.saffireLargeSize .horizontal-filter .eventCol2 {
  float: none;
  width: 100%;
}

.saffireLargeSize .horizontal-filter .eventCol1 {
  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;
  margin-bottom: 25px;
  padding-right: 0;
  padding-left: 10px;
}
.saffireLargeSize .horizontal-filter .eventCol1 .filter-items {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.saffireLargeSize .horizontal-filter .fb-page.fb_iframe_widget,
.saffireLargeSize .horizontal-filter .fb-page {
  display: none;
}

.saffireLargeSize .horizontal-filter .col-2-layout {
  display: none;
}

.saffireLargeSize .horizontal-filter .col-1-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}

.saffireLargeSize .horizontal-filter .eventCol1 .filter-items > div,
.saffireLargeSize .horizontal-filter .eventCol1 input.textbox,
.saffireLargeSize .horizontal-filter #eventFilters,
.saffireLargeSize .horizontal-filter #eventFilters ul {
  margin-right: 10px;
}

.saffireLargeSize .horizontal-filter .eventCol1 .clickEventUpload {
  background: none !important;
  height: 27px;
  padding: 0;
  display: block;
  margin: 0;
  line-height: 27px;
  font-size: 12px;
}


.saffireLargeSize .horizontal-filter #eventFilterOptions {
  width: 160px;
}
.saffireLargeSize .horizontal-filter .scroll-panel {
  min-width: 225px;
  border-top-left-radius: 0;
}
.saffireLargeSize .horizontal-filter .eventCol1 .plannerButton {
  width: auto;
}
.saffireLargeSize .horizontal-filter .eventCol1 .plannerButton a {
  padding: 6px 10px 4px 12px;
}

.saffireLargeSize .horizontal-filter .itinerary {
  display: none;
}
.saffireLargeSize .horizontal-filter .eventCol1 .filter {
  width: auto;
}
.saffireLargeSize .horizontal-filter .eventCol1 .filter input.textbox {
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saffireLargeSize .horizontal-filter.large-search .eventCol1 .filter input.textbox {
  width: 407px;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saffireLargeSize .horizontal-filter.large-search .filter-by,
.saffireLargeSize .horizontal-filter.large-search .filer-date-range,
.saffireLargeSize .horizontal-filter.large-search .filter-category,
.saffireLargeSize .horizontal-filter.large-search .filter-tags,
.saffireLargeSize .horizontal-filter.large-search .clickEventUpload,
.saffireLargeSize .horizontal-filter.large-search .currentlyViewingDate {
  width: 0;
  opacity: 0;
  overflow: hidden;
}

/*flex orders*/
.saffireLargeSize .horizontal-filter .eventCol1 .filter {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.saffireLargeSize .horizontal-filter .eventCol1 .currentlyViewingDate {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.saffireLargeSize .horizontal-filter .eventCol1 .filter-by {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.saffireLargeSize .horizontal-filter .eventCol1 .filter-category {
  /*-webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;*/
}
.saffireLargeSize .horizontal-filter .eventCol1 .filter-tags {
  /*-webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;*/
}
.saffireLargeSize .horizontal-filter .eventCol1 .plannerButton {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.saffireLargeSize .horizontal-filter .eventCol1 .viewContainer.col-1-layout {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
          margin-top: 2px;
}
/*-----*/

.saffireLargeSize .horizontal-filter .eventCol1 .currentlyViewingDate {
  max-width: 100px;
}
.saffireLargeSize .horizontal-filter .eventCol1 #scroll-pane,
.saffireLargeSize .horizontal-filter .scroll-pane {
  width: 219px;
}

.saffireLargeSize .horizontal-filter .filter-by {
  max-width: 100px;
  margin-top: 0;
}
.saffireLargeSize .horizontal-filter .filter-category {
  max-width: 100px;
  margin-top: 0;
}
.saffireLargeSize .horizontal-filter .filter-tags {
  max-width: 100px;
  margin-top: 0;
}

.saffireLargeSize .horizontal-filter .currentlyViewingDate .input-icon,
.saffireLargeSize .horizontal-filter .filter-by .input-icon,
.saffireLargeSize .horizontal-filter .filter-category .input-icon,
.saffireLargeSize .horizontal-filter .filter-tags .input-icon {
  padding: 0 6px;
}
.saffireLargeSize .horizontal-filter:not(.large-search) .eventCol1 div.currentlyViewingDate,
.saffireLargeSize .horizontal-filter:not(.large-search) .eventCol1 div.filter-by,
.saffireLargeSize .horizontal-filter:not(.large-search) .eventCol1 div.filter-category,
.saffireLargeSize .horizontal-filter:not(.large-search) .eventCol1 div.filter-tags {
  margin-right: 10px;
}
.saffireLargeSize .horizontal-filter .eventCol1 div.plannerButton,
.saffireLargeSize .horizontal-filter:not(.large-search) .eventCol1 div.filter {
  margin-top: 0;
  margin-right: 10px;
}

.saffireMobileSize .eventCol1.calendarControlsOpen .filter-items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.saffireMobileSize .eventCol1.calendarControlsOpen .filter-items > .filter-group {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.saffireMobileSize .eventCol1.calendarControlsOpen .filter-items > .filter-group .customFieldFilter-categories {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.saffireMobileSize .eventCol1.calendarControlsOpen .filter-items .custom-fields {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.saffireMobileSize .eventCol1.calendarControlsOpen .filter-items .customFieldFilter-tags {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.saffireMobileSize .eventCol1.calendarControlsOpen .create-event-button {
  -webkit-box-ordinal-group: 89;
      -ms-flex-order: 88;
          order: 88;
}
.saffireMobileSize .eventCol1.calendarControlsOpen .fb-page {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

.saffireMobileSize .eventCol1.calendarControlsOpen .filter-category a:not(.button):not(.planner-link),
.saffireMobileSize .eventCol1.calendarControlsOpen .filter-tags a:not(.button):not(.planner-link) {
  color: #215c9d;
}

/* mobile specific settings */
.saffireMobileSize .currentlyViewingDate label,
.saffireMobileSize .filter-by label,
.saffireMobileSize .horizontal-filter .filter-category label,
.saffireMobileSize .horizontal-filter .filter-tags label {
  text-align: left;
}


.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-checkbox,
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-checkbox {
  display: none;
}
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-group > label,
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-group > label {
  display: none;
}
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-category.scroll-panel,
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-tags.scroll-panel {
  position: relative;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background: none;
  border: none;
  padding: 0;
}
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-list,
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-list {
  overflow: visible;
  max-height: none;
}
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-category.scroll-panel li:not(.selectedEventItem) a,
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-tags.scroll-panel li:not(.selectedEventItem) a {
  display: list-item;
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-category.scroll-panel li,
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-tags.scroll-panel li {
  padding-left: 0px;
}
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-category.scroll-panel .filter-list > li:not(.allEvents) {
  padding-left: 29px;
}
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-tags.scroll-panel .filter-list > li:not(.allTags) {
  padding-left: 35px;
}

.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-category.scroll-panel .filter-list > li ul,
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-tags.scroll-panel .filter-list > li ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.saffireLargeSize .eventList-container .scroll-panel .eventFilterSubcategory li.eventSubCategory {
  line-height: 1.3;
  margin-bottom: 0;
}


.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-category.scroll-panel li:hover,
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-tags.scroll-panel li:hover {
  background: none;
}
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-categories .filter-category.scroll-panel ul,
.saffireLargeSize .eventList-container:not(.horizontal-filter) .customFieldFilter-tags .filter-tags.scroll-panel ul {
  padding: inherit;
  padding-left: 0;
  margin: 4px 0 0;
  color: inherit;
  max-height: none;
  overflow: visible;
}
.saffireLargeSize .eventList-container:not(.horizontal-filter)  .filter-category.scroll-panel li.eventCategory.hasSubcategories.selectedEventItem {
  margin-bottom: 0;
}

/**********************/
/*schedule detail hover*/

#scheduleDescriptionContent {
    /*max-width: 435px;*/
}

.scheduleDescriptionContentItem::after {
    content: '';
    display: table;
    clear: both;
}

#scheduleDescriptionContent .scheduleDescriptionContentCol1 {
    max-width:105px;
    float: left;
    margin-right: 10px;
}

#scheduleDescriptionContent .scheduleDescriptionContentCol2 {
  max-width: 455px;
  float: left;
  width: 71%;
}

#scheduleDescriptionContent .scheduleDescriptionContentImage {
    margin-bottom: 5px;
}

#scheduleDescriptionContent .seperator {
  width: 95%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

#scheduleDescriptionContent .feature-box {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
  gap: 4px;
}

#scheduleDescriptionContent .feature-box div[id*="plannerButton"] {
	display: inline-block;
}

#scheduleDescriptionContent .feature-box .emailFriendButtonLink {
	padding-top: 2px;
    margin-left: -2px;
}

#scheduleDescriptionContent .btn-mypick a {
	white-space:normal;
	text-overflow: ellipsis;
	max-width: 100px;
}

#scheduleDescriptionContent .btn-mypick a.saveToMyEventsButton {
	position: relative;
	white-space: nowrap;
	max-width: none;
	right: 0;
	top:0;
	z-index: 500000000;
}

.btn-mypick.AddToPlanner .fa.fa-suitcase {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn-mypick.AddToPlanner .fa.fa-suitcase {
  color: #FFF;
  font-size: 15px !important;
  text-shadow:
    -1px -1px 0 #a5a5a5,
    1px -1px 0 #a5a5a5,
    -1px 1px 0 #a5a5a5,
    1px 1px 0 #a5a5a5;
  margin-right: 2px;
}
.btn-mypick.AddToPlanner .fa.fa-suitcase:hover {
  color: #0270ab;
  text-shadow: none;
  font-size: 17px !important;
  margin-right: 0px;
}
.planner-dialog {
  visibility: hidden;
  text-transform: uppercase;
  opacity: 0;
  position: absolute;
  background: #fff;
  white-space: nowrap;
  padding: 5px 15px 7px;
  top: -9px;
  left: 25px;
  -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,.3);
          box-shadow: 1px 1px 16px rgba(0,0,0,.3);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.saveToMyEventsButton::before {
  content: '';
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: -5px;
  left: 16px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 9px solid #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 2;
}
.saveToMyEventsButton::after {
  content: '';
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: -4px;
  left: 15px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  width: 0;
  height: 0;
  background: transparent;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 9px solid rgba(0,0,0,.2);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 1;
}
.saveToMyEventsButton:hover::after {
  visibility: visible;
  opacity: 1;
}
.saveToMyEventsButton:hover::before {
  visibility: visible;
  opacity: 1;
}

.btn-mypick .saveToMyEventsButton:hover .planner-dialog {
  visibility: visible;
  opacity: 1;
}
.scheduleDescriptionContentCol1 .planner-link {
  display: none;
}
.btn-mypick.AddToPlanner .planner-link {
  display: none;
}
.planner-link {
  display: inline;
  color: #666;
}

#scheduleDescriptionContent #scheduleDescriptionContentDescription {
	max-height: 200px;
	overflow-x:hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}


#scheduleDescriptionContent #scheduleDescriptionContentDescription .externalLinkInDescription img {
	margin-left:10px;
}


#scheduleDescriptionContent #scheduleDescriptionContentDescription .externalLinkInDescription img.eventScheduleOurPickIcon {
	margin-left:0;
}

#scheduleDescriptionContent #scheduleDescriptionContentDescription .externalLinkInDescription {
	margin-left: 12px;
	z-index: 100000000;
	position: relative;
	display: block;
	width: 400px;
	height: 22px;
}

#scheduleDescriptionContent .scheduleDescriptionContentButtons {
  margin-top: 15px;
  /*min-height: 50px;*/
  position: relative;
}

#scheduleDescriptionContent .anythingWindow {
	position:relative;
	width: 100%;
	overflow:hidden;
	min-height:77px;
	left:20px;
}

#scheduleDescriptionContent .addthis_toolbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

#scheduleDescriptionContent .addthis_toolbox a {
	float: left !important;
}

#scheduleDescriptionContent .itemDetailLoading {
    width:610px;
    height:100px;
    text-align:center;
}

#scheduleDescriptionContent .itemDetailLoading img {
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    height:20px;
    z-index:1005
}

#scheduleDescriptionContent.quickEvent .anythingWindow {
	width:431px;
	left:13px;
}

#scheduleDescriptionContent.quickEvent .anythingSlider {
	position: static;
	float: left;
	max-width: 431px;
	padding-bottom:25px;
}

#scheduleDescriptionContent.quickEvent li.panel {
	width:430px !important;
}

#scheduleDescriptionContent.quickEvent .eventScheduleDescriptionHr {
	display: none;
}

#scheduleDescriptionContent.quickEvent #itemsSlider {
	width: 443px;
}

#scheduleDescriptionContent.quickEvent #scrollIt,
#scheduleDescriptionContent.quickEvent #slideCounter {
	display: none !important;
}

#scheduleDescriptionContent.quickEvent #scheduleDescriptionContentDescription .externalLinkInDescription {
	position: static;
}

#scheduleDescriptionContent.quickEvent > .clear {
	display: none !important;
}

#scheduleDescriptionContent.quickEvent .fans.left {
	padding-right: 0;
}


#scheduleDescriptionContent .fans.left {
	white-space:nowrap;
}

#scheduleDescriptionContent .eventItemPricingOptions .eventItemPrice {
	display: block;
	max-width: 80px;
}

#scheduleDescriptionContent #sliderContainer {
    border-left: 1px solid #E6E6E6;
}

#scheduleDescriptionContent #scrollIt {
	font-size:1.1em;
}

#scheduleDescriptionContent ul.thumbNav li a {
	background:#cacdcd;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

#scheduleDescriptionContent ul.thumbNav li a.cur {
	background:#c70d00;
}

#scheduleDescriptionContent .plannerPreviouslyAddedMessagescheduleDescriptionContent
, #scheduleDescriptionContent .plannerPreviouslyAddedMessageHide
, #scheduleDescriptionContent .mypickAddedMessage {
    bottom: 0px;
    left: 0;
    z-index: 100000000001;
}

#scheduleDescriptionContent .mypickButton {
    position: relative;
    left: 3px;
}

#scheduleDescriptionContent #scheduleDescriptionContentDescription div,
#scheduleDescriptionContent #scheduleDescriptionContentDescription font,
#scheduleDescriptionContent #scheduleDescriptionContentDescription span {
	background-color:transparent !important;
	color:#000 !important;
}


#scheduleDescriptionContent #scheduleDescriptionContentDescription a {
	color:#000 !important;
}

#scheduleDescriptionContent #scheduleDescriptionContentDescription .externalLinkInDescription a {
	color:#1C60A1 !important;
	text-decoration:none !important;
	font-weight:bold;
	font-size:1.2em;
}

#scheduleDescriptionContent #scheduleDescriptionContentDescription .externalLinkInDescription {
	background: #fff !important;
}

.scheduleDescriptionHover.modalBody {
    padding: 5px;
}

.scheduleDescriptionHover.modalBody .border {
    margin: 0px;
    padding: 0px;
}

#bottomOfDescriptionContent {
    height: 5px;
}


/******/

a.beAFanButton, a.beAFanButton:hover,
.fan {
	display: none !important;
}

.eventItemsRightItems .outlookCalendarAppointmentButton {
	position: absolute;
	left: 0;
	top: 15px;
}

a.clickEventUpload {
    position: relative;
    z-index: 5;
    padding-left:1%;
}

.eventCalendarViewTableCell {
	vertical-align:top;
	overflow-x:hidden;
}

.eventCalendarViewTableCell div {
	display: inline-block;
	line-height: normal;
	font-size: 0.9em;
	max-width: 100%;
	min-width: 100%;
	clear: both;
	float: left;
	margin-bottom: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.saffireLargeSize .eventCalendarViewTableCell > div {
  padding: 2px;
}

.calendarViewDateIsToday .calendarViewCalendarDate {
  max-width: none;
  min-width: initial;
  width: auto;
  padding: 3px 6px;
  margin-bottom: 2px;
}

.eventCalendarLinkContainerMoreLink {
  font-size: 12px;
  line-height: 1.5;
  padding: 4px;
  font-weight: bold;
}

.eventCalendarViewTableCell div.calendarViewCalendarDate {
	display: block;
  padding: 3px 6px;
}


.calendarViewYearDisplayTrigger {
	margin-left:5px;
	cursor:pointer;
	position:relative;
	display:inline-block;
	padding: 0 5px;
	text-decoration: underline;
}

.calendarViewYearOptions,
.calendarViewMonthOptions {
	position: absolute;
	display: none;
	margin: 0;
	padding:5px;
	top:98%;
	list-style-type: none;
	z-index: 10;
}

.calendarViewYearOptions {
	left:0;
}
.calendarViewMonthOptions {
	left:-5px;
}

.calendarViewYearDisplayTrigger:hover .calendarViewYearOptions {
	display: block;
}

.calendarViewMonthTrigger {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
}


.calendarViewMonthTrigger:hover .calendarViewMonthOptions {
	display: block;
}
.calendarViewMonthYearContainer.monthDropdownActive .calendarViewMonthOptions {
	display: block;
}
.calendarViewMonthYearContainer.yearDropdownActive .calendarViewYearOptions {
	display: block;
}

.calendarViewNext,
.calendarViewLast {
	text-decoration: none;
}

.eventCalendarLinkContainer {
	white-space: nowrap;
}

.eventCalendarLinkContainer .calendarViewLinkWrapper {
	position: relative;
	display: block;
}

.eventCalendarLinkContainer .calendarViewLinkWrapper a {
	display: block;
	overflow: hidden;
	max-width: 98%;
	min-width: 98%;
	text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px;
}

.calendarViewTable .calloutArrow {
	bottom:-16px;
}



.calendarViewMonthYearContainer {
	display: inline-block;
	padding: 0 5px;
}

.eventListingCalendarViewNoResults {
	width:400px;
	height: 100px;
	max-width: 100%;
}

.eventListingCalendarViewNoResults img {
	max-width: 100%;
}


/***************************** EVENT DETAIL PAGE ********************************/
.eventDetail .details {
	margin-bottom:10px;
}

.eventDetail h1.detail {
	margin:0 0 6px;
}

.EventSocialMediaModule .featureBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.featureBox {
  margin: 0;
  padding: 6px 10px;
  background: #fff;
  border-width: 1px;
  border-color: rgba(129, 129, 129, 0.58);
  border-style: solid;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.featureBox table {
	border:none;
	width:auto;
	vertical-align:middle;
	table-layout:fixed;
}

.eventAudioPlayerButton {
	cursor:pointer;
}

.addthis_toolbox {
	display: inline-block;
    float: none;
    white-space: nowrap;
    height: 16px;
}

.addthis_toolbox a {
    margin-right: 5px;
    margin-bottom: 0 !important;/*
    top:-2px;
    position: relative;
    display: inline-block;
    float: none !important;*/
}

.addthis_toolbox a:last-child {
	margin-right: 2px;
}

.featureBox .emailFriendButtonLink {
	display: table-cell;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
}

.featureBox .emailFriendButtonLink img {
	display: block;
}

.featureBox .fan {
	margin-top: 0;
	padding-right: 0;
}

#myFanPickDialog {
	height: auto !important
}

.featureBox .beAFanButtonContainer {

}



#eventScheduleContent.expandedView .addthis_toolbox a {
	float: left !important;
}

.addthis_toolbox a > span {
	display: inline-block !important;
}



.addthis_toolbox img[title="Email to Friend"] {
	position: relative;
	top: -2px;
}

.fan {
    margin-top: 3px;
    white-space: nowrap;
}

.fans {
	font-size:0.9em;
	margin-left:5px;
	padding-right: 12px;
}

.eventdetail .fans {
	float: none !important;
	margin-right: 1px;
}

.saveToMyEventsButton:hover .plannerButtonHoverText {
	position: absolute;
	background: #ffffff none repeat scroll 0 0;
    bottom: 120%;
    -webkit-box-shadow: 2px 2px 1px #999999;
            box-shadow: 2px 2px 1px #999999;
    left: 0;
    margin: auto;
    position: absolute;
    white-space: nowrap;
}

.saveToMyEventsButton {
	position: relative;
}
.formRowWide .saveToMyEventsButton {
	margin-top: 10px;
}

.mypickAddedMessage {
    min-width: 150px;
    padding: 2px;
    background-color: white;
    border: solid 1px black;
    position: absolute;
    z-index: 2;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.plannerPreviouslyAddedMessage,
.plannerPreviouslyAddedMessageHide {
	display: none;
    width: 200px;
    padding: 2px;
    background-color: white;
    border: solid 1px black;
    position: absolute;
    z-index: 2;
    text-align: center;
}

.plannerPreviouslyAddedMessage .plannerViewButton {
	display: block;
}

.plannerPreviouslyAddedMessage .removePlannerMessage {
	display: none;
}


.plannerPreviouslyAddedMessageHide .plannerViewButton {
	display: none;
}

.plannerPreviouslyAddedMessageHide .removePlannerMessage {
	display: block;
}

.mypickButton:hover .plannerPreviouslyAddedMessage,
.mypickButton:hover .plannerPreviouslyAddedMessageHide {
    display:block
}

.eventdetailPhoto .feature {
	min-height: 300px;
	min-width: 300px;
  max-width: 73%;
}
.eventdetailPhoto.textGallerySinglePhotoContainer .feature {
  max-width: 100%;
}
.eventdetailPhoto .feature img{
  max-width: 100%;
}

.eventdetailPhoto .thumbnails {
  max-width:75px;
	text-align: center;
	padding: 0 0 6px;
	position: relative;
}

.mobileSinglePhotoCaption {
	display: none;
	margin-bottom: 0.5em;
}

.havePhoto {
	width:100%;
	text-align: center;
}

.eventDetailPhotoHasThumbs .havePhoto {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.eventDetailPhotoHasThumbs .feature {
	float:left;
}

.eventdetailPhoto .viewmore .arrowdown {
    border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    height: 0;
    width: 0;
}

.eventdetailPhoto .viewmore {
	width:71px;
	text-align: center;
	position: absolute;
	bottom: -7px;
}

.eventEntryFields.eventEntryPhotoUpload .error {
	position: static !important;
}

/********************* INTERACTIVE EVENT MAP ********************/
.map {
	position: relative;
	height: 500px;
	width: 78%;
	overflow:hidden;
	float:left;
	cursor: move;
}

#mapContainer {
	height:502px;
	width:96%;
	padding:1%;
	min-width:25px;
	margin:10px auto;
	position:relative;
}
#mapContainer table #MoveUp,
#mapContainer table #MoveLeft,
#mapContainer table #MoveRight,
#mapContainer table #MoveDown,
#mapContainer table #ZoomIn,
#mapContainer table #ZoomOut {
  cursor: pointer;
}


#imgprint {
	width:635px;
	float:left;
}

span.markerContent,
span.markerInfo {
	cursor: text;
    display: block;
    padding-bottom: 6px;
}

.mapDescription {
	display: none;
}

.mapDescription .listingItemName,
.mapDescription .listingItemTime,
.mapDescription .listingItemCost,
.mapDescription .listingItemDate {
	width: auto;
	clear: both;
	line-height: normal;
	float: none !important;
	word-wrap: normal;
	overflow-wrap: normal;
}

.mapDescription .listingItemDetailBottom {
	margin-top: 0;
}

.mapDescription.subContainer,
.hoverContent {
	opacity: 1 !important;
	-webkit-filter: none !important;
	        filter: none !important;
}

.mapDescription .listingItemCost {
	/*float: right !important;*/
	white-space: nowrap;
	margin-right: 6px;
}

.mapDescription .listingItemButtons {
    clear: both;
    float: left !important;
    margin: 0;
}

.mapDescription .listingItemButtons .button {
    margin-top: 6px;
    margin-bottom: 3px;
}

.mapLegend span {
	width:136px;
	display:block;
	float:left;
	margin-left:8px;
}

.mapLegend {
	margin:0;
	background-image:none;
	text-align:left;
	text-shadow:none;
	min-width:0;
	color:inherit;
	padding:0;
  	z-index:2500;
  	width:22%;
  	height:auto;
  	position:absolute;
	right:0;
	top:0;
	bottom:0;
}

.mapLegend td {
	clear:left;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

.mapLegend label {
	margin-left:5px;
	margin-top:2px;
	width:134px;
	display:inline-block;
	float:right;
	font:16px/18px inherit;
}

.marker
{
	z-index: 2;
	position: absolute;
}

.marker:hover{
	cursor:pointer;
}

.marker.forSale {
	background: url(../images/MapPins/map-forsale.png) no-repeat right 0;
	padding-right: 5px;
}

table.mapDescription {
	-moz-box-shadow: 5px 5px 5px #000;
  	-webkit-box-shadow: 5px 5px 5px #000;
  	box-shadow: 5px 5px 5px #000;
}

#mapContainer .listingItemDetailSections {
	float: left;
	min-width: 176px;
	display: block;
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
}

.mapDescription td{
	padding:5px 7px;
}

.mapLegend h2{
	margin-left:15px;
}

.mapLegend>div {
	margin-top:-14px;
	overflow-x:hidden;
	overflow-y:auto;
	max-height: 85%;
}

.markerTitle {
	display:block;
}

.markerContent {
	display:block;
	margin-top:0;
}

a.markerTitle {
	color:inherit;
}

.category-button ~ span {
	cursor: pointer;
}

.interactiveMapMarkerOff {
	margin-top: 2px;
    margin-left: 7px;
    margin-right: -1px;
}

.mapArrow {
	position:relative;
}

.mapUp {
	top:8px;
}

.mapLeft {
	top:4px;
	left:6px;
}

.mapRight {
	top:4px;
	left:-7px;
}

.category-button {
	float:left;
	background-size: contain;
    height: 24px;
}

.interactiveMapMarkerHighlight
{
    background:#D0D0D0;
}

/******************** SPONSORS PAGE ****************/
.sponsorBulletListContainer td {
	width:30%;
}

/****************** SEARCH PAGE *********************/
.searchResults {
	margin-top:15px;
}

.search-results-container {
  display: flex;
  flex-wrap: wrap;
}

.search-results-container .search-results-column {
  box-sizing: border-box;
  flex: 1 1 33%;
  min-width: 300px;
  padding: 10px 20px;
}
.search-results-container .search-results-column-header{
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
}
.search-results-container .pagination {
  text-align: left;
}

/********************* ITEM LISTING **********************/
.listingItem {
  width: 99%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing .listingItem {
  border: none;
}
.listingItemImage {
	width:7%;
	min-width:55px;
	float:left;
}

.itemImageContainer {
  min-width: 50px;
  display: inline-block;
}

.itemFlexContainer {
  width: 100%;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.itemFlexContainer > div {
  margin-bottom: 0.3em;
}

.itemFlexContainer .outlookCalendarAppointmentButton {
  margin: 0 5px 0 0;
}
.itemFlexContainer a[title="Add to Google Calendar"] {
  margin: 0 15px 0 0;
}

/* item add to calender icons/links */
.itemFlexContainer .add-to-calendar {
  position: relative;
  margin-right: 10px;
  /* padding-right: 10px; */
}
.itemFlexContainer .add-to-calendar-links > span {
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  font-weight: 700;
  color: #fff;
  font-size: 14px !important;
}
.itemFlexContainer .add-to-calendar .add-to-calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff; */
}
.itemFlexContainer .add-to-calendar .add-to-calendar-icon:before {
  display: block;
  width: auto;
  height: auto;
  font-size: inherit;
  font-family: 'FontAwesome';
  content: '\f271';
  color: inherit;
  padding: 4px;
}
.itemFlexContainer .add-to-calendar .add-to-calendar-icon svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  stroke-width: 0;
  fill: rgba(0,0,0,0.5);
}

.itemFlexContainer .add-to-calendar .add-to-calendar-links {
  box-sizing: border-box;
  position: absolute;
  width: auto;
  height: 0;
  padding: 0px;
  background: rgba(0,0,0,0);
  transition: 0.2s;
  overflow: hidden;
}
.itemFlexContainer .add-to-calendar:focus-within .add-to-calendar-links,
.itemFlexContainer .add-to-calendar:hover .add-to-calendar-links{
  width: auto;
  height: auto;
  transition: 0.2s;
}
.threeColumn .itemFlexContainer .add-to-calendar:focus-within .add-to-calendar-links,
.threeColumn .itemFlexContainer .add-to-calendar:hover .add-to-calendar-links{
  width: auto;
  height: auto;
  transition: 0.2s;
}
.itemFlexContainer .add-to-calendar:focus-within .add-to-calendar-icon svg,
.itemFlexContainer .add-to-calendar:hover .add-to-calendar-icon svg{
  fill: rgba(0,0,0,0.9);
}
.itemFlexContainer .add-to-calendar:focus-within .add-to-calendar-links,
.itemFlexContainer .add-to-calendar:hover .add-to-calendar-links {
  background: rgba(0,0,0,0.8);
  border: 1px solid rgba(255,255,255,0.5);
  z-index: 9;
  transition: 0.2s;
}
.itemFlexContainer .add-to-calendar .add-to-calendar-links a {
  box-sizing: border-box;
  color:#000 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: 0.2s;
}
.itemFlexContainer .add-to-calendar:focus-within .add-to-calendar-links a,
.itemFlexContainer .add-to-calendar:hover .add-to-calendar-links a {
  display: block;
  padding: 5px 10px;
  width: 100%;
  white-space: nowrap;
  color:#fff !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: 0.2s;
}

.itemFlexContainer .add-to-calendar .add-to-calendar-links > span {
  color: #000 !important;
}

.itemFlexContainer .add-to-calendar:focus-within .add-to-calendar-links > span,
.itemFlexContainer .add-to-calendar:hover .add-to-calendar-links > span {
  color: #fff !important;
}

.itemFlexContainer .add-to-calendar:focus-within .add-to-calendar-links a:hover,
.itemFlexContainer .add-to-calendar:hover .add-to-calendar-links a:hover {
  background: rgba(255,255,255,0.2);
  transition: 0.2s;
}


.itemDetailsContainer {
  font-weight: bold;
}

.itemDetailsContainer .cost{
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.flexContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.flexContent.buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
    -ms-flex-align: start;
      align-items: flex-start;
}

.flexContent.itemName {
  font-weight: 700;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  flex: 2 0;
}

.description,
.itemDetailsContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.purchaseOptionMessage {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.moduleSmall .flexContent.buttons,
.moduleMedium .flexContent.buttons {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
          justify-content: flex-start;
}
.saffireLargeSize .moduleSmall .listingItem .listing-item-left .flexContent.buttons,
.saffireLargeSize .moduleMedium .listingItem .listing-item-left .flexContent.buttons,
.saffireLargeSize .moduleSmall .listingItem .listing-item-right .flexContent.buttons,
.saffireLargeSize .moduleMedium .listingItem .listing-item-right .flexContent.buttons {
  justify-content: flex-start;
}

@media screen and (max-width: 650px) {
  .flexContent.buttons,
  .flexContent.itemName{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*.listingItemDetailContainer {
	float:right;
	width:91%;
}*/

.listingItemName,
.listingItemTime,
.listingItemCost,
.listingItemDate {
	word-wrap:break-word;
	overflow-wrap: break-word;
	width:19%;
	min-height: 1px;
}

.listingItemDate,
.listingItemTime {
	white-space: nowrap;
}

.listingItemName.left > span {    
    clear: both;
    float: none !important;
    display: block;
}

.listingItemName input.textbox,
.listingItemTime input.textbox,
.listingItemCost input.textbox,
.listingItemDate input.textbox {
	width:auto;
	max-width:80px;
}

.listingItemPick {
	width:20px;
	min-height:1px;
}

.listingItem .listingItemPick {
	width:auto;
	min-height:0;
}

.listingItemPick img {
    margin-right: 4px;
}

.listingItemButtons .left {
	margin-right:8px;
}

.listingItemButtons .right a {
	max-width:115px;
}

.listingItemDetailBottom {
	clear: both;
	line-height: normal;
	/*padding-left:12px;	*/
}

/*.ticketsDealsListingName {
	padding-left:23px;
}*/

.ticketsDealsItemListing .listingItemDetailSections {
	float: left;
	/*width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);*/
	width: 100%;
}

.listing.ticketsDealsMainListing {
	margin-top: 14px;
}

.ticketsDealsListingEventName {
	padding-bottom:6px;
	padding-right:5px;
  display: inline-block;
	max-width: -webkit-calc(100% - 70px);
	max-width: calc(100% - 70px);
}
.ticketsDealsListingEventName h3{
  display: inline-block;
}
.ticketsDealsListingEventName > img {
	margin-right: 5px;
}

.ticketsDealsListingEventName > img[title="Our Pick"] {
  display: inline-block;
}

.ticketsDealsListingEventName .hoverContent.subContainer {
	background:#fff;
	padding:7px;
	width:160px;
	min-width:130px;
	left:15px;
	top:99%;
}

.ticketsDealsListingLocation {
  display: inline-block;
}


.ticketsDealsListingItemDetailContainer .mypickButton a.button {
	white-space:nowrap;
}

.ticketsDealsListingItemDetailContainer .addthis_toolbox {
	position: relative;
  top: 2px;
}

.ticketsDealsItemListing {
	padding-left:3%;
}

.listingItem .description {
	clear:both;
}

.ticketsDealsItemImage {
	display: block;
	min-width: 50px;
	max-width: 50px;
	height: auto;
}

/********************* PASSBOOK **********************/

.passbookParentProductName {
    margin-bottom: 10px;
}

.passbookAddToPassbookContainer {
    position: relative;
}

.passbookAddToPassbookImageContainer {
    position: relative;
}

.passbookAddToPassbookAnchor {
    cursor: pointer;
}

.passbookAddToPassbookImage {
    height: 40px;
    margin: 10px;
}

.passbookDownloaded {
    position: absolute;
    top: 30%;
    margin: 0 !important;
}

/**************************** WIDGETS *************************/
/* ADVANCED SPONSORS */
#advancedSponsorWidget {
    position: relative;
    overflow: hidden;
}

#advancedSponsorWidgetContainer {
	opacity: 0;
}

.sponsorsMovingLeft #advancedSponsorArrowLeft {
    cursor: pointer;
}

.sponsorsMovingRight #advancedSponsorArrowRight {
    cursor: pointer;
}

.advancedSponsorImageHolder {
    position: absolute;
    top: 0;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    /*-webkit-transition: all 0.001s linear;
        transition: all 0.001s linear;*/
}

#advancedMajorSponsorImageContainer {
	display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

.sponsorsNotMoving .advancedSponsorImageHolder {
	/*position: static !important;
	display: inline-block;*/
}

.sponsorsNotMoving #advancedSponsorCarouselContainer {
	text-align: center;
}


/* SPONSORS */
.sponsorCarouselContainer {

}

.notScrollingLogos .sponsorArrow {
	display: none;
}

/* MUSIC PLAYER */
#musicPlayerContainer {
	display:block;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-webkit-box-align:center;
	        align-items:center;
	-ms-flex-pack: center;
	-ms-flex-line-pack: stretch;
	-ms-flex-align: center;
}

/* EVENT LIST */
#excitingEventsList {
	position:relative;
}

#excitingEventsListContentContainer {
    overflow: hidden;
    position: relative;
}

#eventListForward {
    cursor: pointer;
}

#eventListBack {
    cursor: pointer;
}

#eventListMoreEvents a {
	cursor:pointer;
}

.eventListPaginationIcons {
	cursor:pointer;
}

/*CAROUSEL*/
.carouselRight {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 0 7.5px 8px;
	float:left;
	display:block;
	position:relative;
	top:70px;
}

.carouselLeft {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 8px 7.5px 0;
	float:left;
	display:block;
	position:relative;
	top:70px;
}

.carouselImage.thirdCarouselImage:hover,
.carouselImage.firstCarouselImage:hover {
	cursor:pointer;
}

a.defaultCursor,
a.defaultCursor:hover {
	cursor:default;
}

.carouselContainer {
	position:relative;
}
.carouselImage {
	position:absolute;
}

.carouselImage.secondCarouselImage {
	right:auto;
	z-index:2;
}
.carouselImage.firstCarouselImage,
.carouselImage.thirdCarouselImage {
	right:auto;
	z-index:1;
}

a.carouselLearnMore,
#eventCarouselMusicLink a {
	display:inline-block;
}

/* MAIN SLIDESHOW */
#slideshowWidget .eventsMode .slideshowDescription {
	display:none;
}

#slideshowWidget .slideshowItem img {
	position:relative;
	z-index:0;
	opacity:1;
}

#slideshowWidget .slideshowItem>a>img {
	margin-top:0;
	margin-left:0;
}

#slideshowWidget .anythingSlider .arrow {
	display:none;
}

#slideshowWidget .start-stop span,
#slideshowWidget .thumbNav a span {
	display:none !important;
}
#slideshowWidget .anythingControls a {
	border:none;
	outline:none;
}

/* EVENTS SLIDES */
#excitingEventsSlides .anythingSlider .arrow {
	display:none !important;
}

#excitingEventsSlides .start-stop span,
#excitingEventsSlides .thumbNav a span {
	display:none !important;
}
#excitingEventsSlides .anythingControls a {
	border:none;
	outline:none;
}

/* GROUP SLIDER */
#excitingEventsGSContentContainer {
	overflow: hidden;
	position: relative;
}

/************** DATE DISPLAY ***************/
.dateDisplay,
.timeDisplay {
    cursor: pointer;
    float: left;
    height: 20px;
    border-radius: 4px;
    padding: 3px 2px;
}

.dateDisplay,
.datePickerContainer,
.timeDisplay,
.timePickerContainer {
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #444444;
    display:inline-block;
}

.datePickerContainer {
    float: left;
}


/****************************************************
*													*
*		JQUERY UI THINGS AND STUFF					*
*													*
*													*
*													*
*													*
*													*
****************************************************/



.QAdateManagement,
.QAmultiDates {
	position:absolute;
	left:290px;
	top:16px;
}

.QAeventName input {
	width:268px;
	margin-top:2px;
}
.dateDisplay,
.datePickerContainer,
.timeDisplay,
.timePickerContainer{
	width:78px;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 1px #444;
}
.dateDisplay,
.timeDisplay {
	padding:3px 2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.QArightTime {
	position:relative;
}
.QAleftDate>div {
	padding-left:22px;
	/* background:url(../images/icon-calendar.png) no-repeat left; */
}
.QArightTime>div {
	padding-left:22px;
	/* background:url(../images/icon-clock.png) no-repeat left; */
	height:26px;
}
.dateDisplay_enabled,
.timeDisplay_enabled {
	background-color: #319FD4;

}
.datePickerContainer
{
	/*width:100px;*/
	float:left;
}

.dateDisplay
{
	/*width:100px;*/
	height:20px;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
}

.dateDisplay_enabled
{
	background-color:#2F79B6;
}

.dateDisplay_disabled
{
	background-color:#9DCBE2;
}

.dateSelectionContainer
{
	width:194px;
	padding:8px;
	float:left;
	border: none;
	position:absolute;
	background-color:#FFFFFF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	z-index:2;
	border:1px solid #313131;
}

.dateSelectionClear
{
	cursor:pointer;
}

.dateSelection_selectedDate
{
	background-color:#000000 !important;
	color:#FFFFFF !important;
	background-image:none !important;
}

.dateSelectionUseMonth
{
	cursor:pointer;
}
.ui-datepicker-header {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
	height:24px;
	padding-top:3px;
}

.ui-datepicker-calendar {
    background: transparent;
	border:1px solid #e2e2e2;
    border-top:none;
    padding-top: 5px;
    position: relative;
    top: -4px;
    width: 100%;
	text-shadow:none;
	border-spacing:7px 5px;
	font-weight:normal;
	table-layout:fixed;
}

.dateSelectionClear {
	text-shadow:none;
}

.ui-datepicker-calendar th {
	font-weight:normal;
}

.ui-datepicker-calendar tbody td  {
	background:#eceff4;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:17px;
	text-align:center;
}

.ui-datepicker-calendar tbody td.ui-state-disabled  {
	background:#eceff4;
}

.ui-datepicker-calendar tbody td.ui-datepicker-current-day {
	/*background:#1B71AA;	*/
}
.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
	/*color:#fff;*/
}

.ui-datepicker-calendar tbody td.dateRange {
	background:#BFDAEF;
}
.ui-datepicker-calendar tbody td.startDate,
.ui-datepicker-calendar tbody td.endDate,
.ui-datepicker-calendar tbody td.ui-datepicker-current-day {
	background:#1874A9 !important;
}
.ui-datepicker-calendar tbody td.startDate a,
.ui-datepicker-calendar tbody td.endDate a,
.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
	color:#fff !important;
}

.ui-datepicker-calendar tbody td.ui-datepicker-today {
	background:#F6791F  !important;
}

.ui-datepicker-calendar tbody td:hover {
	background:#1b71aa;
	cursor:pointer;
}

.ui-datepicker-calendar tbody td a {
	color:#000;
	text-decoration:none;
}
.ui-datepicker-calendar tbody td.ui-datepicker-today a,
.ui-datepicker-calendar tbody td:hover a {
	color:#fff;
}
.ui-datepicker-calendar tbody td.ui-datepicker-unselectable:hover,
.ui-datepicker-calendar tbody td.inactiveDate:hover {
	background:#ECEFF4 !important;
	cursor:default !important;
}
.ui-datepicker-calendar tbody td.inactiveDate:hover span,
.ui-datepicker-calendar tbody td.inactiveDate span {
	color:#b7b7b7 !important;
}
.ui-datepicker-calendar tbody td.inactiveDate.ui-datepicker-today:hover span,
.ui-datepicker-calendar tbody td.inactiveDate.ui-datepicker-today span {
	color:#fff !important;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	visibility:hidden;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position:absolute;
	top:0;
	height:27px;
	width:25px;
	cursor:pointer;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	opacity:0.7;
}
.ui-datepicker-prev:active,
.ui-datepicker-next:active {

}
.ui-datepicker-prev {
	background:url(../images/calendar-arrow-left.jpg) no-repeat center;
	left:0;
	border-right:2px solid #fff;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.ui-datepicker-next {
	background:url(../images/calendar-arrow-right.jpg) no-repeat center;
	right:0;
	border-left:2px solid #fff;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.ui-datepicker-month,
.ui-datepicker-year {
	border:1px solid #bcbcbc;
	width:auto;
	position:relative;
	top:1px;
	font:11px Arial;
	color:#555;
}
.ui-datepicker-month {
	margin-right:6px;
}

.timePickerContainer
{
	/*width:100px;*/
	float:left;
}

.timeDisplay
{
	/*width:100px;*/
	height:20px;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
}

.timeDisplay_enabled
{
	background-color:#2F79B6;
}

.timeDisplay_disabled
{
	background-color:#9DCBE2;
}


.timeSelectionContainer
{
	width:100px;
	float:left;
	border: 1px #e9e8e3 solid;
	position:absolute;
	background-color:#FFFFFF;
	z-index:1;
	text-shadow:none;
}

.timeSelectionColumn
{
	width:30px;
	float:left;
	margin-left:3px;

}

.timeSelection
{
	width:100%;
	text-align:center;
	margin-top:2px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

}

.timeSelection_on
{
	background-color:#1674A7;
	color:#FFFFFF;
}

.timeSelection_off
{
	background-color:#DCDCDC;
	color:inherit
}

.timeSelectionClose
{
	width:100%;
	background-color:#DCDCDC;
	cursor:pointer;
}

.timeSelectionClear
{
	cursor:pointer;
}

.datePickerContainerContainer .dateDisplay {
    visibility: visible;
}

.printReceiptModalContent{
    background:#FFFFFF !important;
}

/*************** EVENT UPLOAD MODAL **********************/
.subContainer.eventEntryNumber {
    border-radius: 3px;
    float: left;
    font-size: 1.6em;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    clear: both;
    width: 28px;
}

a.eventPhotoSave {
	background:#ff8424;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	color:#fff !important;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none !important;
	padding:5px 8px;

}

#eventShortDescription textarea {
	margin-top:0;
	width: 100%;
	max-width: 350px;
	height: 150px;
}

.eventEntryNextDates > div {
	margin-bottom:5px;
}

.eventEntryNextDates > div.clear {
	margin-bottom:0;
}

#eventURL input {
	max-width: 205px;
}

.headingsNoBold {
	/*white-space:nowrap;	DON'T KNOW WHY THIS WAS ADDED */
}

#eventFooterInputs {
	background:#e2e2e2;
	height:152px;
	padding:8px;
	position:relative;
	left:-8px;
}

.eventModalEntry input.textbox {
	min-width: 240px;
}

.mailingAddressEntryField .multi {
	width:285px;
}

#eventCheckboxes span label {
	width:232px;
}

.eventEntryPhotoUpload input {
	max-width:100%;
}

.eventEntryFields {
    float: left;
    margin-bottom: 15px;
    margin-left: 13px;
    min-width: 218px;
    max-width: 545px;
}

#eventTopInputLeft {
	float: left;
}

.eventEntryItem {
    float: left;
    margin-right: 24px;
    margin-bottom: 18px;
}

.eventEntryPhotoUpload img {
	display: block;
	margin-bottom: 4px;
}

.eventModalEntry {
    clear: both;
}

.clickEventUpload {
	margin-top: 10px;
}

.eventEntryFields .dateDisplay,
.eventEntryFields .datePickerContainer,
.eventEntryFields .timeDisplay,
.eventEntryFields .timePickerContainer {
	text-shadow:none;
}
.eventEntryFields .datePickerContainerContainer {
	z-index: auto;
}

/***************** MEMBERS SITE **************/
#directoryDescriptionContent {
	max-height: 200px;
	overflow-y:auto;
}

.currentMembershipFlag {
	float: left;
	font-style: italic;
	font-weight: bold;
	left: 10px;
	position: relative;
	top: 9px;
}

.memberProfileTypeDetailsEventLink {
	display: inline-block;
	max-width: 199px;
}

/*************** WYSIWYG *******************/
body.content {
	-webkit-filter:none !important;
	        filter:none !important;
}

/* hide addthis injected div messing up page layout */
#_atssh {
	position: absolute;
	top: 0;
}

/*Redactor*/

.re-pasteasplaintext{
    height:14px;
    width:28px;
    vertical-align:central;
    text-align:center;

}

.re-pasteasplaintext:before{
    content: "Plain";
}

.re-pastefromword{
    height:14px;
    width:28px;
    vertical-align:central;
    text-align:center;

}

.re-pastefromword:before{
    content: "Word";
}

#mymodal-htmlarea{
    border-radius:1px;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2) inset;
            box-shadow:0 1px 2px rgba(0, 0, 0, 0.2) inset;
    font-size:14px;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    -webkit-transition:border 0.3s ease-in;
    transition:border 0.3s ease-in;
    overflow:scroll;
}


.ui-state-focus {
  background: #eeeeee;
}
/***************** Event List Item **************/
.listingEventItemDate{
  width: 64%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  text-align: justify;
}
.listingEventItemTime.left {
  width: 30%;
  margin: 0 0 0 13px;
  text-align: right;
}
/* // location Planer page  */
.plannerTopBar {
  display: flex;
  align-items: center;
  margin: 10px 0;
  gap: 1rem;
}

.plannerContainer td {
  width: 40% !important;
  vertical-align: top;
  &:first-child{
    width: 30% !important;
  }
}
.plannerTopBar hr {
  border: none;
  background: rgba(0, 0, 0, 0.25);
  height: 1px;
}
.plannerTopBar .button {
  flex-shrink: 0;
  margin-left: auto;
}
.plannerContainer .orderhistory th {
  color: #fff;
  padding: 8px 9px 8px 10px;
}
.plannerContainer {
  margin: 13px 0 15px;
}
.plannerContainer .orderhistory th,
.plannerContainer td,
.itineraryList .orderhistory th,
.itineraryList td {
  padding: .75rem 1rem;
}
/************************* BODY/CONTAINER ********************/

html {
	scroll-padding-top: 150px;
}

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:12px;
}

input.textbox {
	border: 1px solid #757575;
	padding: 4px;
	background-color: #ffffff;
	color: #414040;
    font: 12px/1 Arial, sans-serif;
    min-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


textarea.multi {
	box-sizing: border-box;
	padding: 4px;
	color: #414040;
    font: 12px/1.5 Arial, sans-serif;
    min-width: 179px;
}

select {
	color: #414040;
    font: 12px/1 Arial, sans-serif;
}

select.dropdown {
 	padding: 3px 2px;
 	border: 1px solid #757575;
 	background-color: #ffffff;
 	color: #414040;
    font: 12px/1 Arial, sans-serif;
    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;
}

p, h1, h2, h3, h4, h5, h6 { 
	overflow-wrap: break-word;
}

p { 
	text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 { 
	text-wrap: balance;
}

.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;
}


@media (max-height: 560px) {
	header, 
	.header, 
	.saffireLargeSize .header,
	.saffireMobileSize .header {
		position: static;
	}
}

.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;
	line-height: 1.5;
}

.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;
	line-height: 1.5;
	padding: 2px 8px;
	box-sizing: border-box;
}
#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:14px;
	text-decoration:none;
}

.saffireMobileSize .scroll-panel li a {
	padding: 4px 0;
}

.scroll-panel li:hover {
	background:#cbdfe2;
}

.scroll-panel ul:not(#eventDateList) a {
  text-transform: uppercase;
	padding: 2px 8px;
  line-height: 1.5;
}

#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: 14px;
    font-family: inherit;
		line-height: 1.5;
    padding: 2px 2px;
}

.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;
}

main.content:has(#formThankyouWYSIWYG) {
	min-height: 400px;
}
.saffireMobileSize main.content:has(#formThankyouWYSIWYG) {
	min-height: 250px;
}

/*.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 .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';
}

.masonry .gallery-controls .views {
	display: flex;
	gap: 8px;
	align-items: baseline;
}

.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: #007bc7;
  -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: #007bc7 !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: #007bc7 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: 280px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#reservations .bestAvailable .seats-container{
  min-width: 280px;
  -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;
}


/* Fee Changes Dialog */

.fee-changes-dialog::backdrop {
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	animation: dialogFadeIn 0.25s ease-out 0.25s forwards;
}

@-moz-document url-prefix() {
  .fee-changes-dialog::backdrop {
    /* Firefox-specific styles */
    opacity: 1 !important;
    animation: none !important;
  }
}

.fee-changes-dialog {
	box-sizing: border-box;
	width: 95%;
	max-width: 480px;
	padding: 1rem;
	border: none;
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	animation: dialogFadeInUp 0.5s ease-out .5s forwards;
	opacity: 0;
}

.fee-changes-dialog__header {
	text-align: right;
}

.fee-changes-dialog__content {
	padding: .5rem 1rem 1.5rem;
	text-align: center;
}

.fee-changes-dialog__title {
	margin: 0 0 1rem;
}

.fee-changes-dialog__content p {
	margin: 0;
}

.fee-changes-dialog__content p+p {
	margin-top: 1rem;
}

.fee-changes-dialog__footer {
	text-align: center;
}

@keyframes dialogFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes dialogFadeInUp {
	from {
		opacity: 0;
		transform: translateY(32px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.fee-changes-dialog,
	.fee-changes-dialog::backdrop {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

/*
	Icon font
*/
@font-face {
  font-family: 'RedactorFont';
  src: url('redactor-font.eot');
}
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/NUAAAC8AAAAYGNtYXAaVcx2AAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zm8dIFkAAAFwAAATSGhlYWQACVb9AAAUuAAAADZoaGVhA+ECBQAAFPAAAAAkaG10eEEBA94AABUUAAAAkGxvY2FVlFE8AAAVpAAAAEptYXhwAC8AkgAAFfAAAAAgbmFtZRHEcG0AABYQAAABZnBvc3QAAwAAAAAXeAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmHwHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYf//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAAACUCAAGSAAQACQANAAA3EQURBQEFEQURATUXBwACAP4AAdv+SgG2/tySkiUBbgH+lAEBSgH+3AEBJv7/3G9sAAAGAAAASQIAAW4ABAAJAA4AEwAYAB0AABMhFSE1FSEVITUVIRUhNSczFSM1FTMVIzUVMxUjNZIBbv6SAW7+kgFu/pKSSUlJSUlJAW5JSW5JSW5JSdxJSW5JSW5JSQAAAAACAAAAJQH3AZIAFgAuAAAlLgMnBzIuAic+AyMXNh4CByUnMg4CBx4DIxcnHgMXNi4CBwH3Dik/XUABAR04Vjg+WDUYAQFNeEcZEv7MAQENHDMlHzIfEQEBASZUTDYHCSBIZj4lGCQaEARqFi5HLzJFKhJqDC1RZSzVPQoWIxkbJBQID0wCCQ4VDxo4KA8PAAACAG4AJQGSAZIABAAzAAA3IQchJzceAzMyPgI3PgMnNyMXDgMHDgMjIi4CJy4DNycjBx4DF24BJQH+3QFABRIUGg0QGBUQCAYKBgQBAUABAQEEBAQCCAgKBQYJCQcEAgUCAwEBPwEBAwcJCEkkJD8HCgYEBAYKBwcRFRkPtcMGCQkHAwMFAwEBAwUDAwcJCQbDtQ8ZFREHAAUAAP//AgABtwAGAA4AFgBHAF8AAAEzFTMVIzUfAQc1IzUzNS8BNxUzFSMVFx4DFRwBDgEHDgMHMh4CFx4DHwEjJzwBJjQjLgMrARUjNTMyHgIXBzMyPgI3PgM1NC4CJy4DKwEVAUkjS24mkZFvb96RkW9vDAMFAwECAwICBQUGBAECAgIBAQICAgEbIBMBAQIEBQUCCh0qCAwKCQM3DgMFBQMCAQIBAQEBAgECAwQGAw4BtpYgtv9cXEolSUhcXEklSlUDCAoNBwQJBwcCAwUDAgEBAQIBAQMEBANCLgEBAQIGBwYCSLYBAwUDRAECAgECBAQGAwQFBQQBAgIBATIAAAAAAwBtAAABkgGTAAMADAARAAAlIzcXBzM3MxczAyMDFyEVITUBI0YjI7ZKF2MXSmVbZQEBJP7c5nh4eUlJASb+2iRJSQAKAAAAJQIAAZIABAAJAA4AEwAYAB0AIgAnACwAMQAANxEFEQU3FzUHFTU3NScVJwcVFzUVJxU3NRUHFRc1NxUXNQclBxUXNRUnFTc1FQcVFzUAAgD+ALeSkpKSJW1tbW1tbSWSkgEkbW1tbW1tJQFuAf6UASUBSgFIbQFIAUq4AUgBSm8BSgFIbQFIAUrbSAFKAQEBSAFKbwFKAUhtAUgBSgAAAAIACQAlAgABkgAWAC4AACUOAxU1DgMHJj4CFzU0HgIXBT4DNxU1FD4CNy4DNRUmDgIXAgA5VTkcQVxAKA8RGEh3Thc2Vz/+PAY3S1UlECAxICYyHQw9Z0chCt8wRi8VAWsFDxsjGS1kUiwLaQETKUYxYBAUDwgDTRABCRMlGhoiFwkBPhAQJzkZAAAAAgBJAEkBtwFuAEcAjwAAAQ4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYHNAYmIicwLgE0NTQ+Ajc+Azc1DgMHJw4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYVJgYmIjUiJjQmNTQ+Ajc+Azc1DgMHATkJDQkEAwYKBgcOEBAJCA4NDAUGCAUDAwQHBQUKCgwGBQoICAMBAgIBAQEBAQEBAQMGCgYGDxITCxMhHBYJzQkNCQQDBwkHBg4QEQgIDg0MBgUIBQMCBQcFBAoLDAYFCQkIAwECAgEBAQEBAQEBAwcJBgcPERQLEyEcFwkBIgwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAQwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAAT//wBJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNQcXAAIA/gC3AUn+twFJ/rclk5MBbklJbklJbklJSbdcWwAAAAUAAABJAgABbgAEAAkADgAaAG0AABMhFSE1FSEVITUVIRUhNSczNSM1IwcVNxUjFRc+Azc+Azc0PgE0NTQuAicuAyMiBioBByIOAiMVPgM3Mj4BMjM6AR4BFx4CFBUcAQYUBw4DBw4DDwEVMzUjPgM3MZIBbv6SAW7+kgFu/pKNRBgUFhYYIAUHBQMBAgICAQEBAQEDBAICBgcHBQEEAwQCAgMEBAICBAQDAgIDAwMCAgMDAwEBAgEBAQEBAgICAQQGCQULRC0BAwQEAgFuSUluSUluSUlrFF0GFAZJFJEFBwYEAQIDBAMBAgMDAwIDBwUFAgIEAgEBAQEBAhUBAgIBAQEBAQIBAQIDBAIBAgMCAQICAwMCAQUHCQYNExQBBAMFAgADAAAASQIAAW4ALAAxAGwAACUiLgInNTMeAzMyPgI1NC4CIyIOAgcjNT4DMzIeAhUUDgIjJzMVIzUnIg4CByMVDgMVFB4CFxUzHgMzMj4CNzMVDgMjIi4CNTQ+AjMyHgIXFSMuAyMBbgoUEhEIHgUKCwsGEyEZDg4ZIRMGCwsKBR4IERIUCh41KBcXKDUet5KSJQYLCwoFHgQHBQICBQcEHgUKCwsGBgsLCgUeCBESFAoeNSgXFyg1HgoUEhEIHgUKCwsGSQMGBwU0AgQDAQ0XHhESHhcNAQMEAjQFBwYDFyg1Hx41KBe3SUkvAQMEAhgFCw0OBwcNDQsGFwIEAwEBAwQCNAUHBgMXKDUeHzUoFwMGBwU0AgQDAQAAAAEAAAC3AgABAAAEAAATIRUhNQACAP4AAQBJSQABAJIASQGSAZIADAAAAQ8CFzcHNxc3DwEXAQcpQQvBC0ApQAvBC0EBWdYBOAE6AdgBOgE4AQAAAAQAAABJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNRcHAAIA/gC3AUn+twFJ/re3k5MBbklJbklJbklJSbdcWwAAAAMAAAAlAgABkgAEAAkAEgAANxEFEQUBBREFEQc/ARcVJTU3FwACAP4AAdv+SgG2tiQwPv6Sbm4lAW4B/pQBAUoB/twBASa4AV5eSgFIk5MABAAlAAAB2wG3AAMAGgAeADUAAAEVJzMHHgIGDwEOAS4BJy4BNDY/AT4BHgEXARcnFTceATI2PwE+AS4BJy4CBg8BDgEeARcB29vbKgMDAQICcwIGBgYCAwMBAnQCBQYGAv5029sqAwYGBQJzAgEBAgMCBgYGAnICAgEDAgG33NwrAgYGBgJzAgEBAgMDBQYGAnMCAQECA/51AdvaKgMDAQJzAgUGBgMCAwECAnMCBQYGAgAABAAA/9sCAAHbAAMAGgAeADUAACU1Fwc3LgI2PwE+AR4BFx4BFAYPAQ4BIiYnBycXNQcuASIGDwEOAR4BFx4CNj8BPgEuAScBJdvbKgMDAQICcwIGBgYCAwMBAnQCBQYGAnTb2yoDBgYFAnMCAQECAwIGBgYCcgICAQMC/9zbASwCBgYGAnICAgEDAgMGBgUCcwIBAwN1AdzbKgMDAQJzAgUGBgMCAwECAnICBgYGAgABAG4AJQFuAZIAEgAAJREjESM1Ii4CNTQ+AjsBESMBSSRKFigeEREeKBaTJSUBSf63khEeKBcWKB4R/pMAAAAAAwAlAAEB3AG2AAoAVwB4AAAlMwcnMzUjNxcjFQcOAwcOAyMiLgInLgM1ND4CNz4DOwE1NC4CJy4DIyIOAgcOAwc1PgM3PgIyMzIeAhceAx0BIzU1IyIOAgcOAxUUHgIXHgMzMj4CNz4DPQEBkkpcXEpKXFxK6wIGBgcEAwgICQUIDw4LBQUHBQIDBQkGBQ8SFAwlAQMDAgMFBwgFBAoJCQQFCQkJBQQJCQkEBQkKCQUNFRENBQUIBQI0FQgMCggDAwUDAQECAwICBQUHAwUJCQcCAwUCApKRkZORkZMHBAYFBQECAwIBAgUHBQULDQ8JCRANCwQFBgUCCQMGBQQCAgICAQEBAgEBAwQFAy8CAwMCAQEBAQIFCAUGDhIXDXgYSwECAwICBgYIBQQGBgUCAgMCAQIEBgQECgsOBwQAAAAEACUASgHbAW4AAwAMAC0AegAANyM3FwczNzMXMwMjAyUVFA4CBw4DIyIuAicuAzU0PgI3PgM7ATcuAyMqAQ4BBw4DBxU+Azc+AzMyHgIXHgMdASMiDgIHDgMVFB4CFx4DMzI+Ajc+AzcVMzU0LgInrjUbGok4EUsSOE1ETQF/AQMFAwMHCQoFBAYGBQIDAwIBAgMEAwMJCw0IFiIFDhIWDQYKCgoFBAoJCgQFCgoJBQUJCgoFBAkHBgIDAwMBJg0WEw8GBgkGAwIFCAUFDA4QCQUJCQgEBAcHBgI3AgUIBsV1dXZHRwEf/uFlBAcOCwsEBAYEAwICAwICBQYHAwUJBwUCAgMCAWIFCAYCAQEBAQMCBAIwAwUEAwIBAgEBAQIDAQIEBgYDCQMEBwQFCw4QCgkPDgsFBQcFAgEBAwICBQUHAxh7DhcTDwUAAAIASQBJAbcBkwAEAIEAABMhFSE1Fx4DFx4DFRQOAgcOAyMiLgInLgMnFR4DFx4DMzI+Ajc+AzU0LgInLgMvAS4DJy4DNTQ+Ajc+AzMyHgIXHgMXNS4DJy4DIyIOAgcOAxUUHgIXHgMfAUkBbv6SvwQIBgYCAgMDAQIDBQQDCAkLBgYNDAwGBg0NDQYGCwwNBgYNDAwHDxoXEggHCwgDAgUHBAUMDxIKHAcNCQcDAgMDAQIDBQMDCAkKBgYLCgsGBQsLCgYGCwwLBgYLDAsGDBcUEQcICwcDAgQHBAUMERUNIAEAJSUxAgMFBAMDBgYHAwUICAYDAgQDAQECAwMCBQcIBEEDBAUDAgECAQEDBgkGBQ8SFQwJEA8NBgYKCggDCwIFBQQDAgUFBgMFBwcFAwIDAwEBAgMCAgQGBgM9AgUDBAEBAgEBAwcJBgYPERMLCA8ODAQFCgoJBQsAAAQAAABJAgABbgAEAAkADgATAAA/ARcHJxc3FwcnJScHFzcXJwcXNwAltiO4AbYluCMB/yO4JbYBuCO2Jdsdkh6TAZQekhwBHZIekwGUHpIcAAAAAAUAAP/bAgAB2wAEAAkADgATABgAABcRIREhASERIREHITUhFRUhNSEVFSE1IRUAAgD+AAHb/koBtkn+3AEk/twBJP7cASQlAgD+AAHc/kkBt5JJSW5JSW5JSQAAAwCTAEkBbQGSABcALwBbAAA3Mh4CFx4DFwYUDgEHDgMrATczNzIeAhceAhQXBhQOAQcOAysBNzMDMzI+Ajc+Ayc2LgInLgMnPgM3PgMnNi4CJy4DKwED+AcNCQkDBAMEAQEBBAQEAgkKDQcqASgBBQsIBwIDAwQBAQQCBAEICAsFKgEoZGQRGRgRCAYLBgQBAQMEBwQGCg8OCggMDQgFAwcDAwEBBAYLBgcQFBcOZAHeAQMEAwMICQwHBgsJCAIDBAMBYYECAgMDAgYHCQUFCQcGAgIEAgFN/uoDBQgGBQ4RFQsKEQ8NBgUJBgQBAQMFBwUECwwOCAsSDw0FBggFAv63AAADACUAAAHbAbcABAANABEAADcRIREhEyMDMzczFzMDBxcjNyUBtv5K/URMOBBLETdLIho0GgABt/5JAW7+20hIASU1eHgAAAACAEIAHwG8AZkAIQBLAAAlBycOAS4BJwcXBw4BIiYvAS4BNDY/AT4BMhYfAR4BFAYHJy4BIgYPAQ4BFBYXHgE+AT8BLgMnLgI2PwE+AhYXBxc3PgE0JicBvJQEBQsMCwYhHg8PJygnDw8PDw8P1w8nKCcPDw8QEA8lCxscHAvFCwwLCgsbHRsLJwMFBgUCCgwDBQhSBg8QEgl+JoYLCwoL9pQEAQECAwMgHg8PDw8PDxAmKCcP1w8QEA8PDycoJw9+CwoLC8YLGx0bCwoLAQsLJgIDBAUCChcXFQhSBgYBBAV9JYYLHBwbCwAAAAMAAABJAgABbgAEAAkADgAAEyEVITUXIRUhNRczFSM1AAIA/gCSAW7+kpPb2wFuSUluSUluSUkAAwAAAEkCAAFuAAQACQAOAAATIRUhNRUhFSE1FTMVIzUAAgD+AAFt/pPc3AFuSUluSUluSUkAAAADAAAASQIAAW4ABAAJAA4AABMhFSE1FSEVITUVIRUhNQAB//4BAf/+AQIA/gABbklJbklJbklJAAMAAABJAgABbgAEAAkADgAAEyEHIScHIRchNxchByEnbgElAf7dAW0B/wH9/wFtASUB/t0BAW5JSW5JSW5JSQAGAAAAJwIAAZUACAANABQAGAAdACEAADc1IxEhFTMRIQEhFSE1FyMVIRUhNQcjNxcXITUhFScXIzdJSQG3Sf5JAUn+kwFtSiX+twFu27hcXG3+2wElKSlJICdJASVK/twBSdzcSbcl3EltbSUlJW5JSQAAAAEAAAABAADCHXSvXw889QALAgAAAAAAz3WLJQAAAADPdYsl////2wIAAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgD//wAAAgAAAQAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAACAAAAAgAAbgIAAAACAABtAgAAAAIAAAkCAABJAgD//wIAAAACAAAAAgAAAAIAAJICAAAAAgAAAAIAACUCAAAAAgAAbgIAACUCAAAlAgAASQIAAAACAAAAAgAAkwIAACUCAABCAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAoAFAAeAEAAcAC4AQQBhgGoAfoCQAMCAyYDuARGBFQEcASUBLwFFgVuBY4GLgbUB4IHrAfaCFwIgAj2CRIJLglKCWoJpAAAAAEAAAAkAJAACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABIoAAoAAAAAEeAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAADgEAAA4Bg0Rie09TLzIAAA74AAAAYAAAAGAIIvzVY21hcAAAD1gAAABMAAAATBpVzHZnYXNwAAAPpAAAAAgAAAAIAAAAEGhlYWQAAA+sAAAANgAAADYACVb9aGhlYQAAD+QAAAAkAAAAJAPhAgVobXR4AAAQCAAAAJAAAACQQQED3m1heHAAABCYAAAABgAAAAYAJFAAbmFtZQAAEKAAAAFmAAABZhHEcG1wb3N0AAASCAAAACAAAAAgAAMAAAEABAQAAQEBDVJlZGFjdG9yRm9udAABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeKZviU+HQFHQAAAT8PHQAAAUQRHQAAAAkdAAAN+BIAJQEBDRkbHSAlKi80OT5DSE1SV1xhZmtwdXp/hImOk5idoqessba7wFJlZGFjdG9yRm9udFJlZGFjdG9yRm9udHUwdTF1MjB1RTYwMHVFNjAxdUU2MDJ1RTYwM3VFNjA0dUU2MDV1RTYwNnVFNjA3dUU2MDh1RTYwOXVFNjBBdUU2MEJ1RTYwQ3VFNjBEdUU2MEV1RTYwRnVFNjEwdUU2MTF1RTYxMnVFNjEzdUU2MTR1RTYxNXVFNjE2dUU2MTd1RTYxOHVFNjE5dUU2MUF1RTYxQnVFNjFDdUU2MUR1RTYxRXVFNjFGAAACAYkAIgAkAgABAAQABwAKAA0AQQCYAPEBSQH6Ai8CxwMhA98EGwTXBYEFkQW0BfEGLwagBxEHOgf0CLUJaQmsCfwKhAq5C0QLdAuiC9AMAQxo/JQO/JQO/JQO+5QOi7AVi/gB+JSLi/wB/JSLBfhv990V/EqLi/u5+EqLi/e5Bfu4+5QVi/dv9yb7Avsm+wEFDvcm+AIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AX7JvdwFdSLi0JCi4vUBYv7AhXUi4tCQouL1AWL+wIV1IuLQkKLi9QFDviLsBVky0yq+0KWCIshBYuLQMb7LPcT9z33GsW4i4sIiyEF92Wr9wT7QV77Cgj7yfdpFYvIBYuLb3ImSOFBtnqLiwiLfIvXBe6F9yJ7nGSl0PsO6Ps2YwgO9wLUFfe4i4tn+7iLi68FysoVnHmngrGLsounlJydnJ2Up4uyCIv3SUyLi/tXBYt8hoCDg4ODgId8i32Lf4+Dk4OTh5aLmgiL91dLi4v7SQWLZJRvnXkIDvfd+EoVrouL+yrWi4tr+wKLi/dKBbH7kxX3JS/7JS+L1fsDi4uw9wOLi9QF+3LTFfsl5/cl54tC9wOLi2b7A4uLQQWXNhWTg499i3iLf4mBhoSGg4SHgYmOio6KjYiNiI6GjoQIpklri3i5BYuMio2KjYaZhZKEiwiBi4tDbouL90q1iwWfi5mHk4MIVEcVmYsFk4uRjY+Pjo+NkYuUi5SJkoiOh4+FjYOLCH2Li1kFDve393oVRYuu9wyu+wwF+0r7DRXVi6LU7ouiQtWLJve6MIsm+7oFjGcV97iLi0L7uIuL1AUOi7AVi/gB+JSLi/wB/JSLBfdLrxX3JouL1Psmi4tCBYv3AhX3JouL1Psmi4tCBWb3SxX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBbD3cBWLQvcmi4vU+yaLBfe4ixX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBQ74lPdzFfss+xNAUIuLCIv1BftCgExsZEte9wr3BPdB92VrCIv1BYuLxV73PfsaCPxYLBWcsvcim+6RCIs/i5oFi4u2nOHVJs5vpIuLCItOBfs2s/sOLqVGCA73zfe2FXNsgGiLY4tpk3Ccd513n4Gji6CLnJKZmpqakpyLn4uehZt+mH+ZfJJ7i32LgIeChQiIiYmKiYuKi4mMioyKjoqPi5GLpJOknKOco6KcqJYIi6EFWXhlcnRrCPthixV0bH9oi2OLaZNwnXecd6CBoougi5ySmpqZmpKci5+LnoWbfph/mX2Seot+i3+IgoQIiImJioqLiYuKjIqMiY6Kj4uRi6SUpJujnKOinKmWCIuhBVh4ZnJzawgOi/gCFfiUi4tC/JSLi9QF90v7AhX33YuLQvvdi4vUBYv7AhX33YuLQvvdi4vUBWZCFYv3S/snL/cnMAUO9yb4AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBfsh9hXPi4ufc4uL6HeLdYWLd6GRi0Jzi4t3Bav7JRWXl5KTjY6PkI2PjY+Mj4yPi5CLlIiThJCFkYKOf4uHi4aKhoqGioaKhokIi3YFkI6QjZCNkIyPjI+LkIuPio6IjoiMh4uGi4iLiImIiYeJh4eHiIiDgX18CIB+i3jPi4ufXosFjo+QkJGRCIuLBQ74AtQVcItyk3aYCIu/qYsFmIWZh5uLvYu0sIu5i7pisFmLe4t9h36FCG2Li78FoJikk6aL3IvMSYs6iztKSTqLCPtL90sV9yaLi0L7JouL1AVmuhV8i3yHfoUIbYuLcwWAfYR6i3iLeZJ5ln0Ii3SpiwWYhZqHmoubi5mPmJEIqYuLVwV2fnKDcIs6i0rNi9uL3MzN3Iumi6SDoH4Ii1dtiwV+kX2Pe4sIDov3lBX4lIuLQvyUi4vUBQ73m/ftFWL7a0qLgFL3VYuWxEuLtPdry4uWxPtVi4BSzIsFDov4AhX4lIuLQvyUi4vUBfdL+wIV992Li0L73YuL1AWL+wIV992Li0L73YuL1AX7S0IVi/dL9ycv+ycwBQ6LsBWL+AH4lIuL/AH8lIsF+G/33RX8SouL+7n4SouL97kF+0r7SxWvi7vqySyLQvwCi4vU9wL3JvcC+yYFDvhv+EsVi/tw+2/3cPdviwVhYBWShIyChoUI+wf7BwWFhoKMhJKEkoqUkJEI9wj3BwWQkJWKkYQI/CD8HxX3b4r7b/dvi/tuBbW1FZKElYqQkAj3B/cHBZCQipWEkoSRgo2FhQj7BvsHBYWGjYGRhQgO97n3kxWL93D3b/tv+2+KBbW3FYSSipSQkQj3B/cGBZGRlIqShJKEjIGGhgj7CPsHBYaGgYyFkgj7CPsJFftvjPdv+3CL928FYWEVhJKBjIaGCPsH+wcFhoaMgZKEkoSUipGRCPcG9wYFkZGJlIWSCA733bAVi/fdZ4uL+91Bi4v3JgVPi1q8i8iLx7y8x4sI9yeLi/wBZosFDvgm9yYV1Ysv+yUv9yXVi4v3J0GL5/cl5/slQYuL+ycF+3+EFYWCgoSBhoGGgIh/i3WLeZF+mH6XhZ2Looujkp2blpqXopGriwiwi4uUBYuUiJKFj4SQgo1/i3+Lf4l/iH+If4V+hAiLugWWkJeOl46XjZiMmIusi6KEmH6ZfZFyi2gIi/sMV4uLowWL1hV2iwV3i32IhIaDhoeCi36LgY6EkIWQhpOIlIuZi5aQkpaTlo+ai58Ii48FDvdC91kVVoum9wml+wkF+x37ChXDi5zS1oudRMOLPvezR4s++7MF+BPwFYuHBYt3h3uDgIOAf4V9i4GLg46GkYWRiJOLlIuYj5WTkJSQmY6giwihiwWt7RV9mXOSaYt8i36Kfol/iH6Hf4YIi1sFmJOYkJiPl46YjZmLl4uViJGHkoaOhIuCCIuCZYsFaYtyhXt/e3+DeItyi3SReZl+mH6ehaOLmIuXjZWQlpCTk5KUCItzwouL9w8Fi6+EpX2ZCA7U95QV+AKLi2b8AouLsAX3U1oVloeUhZGEkYSOgouCi36GgYKEgoR/iHuLe4t6jnuRepB6lHqXCItKBZqEm4Wch5yIm4mci7OLqZOfm5+alKOLq4ujhZ9/mn6bd5dwlAhvlgV3kX6ShZGFkIiTi5OLl4+UlJGTkZeOm4uai5mImoaZhpqEmYIIi8gFfJF8kHuPfI58jXuLaYtxg3h6d3uCdItui3WQeZd+l32hf61+CKuABQ6L928Vr6n3S/snZ277S/cmBYuLFfdL9yevbvtL+ydnqAX4lIsVZ6n7S/snr273S/cmBYuLFftL9ydnbvdL+yevqAUOi2YVi/iU+JSLi/yU/JSLBfhv+HAV/EqLi/xL+EqLi/hLBUL7JhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBQ73jPdyFZ6LmYiUg5ODj36LeYt6h3+DhIOEfYd3iwhii4vstIsFi/cVFZuLloiShJKFjoKLfYt+iIGEhYSFgIh7iwhii4vYtIsFJvuqFfCLBbWLqJKemp2ZlKKLqoulhZ9/mn+ZeZRzjZ+NmpKVl5aXkJuLoIungqB5mHqZcJJoiwgmi4v73QUOsIsVi/hL+EqLi/xL/EqLBfeR+AIVR4s/+7nDi5vT1oucQ8KLQPe5BWlWFaX7DFeLpfcMBQ74UPeKFfso+yiHjwV9h3uNfJMIamupbXx8BWJiSYtitAh8mgVitIvNtLQI92v3awW0tM2LtGIImnwFtGKLSWJiCGb3EhVuqFyKbm4I+1n7WgVtbotcp26ob7qLqKkIsrEFg4+EkIWScKaGsJ+gCN3dBZuapIyifwj7EvsRsWb3GvcaBaiojLpuqAgOi/gCFfiUi4tC/JSLi9QF9yb7AhX4AouLQvwCi4vUBfcn+wIV92+Li0L7b4uL1AUOi/gCFfiUi4tC/JSLi9QFi/sCFfgBi4tC/AGLi9QFi/sCFfdwi4tC+3CLi9QFDov4AhX4k4uLQvyTi4vUBYv7AhX4k4uLQvyTi4vUBYv7AhX4lIuLQvyUi4vUBQ73AvgCFfe4i4tC+7iLi9QF+wL7AhX4lIuLQvyUi4vUBfcC+wIV97iLi0L7uIuL1AUO1LIVi9RCi4v3ufhLi4tB1IuL+7j8S4sF99333RX8AYuL+3D4AYuL93AF1UIVZouL+0v73YuLZvgCi4v3cAX7b0IV+0yL5/cB5/sBBfcBZhX7uYuLsPe5i4tmBWL3AhW0QkKLq9QFDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYfAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5h///f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAhlBJsl8PPPUACwIAAAAAAM91iyUAAAAAz3WLJf///9sCAAHbAAAACAACAAAAAAAAAAEAAAHg/+AAAAIA//8AAAIAAAEAAAAAAAAAAAAAAAAAAAAkAAAAAAAAAAAAAAAAAQAAAAIAAAACAAAAAgAAAAIAAG4CAAAAAgAAbQIAAAACAAAJAgAASQIA//8CAAAAAgAAAAIAAAACAACSAgAAAAIAAAACAAAlAgAAAAIAAG4CAAAlAgAAJQIAAEkCAAAAAgAAAAIAAJMCAAAlAgAAQgIAAAACAAAAAgAAAAIAAAACAAAAAABQAAAkAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
	Box
*/
.redactor-box {
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}
.redactor-box iframe,
.redactor-box textarea {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.redactor-box iframe {
  border: 1px solid #eee;
}
.redactor-box textarea {
  overflow: auto;
  outline: none;
  border: none;
  background-color: #111;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}
.redactor-box textarea:focus {
  outline: none;
}
/*
	Z-index setup
*/
.redactor-editor,
.redactor-box {
  background: #fff;
}
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto !important;
}
.redactor-box-fullscreen {
  z-index: 1000 !important;
}
.redactor-toolbar,
.redactor-dropdown {
  z-index: 1001 !important;
}
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1002 !important;
}
/*
	Resize
*/
.redactor-resize {
  background: #f4f4f4;
  padding: 4px 0 3px 0;
  cursor: move;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.redactor-resize div {
  width: 30px;
  margin: auto;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
/*
	Fullscreen
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	Utils
*/
.body-hidden {
  overflow: hidden;
}
/*
	Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  outline: none;
  white-space: normal;
  border: 1px solid #eee;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor:focus {
  outline: none;
}
/*
	Placeholder
*/
.redactor-placeholder {
  position: relative;
}
.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  color: #999 !important;
  font-weight: normal !important;
}
/* Placeholder in linebreaks mode */
.redactor-linebreaks.redactor-placeholder:after {
  top: 20px;
  left: 20px;
}
/*
	Toolbar
*/
.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor-toolbar li a:hover i:before {
  color: #fff;
}
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor-toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor-toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor-toolbar li a.redactor-button-disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
/*
	Icons
*/
.re-icon {
  font-family: 'RedactorFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon i:before {
  position: relative;
  font-size: 14px;
}
.re-video:before {
  content: "\e600";
}
.re-unorderedlist:before {
  content: "\e601";
}
.re-undo:before {
  content: "\e602";
}
.re-underline:before {
  content: "\e603";
}
.re-textdirection:before {
  content: "\e604";
}
.re-fontcolor:before {
  content: "\e605";
}
.re-table:before {
  content: "\e606";
}
.re-redo:before {
  content: "\e607";
}
.re-quote:before {
  content: "\e608";
}
.re-outdent:before {
  content: "\e609";
}
.re-orderedlist:before {
  content: "\e60a";
}
.re-link:before {
  content: "\e60b";
}
.re-horizontalrule:before {
  content: "\e60c";
}
.re-italic:before {
  content: "\e60d";
}
.re-indent:before {
  content: "\e60e";
}
.re-image:before {
  content: "\e60f";
}
.re-fullscreen:before {
  content: "\e610";
}
.re-normalscreen:before {
  content: "\e611";
}
.re-formatting:before {
  content: "\e612";
}
.re-fontsize:before {
  content: "\e613";
}
.re-fontfamily:before {
  content: "\e614";
}
.re-deleted:before {
  content: "\e615";
}
.re-html:before {
  content: "\e616";
}
.re-clips:before {
  content: "\e617";
}
.re-bold:before {
  content: "\e618";
}
.re-backcolor:before {
  content: "\e619";
}
.re-file:before {
  content: "\e61a";
}
.re-alignright:before {
  content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.re-alignjustify:before {
  content: "\e61d";
}
.re-aligncenter:before {
  content: "\e61e";
}
.re-gallery:before {
  content: "\e61f";
}
/*
	Toolbar tooltip
*/
.redactor-toolbar-tooltip {
  position: absolute;
  z-index: 1054;
  text-align: center;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  border-radius: 2px;
}
/*
	Dropdown
*/
.redactor-dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1.6em;
  z-index: 500000;
}
.redactor-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.redactor-dropdown a:last-child {
  border-bottom: none;
}
.redactor-dropdown a:hover {
  background-color: #1f78d8;
  color: #fff !important;
  text-decoration: none;
}
/*
	IMAGE BOX
*/
#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6);
}
#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer;
}
#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 49999;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	DROPAREA
*/
#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}
#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}
#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}
#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
/*
	PROGRESS
*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*
	MODAL
*/
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#redactor-modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}
#redactor-modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
#redactor-modal section {
  padding: 30px 40px 50px 40px;
}
#redactor-modal label {
  display: block;
  float: none !important;
  margin: 15px 0 3px 0 !important;
  padding: 0;
}
#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor-modal select {
  width: 100%;
}
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 5px 4px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
  border-color: #e82f2f;
  box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
/*
	Tabs in Modal
*/
#redactor-modal-tabber {
  margin-bottom: 15px;
  font-size: 12px;
}
#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000;
}
#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff;
}
#redactor-modal-tabber a.active {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.6);
}
/*
	List in Modal
*/
#redactor-modal #redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: scroll;
}
#redactor-modal #redactor-modal-list li {
  border-bottom: 1px solid #ddd;
}
#redactor-modal #redactor-modal-list li:last-child {
  border-bottom: none;
}
#redactor-modal #redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}
#redactor-modal #redactor-modal-list a:hover {
  background-color: #eee;
}
#redactor-modal-close {
  color: #000000;
    cursor: pointer;
    font-size: 19px;
    font-weight: 300;
    height: 30px;
    line-height: 1px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
}
#redactor-modal-close:hover {
  color: #000;
}
#redactor-modal footer button {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}
#redactor-modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor-modal footer button.redactor-modal-delete-btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor-modal footer button.redactor-modal-delete-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor-modal footer button.redactor-modal-action-btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor-modal footer button.redactor-modal-action-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/*
	##############################################

	DROPDOWN FORMATTING

	##############################################
*/
.redactor-dropdown .redactor-formatting-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown .redactor-formatting-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown .redactor-formatting-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
/*
	##############################################

	 CONTENT STYLES

	##############################################
*/
.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor a {
  color: #15c;
  text-decoration: underline;
}
.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto;
}
.redactor-editor video,
.redactor-editor img {
  height: auto;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}
.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px;
}
.redactor-editor iframe {
  width: auto;
}
.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em;
}
.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}
.redactor-editor dl dt {
  font-weight: bold;
}
.redactor-editor dd {
  margin-left: 1em;
}
.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888;
}
.redactor-editor code {
  background-color: #d8d7d7;
}
.redactor-editor pre {
  overflow: auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  white-space: pre;
  font-size: 90%;
}
.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3;
}
.redactor-editor h1 {
  font-size: 36px;
}
.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em;
}
.redactor-editor h3 {
  font-size: 21px;
}
.redactor-editor h4 {
  font-size: 18px;
}
.redactor-editor h5 {
  font-size: 16px;
}
.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase;
}

#mymodal-htmlarea {
  overflow: auto;
}

/* LOAD FONTS */

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    /* src: url('fonts/OpenSans-ExtraBold-webfont.eot'); */
    /* src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), */
         src:url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
             url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype');
         /* url('fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg'); */
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
} */

/* GLOBAL ITEMS */
.saffireMobileSize .modal iframe {
	width: 1px;
	min-width: 100%;
}
body.modalBody.saffireMobileSize {
	min-width: 0;
}

body.mobileNavShowing.saffireMobileSize {
    overflow: hidden;
}

body:not(.modalBody) {
	min-width: 300px !important;
}

body.saffireMobileSize.calendarControlsCurrentlyOpen {
	overflow: hidden;
}

.saffireMobileSize select {
	max-width: 100% !important;
}

.saffireMobileSize img:not(.nonResponsiveImage) {
	max-width: 100%;
}

.moduleItemContainer img {
    max-width: 100%;
}

.saffireMobileSize .generalMessageOn .wrapper {
	margin-top: 0;
}
.saffireMobileSize .header {
	padding-bottom: 10px;
}

.saffireMobileSize .generalMessageOn .header {
	top: 0;
}
.saffireMobileSize .siteInfoBannerOn .header {
	padding-bottom: 0;
}

.saffireMobileSize .header {
    background: url("../images/mobile-menu.jpg") repeat-x transparent;
    color: #ffffff;
    font: 1.6em "open_sansregular";
    width: 100%;
    position: relative;
    height: 120px;
    -webkit-transition: none;
    transition: none;
}

.saffireMobileSize .headerInnerContent {
    height: 100%;
    position: relative;
    display: block;
}

.saffireMobileSize .siteInfoBannerOn .header {
	height: 136px !important;
}

.saffireMobileSize .homepage.siteInfoBannerOn .header {
	height: 105px !important;
}


.saffireMobileSize #google_translate_element {
	position: static;
	margin-bottom: 1em;
}

.saffireMobileSize .content {
	margin: 33px auto 0;
}

.saffireMobileSize .homepage .content,
.saffireMobileSize .generalMessageOn.homepage .content {
	margin-top: 33px;
}

.saffireMobileSize a.buttonSmall.button {
	padding: 4px;
	font-size: 12px;
}

/* TABS */
.saffireMobileSize .tabs > ul > li {
    clear: both;
    float: none;
    display: block;
}

.saffireMobileSize .pressPageTabs ul,
.saffireMobileSize ul.myAccountTabs {
    display: block;
    height: auto;
}

.saffireMobileSize .myaccount ~ .tabs {
    padding-bottom: 5px;
}

.saffireMobileSize .myaccount ~ .subContainer.hr {
    clear: both;
}

.saffireMobileSize .tabs > ul > li > a {
    float: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.saffireMobileSize .tabOn::after,
.saffireMobileSize .tab:hover::after {
    display: none;
}

.saffireMobileSize .tabOn,
.saffireMobileSize .tab:hover {
    position: static;
    background: none !important;
}

.saffireMobileSize .tabs > ul > li > a {
    background: none !important;
    color: inherit;
    text-decoration: underline;
}

.saffireMobileSize .tabs > ul > li > a.tabOn {
    text-decoration: none;
}

.saffireMobileSize .tabs > ul > li {
    position: relative;
}

.saffireMobileSize .tabOn:before {
    content: '\25B6 ';
    position: absolute;
    left: -1.5em;
}

.homepageTabsContainer {
    opacity: 0;
}

.saffireMobileSize .homepageTabsContainer {
    display: none !important;
}

.pageIsLoaded .homepageTabsContainer {
    opacity: 1;
}

.saffireMobileSize .pressPageTabs {
    width: 100%;
}

.saffireMobileSize .pressPageTabs.tabs > ul > li {
    width: 33%;
    float: left;
}

.saffireMobileSize .pressPageTabs.tabs > ul > li:last-child {
    display: none;
}

.saffireMobileSize .pressPageTabs.tabs > ul > li a {
    margin: 6px 4px 0 0;
    padding: 5px 3px;
    font-size: 0.9em;
}


/* FOOTER */
.saffireMobileSize .footer .footerSignIn .left {
    float: none;
}

.saffireMobileSize .footer .footerSignIn {
    display: block;
}

.saffireMobileSize .footer .myAccountNavButton {
    display: block;
    margin-top: 7px;
}

.saffireMobileSize .footer .footerSignIn a.button,
.saffireMobileSize .footer ul li a.button {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}
.saffireMobileSize .footer .separator {
    display: block;
    font-size: 5px;
    line-height: 6px;
    opacity: 0;
}

.saffireMobileSize .footer {
    background-image: none;
    height: auto;
}

.saffireMobileSize .afterContent {
    display: none;
}


/* HEADER ITEMS */
.saffireMobileSize img#weatherBugImage {
    max-width: none;
}

.saffireMobileSize .header .emailSignup {
    left: auto;
    right: 13px;
}

.saffireMobileSize .quickLinks {
    left: auto;
    right: 15px;
}

.saffireMobileSize .quickLinks {
    position: relative; /* needed for z-index over logo */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.3em;
    z-index: 222;
}

.saffireMobileSize .quickLinks ul {
    z-index: 0;
    position: relative;
}

.saffireMobileSize .quickLinks ul li {
    display: none;
    margin: 0;
}

.saffireMobileSize .quickLinks ul li.StandardHeaderDirections,
.saffireMobileSize .quickLinks ul li.StandardHeaderTicketsAndDeals {
    display: inline-block;
}


.saffireMobileSize .header .searchBox {
    left: auto;
    right: 217px;
}

.saffireMobileSize .ticket,
.saffireMobileSize .ticket:hover {
    background-image: none;
    padding-left: 0;
}

.saffireMobileSize .ticket {
    right: 508px;
}

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
    height: auto;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 7px;
    text-indent: 0;
    top: 52px;
    white-space: nowrap;
    width: auto;
    text-decoration: none;
    border-radius: 3px;
    padding: 0 3px;
}

.saffireMobileSize .StandardHeaderDirections > a {
    position: absolute;
    right: -44px;
    top: 93px;
}

.saffireMobileSize .quickLinks ul li.standardCartView {
    display: block;
}

.saffireMobileSize .quickLinks ul .viewcart > span > a {
    text-indent: -9999px !important;
    display: block;
    width: 49px;
    height: 36px;
    margin-top: -20px;
}

#svgViewCartIcon {
    display: none;
}

.saffireMobileSize .quickLinks ul .viewcart a[data-itemcount]:before {
    color: #ffffff;
    content: attr(data-itemcount);
    display: block;
    position: absolute;
    text-align: right;
    top: -3px;
    text-indent: 0;
    padding: 13px 13px 19px 0;
    height: 16px;
    width: 43px;
    font-size: 0.8em;
    font-family: 'open_sansregular';
}


.saffireMobileSize #customLogo {  /* |%  logo settings */
    left: 0;
    right: auto;
    max-width: 30%;
    background-position: center center;
    background-size: contain;
    display: block;
    background-position: center center;
    margin: 0 auto;
    padding: 1px 0 0;
    text-align: center;
    width: 150px;
    z-index: 109 !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    left: 2.5%;
    max-width: 33%;
    padding: 0.2em 0.5%;
    position: absolute;
    height: 70px;
    background-size: contain;
    min-width: 0;
    background-color: transparent;
}


.saffireMobileSize .generalmessage  {
    font-size: 15px;
}

.saffireMobileSize .generalmessage {
    white-space: normal;
    height: auto;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    padding: 8px 1em 12px;
    -webkit-transition: none;
    transition: none;
}

.saffireMobileSize.calendarControlsCurrentlyOpen .generalmessage {
    display: none;
}

.saffireMobileSize.mobileNavShowing .generalmessage {
    display: none !important;
}


.saffireMobileSize .header {
    width: 100%;
}


/* COUNTDOWN */
.saffireMobileSize #siteInfoBannerWidget {
    right: 0 !important;
    left: 0;
    padding: 3px 0;
}

.saffireMobileSize #widgetBanner {
    bottom: 0;
    position: absolute;
    top: auto;
    width: 100%;
    height: 38px;
    text-align: center;
}

.saffireMobileSize .siteInfoBannerOn #siteInfoBannerWidget #eventDates {
    font-size: 19px;
}

.saffireMobileSize .siteInfoBannerOn #siteInfoBannerWidget {
    font-size: 13px;
    height: 63px;
    background: none;
    color: #fff;
    float: left;
    top: 85px;
    width: 100%;
    right: 0;
    left: auto;
}

.saffireMobileSize .siteInfoBannerOn #siteInfoBannerWidget #eventDates {
    color: #fff;
    padding: 0;
    float: none;
}

.saffireMobileSize #siteInfoBannerWidget #eventName {
    color: #fff;
    padding: 0;
    float: none;
}

.saffireMobileSize .countdownDays {

}

.saffireMobileSize #customLogo {
    width: 163px;
}

.saffireMobileSize #weatherBugWidget {
    display: none;
}

.saffireMobileSize .datePast .countdownDays {
    font-size: 14px;
    color: #fff;
}

.saffireMobileSize .siteInfoBannerOn #siteInfoBannerWidget {
    display: block !important;
}

@media screen and (max-width: 470px){
    .siteInfoBannerOn #siteInfoBannerWidget {
        font-size: 11px;
    }

    .siteInfoBannerOn #siteInfoBannerWidget #eventDates {
        font-size: 17px;
    }
}

@media screen and (max-width: 615px){
    .socialNetworks {
        z-index: 2;
    }

    .generalmessage {
        line-height: 17px;
    }
}


/* NAVIGATION */
.navDummyLink,
.navClonedItem {
    display: none;
}

.saffireMobileSize .navDummyLink,
.saffireMobileSize .navClonedItem {
    display: none;
}

.saffireMobileSize .header .cartMenu {
    display: none !important;
}

.navMobileMenuShiftedGoBack,
.navDummyLink {
    display: none;
}

.saffireMobileSize .nav .groups .group a, .saffireMobileSize .navDummyLink {
    font-size: 16px;
}

.saffireMobileSize .nav .groups .group a,
.saffireMobileSize .nav .groups .group:hover .items .item a, .saffireMobileSize .nav .items .item a, .saffireMobileSize .navDummyLink {
    font-size: 16px;
    line-height: 21px;
}

.saffireMobileSize.mobileNavShowing .header {
    z-index:2147483647 !important;
}

.saffireMobileSize .viewcart {
    float: right;
    height: 49px;
    width: 49px;
    top: 5px;
}
.saffireMobileSize .cartMenu {
    display: none !important;
}
.saffireMobileSize .nav,
.saffireMobileSize .viewcart,
.saffireMobileSize .header .searchBox,
.saffireMobileSize .header .emailSignup {
    background: transparent;
    font-family: 'FontAwesome' !important;
    color: #B9B9B9;
    border: none;
    float: right;
    font-size: 0.8em;
    height: 49px;
    padding: 0;
    position: relative;
    top: 0;
    width: 48px;
    overflow: hidden;
    right: 0;
    z-index: 0;
}

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) > div.searchBoxInput,
.saffireMobileSize .header .searchBox:not(.clonedSearchBox) > div {
    display: none;
}

.saffireMobileSize .nav:before,
.saffireMobileSize .viewcart:before,
.saffireMobileSize .header .emailSignup:before,
.saffireMobileSize .header .searchBox:before,
.saffireMobileSize .searchBoxSubmit:before {
    content: "\f0c9";
    position: relative;
    top: 7px;
    font-size: 26px;
    left: 6%;
    line-height: 1em;
}

.saffireMobileSize .nav:before {
    top: 8px;
}

.saffireMobileSize .viewcart:before {
    content: "\f07a";
}

.saffireMobileSize .header .emailSignup:before {
    content: "\f003";
}

.saffireMobileSize .header .searchBox:before {
    content: "\f002";
    font-size: 23px;
}

.saffireMobileSize .searchBoxSubmit:before {
    content: '\f002';
    position: absolute;
    left: 0;
    right: 0;
    width: 26px;
    margin: 0 auto;
    font-size: 23px;
    top: 12px;
}

.saffireMobileSize .header .mobileNavLink {
    display: block;
    width: 100%;
    height: 50px;
    top: -28px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.saffireMobileSize #searchBoxClicker {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 49px;
    height: 49px;
    cursor: pointer;
}

.saffireMobileSize .clear.headerClear1 {
    clear: none;
}
.saffireMobileSize .header .header input.inputFieldTextbox.textbox {
    margin: 0.4em 0 0.4em 0.4em;
    width: 17em;
}

.saffireMobileSize .header .emailSignup > div {
    display: none;
}

.saffireMobileSize .searchBox.clonedSearchBox {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2147483647;
    background: #000 url("../images/mobile-menu.jpg") repeat-x scroll 0 0;
    box-shadow: 0 3px 4px #212121;
}

.saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput {
    left: 0;
    position: absolute;
    top: 0;
    width: 72%;
    bottom: 0;
    margin: auto;
    height: auto;
    right: auto;
}

.saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
    width: 97%;
    height: 41px;
    padding-left: 3%;
    padding-right: 0;
}

.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
    bottom: 0;
    left: 72%;
    margin: auto;
    position: absolute;
    top: 0;
    right: auto;
    width: 14%;
}

.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a,
.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a:hover {
    padding: 0;
    margin: 0;
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border-right: 1px solid #fff;
    background: none !important;
    text-indent: -6000px;
    overflow: hidden;
}

.saffireMobileSize .mobileSearchCloseButton {
    display: none;
}

.saffireMobileSize.saffireMobileSize .mobileSearchCloseButton {
    color: #B9B9B9;
    text-decoration: none;
    width: 14%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 86%;
    text-align: center;
    font: 24px 'open_sansbold';
    top: 0;
    bottom: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
}

.saffireMobileSize .header li[aria-haspopup="true"] > a {
    display: none !important;
}
.saffireMobileSize .header li[aria-haspopup="false"] > a {
    display: block !important;
}

.saffireMobileSize .header .groups > .group > .navDummyLink:after {
    content: ' >';
}

.saffireMobileSize .header .navDummyLink {
    display: block;
}

.saffireMobileSize .header .navClonedItem {
    /*display: none;*/
}

.saffireMobileSize .header .nav ul {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    opacity: 0;
}

.saffireMobileSize .nav .groups .group {
    padding: 0 18px;
}

.saffireMobileSize .navMobileMenuShiftedGoBack {
    left: 0;
    position: fixed;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
    top: 0;
    width: 50%;
    height: 50px;
    z-index: 4000;
    cursor: pointer;
    background: #000;
}

.saffireMobileSize .navMobileMenuShiftedGoBack:before {
    content:'< BACK';
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "open_sansregular";
    font-size: 14px;
    margin-top: 0.4em;
    text-align: left;
    padding-left: 5%;
}

.saffireMobileSize .group > .navMobileMenuShiftedGoBack:before {
    color: orange;
}


/* CART/CHECKOUT */
.saffireMobileSize .cartViewVertical.right {
    float: none;
}

.saffireMobileSize .left.cartcols + .right {
    float: none;
}

@media screen and (max-width: 920px){ /* as soon as the site gets smaller than our standard width this kicks in */
    .saffireMobileSize .cartcols {
        width: 34%;
    }

    .cartViewVertical .subContainer {

    }
}

.saffireMobileSize .reviewYourOrderSubContainer .left,
.saffireMobileSize .reviewYourOrderSubContainer .right {
    float: none;
}
.saffireMobileSize .reviewYourOrderSubContainer {
    padding: 10px;
    width: 96%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}
.saffireMobileSize .checkoutReviewReviewYourOrder {
    float: none;
}

/* MODALS */
.ui-dialog {
    max-width: calc(100% - 40px);
}

#dynamicModal,
.modal.nested {
  border: 10px solid #FFF;
}
.saffireLargeSize #dynamicModal,
.saffireLargeSize .modal.nested {
  border-top: 25px solid #FFF;
}
#dynamicModal .modalBody {
  padding: 0 14px;
}
.saffireMobileSize #dynamicModal,
.saffireMobileSize .modal.nested {
    max-height: 80vh !important;
}
.saffireMobileSize.modalBody .emailSignup .textbox {
    border-right: 1px solid;
    width: 100%;
}

.saffireMobileSize.modalBody .emailSignup > div {
    float: none;
}

.saffireMobileSize.modalBody .emailInputSubmit {
    margin-top: 8px;
        text-align: center;
}

.saffireMobileSize.modalBody a[onclick*='Unsubscribe.ascx'] {
    width: 100%;
    display: block;
    text-align: center;
}

.saffireMobileSize iframe {
    max-width: 96%;
}


/* PAGE SPECIFIC */
@media screen and (max-width: 450px){
    ul.imageGallery,
    .imageGallery {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* body:not(.homepage) .swiper-slide img {
    max-width: 90% !important;
    padding: 2em 0;
} */

.saffireMobileSize ul.dynamicSponsorPageModule.imageGallery,
.saffireMobileSize .dynamicSponsorPageModule.imageGallery {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dialogMediaGallery,
.dialogPhotoGallery {
    max-width: calc(100% - 40px);
}


@media screen and (max-width: 1024px) {
    #dynamicModal,
    .modal.nested {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

@media screen and (max-width: 990px){
    .eventdetailPhoto .feature {
        min-width: 0;
        width: calc(70% - 10px);
        min-width: 0;
        min-height: 0;
    }

    .saffireMobileSize .eventdetailPhoto.textGallerySinglePhotoContainer .feature {
        width: 94%;
    }


    .eventdetailPhoto .feature a {
        width: 100%;
    }

    .eventdetailPhoto .feature img {
        max-width: 100%;
        height: auto;
        min-width: 0;
        min-height: 0;
    }
    .eventdetailPhoto .thumbnails {
        width: 30%;
    }

    .eventdetailPhoto {
        width: 100%;
    }

    .eventdetailPhoto .feature {
        margin: 0 auto;
    }
}


.saffireMobileSize .listingItemName input.textbox,
.saffireMobileSize .listingItemTime input.textbox,
.saffireMobileSize .listingItemCost input.textbox,
.saffireMobileSize .listingItemDate input.textbox {
    width: 67px !important;
    font-size: 1em !important;
}
.saffireMobileSize .ui-dialog {
    max-width: 100%;
}

.saffireMobileSize .dialogMediaGallery td .button,
.saffireMobileSize .dialogMediaGallery td.shareThisToolbox {
    display: none !important;
}
.saffireMobileSize .dialogPhotoGallery,
.saffireMobileSize .dialogMediaGallery {
    border: medium none !important;
    height: auto !important;
    max-width: 100%;
    padding: 0 !important;
    width: 100% !important;
}
.saffireMobileSize .dialogPhotoGallery img,
.saffireMobileSize .dialogMediaGallery img {
    max-width: 100% !important;
}
.saffireMobileSize .dialogPhotoGallery table,
.saffireMobileSize .dialogMediaGallery table {
    max-width: 100% !important;
}

.saffireMobileSize .dialogPhotoGallery table,
.saffireMobileSize .dialogMediaGallery table,
.saffireMobileSize .dialogPhotoGallery tbody,
.saffireMobileSize .dialogMediaGallery tbody,
.saffireMobileSize .dialogPhotoGallery tr,
.saffireMobileSize .dialogMediaGallery tr,
.saffireMobileSize .dialogPhotoGallery td,
.saffireMobileSize .dialogMediaGallery td {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.saffireMobileSize .mypickAddedMessage {
    width: 200px;
    height: 25px;
    background: #FFF url(../images/bar-loader.gif) no-repeat center;
    overflow: hidden;
    line-height: 100em;
    border: solid 1px black;
    padding: 10px;
    position: absolute;
    z-index: 2;
    text-align: center;
}

.saffireMobileSize .dialogPhotoGallery td,
.saffireMobileSize .dialogMediaGallery td {
    height: auto !important;
}
.saffireMobileSize .leftArrow.photo-arrow,
.saffireMobileSize .left.photo-arrow {
    position: absolute;
    width: 8%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(40%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.saffireMobileSize .rightArrow.photo-arrow,
.saffireMobileSize .right.photo-arrow {
    position: absolute;
    width: 8%;
    height: 100%;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.saffireMobileSize .dialogMediaGallery .galleryTitle,
.saffireMobileSize .caption, .dialogMediaGallery .galleryTitle {
    margin: 2px auto 0;
    width: 84%;
}
.saffireMobileSize .arrowLeft,
.saffireMobileSize .arrowRight {
    left: 0;
    margin: auto;
    position: absolute !important;
    right: 0;
}
.saffireMobileSize .pastpresident .imageGalleryViewItem,
.saffireMobileSize .modal .photo {
    max-width: 100% !important;
    margin-top: 2em;
}

.saffireMobileSize .modalBody .left_col {
    width: auto;
}
.saffireMobileSize .photo-arrow,
.saffireMobileSize .photoArrow {
    margin-top: 0 !important;
}

.saffireMobileSize .modal_close,
.saffireMobileSize .dialogPhotoGallery .modalClose {
    position: fixed;
    right: 2%;
    top: 1.3em;
    z-index: 2147483647;
}

.saffireMobileSize .modalBody .column {
    float: none !important;
}

.saffireMobileSize .eventEntryItem {
    clear:both;
    margin: 1em;
}
.saffireMobileSize #eventEntryModal {
    padding: 0 9px;
}
.saffireMobileSize .eventModalEntry input.textbox {
    min-width: 0;
    width: 100%;
    max-width: 95%;
}
.saffireMobileSize .eventEntryFields,
.saffireMobileSize .eventEntryFields.eventEntryNextDates.eventEntryItem {
    margin-left: 1em;
}
.saffireMobileSize .eventEntryItem .eventEntryFields,
.saffireMobileSize .timeOutterContainer {
    margin-left: 0;
}
.saffireMobileSize .datesAdderBtn {
    margin-top: 1em;
}


.saffireMobileSize.calendarControlsCurrentlyOpen .ui-autocomplete {
    left: 0 !important;
    position: fixed !important;
    top: 68px !important;
    width: 210px !important;
    right: 0;
    margin: auto;
    z-index: 1000000000000 !important;
}

.saffireMobileSize #eventFilterList ul.eventFilterSubcategory {
    display: block !important;
}

.saffireMobileSize a.clickEventUpload {
    margin-bottom: 2em;
}

.saffireMobileSize .eventGalleryLink {
    bottom: 0;
    width: auto;
    height: auto;
    right: 0;
    margin: auto;
}

.saffireMobileSize .mobileSinglePhotoCaption {
    display: block;
}

.saffireMobileSize #imgprint {
    max-width: 100%;
}

.mapLegend {
    border-left: 1px solid rgba(0,0,0,0.3);
    box-shadow: none !important;
}

.saffireMobileSize .mapLeftRight,
.column-4 .mapLeftRight,
.column-6 .mapLeftRight,
.column-8 .mapLeftRight {
    display: none;
}

.saffireMobileSize .listingItemName,
.saffireMobileSize .listingItemTime,
.saffireMobileSize .listingItemCost,
.saffireMobileSize .listingItemDate {
    width: 100%;
    float: none !important;
    clear: both;
}

.saffireMobileSize .listingItemButtons .right a {
    max-width:none;
}

/*.saffireMobileSize .ticketsDealsListingEventName {
    float: none;
    clear: left;
    max-width: none;
}*/

.saffireMobileSize .dynamicSponsorCaption {
    display: none;
}

.saffireMobileSize .pressScroller {
    margin-bottom: 21px;
}

.saffireMobileSize .ticketsDealsListingLeftContainer {
    width: auto;
}

.saffireMobileSize .listingItem .listingItemName {
    min-height: 0;
}

.saffireMobileSize .ticketsDealsListingLeftContainer .listingItemName > a {
    clear: both;
    display: block;
}

/*.saffireMobileSize .ticketsDealsListingEventName > img[title="Our Pick"] {
    left: -18px;
    float: none;
    position: absolute;
	position: absolute;
	float: none;
}*/

.saffireMobileSize .listingItemName {
    width: 100%;
    float: none !important;
}

.saffireMobileSize .site>.left {
    width: 100%;
}

.saffireMobileSize .mapLegend hr {
    display: none;
}

.saffireMobileSize .mapLegend,
.moduleSmall .mapLegend,
.moduleMedium .mapLegend {
    background-color: inherit;
    background-image: inherit;
    top: auto;
    max-height: 50px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
}

.moduleSmall .mapLegend,
.moduleMedium .mapLegend {
  cursor: pointer;
}

.saffireMobileSize .openedMapLegend .mapLegend,
.moduleSmall .openedMapLegend .mapLegend,
.moduleMedium .openedMapLegend .mapLegend {
    max-height: 100%;
    overflow-y: auto;
    cursor: pointer;
}

.saffireMobileSize .mapLegendInnerWrapper div,
.moduleSmall .mapLegendInnerWrapper div,
.moduleMedium .mapLegendInnerWrapper div {
    opacity: 0;
}

.saffireMobileSize .openedMapLegend .mapLegendInnerWrapper div,
.moduleSmall .openedMapLegend .mapLegendInnerWrapper div,
.moduleMedium .openedMapLegend .mapLegendInnerWrapper div {
    opacity: 1;
}

.mapLegendCategoryHider {
    display: none;
}

.saffireMobileSize .mapLegendCategoryHider {
    display: none;
}

.saffireMobileSize .openedMapLegend .mapLegendCategoryHider,
.moduleSmall .openedMapLegend .mapLegendCategoryHider,
.moduleMedium .openedMapLegend .mapLegendCategoryHider {
    display: inline-block;
    z-index: 4000;
}

.saffireMobileSize .map,
.moduleSmall .map,
.moduleMedium .map {
    width: 100%;
}


.saffireLargeSize #saffireMobileBackToTopLink {
    display: none;
}

.saffireMobileSize #saffireMobileBackToTopLink {
    bottom: -100px;
    left: 0;
    position: fixed;
    z-index: 2147483647;
    display: block;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
}

.saffireMobileSize.mobileNavShowing #saffireMobileBackToTopLink {
    display: none !important;
}

.saffireMobileSize .modulePagePdf img {
    width: 28px;
}

.saffireMobileSize #imgsearch {
    margin: 22px 0px 13px;
    position: relative;
    top: 10px;
}

.saffireMobileSize #imgsearch div.right {
    margin-right: .5em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items:  flex-end;
}

.saffireMobileSize .formColumnLeft,
.saffireMobileSize .formColumnMid,
.saffireMobileSize .formColumnRight {
    width: 100%;
    float: none;
}

.saffireMobileSize .formSubmit {
    margin-top: 12px;
    margin-bottom: 1em;
}

.saffireMobileSize .modulePagePhotoList .photoItem:last-child {
    border-bottom: none;
}

/* .saffireMobileSize .moduleItemContainer .swiper-slide img, */
.saffireMobileSize .moduleItemContainer .swiper-slide iframe,
.saffireMobileSize .galleryDataSourceWrapper .swiper-slide iframe,
.saffireMobileSize .galleryDataSourceWrapper .swiper-slide img,
.saffireMobileSize .imageGridModule .swiper-slide .moduleItemContainer iframe,
.saffireMobileSize .imageGridModule .swiper-slide .moduleItemContainer img.smallImage {
    border: none;
    box-shadow: none;
    border-radius: 0;
    min-width: 0;
    background: none;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.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;
}

.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;
}

.saffireMobileSize .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;
}

.pageIsLoaded.saffireMobileSize .imageGridInformationClicker {
    display: block;
}

.textMediaSlideshowSlideVideo .imageGridInformationClicker {
    z-index: 5;
}

.isResponsive .galleryDataSourceWrapper .swiper-slide.imageGridShowingDescription iframe,
.isResponsive .galleryDataSourceWrapper .swiper-slide.imageGridShowingDescription img,
.isResponsive .moduleItemContainer .swiper-slide.imageGridShowingDescription iframe,
.isResponsive .swiper-slide.imageGridShowingDescription .moduleItemContainer iframe,
.isResponsive .moduleItemContainer .swiper-slide.imageGridShowingDescription img,
.isResponsive .swiper-slide.imageGridShowingDescription img,
.isResponsive .swiper-slide.imageGridShowingDescription .moduleItemContainer img.smallImage {
    opacity: 0;
}

.saffireMobileSize .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;
}

.saffireMobileSize .swiper-slide.imageGridShowingDescription .imageGridTitle {
    top: 0;
    max-width: 92%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.saffireMobileSize .imageGridTitle.subContainer {
    padding: 0 !important;
}

.textGalleryMulti.subContainer.textGalleryImageContainer {
    height: auto;
}

:not(.saffireMobileView) .textGalleryMulti.subContainer.textGalleryImageContainer {
    min-height: 319px;
}

.textGalleryImageContainer.textGalleryMulti {
    width: 45%;
}

.photoCenter .textGalleryImageContainer {
    width: auto;
}

.saffireMobileSize .textGalleryImageContainer .largeImage {
    max-width: 100%;
}

.saffireMobileSize .textGalleryImageContainer .largeImage.sidepic {
    max-width: -webkit-calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
}

.sidepic[alt="Event Results"] {
    margin: 0 auto;
    float: none;
    display: block;
}

.textGalleryPhotoHasThumbs {
    bottom: 0;
    float: left;
    left: 2%;
    margin: auto;
    max-width: 73%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 77%;
    height: 100%;
}

.textGalleryImageContainer .textGalleryPhotoHasThumbs .largeImage {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.photoCenter .textGalleryPhotoHasThumbs {
    max-width: 100%;
}

.saffireMobileSize .textMediaMediaContainer {
    float: none;
    max-width: 96%;
    width: 100%;
}
.saffireMobileSize .moduleMedium .photoRight .textMediaMediaContainer {
    float: right;
    max-width: 76%;
    width: 76%;
}
.saffireMobileSize .moduleMedium .photoLeft .textMediaMediaContainer {
    float: left;
    max-width: 76%;
    width: 76%;
}

.photoCenter .textGalleryPhotoHasThumbs {
    float: none;
}

.textGalleryImageContainer {
    margin-bottom: 0.7em;
    position: relative;
}

.textGalleryImageContainer.left {
    margin-right: 2%;
}

.textGalleryImageContainer.right {
    margin-left: 2%;
}

.textMediaSlideshowContainer h3.imageGridTitle.subContainer,
.imageGridSlideshowContainer h3.imageGridTitle.subContainer {
    padding: 0;
}

.saffireMobileSize .textGalleryImageContainer {
    max-width: 96%;
}

.saffireMobileSize .touchIntercept {
    z-index: 4;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}

.saffireMobileSize .swiperMobileInstructions {
    text-align: center;
    margin-top: 0.7em;
}

.saffireMobileSize .textGallerySinglePhotoContainer {
    float: none;
    width: 96%;
    padding: 2%;
    text-align: center;
    max-width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1em;
}

.saffireMobileSize .textGallerySinglePhotoContainer.eventdetailPhoto {
  width: 100%;
}
.saffireMobileSize .textGallerySinglePhotoContainer iframe,
.saffireMobileSize .textGallerySinglePhotoContainer img {
    max-width: 90%;
}

.saffireMobileSize .galleryImg iframe {
    display: block;
    height: auto;
    max-width: 96%;
    position: relative;
    top: -50% !important;
}

/*.saffireMobileSize .eventCol1 .filter input:hover,
.saffireMobileSize .eventCol1 #selectedDate:hover {
    font-family: 'open_sansregular' !important;
}*/

@media screen and (max-width: 920px){ /* as soon as the site gets smaller than our standard width this kicks in */

    .calendarViewTableHeadRow th {
        text-indent: -900px;
        overflow: hidden;
        position: relative;
    }
    .calendarViewTableHeadRow th:after {
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        text-indent: 0;
    }
    .calendarViewTableHeadRow th:nth-of-type(1):after{
        content:'SUN';
    }
    .calendarViewTableHeadRow th:nth-of-type(2):after{
        content:'MON';
    }
    .calendarViewTableHeadRow th:nth-of-type(3):after{
        content:'TUE';
    }
    .calendarViewTableHeadRow th:nth-of-type(4):after{
        content:'WED';
    }
    .calendarViewTableHeadRow th:nth-of-type(5):after{
        content:'THUR';
    }
    .calendarViewTableHeadRow th:nth-of-type(6):after{
        content:'FRI';
    }
    .calendarViewTableHeadRow th:nth-of-type(7):after{
        content:'SAT';
    }

    .itemDetailContainer {
        left: 0;
        width: 100%;
    }

    .pressPageColumn1.column1 {
        width: 100%;
    }

    .pressPageColumn2.column2 {
        display: none;
    }
}


.saffireMobileSize #musicPlayerLink,
.saffireMobileSize .eventAudioPlayerButton {
    display: none !important;
}

.saffireMobileSize .modulePageTextMedia {
    opacity: 0;
}

.saffireMobileSize.pageIsLoaded .modulePageTextMedia {
    opacity: 1;
}

.saffireMobileSize .modulePageInlineForm input.textbox {
    width: 97%;
}

.saffireMobileSize .calloutArrow,
.saffireMobileSize .calloutArrowGallery {
    display: none !important;
}

.saffireMobileSize .eventSponsorImageGallery .imageGalleryViewItem,
.saffireMobileSize .dynamicSponsorPageModule .imageGalleryViewItem {
    display: none;
}

.saffireMobileSize .eventSponsorImageGallery .imageGalleryViewItem.mobileSponsorShowing,
.saffireMobileSize .dynamicSponsorPageModule .imageGalleryViewItem.mobileSponsorShowing {
    display: block;
}
.saffireMobileSize .imageGalleryViewItem {
    float: none;
}

.saffireMobileSize .calendarControlsOpen.eventCol1 {
    background: rgba(0,0,0,0.8) !important;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100% !important;
    cursor: default;
    top: 0;
    z-index: 2147483647;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 35px 5vw 1em;
    height: auto;
    text-align: center;
}

.saffireMobileSize.calendarControlsCurrentlyOpen .wrapper {
    z-index: 2147483647;
}

.saffireMobileSize.calendarControlsCurrentlyOpen > .ui-dialog {
    z-index: 2147483647;
    top: 0 !important;
    left: 0 !important;
}

.saffireMobileSize.calendarControlsCurrentlyOpen #saffireMobileBackToTopLink {
    display: none !important;
}
.saffireMobileSize .mimicSquare {
    background: #fff;
}

.saffireMobileSize #eventDateList {
    position: relative;
}
.saffireMobileSize.saffireMobileSize .expandedView .flashMusicPlayerImage {
    display: none;
}
.saffireMobileSize .eventCol1 #scroll-pane,
.saffireMobileSize .scroll-pane {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto !important;
    max-height: 200px;
}
.saffireMobileSize #eventFilters {
    width: auto;
    position: relative;
}
.saffireMobileSize #eventFilterList li {
    text-align: left;
}
.saffireMobileSize .currentlyViewingDate.currentlyViewingDateBorder {
    display: none;
}
.saffireMobileSize .eventList-container:not(.horizontal-filter) .eventCol1 .currentlyViewingDate #scroll-pane {
    width: 100%;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 23px;
}
.saffireMobileSize .eventCol1.calendarControlsOpen .currentlyViewingDate.boxShadow,
.saffireMobileSize .directoryCol1.calendarControlsOpen .currentlyViewingDate.boxShadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.saffireMobileSize.calendarControlsCurrentlyOpen .currentlyViewingDate {
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.saffireMobileSize .galleryItem.galleryLeft a.button {
    white-space: nowrap;
}
.saffireMobileSize .galleryItem .addthis_toolbox span {
    float: none !important;
}

.saffireMobileSize .expandedViewEventName {
    clear: both;
    padding-top: 0;
}
.saffireMobileSize #eventFilterList {
    display: block;
    float: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 0;
}

.eventCol1 .filter-list a:not(.button):not(.planner-link) {
  text-decoration: none;
  /*padding-top: 2px;
  padding-bottom: 2px;*/
}

.saffireMobileSize .eventCol1 .filter-category a:not(.button):not(.planner-link),
.saffireMobileSize .eventCol1 .filter-tags a:not(.button):not(.planner-link) {
    color: #fff;
}
.saffireMobileSize .eventCol1 .fb-page {
  margin-right: auto;
  margin-left: auto;
  right: 0;
}
.saffireMobileSize .calendarControlsOpen .eventSubCategory.selectedEventItem > a,
.saffireMobileSize .calendarControlsOpen .eventCategory.selectedEventItem > a,
.saffireMobileSize .calendarControlsOpen .listingTag.selectedEventItem > a {
    border: 1px solid #fff;
    border-radius: 6px;
    padding-left: 2px;
    padding-right: 2px
}

.saffireMobileSize.saffireMobileSize .expandedViewEventLocation,
.saffireMobileSize.saffireMobileSize .expandedViewEventTime
 {
    display: block;
}

.saffireMobileSize .mobileTagCategoryContainer,
.saffireMobileSize #calendarMobileSearchSelected {
    display: block;
}
.saffireMobileSize #calendarMobileTagSelected,
.saffireMobileSize #calendarMobileCategorySelected,
.saffireMobileSize #calendarMobileSearchSelected {
    margin: 2px 0;
}
.saffireMobileSize .eventCol1 #eventDateList li a:not(.button) {
    color: #215c9d !important;
}
.saffireMobileSize .eventCol2 {
    width: 100% !important;
    min-height: 0 !important;
}

.saffireMobileSize span.eventCategory {
    display: none !important;
}

.saffireMobileSize #calendarMobileToggle {
    display: none;
}
.saffireMobileSize #calendarMobileToggle {
    display: block;
    margin-bottom: 8px;
}

.saffireMobileSize.calendarControlsCurrentlyOpen #calendarMobileToggle {
    height: 22px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 28px;
    top: 5px;
    width: 22px;
    z-index: 2147483647;
    top: 5px;
    right: 21px;
    width: 0;
    height: 0;
    line-height: 2.5em;
    padding: 30px 30px 0 0;
    overflow: hidden;
}
.saffireMobileSize.calendarControlsCurrentlyOpen #calendarMobileToggle::before {
    /*bottom: 0;
    content: "X";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;*/
}
.saffireMobileSize .galleryItem {
    text-align: center;
}

.saffireMobileSize .expandedView .galleryItem {
    text-align: left;
}
.saffireMobileSize .galleryViewItem {
    float: none !important;
    display: inline-block;
}
.saffireMobileSize .expandedViewEventNameDescription {
    position: relative;
    left: 5px;
}
.saffireMobileSize .viewMode {
    float: none;
    display: inline-block;
    color: #fff;
}

.saffireMobileSize .eventList-container:not(.horizontal-filter) .eventCol1 .filter {
    display: none;
}
.saffireMobileSize.calendarControlsCurrentlyOpen .eventCol1 .filter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.saffireMobileSize #eventFilters .fb-page {
    display: none;
}

.saffireMobileSize .viewMode.modeSelected {
    background-color: rgba(255,255,255,0.3);
    cursor: default;
}

.saffireMobileSize .calendarViewTableHeadRow {
    display: none;
}

.saffireMobileSize .itemDetailContainer {
    left: 0 !important;
    display: none !important;
}

.saffireMobileSize .printEvent {
    display: inline-block;
}

.saffireMobileSize .calendarView .printEvent {
    right: 0;
}

.saffireMobileSize .printEvent .right.print {
    display: none;
}

.saffireMobileSize .eventListingCalendarViewNoResults {
    display: none;
}

.saffireMobileSize .calendarViewContainer table {

}

.saffireMobileSize #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 .singleDaySliderPrev,
.saffireMobileSize .singleDaySliderNext {
    display: inline-block;
    cursor: pointer;
    font-size: 2em;
    text-decoration: none;
    color: inherit;
    display: none !important;
}

.saffireMobileSize .singleDaySliderPrev {
    position: absolute;
    top: 4em;
    left: -3%;
}

.saffireMobileSize .singleDaySliderNext {
    position: absolute;
    top: 4em;
    right: -3%;
}

.saffireMobileSize .singleDaySliderDay {
    padding: 2em 0 0 !important;
    height: 7em !important;
    font-size: 1.5em;
}

.saffireMobileSize .singleDaySliderDay > div {
    padding: 0.2em 9px 0 !important;
}

.saffireMobileSize .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 .calendarViewLinkWrapper span {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.saffireMobileSize .singleDaySliderDay  .calendarViewCalendarDate:after {
    content: 'No Results';
    position: absolute;
    white-space: nowrap;
    top: 3em;
    left: 0;
    font-size: 0.8em;
    right: 0;
    margin: auto;
    text-align: center;
    width: 76vw;
    display: block;
}

.saffireMobileSize .singleDaySliderDay.singleDaySliderWithEvents .calendarViewCalendarDate:after {
    display: none;
    content: '';
}

.saffireMobileSize .singleDayIsToday:before {
    content: 'Today';
    font-size: 0.7em;
    text-align: right;
    width: 97%;
    display: block;
    margin-top: 0.7em;
    position: absolute;
    top: 0;
}

.saffireMobileSize .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 .swiper-button-disabled {
    display: none;
}

.saffireMobileSize .eventCalendarViewTableCell {
    width: 5% !important;
}
.saffireMobileSize .calendarViewTable tr {
    height: 5em;
}
.saffireMobileSize .calendarViewTable .eventCalendarLinkContainer {
    display: none !important;
}
.saffireMobileSize .eventCalendarViewTableCell div.calendarViewCalendarDate {
    font-size: 2.2em;
    text-align: center;
}


.saffireMobileSize .eventCalendarViewTableCell.activeCalendarViewDateHasItems.calendarViewDateIsNotToday,
.saffireMobileSize .eventCalendarViewTableCell.activeCalendarViewDateHasItems.calendarViewDateIsToday {
    background: orange;
    color: black;
    cursor: pointer;
}

.saffireMobileSize .singleDaySliderDay .calendarViewLinkWrapper {
    cursor: pointer;
}

.saffireMobileSize .itemDetailIframe {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

.saffireMobileSize #eventScheduleContent .dayContainer .addthis_toolbox a {
    margin-right: 3px;
}


.saffireMobileSize #responsiveCloseEventScheduleDescription {
    display: none !important;
}

.saffireMobileSize.eventScheduleDescriptionIsShowing #responsiveCloseEventScheduleDescription {
    display: block;
    opacity: 1;
}

.saffireMobileSize .currentSelectedCalendarDay {
    font-weight: bold !important;
    font-size: 2.2em !important;
}

.saffireMobileSize #scheduleDescriptionContent #eventDetailDescription div,
.saffireMobileSize #scheduleDescriptionContent #eventDetailDescription font,
.saffireMobileSize #scheduleDescriptionContent #eventDetailDescription span {
    width: auto !important;
}

.saffireMobileSize #scheduleDescriptionContent #eventDetailDescription div.externalLinkInDescription {

}

.saffireMobileSize .eventScheduleDetailModal.modalBody {
    padding: 0 14px 0 0;
}

.saffireMobileSize #scheduleDescriptionContent #eventDetailDescription {
    padding: 1em 0;
}

.saffireMobileSize #scheduleDescriptionContent .eventItemsRightItems {
    right: auto;
    left: 70vw;
    padding-left: 0;
}

.saffireMobileSize .itemDetailIframe {
    min-height: 443px;
}

.saffireMobileSize #scrollIt {
    padding-left: 0 !important;
    padding-right: 12px;
}

.saffireMobileSize #scheduleDescriptionContent .anythingSlider .arrow {
    display: none !important;
}

.saffireMobileSize #scheduleDescriptionContent .panel span {
    max-width: 90vw;
}

.saffireMobileSize .eventDetailDetails.ourPickVisible #ourPickButton {
    width: 32px;
}

.saffireMobileSize .eventDetailDetails.ourPickVisible #ourPickButton img {
    width: 100%;
}

.saffireMobileSize #timeline {
    height: 250px !important;
}

.saffireMobileSize .timelineYearPanel {
    height: 200px !important;
}

.saffireMobileSize .cartcols {
    clear: left;
    width: 100%;
    border-bottom: 1px solid;
    padding: 0 !important;
}

.saffireMobileSize .cartViewVertical .subContainer {
    min-width: 0;
    width: calc(100% - 16px);
}

.saffireMobileSize .hoverContent.subContainer {
    min-width: 200px;
    left: -150px;
    right: 45%;
}

.saffireMobileSize .ticketsDealsListingEventName .hoverContent.subContainer {
    left: 0;
}

.saffireMobileSize .listingItem {
    position: relative;
}

.saffireMobileSize .listingItemButtons.right {
    clear: right;
    position: absolute;
    right: 6px;
    top: 8px;
}

.saffireMobileSize .mapDescription.subContainer {
    /*left: 0 !important;
    */
    max-width: 90vw !important;
}

.saffireMobileSize .mapDescription .listingItemButtons.right {
    float: none;
    position: static;
}

.saffireMobileSize .dynamicPageItemImageContainer {
    min-height: 22px;
}

.saffireMobileSize .listingItemCost.left {
    margin-bottom: 0.5em;
}

.saffireMobileSize .listingItemDetailTop,
.saffireMobileSize .listingItemDetailBottom {
    clear: both;
}

.saffireMobileSize .listingItemDetailBottom {
    margin-top: 0.7em;
}
/*.saffireMobileSize .ticketsDealsListingName {
    padding-left: 0;
}*/
.saffireMobileSize .outlookCalendarAppointmentButton {
    display: none
}
/*.saffireMobileSize .ticketsDealsListingEventName h3 {
    margin-top: 1em;
}*/
.saffireMobileSize .freeFormTextBoxNotification {

}

.saffireMobileSize .listingItem {
    padding: 9px;
    width: 96%;
    line-height: normal;
}
.saffireMobileSize .ticketsDealsItemListing {
    padding-left: 0;
}

.saffireMobileSize #formModuleContainer .formColumnRight,
.saffireMobileSize #formModuleContainer .formColumnMid,
.saffireMobileSize #formModuleContainer .formColumnLeft {
    clear: both;
    width: 100%;
}

.saffireMobileSize .listingItemDetailContainer {
    float: none;
    width: 100%;
}

.saffireMobileSize .largeview {
    width: 92%;
    padding: 7px;
    left: 1%;
    box-shadow: 0 0 6px #000;
}

@media screen and (max-width: 388px){

     .calendarViewTable tr {
        height: 4em;
    }
     .eventCalendarViewTableCell div.calendarViewCalendarDate {
        font-size: 2em;
    }
     .eventCalendarViewTableCell.calendarViewDateIsToday .calendarViewCalendarDate:after {
        font-size: 0.3em;
    }
     #eventScheduleContent .galleryViewName {
        font-size: 2em;
    }
     .galleryItem {
        width: 100% !important;
    }
     .expandedView .galleryItem {
        width: 96% !important;
    }
     .galleryViewItem {
        width: 90%;
    }
     .galleryViewItem img {
        width: 100% !important;
        height: auto !important;
    }
}

.saffireMobileSize div#Map > img {
    max-width: none;
}

.saffireMobileSize#body .column1,
.saffireMobileSize#body .column2 {
    float: none;
    width: 100%;
}
.saffireMobileSize .eventdetailPhoto {
    display: inline-block;
    float: none;
    margin: 0 auto;
    min-width: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: -webkit-calc(100% - 26px);
    max-width: calc(100% - 26px);
}
.saffireMobileSize .textGallerySinglePhotoContainer.eventdetailPhoto {
    display:block;
    float: none;
    margin: 0 auto;
    padding: 0;
    min-width: 0;
    max-width: none;
    position: relative;
}

.saffireMobileSize .eventdetailPhoto .feature {
    display: block;
    padding: 0;
}

.saffireMobileSize .viewMode {
    display: none;
}

.saffireMobileSize .expandedViewEventNameDescription {
    width: 95%;
    margin-bottom: 6px;
}

.saffireMobileSize .expandedView .galleryItem.galleryLeft > .right {
    position: absolute;
    top: 4px;
    right: 4px;
}

/* MOBILE MENU ITEMS */
.mobileNavContainer {
    display: none;
}

.mobileNavHeader {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 6px;
}

.mobileNavHeader:after {
    display: block;
    content: '';
    clear: both;
}

.mobileNavContainer[data-level="0"] .mobileMenuShiftedGoBack {
    display: none !important;
}

.mobileMenuPanelContainer {
    position: relative;
}
/* .mobileNavShowing .mobileNavContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: black;
    display: block;
    z-index: 2147483647 !important;
} */
.mobileNavCloseMenu {
    color: #b9b9b9;
    cursor: pointer;
    display: block;
    font-family: "open_sansbold";
    font-size: 24px;
    margin-top: 0.2em;
    text-align: right;
    width: 48%;
    float: right;
    padding-right: 2%;
}

.mobileMenuShiftedGoBack {
    color: #b9b9b9;
    cursor: pointer;
    display: none;
    float: left;
    font-family: "open_sansbold";
    font-size: 17px;
    margin-top: 0.4em;
    padding-left: 4%;
    width: 46%;
}

.mobileNavContainer ul {
    position: absolute;
    top: 0.5em;
    left: 2%;
    right: 2%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mobileNavContainer li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
}
.mobileNavContainer .mobileMenuPanelContainer a {
    display: none;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-family: 'open_sansregular';
    background: #4d4d4d;
    border: 2px solid #000;
    padding: 1% 1% 1% 1.5% !important;
    text-transform: uppercase;
}
.mobileNavContainer .mobileMenuPanelContainer ul.groups > li > a.showingNav {
    display: block;
}
.mobileNavContainer .mobileMenuPanelContainer a.hiddenNav {
    display: none;
}
.mobileNavContainer .mobileMenuPanelContainer a.showingNav {
    display: block;
    /*white-space: nowrap;*/
}

.saffireLargeSize .mobileNavContainer {
    display: none !important;
}

.mobileNavSectionTitle {
    clear: both;
    color: #ffffff;
    font-family: "open_sansregular";
    font-size: 20px;
    padding-left: 5%;
    padding-top: 0.5em;
}

.mobileNavSectionTitle a {
    color: #fff;
}

.mobileNavSectionTitle span {
    display: none;
}
.mobileNavSectionTitle span:last-child {
    display: block;
}

.mobileMenuPanelContainer .group[aria-haspopup="true"] > a:after {
    content: '>';
    padding-left: 8px;
}

.saffireMobileSize #slideshowWidget {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* ///////////////////////////////////////// */
/* New Mobile Nav styles */
body.mobile-menu-open {
  overflow: hidden; }

.mobile-menu-subheader .input-group {
  position: relative;
  display: flex; }

.mobile-menu-container .search-container {
  box-sizing: border-box;
  transition: 0.3s;
  width: 100%;
  display: flex;
  position: relative; }

.mobile-menu-container .search-container input[type="text"] {
  box-sizing: border-box;
  background: #fff;
  border: none;
  z-index: 1;
  color: #313131;
  box-shadow: none;
  font-size: 14px;
  padding: 5px 1em;
  width: 100%;
  max-width: calc(100% - 50px);
  transition: 0.3s; }

.close-mobile-menu {
  position: relative; }

.close-mobile-menu {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer; }

.close-mobile-menu:before,
.close-mobile-menu:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 3px;
  background: #313131; }

.close-mobile-menu:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close-mobile-menu:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mobile-menu-container {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: 2001;
  background: #fff;
  max-height: 100%;
  top: 0;
  height: calc(100vh); }

.mobile-menu-open .mobile-menu-container {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.mobile-menu-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  height: 60px;
  padding: 5px 10px; }

.mobile-menu-logo {
  width: auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain; }
  .mobile-menu-logo img {
    display: block;
    max-height: 100%;
    max-width: 200px; }

.mobile-menu-ticket-btn {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 1em;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  color: #313131;
  text-decoration: none;
  background: #ddd;
  transition: 0.3s; }

.mobile-menu-ticket-btn:hover,
.mobile-menu-ticket-btn:active {
  background: #999;
  color: #fff;
  transition: 0.3s; }

.mobile-menu-subheader {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 50px;
  width: 100%;
  background: #ddd;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
  overflow: hidden; }
  .mobile-menu-subheader a {
    color: #313131;
    text-decoration: none; }
    .mobile-menu-subheader a span {
      font-size: 14px; }

.mobile-menu-subheader-btn, .search-submit-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  font-size: 20px; }

.mobile-menu-subheader-btn {
  background: #ddd; }

.search-submit-btn {
  background: #fff;
  text-decoration: none;
  color: #313131; }

.mobile-menu-subheader-btn:hover,
.mobile-menu-subheader-btn:active,
.mobile-menu-login-links a:hover {
  cursor: pointer;
  color: #fff;
  transition: 0.3s; }
  .mobile-menu-subheader-btn:hover i, .mobile-menu-subheader-btn:hover span,
  .mobile-menu-subheader-btn:active i,
  .mobile-menu-subheader-btn:active span,
  .mobile-menu-login-links a:hover i,
  .mobile-menu-login-links a:hover span {
    color: #fff; }

.mobile-menu-login {
  display: flex;
  align-items: center;
  background: #aaa;
  transition: 0.3s; }

.mobile-menu-subheader.mobile-menu-login-showlinks .mobile-menu-login {
  background: #999;
  transition: 0.3s; }

.mobile-menu-subheader.mobile-menu-login-showlinks {
  height: 100px; }

.mobile-menu-subheader .mobile-menu-login-links a {
  font-size: 14px;
  margin-left: 10px;
  transition: 0.3s; }

.mobile-menu-login-links {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: space-around;
  padding-right: 15px;
  transition: 0.3s; }

.mobile-menu-login-links a {
  display: inline-block;
  margin-left: 0;
  font-size: 0;
  transition: 0.3s; }

.mobile-menu-cart > span {
  padding-left: 5px;
  font-size: 14px; }

.mobile-menu-footer-links {
  padding: 15px; }

.mobile-menu-footer-links a {
  display: block;
  padding: 5px 0;
  color: #313131;
  text-decoration: none;
  font-size: 12px; }

.mobile-menu-footer-links a:active {
  text-decoration: underline; }

.mobile-menu-slider {
  position: relative;
  transition: 0.3s; }

.menu-panel,
.sub-menu-panel,
.mega-menu-panel {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column; }

.sub-menu-panel:not(.show),
.mega-menu-panel:not(.show) {
  display: none; }

.menu-panel a {
  position: relative;
  padding: 1em;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s; }

.menu-panel a:hover,
.menu-panel a:active {
  background: #aaa;
  transition: 0.3s; }

.menu-panel a.has-subitems:after {
  content: '>';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%; }

.sub-header {
  position: relative; }

.menu-panel .sub-header.subContainer {
  position: relative;
  padding: 0;
  box-shadow: 0px -3px 10px #000; }

.menu-back-link {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  padding: 0 5px;
  z-index: 1; }

.sub-header a {
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box; }

.saffireMobileSize.mobileNavShowing #mainNavigation {
  display: none; }

nav#mobile-nav {
  position: relative;
  transition: 0.3s;
  left: 0; }
  nav#mobile-nav * {
    box-sizing: border-box; }
  nav#mobile-nav.show-level-2 {
    left: -100%;
    transition: 0.3s; }
  nav#mobile-nav.show-level-3 {
    left: -200%;
    transition: 0.3s; }
  nav#mobile-nav.show-level-4 {
    left: -300%;
    transition: 0.3s; }

#mobile-nav .nobile-menu-slider {
  min-height: 400px; }
#mobile-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #fff; }
  #mobile-nav ul.level-2-showing {
    z-index: 9;
    height: auto !important;
    overflow: visible !important; }
#mobile-nav li {
  margin: 1px 0; }
  #mobile-nav li:first-child {
    margin: 0; }
#mobile-nav a {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 40px;
  font-size: 14px;
  color: #313131;
  text-decoration: none;
  padding: 0 1em !important;
  background: #ddd; }
  #mobile-nav a:hover {
    background: #ccc;
    transition: 0.2s; }
#mobile-nav .m-groups {
  position: static; }
#mobile-nav .m-items,
#mobile-nav .m-subitems {
  position: absolute;
  top: 0;
  left: 100%; }
#mobile-nav .has-subitems {
  display: flex;
  width: 100%;
  align-items: center; }
  #mobile-nav .has-subitems a {
    flex: 1 1 80%; }
  #mobile-nav .has-subitems span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 40px;
    max-width: 100px;
    flex: 1 0 20%;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 0 15px;
    height: 40px;
    position: relative;
    font-size: 14px;
    color: #fff; }
  #mobile-nav .has-subitems .m-items,
  #mobile-nav .has-subitems .m-subitems {
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition-property: height;
    transition-delay: 0.3s; }
#mobile-nav .next-level-btn:active,
#mobile-nav .next-level-btn:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s; }

.mobileNavContainer .mobileMenuPanelContainer a {
  line-height: 1;
  border: none; }

/*# sourceMappingURL=mobile-nav.css.map */

.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.checkout-cart-modules .input-group{margin-bottom:.75em;width:100%}.checkout-cart-modules .input-group label{display:block}.checkout-cart-modules .input-group label.label-sm{font-size:.875em}.checkout-cart-modules .input-group label.label-implicit input,.checkout-cart-modules .input-group label.label-implicit select{margin-top:.25em}.checkout-cart-modules .input-group input:not([type=checkbox]):not([type=radio]),.checkout-cart-modules .input-group select,.checkout-cart-modules .input-group select.dropdown{max-width:100%;height:2.125em;font-size:1em;padding:.375em;border:1px solid #757575;min-height:24px}.checkout-cart-modules .input-group input{width:100%;color:#333}.checkout-cart-modules .input-group input[type=checkbox],.checkout-cart-modules .input-group input[type=radio]{height:auto;width:auto}.checkout-cart-modules .input-group-checkbox,.checkout-cart-modules .input-group-radio-details{display:flex}.checkout-cart-modules .input-group-checkbox label,.checkout-cart-modules .input-group-radio-details label{display:inline-block}.checkout-cart-modules .input-group-checkbox input,.checkout-cart-modules .input-group-radio-details input{width:auto;display:inline-block;margin-left:0}.checkout-cart-modules .input-group-radio-details{display:flex;margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.2)}.checkout-cart-modules .input-group-radio-details:last-child{border:0}.checkout-cart-modules .input-group-radio-details .label-shippingmethods{display:flex;flex:1 1 100%;justify-content:space-between;margin-bottom:0;padding:.5em 0}.checkout-cart-modules .input-group-radio-details .label-shippingmethods:hover{cursor:pointer}.checkout-cart-modules .input-group-radio-details .label-shippingmethods span{display:inline-block;flex:1;vertical-align:top}.checkout-cart-modules .input-group-radio-details .label-shippingmethods span span{font-size:.875em}.checkout-cart-modules .input-group-radio-details .label-shippingmethods b{display:block}.checkout-cart-modules .input-group-radio-details input{margin-left:0;margin-right:1em;margin-top:.25em}.checkout-cart-modules .checkout-address-info .input-group-wrapper{display:flex;justify-content:space-between}.checkout-cart-modules .checkout-address-info .input-group-wrapper .input-group{max-width:45%}.checkout-cart-modules .checkout-address-info .input-group-wrapper select{display:block}.checkout-cart-modules .checkout-address-info div[label-text=Country] select{width:100%}.checkout-address__choose-address{padding:10px 20px 0 20px}.checkout-address__choose-address select{display:block}.checkout-cart-modules .checkout-payment-info .input-group:nth-of-type(4){width:auto}.checkout-cart-modules .checkout-payment-info .input-group:nth-of-type(4) input{width:3.75em}.checkout-cart-modules .checkout-payment-info .input-group:nth-of-type(5) div{display:flex;align-items:center}.checkout-cart-modules .checkout-cart__product__price .input-group-wrapper{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.checkout-cart-modules .checkout-cart__product__price .input-group-wrapper .input-group{width:auto;min-width:5em;max-width:5em}.checkout-cart-modules .checkout-cart__product__price .input-group-wrapper .label-implicit>span{font-size:0}.checkout-cart-modules .checkout-cart__product__price .input-group{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:0}.checkout-cart-modules .checkout-cart__product__price .input-group input{width:3.25em;padding:0;height:1.5em;text-align:right}.checkout-cart-modules .checkout-cart__product__price .input-group label{margin-bottom:0}.checkout-cart-modules .checkout-cart__product__price .input-group label input{margin-top:0}.checkout-cart-modules .error{margin-top:0}sf-cart-input-validation-label .error,sf-ticket-details-input-validation-label .error{font-size:.875em}.checkout-cart__product__price .error{font-size:.75em;line-height:1;margin-top:.5em}.ng-valid.ng-untouched+sf-cart-input-validation-label,.ng-invalid+sf-cart-input-validation-label,.ng-invalid.ng-untouched+sf-cart-input-validation-label{display:none}.ng-invalid.ng-touched{border:1px solid #999;box-shadow:0 0 4px rgba(255,0,0,.33);outline:none}.ng-invalid.ng-touched+sf-cart-input-validation-label{display:inline}.continueAttempted .ng-invalid{border:1px solid #999;box-shadow:0 0 4px rgba(255,0,0,.33);outline:none}.continueAttempted .ng-invalid+sf-cart-input-validation-label{display:inline}.help-text{position:relative;display:inline-block}.help-text .help-text__name{text-decoration:none}.help-text i:hover+.help-text__hover,.help-text i:focus+.help-text__hover{opacity:1;top:calc(100% + .5em);pointer-events:initial;transition:.2s}.help-text .help-text__name--small{font-size:.875em}.help-text--above .help-text__hover{top:auto;bottom:100%}.help-text--above i:hover+.help-text__hover,.help-text--above i:focus+.help-text__hover{top:auto;bottom:calc(100% + .5em)}.help-text__hover{position:absolute;top:calc(100% + 2em);left:50%;transform:translateX(-50%);opacity:0;overflow:hidden;pointer-events:none;width:250px;min-width:200px;max-width:max-content;padding:1em;font-size:11px;border:1px solid #aaa;box-shadow:0 2px 6px rgba(0,0,0,.2);background:#fff;color:#222;border-radius:3px;transition:.2s;z-index:1;text-align:left;line-height:1.3}.help-text__hover p,.help-text__hover span{margin:0 0 1em 0}.help-text__hover p:last-child,.help-text__hover span:last-child{margin:0}.addtocartmodal{box-sizing:border-box;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100vh;font-size:14px;padding:0 5% 0 5%;animation:atc-fadein .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;background:rgba(0,0,0,.35);z-index:999999998}.addtocartmodal *,.addtocartmodal *:before,.addtocartmodal *:after{box-sizing:inherit}@media screen and (min-width: 801px){.addtocartmodal{font-size:16px}}.addtocartmodal-content{position:relative;display:flex;flex-direction:column;width:100%;max-width:440px;max-height:100%;color:#333;z-index:9;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);animation:atc-slide-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation-delay:.2s}.addtocartmodal-content .cartmodalclose{display:inline-block;text-align:left;margin-left:auto;padding:5px 10px;font-size:1em;font-weight:700;transition:.2s}.addtocartmodal-content .cartmodalclose:hover,.addtocartmodal-content .cartmodalclose:focus{background:rgba(0,0,0,.2);transition:.2s;cursor:pointer}.addtocartmodal-header{width:100%;font-size:1rem;padding:.25em .5em .25em 1em;color:#fff;background:#606060;display:flex;align-items:center}.addtocartmodal-header .fa{color:inherit}.addtocartmodal-description{display:block;padding:1em}.addtocartmodal-product,.addtocartmodal-bottom{display:flex;padding:1em}.addtocartmodal-product{align-items:flex-start;padding-bottom:0}.addtocartmodal-product img{flex-shrink:0;max-width:25%;margin-right:1em;height:auto}.saffireMobileSize .addtocartmodal-product img{max-width:25%}.addtocartmodal-product__withChildren{width:100%}.addtocartmodal-product__withChildren>div>div{padding:.5em 0;font-size:.875em;border-bottom:1px solid rgba(0,0,0,.2)}.addtocartmodal-product__withChildren>div>div>div{display:flex;justify-content:space-between}.addtocartmodal-product__withChildren>b:last-child{display:block;margin-top:1em;text-align:right}.addtocartmodal-product__withChildren>div{line-height:1.2;font-size:.75em;max-height:75px;overflow-y:auto}@media screen and (min-height: 500px){.addtocartmodal-product__withChildren>div{line-height:1.4;font-size:.875em;max-height:142px}}.addtocartmodal-bottom{align-items:center;justify-content:space-between;align-content:center}.addtocartmodal-bottom a:first-child{font-size:.875em}.addons-addtocartmodal{font-size:.875rem}.addons-addtocartmodal__items{padding:0 1em}.addons-addtocartmodal .addtocartmodal-bottom a:first-child{font-size:1em}.addons-addtocartmodal__items .addons-addtocartmodal__item{padding:.5em .5em;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25)}.addons-addtocartmodal__items .addons-addtocartmodal__item:not(:last-child){border:none;margin-bottom:1em}.addons-addtocartmodal__items .checkout-addons__item__details{padding:.5em .25em}.addons-addtocartmodal__items .checkout-addons__item__details:not(:nth-child(2)){border-top:1px solid #ddd}@keyframes atc-fadein{0%{opacity:0}100%{opacity:1}}@keyframes atc-slide-top{0%{opacity:0;top:10%}100%{opacity:1;top:0}}#acceptReturnPolicyModal{box-sizing:border-box;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100vh;font-size:14px;padding:5%;animation:atc-fadein .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;background:rgba(182,182,182,.6509803922);z-index:9999}#acceptReturnPolicyModal *,#acceptReturnPolicyModal *:before,#acceptReturnPolicyModal *:after{box-sizing:inherit}@media screen and (min-width: 801px){#acceptReturnPolicyModal{font-size:16px}}#acceptReturnPolicyModal .returnPolicy-content{max-width:800px;width:100%;display:flex;flex-direction:column;background:#fff;padding:0 1rem 1rem 2rem;box-shadow:0 2px 6px rgba(0,0,0,.2);position:relative}#acceptReturnPolicyModal .returnPolicy-content .acceptReturnPolicyModalClose{font:12px/1.583em "OpenSans-Regular-webfont",Arial,Verdana,sans-serif;position:absolute;right:14px;top:10px;background:#3b68a7;width:24px;height:24px;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;font-size:11px;cursor:pointer;font-weight:600}#acceptReturnPolicyModal .returnPolicy-content .acceptReturnPolicyModalClose:hover{background:#5a87c5}#acceptReturnPolicyModal .returnPolicy-content .acceptReturnPolicyModal-content{display:flex;flex-direction:column;margin-top:35px}#acceptReturnPolicyModal .returnPolicy-content .policy-title{color:#3b68a7;font-weight:normal;font-family:"bebas_neue_regular";text-transform:none;font-size:36px;line-height:1.125em;margin:.2em 0;margin-bottom:1rem}#acceptReturnPolicyModal .returnPolicy-content .policy-content{height:245px;overflow:visible;overflow:overlay}#acceptReturnPolicyModal .returnPolicy-content .policy-content div{font-size:12px;margin:0}#acceptReturnPolicyModal .returnPolicy-content .policy-content .acceptReturnPolicyModal-bottom{display:flex;flex-direction:column;align-items:center;margin:15px auto 0 auto;justify-content:flex-start;max-width:330px}#acceptReturnPolicyModal .policyDisc{font-weight:900;font-size:12px;font-style:italic;text-align:center;display:flex;justify-content:flex-start;max-width:330px;margin:15px auto 0 auto;width:100%}.return-policy-check{justify-content:center}#upsel-popup-slider{margin:15px 1em 0;border-top:1px solid #ccc;padding-top:15px}#upsel-popup-slider h3{margin-bottom:5px}#cartItemAddedContainer .checkout-upsell{margin-bottom:0}#cartItemAddedContainer .checkout-upsell__slider{width:100%}#cartItemAddedContainer .checkout-upsell__content{padding:0}#cartItemAddedContainer .checkout-upsell__content span{max-width:280px;margin:auto}#cartItemAddedContainer .checkout-upsell__item{padding:0}#cartItemAddedContainer .checkout-upsell__item img{width:85px;height:85px}#cartItemAddedContainer .checkout-upsell__item div{max-width:280px;margin:auto}#cartItemAddedContainer .viewDetailsListContainer{box-sizing:border-box}.img-boxshadow{box-shadow:0px 4px 8px -4px #000}.img-border{box-sizing:border-box;border:4px solid #fff;height:auto}.imageModule-single img{display:block;max-width:100%}.imageModule-single .imageGridTitle{margin-top:1em}.imageModule-single__wrapper{display:flex;flex-wrap:wrap;flex-direction:column}.imageModule-single__wrapper.align-left{align-items:flex-start;text-align:left}.imageModule-single__wrapper.align-center{align-items:center;text-align:center}.imageModule-single__wrapper.align-right{align-items:flex-end;text-align:right}.imageModule-single__title,.imageModule-single__caption{display:block}.imageModule-slideshow__wrapper.aspectRatio-wide .imageModule-slideshow__images{height:0 !important;padding-top:56.25%}.imageModule-slideshow__wrapper.aspectRatio-wide .imageModule-slideshow__images .swiper-wrapper{position:absolute;top:0}.imageModule-slideshow__wrapper.aspectRatio-standard .imageModule-slideshow__images{height:0 !important;padding-top:75%}.imageModule-slideshow__wrapper.aspectRatio-standard .imageModule-slideshow__images .swiper-wrapper{position:absolute;top:0}.browser-ie .imageModule-slideshow__wrapper.aspectRatio-none .imageModule-slideshow__images img{width:100%}@supports(object-fit: cover){.imageModule-slideshow__wrapper.auto-format .imageModule-slideshow__images img{width:100%;height:100%;max-height:none;max-width:none;object-fit:cover}}.imageModule-slideshow__text{text-align:center;height:auto}.imageModule-slideshow__text .swiper-slide{box-sizing:border-box;padding:1em}.imageModule-slideshow__text span{display:block;height:auto;width:100%}.imageModule-slideshow__text p{width:100%}.imageModule-slideshow__images .swiper-playpause{display:inline-block;line-height:1;margin:0 4px}.imageModule-slideshow__images .swiper-playpause:after{content:"";font-size:12px;font-family:"FontAwesome";color:#fff}.imageModule-slideshow__images .swiper-playpause.swiper-playpause__paused:after{content:""}.imageModule-slideshow__images .swiper-playpause:hover{cursor:pointer}.imageModule-slideshow__images .swiper-slide{display:flex;align-items:center;justify-content:center;position:relative}.imageModule-slideshow__images .swiper-slide:before,.imageModule-slideshow__images .swiper-slide:after{position:absolute;top:0;content:"";width:10%;height:100%;transition:.2s;opacity:0}.imageModule-slideshow__images .swiper-slide:before{left:0;background:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)}.imageModule-slideshow__images .swiper-slide:after{right:0;background:linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)}.browser-ie .imageModule-slideshow__images .swiper-lazy-preloader{display:none !important}.imageModule-slideshow__images img{display:block;max-width:100%;max-height:100%;margin:0 auto;z-index:-1;opacity:0;transition:.2s;min-height:50px}.imageModule-slideshow__images img.swiper-lazy-loaded{opacity:1;transition:.2s}.browser-ie .imageModule-slideshow__images img{margin:0}.imageModule-slideshow__images:hover .swiper-slide:before,.imageModule-slideshow__images:hover .swiper-slide:after,.imageModule-slideshow__images:focus-within .swiper-slide:before,.imageModule-slideshow__images:focus-within .swiper-slide:after{opacity:1;transition:.2s}.imageModule-slideshow__title,.imageModule-slideshow__caption{display:block}.imageGridModule img{display:block;max-width:100%;width:100%}.imageGridWrapperContainer.image-grid-large.align-left,.imageGridWrapperContainer.image-grid-medium.align-left{justify-content:flex-start}.imageGridWrapperContainer.image-grid-large.align-center,.imageGridWrapperContainer.image-grid-medium.align-center{justify-content:center}.imageGridWrapperContainer.image-grid-large.align-right,.imageGridWrapperContainer.image-grid-medium.align-right{justify-content:flex-end}.imageGridWrapperContainer.itemListTypeGrid.image-grid-medium{margin:0 -1%}@media screen and (max-width: 450px){.imageGridWrapperContainer.itemListTypeGrid.image-grid-medium{margin:0}}.imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{display:flex;flex-direction:column;width:31.33%;margin:0 1% 1em;max-width:450px}@media screen and (max-width: 767px){.imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:48%}}@media screen and (max-width: 450px){.imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:100%;margin:0 0 1em}}.imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer a{width:100%}.column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium,.column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large{margin:0}.column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer,.column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer{width:100%;margin:0 0 1em}.oneColumn .column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:48%;margin:0 1% 1em}@media screen and (max-width: 450px){.oneColumn .column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:100%;margin:0 0 1em}}.column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:31.33%}@media screen and (max-width: 960px){.column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:48%;margin:0 1% 1em}}@media screen and (max-width: 767px){.column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:100%;margin:0 0 1em}}.oneColumn .column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:48%;margin:0 1% 1em}@media screen and (max-width: 450px){.oneColumn .column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:100%;margin:0 0 1em}}.oneColumn .column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer,.column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer{width:100%;margin:0 0 1em}.column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:31.33%}@media screen and (max-width: 960px){.column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:48%;margin:0 1% 1em}}@media screen and (max-width: 450px){.column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer{width:100%;margin:0 0 1em}}.column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer{width:48%;margin:0 1% 1em}@media screen and (max-width: 960px){.column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer{width:100%;margin:0 0 1em}}.imageGridWrapperContainer.itemListTypeGrid.image-grid-large{margin:0 -1%}@media screen and (max-width: 500px){.imageGridWrapperContainer.itemListTypeGrid.image-grid-large{margin:0}}.imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer{display:flex;flex-direction:column;width:48%;margin:0 1% 1em;max-width:720px}@media screen and (max-width: 640px){.imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer{width:100%;margin:0 0 1em}}.imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer a{width:100%}.imageGridWrapperContainer.itemListTypeList.image-grid-medium .moduleItemContainer a{width:33%;min-width:200px}.imageGridWrapperContainer.itemListTypeList.image-grid-large .moduleItemContainer a{width:50%;min-width:280px}.ImageModule.moduleSmall .imageGridWrapperContainer.itemListTypeList.image-grid-large .moduleItemContainer a{width:100%}.imageGridWrapperContainer.itemListTypeList.image-grid-medium .moduleItemContainer a img,.imageGridWrapperContainer.itemListTypeList.image-grid-large .moduleItemContainer a img,.imageGridWrapperContainer .moduleItemContainer>a img{align-self:flex-start}.checkout-upsell{width:1000px;max-width:100%;min-height:200px;background:#eee;padding:20px 10px;margin:0 auto 60px;text-align:center}.checkout-upsell .viewDetailsListContainer{margin-bottom:.5em;padding:10px 12px}.checkout-upsell__content{padding:20px 0 0;position:relative;overflow:hidden;opacity:0;padding-inline:30px}.checkout-upsell__content .upsellDescription{display:flex;justify-content:center}.checkout-upsell .swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.checkout-upsell .swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.checkout-upsell .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.checkout-upsell .swiper-container-autoheight,.checkout-upsell .swiper-container-autoheight .swiper-slide{height:auto}.checkout-upsell .swiper-container{padding-bottom:1em}.checkout-upsell__slider{width:calc(100% - 80px);animation-duration:.5s;animation-fill-mode:both;opacity:0;animation-name:fadeInUp;width:100%}.browser-ie .checkout-upsell__slider{animation:none;opacity:1}.checkout-upsell__slider.ng-hide{animation:none}.checkout-upsell__item{padding:1em;text-decoration:none;transition:.2s;background:rgba(0,0,0,0)}.checkout-upsell__item img{margin:0 auto;width:100px;height:100px;object-fit:contain;margin-bottom:.5em}.checkout-upsell__item-content{width:100%;display:flex;flex-wrap:wrap;text-align:center;line-height:1.3}.checkout-upsell__item-content>div:first-child{width:100%;margin-bottom:.5em}.checkout-upsell__item-content>div:first-child span{display:block;font-style:italic;font-size:.875em}.checkout-upsell__item-content>div:first-child span:first-child{font-family:"open_sanssemibold";font-size:1em;font-style:normal}.checkout-upsell__item-content>div:last-child{display:flex;flex:1;flex-wrap:wrap;padding-top:.5em;justify-content:center;border-top:1px solid #ccc;flex-direction:column;align-items:center}.checkout-upsell__item-content>div:last-child span{font-family:"open_sanssemibold"}.checkout-upsell__item-content>div:last-child a{display:flex;align-items:center;justify-content:center;flex:1;text-decoration:none;margin:.5em 0 0;text-decoration:underline}.checkout-upsell__item-content>div:last-child svg{width:1.5em;margin-right:.5em}.browser-ie .checkout-upsell__item-content>div:last-child svg{height:1.5em}.checkout-upsell__product-details{display:flex;width:100%;align-items:flex-start;flex-wrap:wrap;flex:1 1 100%;max-width:600px;margin:0 auto;animation-duration:.5s;animation-fill-mode:both;opacity:0;animation-name:fadeInUp}.browser-ie .checkout-upsell__product-details{animation:none;opacity:1}.checkout-upsell__product-details.ng-hide{animation:none}.checkout-upsell__product-detail{display:flex;align-items:center;width:100%}.checkout-upsell__product-detail img{width:75px;height:75px;object-fit:contain;flex-shrink:0}.checkout-upsell__product-text{width:100%;padding:1em}.checkout-upsell__product-detail,.checkout-upsell__price-type-wrapper{flex:1 1 100%;text-align:left;width:100%;line-height:1.5}.checkout-upsell__price-type-wrapper{display:flex;flex-wrap:wrap;flex:1 1 100%;width:100%;margin:1em 0}.checkout-upsell__price-type-labels{display:flex;width:100%;justify-content:space-between;padding:.25em .75em}.checkout-upsell__price-type-labels span{display:block;font-size:.875em;font-weight:700;text-transform:uppercase;color:#333}.checkout-upsell__price-type-labels span:nth-child(1){flex:1 1 70%;padding-right:1em}.checkout-upsell__price-type-labels span:nth-child(2){flex:1 0 15%;padding-right:1em;text-align:right;min-width:87px}.checkout-upsell__price-type-labels span:nth-child(3){flex:1 0 15%;text-align:right;min-width:60px}.checkout-upsell__price-type{display:flex;padding:.75em;flex:1 1 100%;justify-content:space-between;border-top:1px solid #ccc;align-items:center}.checkout-upsell__price-type:last-child{border-bottom:1px solid #ccc}.checkout-upsell__price-type select{font-size:inherit;padding:.25em}.checkout-upsell__price-type-name{flex:1 1 70%;padding-right:2em;word-break:break-word}.checkout-upsell__price-type-price{flex:1 0 15%;padding-right:1em;text-align:right;min-width:87px}.checkout-upsell__price-type-quantity{flex:1 0 15%;text-align:right}.checkout-upsell__subproducts{flex:1 1 100%;text-align:left}.checkout-upsell__subproducts>span{display:block;margin:1em 0}.checkout-upsell__subproducts-list{max-height:150px;overflow:auto;margin-bottom:1em;border:1px solid #ccc;padding:1em}.checkout-upsell__subproduct{font-size:.875em;margin-bottom:1em}.checkout-upsell__subproduct>span,.checkout-upsell__subproduct>strong{display:block}.checkout-upsell__subproduct__price-type{display:flex;padding-left:2em}.checkout-upsell__subproduct__price-type-quantity{width:2em;margin-right:1em}.checkout-upsell__close{display:flex;align-items:center;justify-content:center;font-family:"FontAwesome";font-size:1.5em;line-height:1;padding:.2em .4em;flex-shrink:0}.checkout-upsell__close svg{width:.875em}.browser-ie .checkout-upsell__close svg{height:1em}.checkout-upsell__close:hover,.checkout-upsell__close:active{background:#ddd;cursor:pointer}.checkout-upsell__add-btn{display:inline-block;margin-left:auto;justify-self:flex-end}@keyframes fadeInUp{from{transform:translate3d(0, 20px, 0)}to{transform:translate3d(0, 0, 0);opacity:1}}.upSellPopUp{box-sizing:border-box;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100vh;font-size:14px;padding:0 5% 0 5%;animation:atc-fadein .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;background:rgba(0,0,0,.35);z-index:9999999}.upSellPopUp .checkout-upsell{margin-bottom:10px}.upSellPopUp .popUpInnerContent{position:relative;display:flex;flex-direction:column;width:100%;max-width:750px;max-height:100%;color:#333;z-index:9;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);animation:atc-slide-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation-delay:.2s;padding:20px;align-items:flex-end}.upSellPopUp .popUpInnerContent h3{align-self:center;margin-block:1rem}.upSellPopUp .popUpInnerContent .cartmodalclose{top:5px;position:absolute;right:10px;font-weight:900;font-size:20px;cursor:pointer}.upSellPopUp .popUpInnerContent .checkout-upsell .checkout-upsell__content{padding-top:0}.upSellPopUp .popUpRemoved{width:100%}.upSellPopUp.singleUpselling .popUpInnerContent{max-width:450px}.upSellPopUpRemoved{width:100%}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property: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(0, 0, 0);transform:translate3d(0, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.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-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-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-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")}.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-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-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.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}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.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-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0}.simplebar-offset{direction:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;visibility:visible;overflow:auto;max-width:100%;max-height:100%}.simplebar-content:before,.simplebar-content:after{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;right:2px;width:7px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.simplebar-track .simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}body.checkoutPage main.content{background-color:#fff}.checkout-steps{display:flex;font-size:12px;margin-top:1em}.checkout-steps span{opacity:.5;flex-shrink:0;margin:0 .5em}.checkout-steps span:nth-child(1){margin-left:0}.checkout-steps span:nth-child(1):before{content:"1"}.checkout-steps span:nth-child(2):before{content:"2"}.checkout-steps span:nth-child(3):before{content:"3"}.checkout-steps span:before{display:inline-block;background:#aaa;color:#fff;width:.875em;height:.875em;font-size:.875em;text-align:center;padding:.5em;margin-right:.5em;border-radius:50px;line-height:1}.checkout-steps .checkout-steps__progress{opacity:1;font-weight:700}.checkout-steps .checkout-steps__progress:before{background:#333}#checkout{box-sizing:border-box;font-size:14px}#checkout *,#checkout *:before,#checkout *:after{box-sizing:inherit}#checkout h1,#checkout h2,#checkout h3{font-family:"open_sansextrabold";text-transform:uppercase}#checkout h2{font-size:1.429em;line-height:1}@media screen and (min-width: 801px){#checkout{font-size:14px}}.checkout-header{box-sizing:border-box;display:flex;flex-direction:column;width:100%;margin:40px 0;padding:1em 0;border-bottom:1px solid rgba(0,0,0,.2)}@media screen and (min-width: 500px){.checkout-header h1{margin:0}}.checkout-header span{display:inline-block;margin:0 10px 1em}@media screen and (min-width: 500px){.checkout-header span{margin:0 10px}}@media screen and (min-width: 500px){.checkout-header{flex-direction:row;justify-content:space-between;align-items:center}}.checkout-cart{max-width:100%}.checkout-cart__product{width:100%;margin:0 auto 1em;padding:20px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.checkout-cart__product>div{display:flex}.checkout-cart__product__addon-header{justify-content:space-between;padding:8px 20px;margin-bottom:20px;background:#07558c;font-family:"open_sansbold";color:#fff}.checkout-cart__product__addon-header span:last-child{text-transform:uppercase}.checkout-cart__product__col1{display:none}@media screen and (min-width: 768px){.checkout-cart__product__col1{display:flex;flex:1 1 10%;margin-right:1em}}.checkout-cart__product__col1 img{width:100%;max-width:100%}.checkout-cart__product__col2{display:flex;flex-wrap:wrap;justify-content:flex-end;flex:1 1 90%}@media screen and (min-width: 768px){.checkout-cart__product__col2:not(.checkout-cart__product-childproducts){flex-wrap:nowrap}}.checkout-cart__product__col2-top{display:flex;justify-content:space-between;flex:1 1 100%;flex-wrap:wrap;margin-bottom:1em}@media screen and (min-width: 768px){.checkout-cart__product__col2-top{flex-wrap:nowrap}}.checkout-cart__product__col2-top>div{display:inline-block}.checkout-cart__product__col2-top>div:first-of-type{padding-right:0;order:1;flex:1 1 100%}@media screen and (min-width: 768px){.checkout-cart__product__col2-top>div:first-of-type{padding-right:10px;order:0}}.checkout-cart__product__col2-top>div:last-of-type{padding-left:0;order:0;width:100%;margin-bottom:1em}@media screen and (min-width: 768px){.checkout-cart__product__col2-top>div:last-of-type{min-width:250px;padding-left:10px;order:1;width:auto;margin-bottom:0}}.checkout-cart__product__col2-top .cartTimer{text-align:center}.checkout-cart__product__col2-content{display:flex;width:100%}.checkout-cart__product__standard,.checkout-cart__product__child{display:flex;justify-content:space-between;width:100%;flex-wrap:wrap}@media screen and (min-width: 768px){.checkout-cart__product__standard,.checkout-cart__product__child{flex-wrap:nowrap}}.viewDetailsLink{display:block;margin:1em 0}.viewDetailsListContainer{margin:0;padding:15px 20px;background:rgba(0,0,0,.05);width:100%;height:auto;max-height:220px;overflow-y:auto}.view-details-product{font-size:.875em;margin-bottom:1em}.view-details-product:last-child{margin-bottom:0}.checkout-cart__product__details{flex:1 1 65%;padding-right:10px}.checkout-cart__product__pricing{display:flex;justify-content:flex-end;align-content:flex-start;align-items:flex-end;flex-direction:column;flex:1 1 100%;margin-top:1em;padding-top:1em;border:0;border-top:1px solid rgba(0,0,0,.075)}.browser-ie .checkout-cart__product__pricing{display:block}@media screen and (min-width: 768px){.checkout-cart__product__pricing{flex-direction:row;flex-wrap:wrap;align-items:initial;flex:1 0 30%;min-width:250px;margin-top:0;padding-top:0;border-top:0;border-left:1px solid rgba(0,0,0,.075)}.browser-ie .checkout-cart__product__pricing{display:flex}}.checkout-cart__product__pricing>div{flex:1 1 100%;display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.25em}.browser-ie .checkout-cart__product__pricing>div{margin-left:auto}@media screen and (min-width: 420px){.checkout-cart__product__pricing>div{max-width:250px}}.checkout-cart__product__pricing>div:last-of-type{display:flex;justify-content:flex-end;margin-bottom:0}.checkout-cart__product__pricing>div:last-of-type a:last-child{margin-left:1em}.checkout-cart__product__pricing select,.checkout-cart__product__pricing select.dropdown{font-size:1em;padding:0;height:1.5em;width:3em;margin-left:.215em;min-height:24px}.checkout-cart__remove-edit{font-size:12px}.checkout-cart__product__qty label{flex:1 1 100%;display:flex;justify-content:space-between;align-items:center;text-align:right}.checkout-cart__product__qty label span:first-child{flex:1 1 75%}.checkout-cart__product__qty label span,.checkout-cart__product__qty label div{min-width:6em}.checkout-cart__product__addon-product-details .checkout-cart__product__price span:last-child{opacity:.5;text-decoration:line-through}.checkout-cart__product__addon-product-details .checkout-cart__product__price .nonFreeFormPriceEntry{opacity:.5;text-decoration:line-through}.checkout-cart__product__promoAmount,.checkout-cart__product__subtotal,.checkout-cart-modules .checkout-cart__product__price{text-align:right}.checkout-cart__product__promoAmount b,.checkout-cart__product__promoAmount span:first-child,.checkout-cart__product__promoAmount .help-text,.checkout-cart__product__subtotal b,.checkout-cart__product__subtotal span:first-child,.checkout-cart__product__subtotal .help-text,.checkout-cart-modules .checkout-cart__product__price b,.checkout-cart-modules .checkout-cart__product__price span:first-child,.checkout-cart-modules .checkout-cart__product__price .help-text{flex:1 1 75%;display:inline-block}.checkout-cart__product__promoAmount .help-text__name,.checkout-cart__product__subtotal .help-text__name,.checkout-cart-modules .checkout-cart__product__price .help-text__name{display:inline-block;padding-right:1em}.checkout-cart__product__promoAmount .help-text__hover,.checkout-cart__product__subtotal .help-text__hover,.checkout-cart-modules .checkout-cart__product__price .help-text__hover{left:100%}.checkout-cart__product__promoAmount>span:last-of-type,.checkout-cart__product__promoAmount .input-group,.checkout-cart__product__subtotal>span:last-of-type,.checkout-cart__product__subtotal .input-group,.checkout-cart-modules .checkout-cart__product__price>span:last-of-type,.checkout-cart-modules .checkout-cart__product__price .input-group{justify-content:flex-end;min-width:6em}.checkout-cart__product__promoAmount i,.checkout-cart__product__subtotal i,.checkout-cart-modules .checkout-cart__product__price i{position:absolute;top:0;left:calc(100% - .5em);display:inline-flex;align-items:center;height:1.36em}.checkout-cart__product__total{border-top:1px solid rgba(0,0,0,.1);padding:.5em 0}.checkout-cart__product__promoAmount{color:red}.checkout-promocode .checkout-module__content{padding:10px 20px;border:1px solid rgba(0,0,0,.2);min-height:1.429em;display:flex;line-height:1.45;flex-wrap:wrap}.checkout-promocode .checkout-module__content>a{flex:1 1 100%}.checkout-additionalInfo .checkout-module__content{padding:10px 20px;border:1px solid rgba(0,0,0,.2);min-height:1.429em;display:flex;line-height:1.45;flex-wrap:wrap}.checkout-additionalInfo .checkout-module__content>a{flex:1 1 100%}.checkout-cart__product__pricing .checkout-cart__product__customerFee{display:block}.checkout-cart__product__customerFee{flex-wrap:wrap;margin:.25em 0;padding:.5em 0;border-top:1px solid rgba(0,0,0,.1);font-size:.857em}.checkout-cart__product__feeInfo{display:flex;justify-content:space-between;width:100%;text-align:right;margin-bottom:.675em;line-height:1.5}.checkout-cart__product__feeInfo:last-child{margin-bottom:0}.checkout-cart__product__feeInfo .help-text{display:inline-block;flex:1 1 75%}.checkout-cart__product__feeInfo .help-text b{display:inline-block}.checkout-cart__product__feeInfo .help-text__name{display:inline-block;padding-right:1em}.checkout-cart__product__feeInfo .help-text__hover{left:100%}.checkout-cart__product__feeInfo i{position:absolute;top:0;left:calc(100% - .33em);display:inline-flex;align-items:center;height:1.36em;font-size:1.167em}.checkout-cart__product__feeInfo>span{min-width:6em}.checkout-cart__product__childlist{width:100%}.checkout-cart__product__child{border-top:1px solid rgba(0,0,0,.1);padding:1em 0}.checkout-cart__product__child:first-child{border:0}.checkout-module{margin-bottom:20px;line-height:1.4}.checkout-module .checkout-module__header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;border:1px solid rgba(0,0,0,.2)}.checkout-module .checkout-module__header h2{margin:0 1rem 0 0}.checkout-module .checkout-module__header .checkout-itemcount{font-size:1.5em}.checkout-module .checkout-module__header .button{margin-left:auto}.checkout-module__content{padding:10px 20px}.checkout-cart,.checkout-form-warning{flex:1 1 100%;margin-bottom:40px}.checkout-form-warning ul{padding:0}.checkout-form-warning li{display:flex;align-items:flex-start;justify-content:space-between;padding:1em 0;border-bottom:1px solid rgba(0,0,0,.1)}.checkout-form-warning li div{padding-right:1em}.checkout-form-warning li>a{flex-shrink:0}.checkout-form-warning li:last-child{border-bottom:0}.checkout-cart__leftcol,.checkout-cart__rightcol{flex:1 1 100%;max-width:100%}@media screen and (min-width: 700px){.checkout-cart__leftcol,.checkout-cart__rightcol{flex:1 1 50%;max-width:450px}}.checkout-cart__leftcol .checkout-module__content,.checkout-cart__rightcol .checkout-module__content{max-width:100%;margin:auto}@media screen and (min-width: 700px){.checkout-cart__leftcol .checkout-module__content,.checkout-cart__rightcol .checkout-module__content{max-width:100%}}.checkout-cart__leftcol{padding-right:0;order:1}@media screen and (min-width: 700px){.checkout-cart__leftcol{padding-right:20px;order:0}}.checkout-cart__rightcol{padding-left:0;order:0}@media screen and (min-width: 700px){.checkout-cart__rightcol{padding-left:20px;order:1}}.checkout-cart__bottom{order:3;width:100%;margin:1em 0 40px;padding:2em 1em;border:1px solid rgba(0,0,0,.2);text-align:center}.checkout-cart__bottom .input-group{display:inline-flex;justify-content:center;align-items:flex-start;gap:.5em;max-width:50ch}.checkout-cart__bottom input[type=checkbox]{flex-shrink:0}.checkout-cart__bottom b{display:block;font-size:1.286em;margin-bottom:1em}.checkout-cart__bottom>div{margin-bottom:1em}.checkout-cart__bottom .error{display:block}.checkout-cart__bottom .label-sm{text-align:left;text-wrap:pretty}.checkout-cart-modules{display:flex;flex-wrap:wrap;justify-content:space-between}div[is-required=isRequired] label,div[is-required=isRequired] span,div[is-required=true] label,div[is-required=true] span,div[is-required="filteredStates.length > 0"] label,div[is-required="filteredStates.length > 0"] span,div[is-required="true && filteredStates.length > 0"] label,div[is-required="true && filteredStates.length > 0"] span,div[is-required=editMode] label,div[is-required=editMode] span{font-weight:700}.checkout-summary .checkout-summary__subtotals{border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:.5em;line-height:1.5}.checkout-summary .checkout-summary__subtotals>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:.675em}.checkout-summary .checkout-summary__subtotals>div div:first-child{flex:1 1 75%;padding-right:1em}.checkout-summary .checkout-summary__subtotals>div span:last-child{flex:1 1 25%;text-align:right}.checkout-summary .checkout-summary__promo .help-text__name,.checkout-summary .checkout-summary__promo>span{color:red}.checkout-summary .checkout-summary__total{display:flex;justify-content:space-between;font-size:1.143em;padding:.5em 0}.checkout-payment-info .input-group span{font-weight:700;display:block;margin-bottom:.25em}.checkout-payment-info .input-group-wrapper .input-group{display:inline-block;width:9.7em;margin-right:1em}.checkout-payment-info .input-group-wrapper .input-group .error{position:absolute;margin-top:0}.checkout-addons .checkout-module__content{max-height:340px;overflow-y:auto}.checkout-addons__item{padding:1em 0}.checkout-addons__item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.2)}.checkout-addons__item img{display:inline-block;width:60px;max-width:20% !important;height:auto;margin-right:.75em;flex-shrink:0}.checkout-addons__item__qty{display:flex;align-items:center;gap:.5em;margin-top:.25em}.checkout-addons__item__qty .dropdown{font-size:1em;font-family:inherit;padding-top:0;padding-bottom:0}.checkout-addons__item__qty span:last-child{font-style:italic;flex-shrink:0}.checkout-addons__item__header{display:flex;align-items:center}.checkout-addons__item__header strong{display:inline-block}.checkout-addons__item__details{display:flex;align-items:stretch;justify-content:space-between;width:100%;padding:.5em 0;line-height:1.5}.checkout-addons__item__details__left,.checkout-addons__item__details__right{display:flex;flex-direction:column}.checkout-addons__item__details__left{width:100%;margin-right:1em}.checkout-addons__item__details__right{flex-shrink:0;text-align:right;align-self:flex-start}.checkout-addons__item__details__right span:first-child{display:block;margin-bottom:auto;opacity:.5;text-decoration:line-through}.messengerActive .messenger{position:fixed;z-index:999999999999}.messengerActive .messenger .placeOrderErrorTitle{font-weight:bold}.messengerActive .messenger .placeOrderError{color:red;margin-top:10px;font-style:italic}.messengerActive .messenger .placeOrderErrorType{margin-top:20px;font-size:8px}#checkout sf-loading-mask .please-wait{position:fixed;z-index:99999999}.checkout-customcontent{width:100%;max-width:100%;margin-bottom:2em}.checkout-customcontent-bottom{order:4}.viewcart:focus .cartMenu.subContainer,.viewcart:focus-within .cartMenu.subContainer,.viewcart:hover .cartMenu.subContainer{display:none !important}.viewcart .cartMenuLink:focus+.cartMenu.subContainer,.viewcart .cartMenuLink:hover+.cartMenu.subContainer{display:none !important}#threeDSChallengeIframe{background:#fff;box-shadow:0px 2px 8px 0px rgba(0,0,0,.5);z-index:12000;display:block;position:fixed;top:15%;left:50%;transform:translate(-50%, 0%);max-width:600px;width:100%;height:500px;border:none}@media screen and (max-width: 600px){#threeDSChallengeIframe{width:90%}}#checkout .fa-info-circle:before{padding:6px}.checkout-review .checkout-promocode .checkout-module__content{border:0}.checkout-review .checkout-additionalInfo .checkout-module__content{border:0}.checkout-address-info .checkout-module__content-review b,.checkout-address-info .checkout-module__content-review span{display:block}.checkout-address-info .checkout-module__content-review b{margin-bottom:1em}.checkout-review .checkout-module__content:not(.checkout-cart__productlist),.checkout-review .checkout-cart__product{background:rgba(0,0,0,.05)}.checkout-review .checkout-cart__product__addon-header{background:#668296}.checkoutPage .checkout-confirmation__section h1,.checkoutPage .checkout-confirmation__section h2,.checkoutPage .checkout-confirmation__section h3{font-family:"open_sansextrabold";text-transform:uppercase}.checkout-confirmation__section{padding:2em 0;margin-bottom:1em;border-bottom:1px solid rgba(0,0,0,.2)}.checkout-confirmation__ticket-detail-callout{margin-top:1em;font-size:1.25em;font-style:italic;color:#ff7600}.td__products{margin:2em 0}.td__product{margin:2em 0 4em}.td__tickets{font-size:14px}.td__tickets>ul{display:grid;grid-template-columns:repeat(auto-fit, minmax(324px, 324px));grid-gap:1em;padding:0;align-items:flex-start}@media screen and (max-width: 550px){.td__tickets>ul{grid-template-columns:repeat(auto-fit, minmax(290px, 1fr))}}.td__ticketItem{box-sizing:border-box;list-style-type:none;padding:1em;line-height:1.3;border:1px solid #ccc;box-shadow:2px 2px 5px 0px rgba(0,0,0,.2);background:#fff}.td__ticketItem.focus-target{animation:pulseFadeOut 5s forwards}.td__ticketItem.ng-invalid{box-shadow:0px 0px 5px 0px #94231d !important}.td__ticketItem__details{display:flex;margin-bottom:1em}.td__ticketItem__details__photo{box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center;flex-shrink:0;flex:1;margin-right:1em;margin-bottom:1em}.td__ticketItem__details__photo img{display:block;max-width:133px !important;object-fit:contain;max-height:100px;object-position:left top;margin:0 auto}.td__ticketItem__details__photo b{display:block}.td__ticketItem__details__photo--editMode{background:#eee;padding:1em;max-width:100%;align-self:flex-start;min-width:130px;margin-right:0}.td__ticketItem__details__photo--editMode img{object-position:center}.box-office-content .td__ticketItem__details__photo--editMode{min-height:100px}.td__ticketItem__details__photo--editMode .buttonSmall{font-size:14px}.td__ticketItem__details__photoUpload{display:flex;flex-wrap:wrap;justify-content:center}.td__ticketItem__details__photoUpload>label{flex:1 1 100%;margin-bottom:.5em}.td__ticketItem__details__photoUpload>span{margin:0 .5em;line-height:1.5}.td__ticketItem__details__photoUpload #camera{margin-bottom:.5em;min-width:133px;width:100% !important;max-width:100%;max-height:180px}.td__ticketItem__details__photoUpload #camera video{max-width:100%;max-height:100%}.td__ticketItem__details__photoUpload .buttonSmall{font-size:14px;border:none}.box-office-content .td__ticketItem__details__photoUpload .button,.box-office-content .td__ticketItem__details__photoUpload .buttonSmall{color:#fff}.box-office-content .td__ticketItem__details__photoUpload .buttonSmall{font-size:12px;padding:5px 10px}.td__ticketItem__details__inputFields{width:100%}.box-office-content .td__ticketItem__details__inputFields{margin-left:0}.box-office-content .td__ticketItem__details__inputFields .input-group{margin-left:0;max-width:100%;width:100%}.td__ticketItem__details__inputFields>div{margin-bottom:1em}.td__ticketItem__details__inputFields>div label{display:flex;flex-direction:column;align-items:flex-start}.td__ticketItem__details__inputFields>div label.bold{font-family:"open_sansbold"}.box-office-content .td__ticketItem__details__inputFields>div label{padding-left:0}.box-office-content .td__ticketItem__details__inputFields>div label:hover{background:none}.td__ticketItem__details__inputFields>div label input{font-size:14px;max-width:100%;padding:.25em .5em;box-sizing:border-box;color:#000}.td__ticketItem__details__fieldContent{width:100%}.td__ticketItem__details__fieldContent div:first-child{margin-bottom:1em;word-break:break-word}.td__ticketItem__details--editMode{flex-wrap:wrap}.td__ticketItem__details--editMode .buttonSmall{font-size:14px}.td__child-product-item{position:relative;box-sizing:border-box;margin:1em 0 0;display:inline-block;width:180px;width:100%}.td__child-product-name{font-size:1.125em}.td__child-product-seatInfo{display:flex;flex-wrap:wrap;width:100%;margin:1em 0 0}.td__child-product-seatInfo div{display:inline-flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;padding-right:.5em}.td__child-product-seatInfo div:last-child{padding-right:0}.td__child-product-seatInfo>div:first-child{margin-bottom:1em;flex:1 1 100%}.td__child-product-seatInfo__rowSeat{display:flex}.td__child-product-seatInfo__rowSeat div{flex:initial;margin-bottom:0}.td__child-product-seatInfo b{flex:1 1 100%}.td__child-product-code{display:flex;width:100%;flex-wrap:wrap;margin:1em 0 0}.td__child-product-code b{flex:1 1 100%}.td__transferred-callout{width:100%;text-align:center;display:block;margin:1em 0 0;color:#55a4d8;border:1px solid #55a4d8;padding:.75em}.td__save-panel{position:sticky;bottom:0;left:0;z-index:9999;background:#fff;width:100%;padding:10px 0;box-sizing:border-box;display:flex;align-items:center;border-top:1px solid #ccc}.td__save-panel span{font-size:16px;margin-right:1em}.box-office-content .td__save-panel{bottom:-1px}@keyframes pulseFadeOut{0%{box-shadow:0px 0px 5px 2px #ff7600}15%{box-shadow:0px 0px 5px 2px rgba(255,118,0,.2)}30%{box-shadow:0px 0px 5px 2px #ff7600}45%{box-shadow:0px 0px 5px 2px rgba(255,118,0,.2)}60%{box-shadow:0px 0px 5px 2px #ff7600}100%{box-shadow:2px 2px 5px 0px rgba(0,0,0,.2)}}#ticketsTransfer{font-size:14px}#ticketsTransfer .button.disabled{pointer-events:none;opacity:.5}.transfer-text span{padding-left:5px}.tt__products-list .transfer-text{padding-left:5px}.saffireMobileSize .tt__products-list{margin:2em 0}.tt__product{margin:4em 0;padding:0;list-style-type:none}.saffireMobileSize .tt__product{margin:1em 0}.tt__product-names{margin-bottom:.5em}.tt__product-names strong{font-size:1.25em}.tt__product-names strong:first-child{font-size:1.5em}.tt__parent__product-name{margin-bottom:1em;display:block}.tt__product-name{margin-bottom:.75em;font-size:1.125em;display:block}.tt__product-name>span{display:none;margin-left:1em;flex-shrink:0;font-size:.875em}.tt__child-product{display:flex;flex-wrap:wrap;max-width:100%}.tt__child-product input[type=checkbox]{display:inline-block}.tt__select-check{position:absolute;top:.5em;right:.75em;font-size:18px;border:2px solid #333;border-radius:3px;width:.75em;height:.75em;display:flex;align-items:center;justify-content:center;opacity:0}.tt__select-check i{opacity:0;color:#007bc7}.tt__child-product .tt__child-product-item{position:relative;box-sizing:border-box;border:1px solid #ccc;border-color:#ccc;background:#fff;box-shadow:2px 2px 5px 0px rgba(0,0,0,.2);padding:1.5em;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto 1fr;align-content:flex-start;align-self:flex-start;grid-gap:1em;min-width:300px;width:100%;height:100%}.tt__child-product .tt__child-product-item .centeredImageContainer img[src]{display:block;max-width:133px !important;max-height:100px;object-fit:contain;object-position:left top}.tt__addTicketDetailContent .tt__child-product .tt__child-product-item .centeredImageContainer img[src]{object-position:center}.tt__child-product .tt__child-product-item.clickable{cursor:pointer}.tt__child-product .tt__child-product-item.clickable .tt__select-check{opacity:1}.tt__child-product .tt__child-product-item.selectedTicket{box-shadow:2px 2px 5px 0px rgba(0,129,209,.4);background:#def2ff}.tt__child-product .tt__child-product-item.selectedTicket .tt__select-check{border:2px solid rgba(0,0,0,0)}.tt__child-product .tt__child-product-item.selectedTicket .tt__select-check i{opacity:1}.tt__child-product .tt__child-product-item.transferred{background:#ddd;color:#777;grid-template-columns:1fr}.tt__child-product .tt__child-product-item.transferred .tt__child-product-details{width:100%;grid-column:1/3}.tt__child-product .tt__child-product-item.transferred .tt__child-product-code{text-align:left;justify-content:flex-start}.tt__child-product-name{font-size:1.125em;grid-column:1/3}.tt__child-product-seatinfo{display:flex;flex-wrap:wrap;width:100%;margin:0}.tt__child-product-seatinfo .seatinfo-content{margin-bottom:1em}.tt__child-product-seatinfo div{display:flex;flex:1 1 15%;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;padding-right:.5em}.tt__child-product-seatinfo div:last-child{padding-right:0}.tt__child-product-seatinfo>div:first-child{flex:1 1 100%}.tt__child-product-seatinfo__rowseat{display:flex}.tt__child-product-seatinfo__rowseat div{flex:initial;margin-bottom:1em}.tt__child-product-seatinfo b{flex:1 1 100%}.tt__child-product-code{display:flex;width:100%;flex-wrap:wrap;align-items:flex-start;justify-content:center;align-content:flex-start;margin:0;text-align:center}.tt__child-product-code img{display:block}.tt__child-product-code b{flex:1 1 100%}.tt__addToWallet-container{display:flex;grid-column:1/3;padding-top:1.5rem;margin-top:1rem;border-top:1px solid #ccc}.tt__addToWallet-inner{display:flex}.tt__addToWallet:not(:last-child){margin-right:1rem}.tt__addTicketDetailContent{display:flex;flex-wrap:wrap}.tt__addTicketDetailContent>div{flex:1 0}.tt__addTicketDetailContent .td__ticketItem__details__photo{margin-right:0}@media screen and (max-width: 500px){.tt__addTicketDetailContent .td__ticketItem__details__photo #camera{max-height:100px}.tt__addTicketDetailContent .td__ticketItem__details__photo #camera-ios_div{height:100px !important}}.saffireMobileSize .tt__addTicketDetailContent{flex-direction:column}.tt__addTicketDetailContent__input-group input{display:block;font-size:1em}.swiper-container.tt__swiper{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;align-items:center}.swiper-container.tt__swiper .swiper-slide{width:100%;height:100%;max-width:100%;background:none;display:flex;justify-content:center;align-items:center}.swiper-container.tt__swiper .tt__swiper__nav{position:relative;display:none;align-items:center;justify-content:center;height:100px}.saffireMobileSize .swiper-container.tt__swiper .tt__swiper__nav{display:flex}.swiper-container.tt__swiper .tt__swiper__nav .button{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-family:"FontAwesome";font-size:2rem;padding:.125em .5em}.swiper-container.tt__swiper .swiper-button-prev,.swiper-container.tt__swiper .swiper-button-next,.swiper-container.tt__swiper .swiper-pagination{position:static;width:auto;height:auto;margin:auto}.swiper-container.tt__swiper .swiper-pagination{margin:0 1em}.swiper-container.tt__swiper .swiper-button-prev:before{content:""}.swiper-container.tt__swiper .swiper-button-next:before{content:""}.swiper-container.tt__swiper.hide-nav .tt__swiper__nav{display:none !important}.saffireMobileSize .tt__product>li>div{display:none}.saffireMobileSize .tt__product>li .tt__product-name{display:flex;align-items:center;padding:.75em 1em !important;background:#eee;box-shadow:2px 1px 3px rgba(0,0,0,.25)}.saffireMobileSize .tt__product>li .tt__product-name::after{content:"";display:inline-block;font:normal 1.5em/1 "FontAwesome";color:inherit;padding-left:.75em}.saffireMobileSize .tt__product>li .tt__product-name:hover{cursor:pointer}.saffireMobileSize .tt__product>li .tt__product-name>span{display:inline-flex;flex-direction:column;text-align:right}.saffireMobileSize .tt__product>li.showing>div{display:flex}.saffireMobileSize .tt__product>li.showing .tt__product-name::after{content:""}.saffireMobileSize .tt__product .swiper-slide{box-sizing:border-box;padding:10px}.saffireMobileSize .tt__product .tt__child-product-item{width:500px;max-width:100%;margin:0}.saffireLargeSize .tt__swiper-wrapper{max-width:100%;width:100%;display:grid;grid-template-columns:repeat(auto-fill, minmax(330px, 1fr));grid-gap:1em}.saffireLargeSize .tt__child-product-item-wrapper{max-width:500px}.tt__child-product-item .ticket-header{background-color:#ddd;padding:5px;grid-column:1/3;display:flex;align-items:center}.tt__child-product-item .ticket-header .exp-icon{display:flex;align-items:center;margin-right:5px}.tt__child-product-item .ticket-header .ticket-status{font-weight:800;font-family:"open_sansbold"}.tt__child-product-item .ticket-header .ticket-status .deactivated{font-family:"open_sansextrabold"}.buttons-container{margin:1em 0 0}.tt__product .product-content{margin-bottom:1em;padding-left:5px}.tt__product-name .product-title{width:100%;display:flex;flex-direction:column;align-items:flex-start}.tt__product-name .product-title .product-name{padding-left:5px;margin-right:auto;margin-bottom:6px}.tt__product-name .expired-mobile{display:block;padding:4px 12px;font-style:italic;font-size:12px;font-weight:bold;border:solid 2px #a12d00;border-radius:15px;margin-top:10px;color:#a12d00}.tt__product-name .ticketQuantity-mobile{margin-left:1em;color:gray}.transferred .ticket-header{background-color:#bbb;color:#000}.selection-transfer-buttons{display:flex;align-items:center}.selection-transfer-buttons div{margin:5px}.selection-transfer{padding-left:5px}.inactive-ticket-title{grid-column:1/2}.inactive-ticket-code{grid-row:2/2;grid-column:2/3}/*# sourceMappingURL=main-cfv.css.map */

