/************** LOAD FONTS ******************/
@font-face {
    font-family: 'MatizRegular';
    src: url('fonts/Matiz-webfont.eot');
    src: url('fonts/Matiz-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Matiz-webfont.woff') format('woff'),
         url('fonts/Matiz-webfont.ttf') format('truetype'),
         url('fonts/Matiz-webfont.svg#MatizRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@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_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_sansextrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         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;

}

/************************* BODY/CONTAINER ********************/

html {
	background: #fff;
}

html.flexbox,
html.no-flexbox {
	background: url(images/bg2.jpg) repeat-x center top fixed #46778a;
}

body { /* |%  need to set body background and default font options */
	color:#313131;
	background: url(images/glow-bg.png) no-repeat center top;
	font: 12px/19px  'open_sansregular', Arial, Verdana, sans-serif;
}

.wrapper { /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
	width:100%;
	background: url(images/wrapper.png) repeat-x center top;
}

.content {
	background: #fff;
	padding:15px;
	position:relative;
	margin: 0 auto;
	width: 970px;
}

.homepage .content {
	padding: 0;
	width: 1000px;
	background: none;
}

.ui-widget-overlay {
    background-color: #000000;
    opacity: 0.5;
}

/*********************** STANDARD ELEMENTS ********************/
a {
	color: #155d99;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.buyNowText {
	color: #D70B0B;
	text-decoration: underline !important;
	font-weight: bold;
}

a.buyNowText:hover {
	color: #D70B0B;
	text-decoration:none !important;
}


input {
	color:#9B9B9B;
}

h1, h2, h3 {
	color: #155d99;
	font-family: 'MatizRegular';
	font-weight: normal;
}

h1 { /* |%  set font-family */
	font-size: 32px;
	line-height: 36px;
	margin:0.2em 0;
	text-transform: none;
	font-family: 'MatizRegular';
}


h2, h2 a { /* |%  set font-family */
	font-size: 20px;
	line-height: 22px;
}

h2 a {

}

.cartcols h2 { /* |%  set font-family */
	font-size: 15px;
	line-height: 19px;
}

h3 { /* |%  set font-family */
	font-size: 14px;
	line-height: 18px;
}

.hoverContent {
	border-color:#756F46;
}

.starlist li,
.starlist li ul li,
.pdflist li,
.pdflist li ul li {
	background:url(images/bullet.png) no-repeat left 7px;
	line-height:18px;
	margin:0;
	padding:0 0 0 30px;
}

.pdfLinks {
    font-size: 14px;
    font-weight: bold;
}

.alternateRow {
	background:#e5e5e5;
}

/************* BUTTON STYLES *********************/
a.button,
.button { /* |%  set font-family */
	padding:1px 8px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-decoration:none;
	font-family: 'MatizRegular';
}

.header a.button,
.header .button {
	font-size: 10px;
}

a.button, /* |%  background color including header buttons */
.button,
.buttonSmall {
	background: rgb(255,214,42);
	background: -moz-linear-gradient(top, rgba(255,214,42,1) 0%, rgba(255,214,42,1) 50%, rgba(251,173,51,1) 51%, rgba(251,173,51,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,42,1)), color-stop(50%,rgba(255,214,42,1)), color-stop(51%,rgba(251,173,51,1)), color-stop(100%,rgba(251,173,51,1)));
	background: -webkit-linear-gradient(top, rgba(255,214,42,1) 0%,rgba(255,214,42,1) 50%,rgba(251,173,51,1) 51%,rgba(251,173,51,1) 100%);
	background: -o-linear-gradient(top, rgba(255,214,42,1) 0%,rgba(255,214,42,1) 50%,rgba(251,173,51,1) 51%,rgba(251,173,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,214,42,1) 0%,rgba(255,214,42,1) 50%,rgba(251,173,51,1) 51%,rgba(251,173,51,1) 100%);
	background: linear-gradient(to bottom, rgba(255,214,42,1) 0%,rgba(255,214,42,1) 50%,rgba(251,173,51,1) 51%,rgba(251,173,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd62a', endColorstr='#fbad33',GradientType=0 );
	color:#2c1e13 !important;
}

a.button:hover,  /* |%  hover state for above buttons */
.button:hover,
.buttonSmall:hover {
	background: rgb(255,224,104);
	background: -moz-linear-gradient(top, rgba(255,224,104,1) 0%, rgba(255,224,104,1) 50%, rgba(249,185,89,1) 51%, rgba(249,185,89,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,224,104,1)), color-stop(50%,rgba(255,224,104,1)), color-stop(51%,rgba(249,185,89,1)), color-stop(100%,rgba(249,185,89,1)));
	background: -webkit-linear-gradient(top, rgba(255,224,104,1) 0%,rgba(255,224,104,1) 50%,rgba(249,185,89,1) 51%,rgba(249,185,89,1) 100%);
	background: -o-linear-gradient(top, rgba(255,224,104,1) 0%,rgba(255,224,104,1) 50%,rgba(249,185,89,1) 51%,rgba(249,185,89,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,224,104,1) 0%,rgba(255,224,104,1) 50%,rgba(249,185,89,1) 51%,rgba(249,185,89,1) 100%);
	background: linear-gradient(to bottom, rgba(255,224,104,1) 0%,rgba(255,224,104,1) 50%,rgba(249,185,89,1) 51%,rgba(249,185,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe068', endColorstr='#f9b959',GradientType=0 );
}

a.closeButton,   /* |%  background color buyNow buttons */
a.buyNowButton,
a.deleteButton {
	background: #d51e1e;
	background: -moz-linear-gradient(top,  #d51e1e 50%, #ab1818 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#d51e1e), color-stop(50%,#ab1818));
	background: -webkit-linear-gradient(top,  #d51e1e 50%,#ab1818 50%);
	background: -o-linear-gradient(top,  #d51e1e 50%,#ab1818 50%);
	background: -ms-linear-gradient(top,  #d51e1e 50%,#ab1818 50%);
	background: linear-gradient(to bottom,  #d51e1e 50%,#ab1818 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d51e1e', endColorstr='#ab1818',GradientType=0 );
	color:#fff !important;
}

a.closeButton:hover,  /* |%  hover state for above buttons */
a.buyNowButton:hover,
a.deleteButton:hover {
	background: #d93434;
	background: -moz-linear-gradient(top,  #d93434 50%, #b32f2f 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#d93434), color-stop(50%,#b32f2f));
	background: -webkit-linear-gradient(top,  #d93434 50%,#b32f2f 50%);
	background: -o-linear-gradient(top,  #d93434 50%,#b32f2f 50%);
	background: -ms-linear-gradient(top,  #d93434 50%,#b32f2f 50%);
	background: linear-gradient(to bottom,  #d93434 50%,#b32f2f 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93434', endColorstr='#b32f2f',GradientType=0 );
}

.cart.subContainer .description .button {
	font-weight: normal;
}

/***************** CONTAINERS **************************/
.subContainer,  /* |%  set subContainer color */
.sidepic{
	background:#496D7D;
	color:#fff;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

a.havePhotoLink {
	color: #fff;
	-moz-text-shadow: 1px 1px 0px #000;
	-webkit-text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px #000;
}

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
	color: #fff;
}

.subContainer .error {
	color: #FFE068;
}

.dateDisplayBar, /* |%  set dateDisplayBar color */
.dateDisplay {
	background:#155D99;
	color:#fff;
}

.dateDisplayBar a,
.dateDisplay a {
	color:#fff;
}

.dateDisplay_disabled {
	opacity: 0.4;
}

#google_translate_element {  /* |%  Google translate position */
	top:15px;
	right:30px;
}

.carthr {
	background:#fff;
}

.orderhistory {
	background:#155d99;
}

.orderhistory th {
	color:#fff;
    padding: 8px 3px;
}

.review
{
}

/************************* TABS *******************************/
.homepageTabsContainer {
	padding-left:20px;
}

.tabs {

}

.homepageTabsContainer {
}

/* TAB BACKGROUND COLORS */
.homepageTabs > li > a,  /* |%  tab colors */
.tabs > ul > li > a {
	background:#13548D;
}

.homepageTabs li ul,  /* |%  hover state for above tabs and dropdown background */
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
	background-color: #2C6999 !important;
}

.homepageTabs ul.menu li:hover {  /* |%  hover state for above dropdowns */
	background: #155d99;
}

/* END TAB BACKGROUND COLORS */

.homepageTabs li ul {
}

.homepageTabs ul.menu a {   /* |%  font color for tabs */
	color:#fff;
}

.tab,    /* |%  set font-family */
.tabOn {
	font-size: 11px;
	line-height: 18px;
	font-family: 'open_sansbold';
}

.tabOn {

}

.homepageTabs ul.menu a {
	font: 11px Arial,Verdana,sans-serif;
}

.homepageTabs > li > a,
.tabs > ul > li > a {
	float: left;
	display: block;
	padding: 5px 12px;
	height: 17px;
	margin: 6px 7px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	white-space: nowrap;
}

.homepageTabs a,
.tabs a {
	color:#fff;
}

.homepageTabs > li > a:hover {
}

.homepageTabs .eventTabSubmenu {
}


/******************************* TOP/GLOBAL ITEMS ************************************/
.header {		/* |%  need to set height and width if not 100% */
	margin:0 auto;
	width: 1000px;
	height: 218px;
}

#customLogo {  /* |%  logo settings */
    background: url("images/logo.png") no-repeat;
    height: 219px;
    left: 0;
    top: 0;
    width: 240px;
}

.generalmessage {		/* |%  set font-family, background color, color, etc. */
	background:#13548D;
	-webkit-box-shadow:0 -3px 5px #666 inset;
	-moz-box-shadow:0 -3px 5px #666 inset;
	box-shadow:0 -3px 5px #666 inset;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding-top:0;
	padding-bottom:8px;
	font-family: 'open_sansbold';
}

.generalmessage a {
	color: #fff;
}

/* MAIN NAVIGATION */
.nav {
	height: 65px;
    padding: 0;
    position: absolute;
    width: 1178px;
    top: 87px;
    background: url(images/nav-bg.png) no-repeat;
    left: -99px;
}

.nav .groups {
	position:absolute;
	top:1px;
	right: 60px;
	max-width:770px;
}

.nav .groups .group {
	margin: 0 0 0 5px;
	padding-bottom: 5px;
	padding-right: 19px;
}

.nav .groups .group a {  /* |%  set font-family */
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	color:#fff;
	font-family: 'MatizRegular';
}

.nav .groups .group a:hover, /* |%  top nav hover color */
.nav .groups .group:hover a,
.nav .groups .group:hover {
	color:#FFE068;
}

/* MAIN NAVIGATION DROP-DOWN MENUS */
.nav .items,
.nav .subitems {		/* |%  nav dropdown colors */
	background:#13548D;
	padding-top: 0;
	padding-bottom: 0;
}

.nav .groups .group:last-child .subitems {
	left: auto;
	right: 99%;
}

.nav .groups .group:hover .items .item a,
.nav .items .item a {
	color:#FFF;
	font:11px Arial, Helvetica, sans-serif;
}

.nav .items .item a:hover {
	color:#FFF;
	background:#3875B7;
}

/* TOP LINKS */
.quickLinks {
    right: 0;
    top: 10px;
    position: relative;
}

.quickLinks ul li>a:hover, .quickLinks ul li.standardLoginStatus a:hover, .quickLinks ul li.standardMyAccount a:hover,  a.cartMenuLink:hover {  /* |%  hover color for quick links */
	color:#FFE068;
}

.quickLinks,   /* |%  set font-family */
.quickLinks ul li,
.quickLinks ul li>a,
.quickLinks ul li.standardLoginStatus a,
.quickLinks ul li.standardMyAccount a,
a.cartMenuLink {
	font-size: 13px;
	line-height: 21px;
	color:#fff;
	font-family: 'open_sansbold';
}

.standardCartView,
.standardCartView a {
	font-family: 'open_sansregular' !important;
}

.standardCartView a.button {
	font-family: 'MatizRegular' !important;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
	border-bottom-color:#fff;
}

.reviewYourOrderSubContainer > .left {
	margin-right: 12px;
}

.quickLinks ul li.socialLinks {
    right: 68px;
    top: -30px;
}

.socialNetworks {
    position: relative;
    float: right;
    top: 10px;
    right: 0;
}

/* MUSIC PLAYER */
#musicPlayerLink {
    background: url("images/music-btn.png") no-repeat right 0;
    border: none;
    height: 22px;
    width: 22px;
	margin-right: 3px;
	padding-left: 10px;
}
/*
#musicPlayerLink:hover {
    padding-left: 200px;
}
*/
#musicPlayerDropdown {
    background: #FFFFFF;
    border: 1px solid #666666;
    color: #000000;
    font-size: 0.9em;
    padding: 8px 10px;
    right: 0;
    top: 22px;
}

#musicPlayerDropdown a {
	color:#000;
	font-size:13px;
	text-decoration:none;
}

#musicPlayerDropdown a:hover {
    background: #E2E2E2;
}


/* EMAIL & SEARCH BOXES */
.header .emailSignup {
    right: 0;
    top: 43px;
    width: auto;
}

.searchBox input,
.emailSignup .textbox,
#tbx_search,
#tbx_search_400 {
	-webkit-border-radius: 3px 0 0 3px;
   	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	top:0;
	border-right:none;
}

#headEmailSignup input,
#searchBoxTop input {
	font:9px Verdana,Arial;
}

.searchBox {
	right:105px;
	top:43px;
	z-index: 5003;
}

/*SITE-WIDE WIDGETS */
#widgetBanner {
    background: none;
    color: #fff;
    height: 74px;
	top: 142px;
	position:absolute;
	z-index: 100;
	width: 976px;
	margin: 0 12px;
}

/* DATES BANNER */
#siteInfoBannerWidget {   /* |%  set font-family */
	font-size: 16px;
	line-height: 2.2em;
    right:0;
    text-align: right;
    top: 5px;
    width: 758px;
    font-family: 'open_sansextrabold';
}

#siteInfoBannerWidget #eventDates {
    font-family: 'MatizRegular';
    text-shadow: 3px 2px 4px #333333;
    font-size: 40px;
}

#siteInfoBannerWidget #eventName {
	text-transform:uppercase;
}

