/* LNM */


/*Purple: 4c2451*/
html{
	height:100%;
	background-image:url(../images/gradient-bottom.jpg);
}

strong {
	font-weight: bold;
}

a img {
    text-decoration: none;
    outline: none;
    border: 0px none transparent;
}
body {
	
	background-repeat:repeat;
	font-size:16px;
	font-family: "open sans",sans-serif;
	padding: 0;
	margin: 0;
	background-image:url(../images/bg-texture-gradient.jpg);
	background-repeat:repeat-x;
	background-position:top center;

}
#wrapper {
	position: relative;
	width: 100%;
	background-repeat: repeat-x;
	background-size: contain;
	background-position-y: bottom;
	background-attachment: fixed;
}
#container {
	margin:0 auto;
	max-width:1024px;
}
.header {
	padding: 1.1em 0;
	overflow: hidden;
}
.error {
	color:#ff0000;
	display:block;
}
.dform_element {
  margin: 5px 0 10px;
}
.dftop_label .dform_label {
  margin: 10px 0 4px 0;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both;
}
.dform_container input.text {
  outline-style: none;
  font-family: inherit;
  padding: 2px 0 2px 0;
  letter-spacing: normal;
}
.logo {
	float:left;
}
.info {
	 width:63px; 
	 height:23px;
}
.buy {
	 width:110px; 
	 height:23px;
}
.header-elements {
	float:right;
	color:#4c2451;
	font-size:0.75em;
	vertical-align: middle;
	text-align: right;
}
.header-elements a, .header-elements a:link {
	color:#4c2451;
	text-decoration:none;
	display: inline-block;
	vertical-align: middle;
}
.header-elements a:hover {
	text-decoration:underline;
}
.header-elements a img {
	margin-top:-2px;
}

.search-input-desktop {
	border:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin:0 0 0 11px;
	padding: 4px;
	vertical-align: middle;

}
.search-desktop-button {
	vertical-align: middle;
}

.event-calendar-button {
	margin: 2.5em 0 0 0;
}

#desktop-nav {
	padding:0;
	margin:0;
	font-size:0;
	text-align:center;
	list-style: none;
	background: #67447b;
	background: -moz-linear-gradient(top,  #67447b 0%, #3d2a4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67447b), color-stop(100%,#3d2a4d));
	background: -webkit-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: -o-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: -ms-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: linear-gradient(to bottom,  #67447b 0%,#3d2a4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67447b', endColorstr='#3d2a4d',GradientType=0 );
	height:32px;
	z-index:9999;
}
#desktop-nav>li {
	color:#fff;
	display:inline-block;
	font-size:0.9375rem;
	position:relative;
	background: #67447b;
	background: -moz-linear-gradient(top,  #67447b 0%, #3d2a4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67447b), color-stop(100%,#3d2a4d));
	background: -webkit-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: -o-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: -ms-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: linear-gradient(to bottom,  #67447b 0%,#3d2a4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67447b', endColorstr='#3d2a4d',GradientType=0 );
	border-style:solid;
	border-width: 1px;
	border-color:#372546 #bdb5c5 #372546 #776286;
	list-style:none;
}
#desktop-nav li.last ul {
	left:-148px !important;
}
#desktop-nav li:first-child{
	border-left: #372546;
}
#desktop-nav li:last-child{
	border-right: none;
}
#desktop-nav li a, #desktop-nav li a:visited, #desktop-nav li a:link {
     display:block;
     color:#fff;
     height:auto;
     line-height:20px;
     padding: 5px 15px;
     text-align:center;
	 text-decoration:none;
	 text-transform:uppercase;
	 font-size:0.93em;
}
#desktop-nav li a:hover {
	display:block;
	color:#fff;
	line-height:20px;
	background: #6b6a95;
	background: -moz-linear-gradient(top,  #6b6a95 0%, #413c59 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6a95), color-stop(100%,#413c59));
	background: -webkit-linear-gradient(top,  #6b6a95 0%,#413c59 100%);
	background: -o-linear-gradient(top,  #6b6a95 0%,#413c59 100%);
	background: -ms-linear-gradient(top,  #6b6a95 0%,#413c59 100%);
	background: linear-gradient(to bottom,  #6b6a95 0%,#413c59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a95', endColorstr='#403b58',GradientType=0 );

}
#desktop-nav li ul, #desktop-nav li:hover ul li ul {
     display: none;
	 z-index:9999;
}
#desktop-nav li:hover ul {
	display: block;
	position: absolute;
	top: 31px;
	left: -1px;
	height: auto;
	padding: 0;
}
#desktop-nav li ul {
	background-color:#aaa9c2;
	border: 2px solid #7e788e;
}
#desktop-nav li ul li {
	width:215px;
	list-style:none;
	background-image: url(../images/nav-desktop-border.gif);
	background-repeat: no-repeat;
	background-size: 100%;
}
#desktop-nav li ul li:first-child {
	margin-top: 0.5em;
	background-image:none;
}
#desktop-nav li ul li:last-child {
	margin-bottom: 0.5em;
}
#desktop-nav li ul li a, #desktop-nav li ul li a:link, #desktop-nav li ul li a:visited {
	color:#3d2a4d;
	font-size:0.875em;
	text-align:left;
	text-transform:none;
	line-height: 1.1em;
	padding-top:10px;
	padding-bottom:10px;
}
#desktop-nav li ul li a:hover {
	text-decoration:none;
	color:#fff !important;
	background:none !important;
	text-align:left;
}
#mobile-nav {
	display:none;
}
.slicknav_menu {
	display:none;
}
.show-buy-tickets {
		margin-bottom:10px;
	}
