html, body {height: 100%;}

body {
	background-color: #252525;
	font-family: 'raleway', sans-serif;
	font-weight: 500;
	font-size: 100%; /*16px*/
	background-image: url(../images/global/site_bg.gif);
	background-position: center center;
	background-repeat: repeat-y;
}

#desktop_menu {
	position: relative;
	top: 30px;
}

#body_content {
	padding-bottom: 4rem;
}


#outer_wrapper {
	min-height: 100%;
}

#white_bg {
	background-color: #fff;
	max-width: 1080px;
	margin: auto;
	overflow: auto;
	padding-bottom: 55px;
}

.page-id-58 #body_content {
    display: none;
}

h2.role_title {
    color: #da0904;
}

h1, h2, h3, h4, h5, h6 {
	font-family: raleway
}

#page_title {
	font-size: 1.5rem;
	clear: both;
}

h2 {
	font-size: 1.25rem;
	color: #707070;
}

p {
	font-family: raleway;
}

.left-off-canvas-menu {
	background: #222;
}

#off-canvas-nav-toggle {
	/*background-image: url(../images/global/threelines.png);
	background-size: contain;
	background-repeat: no-repeat;*/
	height: 50px;
	width: 1.875rem;
	border: 1px solid rgba(0,0,0,.15);
	border-left: none;
	/*background: rgba(0,0,0,.1);
	background-position: center center;*/
	position: absolute;
	z-index: 1000;
	top: 20px;
	left: 0px;
	color: #000;
	font-size: 2em;
	padding-top: 7px;
}

#off-canvas-menu {
	margin: .5rem;
	padding: 0;
}

#off-canvas-menu a {
	color: #ccc;
}

#off-canvas-menu li {
	list-style-type: none;
	clear: both;
	padding: 0 .25rem;
}

#off-canvas-menu > li {
	background: #333;
	border-bottom: 1px solid #111;
}

#off-canvas-menu ul {
	padding: 0 0 .5rem 0;
	margin: 0;
}

/*header*/
#header {
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 1rem;
	border-bottom: 1px solid #000;
}
#search {
	text-align: right;
	margin: 0;
	height: 30px;
	position: relative;
}
#search_field {
	width: 85%;
	display: inline;
	margin: 0;
	padding: 3px;
	height: 25px;
	line-height: 15px;
	font-size: 11px;
	position: relative;
	top: -7px;
}

.video_box {
	padding-right: 0;
}

#search #mag {
	background: url("../images/global/search_mag.jpg") no-repeat center;
	width: 10%;
	padding: 1px;
	position: relative;
	border: 1px solid #ccc;
	cursor: pointer;
	height: 25px;
}
#search #mag img {
	padding-top: 5px;
}
#logo {
	/*margin-top: -20px;*/
}
ul.nav {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.125em;
	font-weight: 500;
	text-align: right;
}
#nav_list {
	margin: 0;
	padding: 0;
}
ul.nav li {
	display:inline;
}
.nav a { display:inline-block; padding:10px; color: #000; }
.nav a:hover { color: #da0904; }

#mobile_location_links {
	margin: 10px 0 0
}

/* foundation nav */

#header .top-bar .name h1 a {
	color: #333;
}

#large_nav_menu {
	text-align: right;
	margin: 0;
	position: relative;
	padding-top: 10px;
}

#large_nav_menu a {
	color: #333;
}

#large_nav_menu a:hover {
	color: #999;
}

#large_nav_menu > li {
	display: inline;
	padding: 0 7px;
}

#large_nav_menu > li > a {
	font-weight: 500;
}

#large_nav_menu ul a,
#large_nav_menu > li > a.active {
	color: #C94D4D;
}

#large_nav_menu ul a.active {
	color: #333;
	padding-bottom: 2px;
	border-bottom: 2px solid #464646;
}

#large_nav_menu ul.active {
	visibility: visible;
}

#large_nav_menu ul {
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 32px;
	width: 110%;
}

#interior_left {
	border-left: 1px solid #d8d8d8;
}

#interior_right {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

#large_nav_menu ul li {
	display: inline-block;
	padding: 0 0 0 15px;
}

#large_nav_menu ul a {
	font-size: .85rem;
}

#large_nav_menu ul a:hover {
	color: #da0904;
}

#large_nav_menu > li:last-child, #large_nav_menu ul li:last-child {
	padding-right: 0;
}


.top-bar { background: transparent; border: none; }
.top-bar-section ul { 
	background-color: transparent;
}

.top-bar-section .right li .dropdown {
	background: white;
}

.top-bar-section li:not(.has-form) a:not(.button) { background-color: #fff; }
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	background: none repeat scroll 0 0 #fff;
	color: #333;
}

.top-bar-section ul li > a {
	color: #333;
	background: #fff;
}