.countdownDays {
	color:#ffd62a;
}

/* WEATHER BUG */
#weatherBugWidget {
    left: 210px;
    top: -97px;
}

#weatherBugText {
    display: none;
}

#weatherBugImage {
    top: 3px;
}

/****************** HOMEPAGE WIDGETS ***************/

/* WIDGET GENERAL */
.widget h1,
.homepageh1 {  /* |%  set font-family */
	color:#fff;
	font-size:26px;
}

.homepageContent {
	height:924px;
}

.homepageContent.noSponsorsEnabled {
	height: 756px;
}

.homepageContent.noQuickVoteEnabled {
}

.homepageContent.noQuickVoteEnabled.noSponsorsEnabled {

}

/* SLIDESHOW */
#slideshowWidget {
	height:475px;
	width:1000px;
	position: relative;
	overflow: visible;
	z-index: 2;
}
.anythingSlider .panel {
  position: relative;
}
#slideshowWidget .anythingWindow .slideshowTextContainer {
	top: -6000px;
}

#slideshowWidget #slideshowSlider { /* set slide width and height here */
	height:430px;
	width:1000px;
}

#slideshowWidget .anythingSlider {
	width:1000px;
}

#slideshowWidget #slideshowTitle {
	font-size:30px;
	bottom:48px;
	left:22px;
}