.main-carousel {
	margin:12px 0 0 0;
	width:740px;
	float:left;
}
.main-carousel-vids {
	margin:12px 0 0 0;
	width:740px;
	float:left;
	display:none;
}

.main-slide {
	width:740px;
	height:443px;
	background-color:#9894a8;
}
.main-image {
	width:740px;
	height:420px;
}
.carousel-thumb {
	position:relative;
}
.carousel-thumb img {
	position:absolute;
	top:0px;
	left:0;
}
.main-bottom {
	width:740px;
	height:23px;
	background-color:#9894a8;
}
.main-carousel-tablet {
	margin:12px 0 0 10px;
	width:525px;
	float:left;
	display:none !important;
}
.main-carousel-vids-tablet, .main-carousel-photos-tablet {
	margin:12px 0 0 10px;
	width:525px;
	float:left;

}
.photo-caption {
	background-color:rgba(0, 0, 0, 0.7);
	color: #fff;
	position: absolute;
	bottom: 23px;
	right: 0;
	padding:0 20px;
	font-size: 11px;
}
.show-btn {
	position: absolute;
	top: 651px;
	z-index: 999;
}

.show-btn-tablet {
	position: absolute;
	top: 505px;
	z-index: 999;
	display: none;
	left: 10px;

}
.main-slide-tablet {
	width:525px;
}
.main-image-tablet {
		width:525px;
		height:301px;
	}
	.main-image-tablet img {
		width:525px;
		height:301px;
	}
.carousel-btn {
	float:left;
	border-right:2px solid #e5e5ec;
}
.gradient {
	position:absolute;
	bottom:0px;
	right:0px;
}
.home-pod {
	float:right;
	margin:12px 0 -1px 0;
}
.sub-carousel {
	margin: 12px auto 0 auto;
	width: 964px;
	float: none;
	clear: both;
}

.entry {
	margin: 0;
	padding: 0;
	width: 193px !important;
	height: 289px !important;
	background-image: url(../images/sub-slide-bg.png);
	z-index: 490;

}
.mobile-photos, mobile-videos {
	display: none;
}
.mobile-entries .entry:last-child {
	margin-bottom:2px;
}
.entry img{
	margin:14px 0 0 12px;
}
.sub-carousel-title {
	color: #4c2451;
	font-style: italic;
	font-weight: bold;
	font-size: 0.875em;
	margin: 7px 15px 5px 15px;
	height: 40px;
	line-height: 13px;
}
.sub-carousel-date {
	color: #000;
	font-weight: bold;
	font-size: 0.75em;
	text-transform:uppercase;
	position: static;
	margin: 0 16px 0;
}
.sub-carousel-venue {
	margin: -1px 15px 0 15px;
	color: #636182;
	font-weight: bold;
	font-size: 0.6875em;
	text-transform:uppercase;
	position: static;
	text-decoration:none;

}

.sub-buttons {
	margin:3px 5px 5px 8px;
}
.sub-carousel-image {
	display:inline-block !important;
}

.sub-carousel-image a img {
	display:inline-block !important;
	margin:0 !important;
}
.bottom-home-pods {
	width:700px;
	float:left;
	overflow:hidden;
}
.bottom-home-pods a img {
	float:left;
	margin:0 8px 9px 0;
}
.mobile-entries {
	display: none;
}
.donate {
	float: right;width: 264px;
}
.connect {
	border: 10px solid #e9e9ee;
	margin-right: -6px;
	float: right;
	width: 304px;
}
.mobile-header {
	display: none;

}
.cast-list {

		clear: both;
	    display: block;
	    overflow: hidden;
	}
.connect-header {
	color:#fff;
	padding: 10px 14px;
	position: relative;
	text-shadow: 1px 1px 0 #262626;
	text-transform: uppercase;

	background: #934e61; /* Old browsers */
	background: -moz-linear-gradient(top,  #934e61 0%, #9f5d75 50%, #a1627b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#934e61), color-stop(50%,#9f5d75), color-stop(100%,#a1627b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #934e61 0%,#9f5d75 50%,#a1627b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #934e61 0%,#9f5d75 50%,#a1627b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #934e61 0%,#9f5d75 50%,#a1627b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #934e61 0%,#9f5d75 50%,#a1627b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#934e61', endColorstr='#a1627b',GradientType=0 ); /* IE6-9 */
}

.connect-header ul {
	list-style: none;
	margin:0;
	padding:0;
	overflow: hidden;
	position: absolute;
	right:15px;
	bottom: -4px;
}

.connect-header ul li {
	float:left;
	margin:0;
	padding:0;
}

.connect-header ul li a {
	display:block;
	padding: 5px 7px;
}

.connect-header ul li a.active {
	background-color:#fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0 5px;
}

.connect-items > div {
	background-color:#fff;
	min-height: 334px;
	max-height: 334px; 
}

.connect-items > div.first {
	display:block;
}

#connect-item-twitter > iframe {
	height: 332px !important;
}

