@charset "UTF-8";
/* CSS Document */

.event-detail {
	max-width: 826px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
	
}

.event-detail-series {
	font-family: "nyt-cheltenham", Georgia, serif;
	font-style: italic;
}

.event-detail-series-link {
	font-size: 23px;
	font-family: "nyt-cheltenham", Georgia, serif;
	font-style: italic;
}

.event-detail-series-link .location {
	font-size: 20px;
}

.event-detail-title {
	font-size:52px; 
	line-height: 52px;
	text-transform:uppercase; 
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #000;
}

.event-detail-date {
	margin-top: 5px;
	font-size: 22px;
	font-family: "nyt-cheltenham", Georgia, serif;
	font-style: italic;
	font-weight: 300;
}

.event-prompt-watch {
 height:24px;
 width:100px;
 background:url(../images/text-watchrecap.gif) center center no-repeat; 
 text-align:center; 
 margin:0 auto; 
 margin-bottom:10px; 
}

.event-prompt-watch span {
  display:none; 	
}

.event-detail-time {
	margin: 0 0 10px;
	font-size: 26px;
	text-transform:uppercase; 
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fb2d37;
}

.event-detail-location {
	margin: 0 0 20px;
	font-size: 18px;
	font-style: italic;
	font-family: serif;
}

.event-detail-buytickets {
	margin-top: 10px;
	font-size: 22px;
}

.event-detail-sponsors {
	margin: 20px 0;
}

.event-detail-sponsor {
	display: inline-block;
	width: 120px;
	height: 40px;
	margin: 0 5px;
	background-color: #efefef;
}

/* "notify me" signup form styles */

#signupplus {
	text-align: center;
	width:100%;
	margin-top: 20px;
}

#signupplus .emailCollect {
	padding: 0;
}

#signupplus h2 {
	display: inline-block;
	margin: 0;
	font-size:34px; 
	line-height: 34px;
	text-transform:uppercase; 
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: right;
}

@media (min-width: 768px) {

	#signupplus h2 {
		margin: 23px 0 0;
	}

	#signupplus .emailCollect {
		text-align: left;
	}
}

/* end "notify me" signup form styles */

/* responsive video container that maintains aspect ratio when scaled */

#video-container {
	position: relative;
	width: 100%;
	/*height: 446px;*/
	height: 0;
	margin: 20px 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	overflow: hidden;
	background: #000 center center no-repeat;
	background-size: cover;
}

#video-container iframe,
#video-container object,
#video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.related-events-title {
	padding: 5px 5px 0;
	color: #000;
	text-align: left;
	font-size: 18px;
	font-family: "franklin-gothic-urw-comp", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}

.related-events-title .separator {
	margin: 0 10px;
	color: #4a4a4a;
}

.related-events-title a {
	text-decoration: underline;
}

.related-events {
	margin: 10px 0 20px;
	text-align: left;
}

.related-events-thumb {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 83px;
	margin: 0 3px 10px;
	background-color: #efefef;
	vertical-align: bottom;
	overflow: hidden;
}

.related-events-thumb img {
	opacity: 0.5;
}

/* light and dark striped overlays */
.related-thumb-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	/*padding: 30px 5px;*/
	background: url(../images/tile-stripes-light.png) repeat;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
	display: table; /* for vertically centering wrapped text inside */
}

.related-thumb-overlay p {
	display: table-cell; /* for vertically centering wrapped text */
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

.related-thumb-overlay:hover {
	background: url(../images/tile-stripes-dark.png) repeat;
	color: #fb2d37;	
}

.event-detail-about {
	margin-bottom: 30px;
	padding: 0;
	text-align: left;
}

.event-detail-about img.img_specialCoEvent {
	width:480px;
	margin-bottom:20px;
}

.event-detail-about .event-detail-about-heading {
	margin: 0 0 5px;
	padding: 0 15px;
	text-align: left;
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fb2d37;
}



.event-detail-about p {
	font-family: "nyt-cheltenham", Georgia, serif;
}

.event-detail-about .price {
	font-style: italic;
}

.event-detail-social {
	margin-bottom: 20px;
}

.event-detail-social > div {
	margin-bottom: 10px;
}

.event-detail-collab-heading {
	font-family: "nyt-cheltenham",Georgia,serif;
	font-style: italic;	
}

.event-detail-collab-image {
	width: 100%;
	max-width: 200px;
}


/* About and Contact page styles
-------------------------------------------------- */

.info-page {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}

.info-page p {
	margin: 20px 0 30px;
	text-align: left;
	font-size: 16px;
	font-family: "nyt-cheltenham", Georgia, serif;

}

.info-page .emailCollect {
	margin: 20px auto;
}

p.email-prompt {
	color: rgb(153, 153, 153);
	font-size: 16px;
	font-family: "nyt-cheltenham",Georgia,serif;
	font-style: italic;
}

.info-page a {
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #fb2d37;
	text-transform: uppercase;
}

.info-page a:hover {
	color: #f41226;
}

.about-social {
	margin-top: 40px;
}

#map-canvas {
	width: 100%;
	max-width: 598px;
	height: 398px;
	margin: 10px 0 30px;
	border: 1px solid #000;
}

/* Series page styles
-------------------------------------------------- */

.series-page {
	margin: 0 7px;
}

.series-event {
	position: relative;
	/*overflow: hidden;*/
	margin-bottom: 30px;
}

.series-event .col-sm-6 {
	padding: 0;
}

.series-event-img {
	width: 100%;
	max-width: 450px;
	height: 250px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.series-event-info.col-sm-6 {
	position: relative;
	padding-left: 14px;
	height: 100%;
	min-height: 100%;
}

.series-event-title {
	margin-top: 10px;
	font-size:34px; 
	line-height: 34px;
	text-transform:uppercase; 
	font-family: "franklin-gothic-ext-comp-urw", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.series-event-description {
	font-family: "nyt-cheltenham", Georgia, serif;
	font-style: italic;
}

.series-event-links a {
	margin-right: 14px;
}

.series-event-learnmore {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "franklin-gothic-urw-comp", Helvetica, Arial, sans-serif; 
	font-weight: 900;
}

@media (min-width: 768px) {
	.series-event {
		height: 260px;
	}

	.series-event-img {
		width: 450px;
		min-height: 100%;
		margin: 0 14px 0 0;
	}

	.series-event-title {
		margin-top: 0;
	}

	.series-event-links {
		position: absolute;
		left: 464px;
		bottom: 0;
	}
}