#newSlideshowDescription {
	background:url(images/slideshow-description.jpg) no-repeat;
	width: 958px;
	height: 97px;
	position: absolute;
	bottom:0;
	left:20px;
	-webkit-box-shadow: 0 3px 5px #242424;
	-moz-box-shadow: 0 3px 5px #242424;
	box-shadow: 0 3px 5px #242424;
}

#newSlideshowDescription img {
	display: none !important;
}

#slideshowWidget .slideshowTitle {  /* |%  set font-size and font-family */
	font-family: 'MatizRegular';
	font-size: 26px;
	line-height: normal;
}

#slideshowWidget .slideshowTextContainer {
	width:auto;
	padding:13px 160px 0 20px;
	height:85px;
	color:#fff;
	background: none;
	line-height: normal;
}

#slideshowWidget .anythingWindow {
	background:#000;
}

#slideshowWidget .anythingControls {
	bottom:59px;
	right:8px;
	text-align: center;
	width: 100%;
	opacity: 0.8;
}

#slideshowWidget .anythingSlider-default .anythingControls ul {
	float:none;
	top:2px;
	display: inline-block;
}

#slideshowWidget .start-stop {
	height:15px;
	width:15px;
	float: none;
	display: inline-block;
}

.start-stop.playing {
    background: url("images/slideshow-pause.png") no-repeat scroll center center transparent;
}