#third-level {
	display:none;
}
.footer {
	background:#a8a7bf;
	width:auto;
	display:block;
	border:3px solid #a5a2b4;
	clear:both;
	overflow: auto;
}
.footer-links {
	float:right;
	text-align:left;
}
.footer-links-column {
	float:left;
	width:215px;
	margin-top: 39px;
}
.footer-links-column a, .footer-links-column a:link {
	text-transform:uppercase !important;
	color:#3d2a4d !important;
	font-size:0.875em;
	text-align:left;
	text-transform:none;
	text-decoration:none;
}
.footer-links-column a:hover {

	color:#fff !important;

}

.footer-links-column p {
	
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	padding: 0 0 13px 0;
	margin-top: -20px;
}
.footer-links-column p:last-child {
	background-image:none;
}
.footer-address {
	margin-left:18px;
}
footer-address a, .footer-address a:link {
	color:#000;
	text-decoration:none;
}
.footer-address h2 {
	color:#3d2a4d !important;
	font-size:16px;
	font-weight:bold;
	margin-bottom:1px;
}
.footer-address p {
	font-size:14px;

	line-height:21px;
	color:#000;
	font-weight:normal;
	margin-top:2px;
}
.copyright {
	color:#636182;
	font-size:0.75em;
	margin:5px 0 10px 22px;clear: both;
}
.mobile-social {
		display:none;
		margin:0 auto;
		text-align:center;
	}
	