.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: none repeat scroll 0 0 #fff;
	color: #333;
}

.top-bar-section li:not(.has-form) a:not(.button):hover { color: #C94D4D; }
.top-bar-section ul li:hover:not(.has-form) > a {
	background:  none repeat scroll 0 0 #fff;
	color: #C94D4D;
}

.top-bar-section .dropdown li:not(.has-form) > a:not(.button) { 
	color: #C94D4D; 
	display: inline; 
	line-height: 20px;
}
.top-bar.expanded .title-area {
	background: #fff; }

.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
	background:  none repeat 0 0 #fff;
	color: #333;
}

/*css arrows*/
.top-bar-section .has-dropdown > a:after {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;			
	border-top: 6px solid #999;
}
.top-bar-section ul li>a {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
}

/*end header*/ 

/*slider*/


.slider {
	background: #000;
	margin-bottom: .9375rem;
}

#slider {
	margin-bottom: 1rem;
	overflow: hidden;
}
.slider ul li img {
	margin: 0 auto;
}

#slider .cycle-slide {
	width: 100%;
}

#slider .orbit-caption {
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#80252525',GradientType=1 ); /* IE6-9 */
	padding: 0 10px;
}
.slider #category {
	font-size: 2.5em; /*40px*/
	font-weight: 100; 
	color: white;
	margin: 0;
}
.slider #title {
	font-size: 26px;
	font-weight: 100;
	color: white;
	margin: 0;
}

.slider_info_right { text-align: right; padding-top: 10px; }
.slider #date {
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: -5px;
	margin-bottom: 10px;
	color: white;

}
a.tickets:link {
	text-transform: uppercase;
	font-size: .75em; 
	border: 1px solid #fff;
	padding: 10px 20px;
	background: #585b5a;
	background: linear-gradient(#585b5a, #252525);
	border-radius: 25px;
	position: relative;
	top: 5px;
}
.slider_info_right a {
	color: #fff;
}
a.tickets:hover { background: #333; background: linear-gradient(#252525, #585b5a); }

.slider_info_left {
	padding-left: 1.25em;
}

.slider_info_right {
	padding-right: 1.5em;
}

ul.slider_sections {
	list-style: none;
	margin: 0px 15px 0px;
	text-align: center;
	margin-bottom: -10px;
}

.slider_sections li {
	/*padding-bottom: 10px;*/
}

ul.slider_sections li a.expand.button {
	/*	background: -moz-linear-gradient(top,  rgba(218,9,4,0.5) 0%, rgba(218,9,4,1) 100%);  FF3.6+ 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,9,4,0.5)), color-stop(100%,rgba(218,9,4,1)));  Chrome,Safari4+ 
		background: -webkit-linear-gradient(top,  rgba(218,9,4,0.5) 0%,rgba(218,9,4,1) 100%);  Chrome10+,Safari5.1+ 
		background: -o-linear-gradient(top,  rgba(218,9,4,0.5) 0%,rgba(218,9,4,1) 100%);  Opera 11.10+ 
		background: -ms-linear-gradient(top,  rgba(218,9,4,0.5) 0%,rgba(218,9,4,1) 100%);  IE10+ 
		background: linear-gradient(to bottom,  rgba(218,9,4,0.5) 0%,rgba(218,9,4,1) 100%);  W3C 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#560900', endColorstr='#be1000',GradientType=0 );  IE6-9 */
	background: black;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.slider_sections a { color: #fff; }

.slider_sections a:hover .arrow {
	left: 5px;
}

.slider_sections .arrow {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px;
	left: 3px;
	background: url(../images/global/arrow.png);
}

/*secondary nav*/
#site_sections {
	padding-bottom: .9375rem;
	overflow: hidden;
}
ul.site_sections {
	list-style: none;
	margin: 0;
}

ul.site_sections li {
	padding-bottom: .9375rem;
}

.section_thumb img { width: 100%; }

/*ul.site_sections li.section_thumb {
	margin: 0 -26px;
	padding: 0 25px;
}*/
/*ul.site_sections li.section_thumb:first-of-type	 { margin-left: -11px; }*/

.section_thumb {
	position: relative;
}

.section_label {
	position: absolute;
	z-index: 10;
	height: 60px;
	padding: 0 15px;
	bottom: .9375rem;
	left: .9375rem;
	right: .9375rem;
	background:rgba(0, 0, 0, 0.5);
	color: #fff;
}
.section_label p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	top: 15%;
	transform: translateY(-15%);
}

/*social*/
.tumblr { background-color: #8e8e8e; margin-bottom: 20px; padding-right: 0.9375rem; }


#social_header {
	margin: 10px 0 5px;
	color: #fff;
}
.text-area {
	margin-bottom: 10px;
	padding: 10px 10px 0;
	background-color: #fff;
}
.feed {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.feed:last-of-type { border-bottom: 0; }

.feed p {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 0px;
}
.feed .event { font-weight: 500; }
.feed .description {
	line-height: 15px;
	margin-top: 5px;
}
.video {
	margin: 0;
	padding: 0;
}

/*sponsors*/
.sponsors {
	border-top: 1px solid #000;
	padding-top: 15px;
	margin-top: 15px;
}

/*footer*/
.footer {
	padding: 10px 0 0;
	text-align: center;
	height: 55px;
	position: relative;
	margin-top: -55px;
	border-top: 5px solid #828282;
	background: #252525;
}
.footer p {
	font-size: 12px;
	color: #666;
}
.footer a:link { color: #999; }

#show_thumbnail_pager {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#upcoming-show-tile li {
	position: relative;
}

#upcoming-show-tile li img {
	width: 100%;
	height: auto;
}	

#upcoming-show-tile li p {
	position: absolute;
	bottom: 1.25rem;
	left: .625rem;
	right: .625rem;
	height: 50px;
	background: rgba(0,0,0,.6);
	color: white;
	z-index: 2;
	margin: 0;
	padding: 0 .9375rem .9375rem;
}

#upcoming-show-tile li p a {
	color: white;
	width: 100%;
	padding: .5rem;
}