.start-stop {
    background: url("images/slideshow-play.png") no-repeat scroll center center transparent;
}

#slideshowWidget .thumbNav a {
	background:url(images/slideshow.png) no-repeat center;
	height:18px;
	width:18px;
}

#slideshowWidget .thumbNav a.cur {
	background:url(images/slideshow-cur.png) no-repeat center;
}

#slideshowWidget .anythingSlider-default .anythingControls ul a {
	margin: 0 2px 0 0;
}

#slideshowWidget .buyNowButton,
#slideshowWidget .slideshowMoreButton {
	bottom: 52px;
	right:20px;
	font-size: 17px;
	padding: 4px 8px;
	background: #ff6a1f !important;
	color: #fff !important;
}

#slideshowWidget .buyNowButton:hover,
#slideshowWidget .slideshowMoreButton:hover {
	background: #FF8E43 !important;
}

#slideshowWidget .buyNowButton {
	bottom:14px;
}
#slideshowWidget .slideshowMoreButton:hover,
#slideshowWidget .buyNowButton:hover {
	background: #FF954A;
}

#slideshowWidget .arrow {
	display: block !important;
}

#slideshowWidget .anythingSlider-default .back {
	left:-79px !important;
}

#slideshowWidget .anythingSlider-default .forward {
	right:-79px !important;
}