.show-description-container {
	width:720px;
	background:#e9e9ee;
	min-height:200px;
	display:block;
	float:left;
	-moz-box-shadow: 0 0 56px #AAA;
	-webkit-box-shadow: 0 0 6px #AAA;
	box-shadow: 0px 0px 6px #AAA;
	padding:10px;
	margin-bottom: 10px;
}
.show-description {
	
	width:100%;
	height:100%;
	background:#fff;
	min-height:200px;
	display:block;
	float:left;
	-moz-box-shadow: 0 0 56px #AAA;
		-webkit-box-shadow: 0 0 6px #AAA;
		box-shadow: 0px 0px 6px #AAA;
		padding: 15px 0;
}
.description-left {
	float: left;
	width: 210px;
	text-align: center;
}
.description-right {
	float: right;
	text-align: left;
	width: 64%;
	padding: 0px 33px 0 0;
}
.description-right h1 {
	font-size:1.125em;
	color:#4c2451;
	font-style:italic;	
	margin:0;
}
.description-right h2 {
	font-size:0.9375em;
	color:#4c2451;
	margin:0;
}
.description-right h3 {
	font-size:0.75em;
	color:#636182;
	margin:0 0 1.1em 0;
	font-style:italic;
	font-weight:normal;	
}
.description-right p{
	font-size: 14px;
	font-weight: 100;
	letter-spacing: -0.3px;
}
.description-right ul li{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.3px;
}
.description-right a, .description-right a:link {
	color:#9f5d74;
	font-weight:700;
	text-decoration:none;
}
.description-right a:hover {
	text-decoration:underline;
}
.toggle {
	margin:0;
	font-size: 0.9375rem;
	text-transform:uppercase;
}
.toggle-container {
	border:1px solid #dfdee5;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}
.event-details-container {
	width:252px;
	background:#e9e9ee;
	min-height:200px;
	display:block;
	float:right;
	-moz-box-shadow: 0 0 56px #AAA;
		-webkit-box-shadow: 0 0 6px #AAA;
		box-shadow: 0px 0px 6px #AAA;
	padding:10px;
	margin:1em 0 0 0;
}
.event-details {
	
	width:100%;
	height:100%;
	background:#fff;
	min-height:200px;
	display:block;
	float:left;
	-moz-box-shadow: 0 0 56px #AAA;
		-webkit-box-shadow: 0 0 6px #AAA;
		box-shadow: 0px 0px 6px #AAA;
		padding: 0Ux;
}
.event-details ul {
	display: block;
	width: 100%;
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
.event-details ul li {
	margin: 0px auto 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #dfdee5;
	font-size: 12px;
	font-weight: 700;
	color: #525252;
	width: 89%;
	overflow: hidden;
	float: left;
}
.event-details ul li:last-child {
	border-bottom:none;
	margin-bottom:10px;
}
.event-details ul li label {
	text-transform:uppercase;
	font-weight:900;
	color:#4c2451;
	display:block;
	clear:both;
	margin-bottom: 0.2em;
}
.event-details ul li p {
	font-size:12px;
	font-weight:500;
	color:#000;
	margin:0;
	line-height:0.95em;
}
.event-details ul li h4 {
	margin:0;
	color:#000;
}
.event-details a, .event-details a:link {
	color:#9f5d74;
	font-weight:700;
	text-decoration:none;
}
.event-details a:hover {;
	text-decoration:underline;
}
.event-details img {
	float: left;
	padding: 4px 10px 10px 0;
}
.sponsor {
	margin:0 0 10px 0;
}
.show-image {
	border:5px solid #fff;;
	-moz-box-shadow: 0 0 56px #AAA;
		-webkit-box-shadow: 0 0 6px #AAA;
		box-shadow: 0px 0px 6px #AAA;
		margin:0 0 10px 0;
}
.sponsor .show-image{
	margin:0;
}
.sponsor-caption {
  font-size: 9px;
  margin: 0 0 0 25px;
  width: 169px;
  text-align: left;
}
.main-content-container {
	width:720px;
	background:#e9e9ee;
	min-height:200px;
	display:block;
	float:left;
	-moz-box-shadow: 0 0 56px #AAA;
		-webkit-box-shadow: 0 0 6px #AAA;
		box-shadow: 0px 0px 6px #AAA;
	padding:10px;
	margin: 10px 0 30px 0;

}
.main-content {
	
	width:90%;
	height:100%;
	background:#fff;
	min-height:700px;
	display:block;
	float:left;
	-moz-box-shadow: 0 0 56px #AAA;
		-webkit-box-shadow: 0 0 6px #AAA;
		box-shadow: 0px 0px 6px #AAA;
		padding: 15px 35px;
}

.main-content-container-calendar {
	width:98%;
}

.main-content-container-calendar .main-content {
	width:93%;
}

.main-content h1 {
	color:#4c2451;
	display:block;
	border-bottom:2px solid #c9c8d3;
	font-size:1.6em;
}
.main-content h2 {
	color:#4c2451;
	display:block;
	border-bottom:2px solid #c9c8d3;
	font-size:1.28em;
	margin-bottom: 10px;
}
.main-content h3 {
	color:#4c2451;
	font-weight:bold;
	margin-bottom: 1px;
}
.main-content h5 {
	margin-top: -5px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 40px;
}
.main-content p {
	font-size:0.875em;
}
h1 + p, h2 + p, h3 + p {
	margin-top:0px;
}
.main-content ul li, .main-content ol li, .main-content ul li p, .main-content ol li p{
	font-size:0.875rem;
	letter-spacing: -0.3px;
}
.main-content a, .main-content a:link {
	color:#9f5d74;
	font-weight:700;
	text-decoration:none;
}
.main-content a:hover {;
	text-decoration:underline;
}

.main-content .styled-button, #show-description-container .styled-button{
	color:#fff;
	display:inline-block;
	font-size:0.9375rem;
	position:relative;
	background: #67447b;
	background: -moz-linear-gradient(top,  #67447b 0%, #3d2a4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67447b), color-stop(100%,#3d2a4d));
	background: -webkit-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: -o-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: -ms-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: linear-gradient(to bottom,  #67447b 0%,#3d2a4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67447b', endColorstr='#3d2a4d',GradientType=0 );
	border-style:solid;
	border-width: 1px;
	border-color:#372546 #bdb5c5 #372546 #776286;
	list-style:none;
	font-weight: 700;
	padding: 3px 9px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: 750px;
  margin: 0px auto;
  text-align: center;
}
.white-popup object{
	margin-top: 34px;

}
.main-content .styled-button a, .main-content .styled-button a:link, .main-content .styled-button a:visited {
	color:#fff;
	line-height: 21px;
}
.main-content .styled-button a:hover {
	text-decoration:none;
}
#show-description-container .styled-button a, #show-description-container .styled-button a:link, #show-description-container .styled-button a:visited {
	color:#fff;
	line-height: 21px;
}
#show-description-container .styled-button a:hover {
	text-decoration:none;
}
.main-content .styled-button:hover, #show-description-container .styled-button:hover {
	background: #6b6a95;
	background: -moz-linear-gradient(top,  #6b6a95 0%, #413c59 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6a95), color-stop(100%,#413c59));
	background: -webkit-linear-gradient(top,  #6b6a95 0%,#413c59 100%);
	background: -o-linear-gradient(top,  #6b6a95 0%,#413c59 100%);
	background: -ms-linear-gradient(top,  #6b6a95 0%,#413c59 100%);
	background: linear-gradient(to bottom,  #6b6a95 0%,#413c59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a95', endColorstr='#403b58',GradientType=0 );
}
.main-content .align-right {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 100%;
	height: auto !important;
}
.main-content .align-left {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 100%;
	height: auto !important;
}
.main-content .twocol {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}
.main-content .left-col{
	width:48%;
	float:left;
	overflow:hidden;
}
.main-content .right-col{
	width:48%;
	float:right;
	overflow:hidden;
}

.toggle-content .left-col{
	width:30%;
	float:left;
	overflow:hidden;
}
.toggle-content .right-col{
	overflow:hidden;
	padding:0 5px 0 0;
}
.toggle-content .right-col p{
	margin-top: 0;
}
.main-content .left-btn{
	width:48%;
	float:left;
	overflow:hidden;
}
.main-content .right-btn{
	width:48%;
	float:right;
	overflow:hidden;
}
.main-content .left-btn p, .main-content .right-btn p{

	margin: -5px 0 0 0;
	padding: 8px;
	background-color: #8584a4;
	
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.main-content .left-btn a, .main-content .right-btn a{
	color: #fff !important;
	text-decoration:none !important;
}
#sub-nav {
	background-color: #aaa9c2;
	border: 2px solid #b5b2c0;
	float: right;
	padding: 0 20px;
	width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sub-nav ul>li {
	list-style:none;
	border-bottom:1px solid #c8c8d7;
	padding: 5px 0;
}
#sub-nav > p {
	margin-top: 0.5em;
	background-image:none;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom: 2px solid #c8c8d7;
	margin-bottom:0;
}
#sub-nav>ul>li:last-child {
	margin-bottom: 0.5em;
	border-bottom:none;
}
#sub-nav ul li a, #sub-nav > p a, #sub-nav ul li a:link, #sub-nav > p a:link, #sub-nav ul li a:visited, #sub-nav > p a:visited {
	color:#3d2a4d !important;
	font-size:0.875em;
	text-align:left;
	text-decoration:none;
	line-height: 1.1em;
	padding-top:10px;
	padding-bottom:10px;
}

#sub-nav ul {
	padding:0;
	margin-top: 0;
}
#sub-nav ul li a:hover {
	text-decoration:none;
	color:#fff !important;
	background:none !important;
	text-align:left;
}
#sub-nav ul li.active>a {
	color:#fff !important;
}
#sub-nav ul li ul {
	padding-left: 0;
	padding-top: 5px;
}
#sub-nav ul li ul li {
	padding: 5px 30px;
	list-style:none;
	border-bottom:1px solid #c8c8d7;
}
#sub-nav ul li ul li:last-child {
	border-bottom:none;
	padding-bottom:0px;
}
#sub-nav li ul li:first-child {
	border-top:1px solid #c8c8d7;
}
.accordions {
	float: right;
	padding: 0;
	width: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.875em;
	clear:right;
}
.accordions h2{
	color:#4c2451;
	font-size: 0.875rem;
	border-top: solid 3px #4c2451;
	padding-top: 10px;
}
.accordions .ui-accordion .ui-accordion-header {
	font-size: 0.875rem;
	background-image: url(../js/jquery-ui-1.10.4.custom/css/custom-theme/images/accordion_arrows.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.accordion .ui-accordion-header.ui-state-active {
	background-position: -516px center;
}
.accordions .ui-accordion .ui-accordion-content {
	color:#4c2451;
	font-size: 0.75em;
	padding: 11px 21px;
	border:none;
}
.accordions .ui-accordion .ui-accordion-icons {
	padding-left: 10px;
}
.accordions h3 strong {

	float: right;
	padding-right: 5px;
}
.accordions .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	float:right;
	position:inherit;	
	top: 10px;
	left: 0;
	background: none;
}
.ani-carousel {
  float: right;
  width: 268px;
  height: 280px;
}
.featured-container {
	position:relative;
}
.featured-show {
  background: #e9e9ee;
  /* min-height: 200px; */
  display: block;
  
  -moz-box-shadow: 0 0 56px #AAA;
  -webkit-box-shadow: 0 0 6px #AAA;
  box-shadow: 0px 0px 6px #AAA;
  padding: 10px;
  margin: 10px 0 30px 0;
  height: 233px;
  position:absolute;
  top:0;
  left:0;
}
.featured-show img {
	border:4px solid #fff;
	-moz-box-shadow: 0 0 56px #AAA;
  -webkit-box-shadow: 0 0 6px #AAA;
  box-shadow: 0px 0px 6px #AAA;
}
.listing-container {
	margin-left: -4px;
}
.listing {
  overflow: hidden;
  display: inline-block;
  margin: 0 33px 15px 0;
  width: 190px;
  vertical-align: top;
}
.listing:nth-child(3n+3) {
	margin-right:0;
}
.listing-img {
	border:4px solid #fff;
	border:4px solid #fff;
	-moz-box-shadow: 0 0 56px #AAA;
	  -webkit-box-shadow: 0 0 6px #AAA;
	  box-shadow: 0px 0px 6px #AAA;
	  margin:3px 0 0 3px;
	  width:169px;
	  height:auto;
}
.listing h2 {
	color: #4c2451;
  font-style: italic;
  font-weight: bold;
  font-size: 0.875em;
  margin:0 0 0 3px;
  border-bottom:none;
}
.listing h3 {
	  color: #000;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  position: static;
  margin: 0 0 0 3px;
}

.listing p{
	color: #636182;
  font-weight: bold;
  font-size: 0.6875em;
  text-transform: uppercase;
  position: static;
  margin: 0 0 7px 3px;
  text-decoration: none;
}
.mobile-show {
		display:none;
	}

.ui-widget-content {
	border: 1px solid #cccccc;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 4px 4px 5px 0px rgba(204,204,204,1);
box-shadow: 4px 4px 5px 0px rgba(204,204,204,1);
}



.calendar {
	position: relative;
    width: 272px;
    padding: 0;
    margin: 0 0 12px 0;
    font-size: 14px;
}
.calendar .title {
    text-align: center;
    color: #ccc;
    display: block;
    margin: 0 10px 5px;
    text-transform: uppercase;
}

.calendar .ui-datepicker {
	background:none;
	background-color:#fff;
	font: 16px/18px Arial, Helvetica, sans-serif;
	width:264px;
}

.calendar .ui-datepicker .ui-datepicker-title {
	color:#4b2651;
	font-size: 14px;
}

.calendar .ui-datepicker .ui-widget-header {
	border:none;
}

.calendar .ui-datepicker th {
	color:#4b2651;
	padding:0;
}

.calendar .ui-datepicker td {
	padding:0;
}

.calendar .ui-datepicker td a {
	display:block;
	margin: 0 2px;
}

.calendar .ui-datepicker td.marked-event, .calendar .ui-datepicker td.marked-event a.ui-state-default {
	border:none;
	background:none;
	background-color:#ebeaef;
}

.calendar .ui-datepicker td.ui-datepicker-today, .calendar .ui-datepicker td.ui-datepicker-today a.ui-state-default {
	background:none;
	border:none;
}

.calendar .ui-datepicker td a,
.calendar .ui-datepicker td span {
	text-align: center;
}

.calendar #day-info {
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    font-size: 12px;
    padding: 10px;
    width: 251px;
    height: 91%;
    overflow-y: auto;
    line-height: normal;
}
.calendar #day-info h3 {
    margin: 12px 0 0 0;
    padding: 0;
    color: #000;
}
.calendar #day-info h4 {
    margin: 10px 0 0;
    padding: 0;
    color: #000;
}
.calendar #day-info p {
    margin: 0;
    padding: 0;
    color: #000;
}