#upcoming-show-tile .show-tile-pic {
	position: absolute;
	bottom: 1.25rem;
	left: .625rem;
	right: .625rem;
	top: 0;
	z-index: 1;
	background: blue;
}

#detail_video {
	height: 400px;
}

#interior_featured {
	margin-bottom: .9375rem;
}


#slider_buttons {
	clear: both;
}

#container {
	padding-bottom: 2rem;
}

iframe {
	border: none;
}

#seasonal_pager {
	border-top: 1px solid black;
	margin-top: 10px;
	padding-top: 10px;
}

#seasonal_pager .active a {
	color: black;
}

article .slide img {
	max-width: 793px !important;
}

a.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

a.alignright {
	float: right;
	margin: 0 20px 0 20px;
}

/*Large screens - over 1024px, use when QAing desktop-only issues*/
@media only screen and (min-width: 64em) {

	.video_box {
		padding-right: 0;
	}


	#single_video {
		height: 400px;
	}

	#logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		padding: 0;
		width: 200px;
	}

	#header {
		height: 100px;
		position: relative;
	}



	.section_label {
		left: .625rem;
		right: .625rem;
	}

}

/*Medium screens - min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

	#single_video {
		height: 325px;

	}

	/*slider*/
	.slider #category { font-size: 2em; /*30px*/ }
	.slider #title { font-size: 1.375em; /*22px*/ }

	.slider_info_right { padding-top: 0; }


	.cycle-slide {
		width: 100%;
	}


	.slider #date { font-size: 1em; /*16px*/ padding-top: 10px; }

	.slider_sections {
		list-style: none;
		margin: 0 15px 0px;
		text-align: center;
		clear: both;
	}


	#search {
		padding-top: 20px;
	}

	/*#search_field {
		width: 91%;
	}*/

	.footer {
		height: 80px;
		margin-top: -80px;
	}

	#white_bg {
		padding-bottom: 80px;
	}

} /*end medium size media query*/

/* Small Size - max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {

	.video_box {
		padding-right: .9375rem;
	}

	.tumblr {
		border-left: .9375rem solid white;
		border-right: .9375rem solid white;
		padding-left: .9375rem;
	}

	#site_sections ul.site_sections {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}

	#single_video {
		height: 250px;
	}

	#detail_video {
		height: 250px;
	}

	#off-canvas-nav-toggle {
		top: 29px;
	}

	.footer {
		height: 80px;
		margin-top: -80px;
	}

	#white_bg {
		padding-bottom: 80px;
	}

	.top-bar { background-color: transparent; border: 1px solid #fff; }
	.top-bar .toggle-topbar.menu-icon a::after {
		box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
	}

	#header {
		border-bottom: none;
	}

	#slider .orbit-caption { position: relative; }
	.slider #category {
		font-size: 1.25em; /*16px*/
		text-transform: uppercase;
		padding: 10px 0;
	}
	.slider #title { font-size: 1.125em; /*14px*/ line-height: 1em;}
	.slider_info_left { padding: 0px; }
	.slider_info_right {
		text-align: left;
		padding: 10px 5px 0;
	}
	.slider #date {
		font-size: 1em; /*12px*/
		display: inline-block;
		padding: 0;
	}
	.tickets { float: right; }
	a.tickets:link {
		display: inline-block;
		font-size: .5em; /*8px*/
		padding: 4px 30px;
	}

	.media {
		margin-bottom: 20px;
	}
	#interior_left {
		border-right: 1px solid #d8d8d8;
	}
} /*end small size media query*/