#slideshowWidget .anythingSlider-default .arrow a {
	background: url(images/slideshow-sprite.png) no-repeat;
	width: 65px;
	height: 160px;
}

#slideshowWidget .anythingSlider-default .back a {
	background-position: left bottom;
}

#slideshowWidget .anythingSlider-default .back a:hover {
	background-position: -68px bottom;
}

#slideshowWidget .anythingSlider-default .forward a:hover {
	background-position: -69px top;
}


/* SPONSORS */
#sponsorWidgetContainer {
	width:1062px;
	height:210px;
	right:auto;
	left:0;
	top:519px;
	padding:0;
	background: url(images/sponsors-bg.png) no-repeat;
}

#sponsorWidgetContainer .homepageh1 {
	text-shadow:2px 2px 3px #242424;
}

#majorSponsorImageContainer {
	height: 112px;
    left: -30px;
    max-width: 170px;
    min-width: 170px;
    padding: 3px 34px 3px 5px;
    background: #fff;
    top: 1px;
}

#sponsorLogoSection {
	padding:0px 30px 10px !important;
    height: 158px;
	width:932px !important;
	margin-top:30px;
}

.sponsorWidgetContainerMajorSponsor #sponsorLogoSection {
}

.sponsorCarouselContainer {
	width:888px;
    height: 100px;
	top: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
	left:43px;
}

#sponsorArrowRight span {
	border:none;
	background: url(images/sponsors-right.png) no-repeat;
	width: 17px;
	height: 25px;
}

#sponsorArrowLeft span {
	border:none;
	background: url(images/sponsors-left.png) no-repeat;
	width: 18px;
    height: 26px;
}

.majorSponsorImage img {
	max-width:135px;
}

#sponsorArrowLeft {
    left: 13px;
    top: 77px;
}

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
    left: 180px;
}

#sponsorArrowRight {
    right: 74px;
    top: 77px;
}
.sponsorWidgetContainerMajorSponsor #sponsorArrowRight {
}

#majorSponsorTitleContainer {
	left:-8px;
	top: -16px
}

#majorSponsorTitleContainer .homepageh1 {
	font-size:26px;
}

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
	z-index: 5;
}

#sponsorsTitleContainer {
	top:-16px;
	text-align: center;
	width: 1000px;
}