.calendar-toolbar {
    margin-top: 8px;
    padding: 15px 10px;
    border-radius: 4px;

}
.calendar-toolbar select {
    display: block;
    float: right;
    font-size: 12px;
    margin-top: 3px;
}
.calendar-toolbar a, .calendar-toolbar a:link {
    font-size: 14px;
}
.calendar-toolbar a.btn-round, .calendar-toolbar a.btn-round:link {
    padding: 2px 8px;
}
.event-item {
    border-bottom: 1px solid #999;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.event-item p {
    margin: 0;
    padding: 0;
}
.event-item:last-child {
    border-bottom: 0;
}

.dform_container [type=submit] {
	color:#fff;
	display:inline-block;
	font-size:0.9375rem;
	position:relative;
	background: #67447b;
	background: -moz-linear-gradient(top,  #67447b 0%, #3d2a4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67447b), color-stop(100%,#3d2a4d));
	background: -webkit-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: -o-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: -ms-linear-gradient(top,  #67447b 0%,#3d2a4d 100%);
	background: linear-gradient(to bottom,  #67447b 0%,#3d2a4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67447b', endColorstr='#3d2a4d',GradientType=0 );
	border-style:solid;
	border-width: 1px;
	border-color:#372546 #bdb5c5 #372546 #776286;
	list-style:none;
	font-weight: 700;
	padding: 3px 9px;
}
.dform_container [type=submit]:hover {
	background: #6b6a95;
	background: -moz-linear-gradient(top,  #6b6a95 0%, #413c59 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6a95), color-stop(100%,#413c59));
	background: -webkit-linear-gradient(top,  #6b6a95 0%,#413c59 100%);
	background: -o-linear-gradient(top,  #6b6a95 0%,#413c59 100%);
	background: -ms-linear-gradient(top,  #6b6a95 0%,#413c59 100%);
	background: linear-gradient(to bottom,  #6b6a95 0%,#413c59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6a95', endColorstr='#403b58',GradientType=0 );
	cursor: pointer;
}

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - desktop (default grid)
   1024-768    - tablet landscape
   768-480     - tablet 
   480-less    - phone landscape & smaller
--------------------------------------------*/

@media all and (min-width: 633px) and (max-width: 1024px) {
	.listing {
  overflow: hidden;
  display: inline-block;
  margin: 0 10px 15px 0;
  width: 190px;
  vertical-align: top;
}
.listing:nth-child(3n+3) {
	margin-right:10px;
}
.listing-container {
	  display: block;
  margin: 0 auto;
  width: 406px;
}
}
@media all and (min-width: 480px) and (max-width: 1000px) {
	#desktop-nav li a, #desktop-nav li a:visited, #desktop-nav li a:link {
		padding: 5px 5px;
		font-size: 80%;
	}
	.main-content .left-col img, .main-content .right-col img{
	width:100%;
	height: auto;
}
.toggle-content .left-col{
	width:100%;
	float:none;
	overflow:hidden;
}
.toggle-content .right-col{
	overflow:hidden;
	padding:0 5px;
	float:none;
}
	.sub-carousel {
		margin: 12px auto 0 auto;
		width: 579px;
	}
	.footer-links-column {
		width: 180px !important;
	}
	.home-pod {
		width: 200px;
		margin: 12px 5px 1% 0;
	}
	.logo {
		float: left;
		margin-left: 5px;
	}
	.header-elements {
		margin-right:5px;
	}
	.home-pod img {
		width: 100%;
	}
	.main-carousel-tablet {
		display:inline-block !important;
	}
	.main-carousel {
		display:none !important;
	}
	.bottom-home-pods {
		width:417px;
		margin-left:5px;
	}
	.bottom-home-pods a img {
		width:200px;
	}
	.description-right {
		width:55%;
	}

	.connect {
margin-right: 5px;
	}
		
	.main-content {
		width:94%;
		padding:15px;
	}
	.main-content-container {
		width: 66%;
		margin-left: 5px;
	}

	#sub-nav {
		padding:0 7px;
		width:26%;
		margin-right: 5px;
	}
	#sub-nav li {
		width:auto;
	}
	.main-content h1 {
		margin-top:0;
	}
	.show-btn {
		display:none;
	}
	.show-btn-tablet {
		display:inline;
	}
	.event-details-container {
		padding:3px;
		width: 194px;
		margin: 12px 5px 1% 0
	}
	.show-description {
		padding-top:5px;
	}
	.description-left {
		width: 133px;
		  padding-left: 5px;
	}
	.show-description-container{
		width:518px;
		margin-left: 10px;
		padding:3px;
	}
	.show-image {
		border: 3px solid #fff;
		width: 120px;
	}
		.show-buy-tickets {
		  width: 175px;
		}
		
	}
	.main-content .left-btn{
		width:48%;
		float:left;
		overflow:hidden;
	}
	.main-content .left-btn img, .main-content .right-btn img{
		width:100%;
	}
	.main-content img {
		max-width: 100% !important;
		height: auto !important;
	}
	.main-content .right-btn{
		width:48%;
		float:right;
		overflow:hidden;
	}
	.styled-table {
    border-collapse: collapse;
    font-size: 17px;
    line-height: 18px;
	width: 100%;
	border: 1px solid #aaa9c2;
}
.styled-table td {
    background: #fff;
    padding: 5px 11px;
	letter-spacing: -0.5px;
	  border: 1px solid #aaa9c2;
}
.styled-table td p {
	margin-top: 0;
}
.styled-table tr:nth-child(odd) td {
    background: #fff;
}
.styled-table tr:nth-child(even) td {
    background: #ecebff;
}
.styled-table th {
    color: #fff;
	padding: 6px 11px 6px;
	border-bottom: 1px solid #aaa9c2;
	background: #753a4c;
	text-align: left;
	font-size: 19px;
	font-weight: 500 !important;
}

#artist-database .styled-table {
	font-size: 12px;
}

#artist-database .styled-table th {
	font-size: 12px;
	font-weight: bold !important;
}

}
/* Tablet Landscape */
@media all and (min-width: 1000px) and (max-width: 1024px) {
	#desktop-nav li a, #desktop-nav li a:visited, #desktop-nav li a:link {
		padding: 5px 15px;
		font-size: 93%;
	}
	.logo {
		float: left;
		margin-left: 5px;
	}
	.main-content .left-col img, .main-content .right-col img{
	width:100%;
	height: auto;
}
	.home-pod {
		margin-right:5px;
	}
	.event-details-container{
		margin-right:5px;
	}
	.show-btn {
		display:inline;
	}
	.show-btn-tablet {
	
		display:none;
	}
	.main-carousel {
		margin: 12px 0 0 0;
		float: left;
	}
	.sub-carousel {
		margin: 12px auto 0 auto;
		width: 772px;
	}
	.slick-prev {
	left:-70px !important;
}
	.slick-next {
		right:-70px !important;
	}
	.show-description-container {
		margin-left:5px;
		padding: 6px;
	}
	.main-content-container {
		width: 66%;
		margin-left: 5px;
	}
	#sub-nav {
		padding:0 7px;
		width:26%;
		margin-right: 5px;
	}
	.header-elements {
		margin-right:5px;
	}
}

/* Mobile Phone */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.mobile-photos, mobile-videos {
		display: block;
	}
	.mobile-photos img {
		width: 100%;
		height: auto;
	}
	.mobile-photos .photo-caption {
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		position: relative;
		padding: 2px 20px;
		margin-top: 19px;
		font-size: 11px;
	}
	.styled-table td {
	    padding: 6px 0 6px 50%;
	
	}
	.styled-table {
		line-height:auto;	
	}
	.mobile-login {
		display:inline-block;
	}
	/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ccc; 
			position: relative;
			padding-left: 50%; 
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
		}
		
		td:before { content: attr(data-label); }
	body{
		margin:0;
		-webkit-text-size-adjust: none;
	}
	.main-content .left-col img, .main-content .right-col img{
	width:100%;
	height: auto;
}
	.logo, .logo img{
		width:87%;
		height:auto;
		float:none;
		display:block;
		margin: 0 auto;
	}
	.show-btn {
		display:none;
	}
	.show-description-container {
		float: none;
  width: 90%;
  margin: 10px auto;
	}
	.show-description{
		width:100%;
		float:none;
		padding:0;
	}
	.description-left {
		float:none;
		width:auto;
	  text-align: left;
	}
	.description-right {
	  float: none;
	  text-align: left;
	  width: auto;
	  padding: 10px;
	}
	.show-btn {
		display:none;
	}
	.show-btn-tablet {
		display:none;
	}
	.event-details-container {
	  width: 90%;
	  background: #e9e9ee;
	  min-height: 200px;
	  display: block;
	  float: none;
	  -moz-box-shadow: 0 0 56px #AAA;
	  -webkit-box-shadow: 0 0 6px #AAA;
	  box-shadow: 0px 0px 6px #AAA;
	  padding: 10px;
	  margin: 1em auto;
	  overflow: hidden;
	}
	.mobile-show {
		display:block;
	}
	.desktop-show{
		display:none;
	}
	.action-btn-mobile {
		text-align:center !important;
		margin-bottom: 10px;
	}
	.action-btn-mobile img {
		width:95%;
	}
	.home-pod {
		display:none !important;
	}
	.show-image {
	  border: 5px solid #fff;
	  -moz-box-shadow: 0 0 56px #AAA;
	  -webkit-box-shadow: 0 0 6px #AAA;
	  box-shadow: 0px 0px 6px #AAA;
	  margin: 0 0 10px 0;
	  width: 97% !important;
	}
	.toggle-content .left-col{
		width:100%;
		float:none;
		overflow:hidden;
	}
	.toggle-content .right-col{
		overflow:hidden;
		padding:0 5px;
		float:none;
	}
	.toggle-content .cast-list .left-col{
		text-align: center;
	}

	.cast-list img {
		width:50% !important;
		height:auto !important;
		margin-top: 20px;

	}
	#desktop-nav {
		display:none;
	}
	#sub-nav {
		display:none;
	}
	#third-level {
		display:block;
	}
	#third-level li { 