#sponsorsTitleContainer .homepageh1 {
	font-size:26px;
}


.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer {
    right: 368px;
    text-align: right;
    width: auto;
}

.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer .homepageh1 {
	font-size:26px;
}


/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/


/* EVENT SLIDES */
#excitingEventsSlides {
	height: 264px;
    left: -45px;
    padding: 0 15px;
    right: auto;
    top: 666px;
    width: 597px;
    background: url(images/exciting-events-bg.png) no-repeat;
}

.noSponsorsEnabled #excitingEventsSlides {
	top: 456px;
}

#excitingEventsSlides .homepageh1 {
	left: 255px;
    position: absolute;
    top: 56px;
    width: auto;
    font-family: 'MatizRegular';
    color: #155D99;
}

#excitingEventsSlides .slideshowTitle {   /* |%  set font-family */
	font-size: 13px;
	display: block;
	color:#444;
	max-width:98%;
	overflow:visible;
	font-family: 'open_sansbold';
}

#excitingEventsSlides .slideshowDescription {
	font: 13px/15px Arial,Verdana,sans-serif;
	display:inline !important;
	color:#7c7c7c;
	max-width:240px;
}

#excitingEventsSlides .slideshowTextContainer,
.excitingEventsSlidesPurchaseLink {
	width: 343px;
    display: block;
    float: right;
    margin-top: 30px;
}

.excitingEventsSlidesPurchaseLink {
	margin-top: 0;
}

#excitingEventsSlider {
	width:533px;
	height:174px;
}

#excitingEventsSlider .slideshowMoreButton.button {
    margin: 0 auto;
    width: 55px;
	position: absolute;
	bottom:0;
	display: none;
}

#excitingEventsSlider img {
	max-width:172px;
	float: left;
}

#excitingEventsSlides .anythingSlider {
 	top: 66px;
    left: 19px;
 	overflow:visible !important;
}

#excitingEventsSlides .anythingWindow {
max-height:330px;
}

#excitingEventsSlides .anythingControls {
	bottom: 0;
	padding-top: 2px;
	left: 189px;
	width:auto;
	display:inline-block;
	margin:0 auto;
	position:absolute;
	overflow:hidden;
	max-height:15px;
	text-align:center;
}

#excitingEventsSlides ul.thumbNav {
	width:auto;
	display:inline-block;
	margin:0 auto;
	padding:0;
	max-height:15px;
	overflow:hidden;
	left: 0;
}

#excitingEventsSlides ul.thumbNav li {
	display:inline-block;
	float:left;
	margin-right:0;
}

#excitingEventsSlides ul.thumbNav li a {
	background:url(images/exciting-events-slide.png) no-repeat;
	height:15px;
	width:15px;
	padding:0;
	display:block;
	margin: 0px;
}

#excitingEventsSlides .anythingSlider-default .anythingControls ul a {
	margin:0 3px 0 0;
}

#excitingEventsSlides ul.thumbNav li a.cur {
	background:url(images/exciting-events-slide-cur.png) no-repeat;
}

#excitingEventsSlides .start-stop {
	top: 0;
	position: relative;
	display: inline-block !important;
	height: 15px;
	width: 15px;
	background: url(images/exciting-events-play.png) no-repeat;
}

#excitingEventsSlides .start-stop.playing {
	background: url(images/exciting-events-pause.png) no-repeat;
}

a.excitingEventsSlidesMusicButton.button {
	position:absolute;
	top:280px;
	left:0;
}

#customHomeFacebook {
	background: url(images/home-facebook.png) no-repeat;
	display: block;
	width: 248px;
	height: 219px;
	float: left;
}

#customHomeTickets {
	background: url(images/get-your-tickets.png) no-repeat;
	display: block;
	width: 167px;
	height: 216px;
	float: left;
	margin-top: 3px;
}

#customHomeTickets:hover {
	background-position: right top;
}

#customHomeItems {
    top: 704px;
	position: absolute;
	right: 0;
}

.noSponsorsEnabled #customHomeItems {
	top: 490px;
}

/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/

#ourPickButton {
	margin-bottom:30px;
}

.column2 {
	float:right;
}