display: block;
background-color: #3d2a4d;
}

#third-level ul, #third-level ul li { 
	background-color: #aaa9c2;
	padding: 2px 0;
	margin: 10px auto;
	width: 92%;
}
#third-level ul li { 
	background-color: #aaa9c2;
	background-image: url(../images/nav-desktop-border.gif);
	background-repeat: no-repeat;
	background-size: 118%;
	background-position-x: -25px;
}
#third-level li:first-child {
	background:none;
}
#third-level li a { 
	text-transform:none;
	text-decoration: none;
	color:#3d2a4d;
	font-size: 1.22rem;
	line-height: 2.2rem;
	margin:0.5em 0;
}
	.slicknav_menu {
		display:block;
	}
	.main-content-container {
		background:none;
		width:92%;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		margin:0 auto;
		float:none;
		display:block;
	}
	.main-content {
		padding: 1px 11px;
		width: 94%;
		float:none;
		margin:10px auto;
		overflow: hidden;
	}
	.main-content .align-right {
		width: 100% !important;
		height: auto;
	}
	.main-content .align-left {
		width: 100% !important;
		height: auto;
	}
	.main-content .left-col, .main-content .left-btn{
		width:100%;
		float:left;
		overflow:hidden;
		margin-bottom:10px;
	}
	.main-content .right-col, .main-content .right-btn{
		width:100%;
		float:right;
		overflow:hidden;
	}
	.main-content .left-btn img, .main-content .right-btn img, .main-content .left-btn p, .main-content .right-btn p{
		width:100%;
	}
	.header {
		margin: 0;
		overflow: hidden;
	}
	.header-elements {
		display:none;
	}
	.home-pod {
		width:100%;
		height:auto;
		float:none;
		display:block;
		margin: 10px auto;
		text-align:center;
	}
	.home-pod img {
		width:87%
	}
	.main-carousel {
		display:none !important;
	}
	.sub-carousel {
		display:none !important;
	}
	.bottom-home-pods {
		width:100%;
		text-align:center;
	}
	.bottom-home-pods a img {
		width:87%;
		margin:0 auto 10px auto;
		float:none;
	}
	.mobile-entries {
		display: inline-block;
		/* width: 7px; */
		margin: 0 auto;
		text-align: center;
	}
	.donate {
		width: 93%;
		margin: 0 auto 10px auto;
		float: none;
		display: block;
	}
	.entry {
		text-align: left;
		display:inline-block;
		background-image:none;
		width:87% !important;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 0px 0px 5px #888;
		height:auto !important;
		background:#e9e9ee;
		margin-bottom:10px;
	}
	.entry img {
		margin:0 !important;
	}
	.sub-carousel-venue a {
		margin:0;
	}
	.sub-buttons {
		margin:0;
	}
	.mobile-entry-image {
		margin: 2px 3px 2px 2px !important;
		height: auto;
		width: 40%;
		border:2px solid #fff;
		float:left;
	}
	.mobile-entry-info{
		float: right;
		width: 56%;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.mobile-entry-info p{
		margin:5px 2px 5px 0;
	}
	.sub-carousel-image {
		display: inline-block !important;
		float: left;
		margin: 0 2px 2px 0;
	}
	.sub-carousel-title {
		height:auto;
	}
	.calendar-thumb {
		display:none;
	}
	.footer-links {
		display:none;
	}
	.footer-address {
		text-align:center;
	}
	.connect {
		display:none;
	}
	.footer-address h2 {
		font-size:25px;
		margin-top:5px;
	}
	.footer-address p {
		font-size:17px;
		line-height: 25px;
	}
	.footer-address {
		margin-left:0;
	}
	footer-address a, .footer-address a:link {
		color:#00f;
		text-decoration:underline;
	}
	.copyright {
		color:#636182;
		font-size:0.75em;
		margin:0;
		padding: 10px;
	}
	.main-carousel-tablet {
		display:none !important;
	}
	.mobile-social {
		display:block;
	}
	.accordions {
		display:none;
	}

	/* Forms */
	
	.dform_container input.text {
		width: 98%;
	}
	.dform input[type=text]{
		display:block !important;
	}
	.address_street input.text, .address_street2 input.text{
		width: 98% !important;
	}
	.address_city {
		display:block !important;
		float:none;
		width:100% !important;
	}
	.address_city input.text{
		width: 98% !important;
	}
	.address_state {
		display:block !important;
		float:none;
		width:100% !important;
	}
	.address_state input.text{
		width: 98% !important;
	}
	.dform .dfinput_names input.text {
		width: 98% !important;
	}
	.dform .dfinput_names .name_first {
		width: 100% !important;
		
	}
	.dform .dfinput_names .name_last {
		width: 100% !important;
	}
/*	.dform .dfinput_left {
		float:none !important;
		width: 100% !important;
		overflow: inherit !important;
	}
	.dform .dfinput_right {
		float:none !important;
		width: 100% !important;
		overflow: inherit !important;
	}
	.phone_area input {
		width:25% !important;
		display:inline-block !important;
	}
	.phone_number input {
		width:60% !important;
		display:inline-block !important;
	}
	*/
	.dform select {
		width: 99% !important;
	}
	.dform textarea {
		width: 99% !important;
	}
	.dfinput_phones .phone_area {
		width: 27% !important;
	}
	.dfinput_phones .phone_number {
		width: 70% !important;
	}
	.listing {
		float: none;
		overflow: hidden;
		margin: 16px auto;
		width: 100%;
	}
	.listing-img {
		width:95%;
	}

}
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 319px) {
/* Styles */
.footer-address h2 {
	font-size:25px !important;
}
.main-content .left-col img, .main-content .right-col img{
	width:100%;
	height: auto;
}
}