.listingItem {
	background:#E3E4DF;
	border-bottom:1px solid #99936A;
}

.listingItem:hover {
	background:#D7D8D3;
}

.listing .arrowup {
	border-color: #686868 transparent transparent transparent;
}

.listing .arrowup_on {
	border-color: #272625 transparent transparent transparent;
}

.listing .arrowdown {
	border-color: transparent transparent #686868 transparent;
}

.listing .arrowdown_on {
	border-color: transparent transparent #272625 transparent;
}

.modeSelected{
	background-color: rgba(0,0,0,0.1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 );
}

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer,
.hoverContent  {
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	opacity: 0.9;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

/*********************** FOOTER **************************/
.endOfContent {
}

.afterContent {
}

.footer {
	color:#fff;
	width:100%;
	margin:0 auto;
	text-align:center;
	margin: 20px auto 0 auto;
	position:relative;
	padding-bottom:48px;
	background: url(images/footer-bg.jpg) repeat-x center top;
	padding-top: 25px;
}

.footer a {
	color: #fff;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

ul.footerItems1 {
	margin-bottom:0;
}

ul.footerItems2 {
	margin-top:0;
}

/************************* MODAL CONTENT ********************/
.modal {
    background:#fff;
    padding-top: 15px;
    border: 10px solid #FFFFFF;
}

#modal_content {
	-webkit-box-shadow: 0 0 4px #072867 inset;
	-moz-box-shadow: 0 0 4px #072867 inset;
	box-shadow: 0 0 4px #072867 inset;
    margin-top: 5px;
    padding: 5px;
}

.modalBody {   /* |%  set modal background color if not white */
    background: #fff;
	padding: 14px;
	position: absolute !important;
	bottom: 0;
	top:0;
}

.testSection .modalBody {   /* |%  set modal background color if not white */
    background: #fff;
	padding: 14px;
	position: static !important;
	bottom: 0;
	top:0;
}
.modalPageBackground {
	background: rgba(0,22,46,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b300162e', endColorstr='#b300162e',GradientType=0 );
}

.modalContent h1 {
    font-size: 25px;
	line-height:30px;
}

.modalClose {
	background: none;
	top:1px;
}

a.modalCloseButton {
background: none;
}

.modalCloseButton:before {
	content: "CLOSE X";
}

.modalCloseButton img {
display:none;
}

.modalContent #google_translate_element {
	top:1px;
	left: 320px;
}

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {  /* |%  set font-family */
	font-size:32px;
	line-height: 36px;
}

.modalBody .showorksBreadcrumbs {   /* |%  set font-family */
	font-size:20px;
	line-height: 22px;
	color:#155d99;
}

.modalBody .showorksTableGrid th {    /* |%  set font-family */
	background:#000;
	background:rgba(0,0,0,0.22);
	color:#fff;
    font-size: 12px;
	letter-spacing:0.06em;
}

.modalBody .showorksTableGrid th {
    padding-bottom: 7px;
    padding-top: 7px;
}

.modalBody .showorksTableGrid td {
	color:#	313131;
}

.modalBody .showorksTableGrid tr.odd {
	background:#fff;
	color:#333;
}

.modalBody .showorksTableGrid tr.even {
	background:#f0f0f0;
	color:#333;
}

/*************** MEMBERS SITE **********************/
.arrowdown {
	border-color:transparent transparent #000;
}

.arrowdown_on {
	border-color:transparent transparent #060606;
}

.arrowup {
	border-color:#000 transparent transparent;
}

.arrowup_on {
	border-color:#060606 transparent transparent;
}

#directoryFilterOptions>li:hover {
	background:#cbdfe2;
}

.directoryHeader {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 14px;
}

.members .nav .groups {
    margin-right: 0;
}

.members .nav .groups .group
{
	margin: 0 3px
}

.members .quickLinks {
	right:39px;
}

.dateDisplayBar,   /* |%  can be removed after Saffire 2.8 release */
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList,
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
	font-family: inherit;
}

.checkoutReviewReviewYourOrder {
	min-width: 58%;
}


.anythingSlider .mobileDescriptionWrapper .slideshowMoreButton {
  display: none !important;
}
