/* HOME -------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}

#home 
#homeSlides {
	position:relative;
	z-index:1;
}
#homeNav {
	width:2px;
	left:50%;
	margin-left:-1px;
	position:absolute;
	height:100%;
	z-index: 3;
}
#homeNav a {
	display:block;
	width:12px;
	height:19px;
	position:absolute;
	top:50%;
	left:-603px;
	margin-top:-9px;
}
#homeNav #next {
	right:-603px;
	left:auto;
	background-position:-12px 0;
}

#homeSlides .homeItem {
	height:100%;
	width:100%;
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
}
#homeSlides .homeItem .overlay,
.modIntro .overlay,
#relatedEvent .overlay {
	background: url(/templates/main/images/trans-b30.png);
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:2;
}
.overlay .oval {
	width:100%;
	height:100%;
	background:url(/templates/main/images/trans-b-oval.png) center no-repeat;
}
#homeSlides .homeItem h3,
#homeSlides .homeItem h4, 
#homeSlides .homeItem .arrowButton {
	color:#fff;
}
#homeSlides .homeItem .table,
#homeSlides .homeItem .cell {
	width:998px;
	height:100%;
	margin:0 auto;
	display:table;
	z-index:10;
	position:relative;
}
#homeSlides .homeItem .cell {
	display:table-cell;
	vertical-align:middle;	
	padding-top:80px;
}
#homeSlides .homeItem h4 {
	text-transform:uppercase;
	font-size:13px;
	max-width:300px;
}
#homeSlides .homeItem h3 {
	font-family:"adobe-garamond-pro",serif;
	font-size: 49px;
	line-height: 49px;
	max-width: 400px;
	margin:4px 0;
}
.arrowButton, 
#relatedEvent .arrowButton {
	font-family:"adobe-garamond-pro",serif;
	text-decoration:none;
	font-size:20px;
	border:4px solid #fff;
	display:inline-block;
	line-height: 27px;
	padding: 12px 23px 13px 27px;
	margin-top:12px;
}
.arrowButton.fi {
	background-color:transparent;
	cursor:pointer;
}
.arrowButton:after,
#relatedEvent .arrowButton:after,
.arrowButton.reverse:before {
	content:'';
	display:inline-block;
	width:17px;
	height:9px;
	margin-left:12px;
	background-position: -54px 0;
}
.arrowButton.reverse:after {
	display:none;	
}
.arrowButton.reverse:before {
	background-position: -161px 0;
margin-left:0;
margin-right:12px;
}
.black .arrowButton {
	border:1px solid #000
}
#homeSlides .homeItem.right h4,
#homeSlides .homeItem.right h3,
#homeSlides .homeItem.right a {
	float:right;
	clear:right;
	text-align:right;
}
#homeThumbs {
	height:150px;
	width:100%;
	background:#282828;
}
#homeThumbs a {
	display:block;
	width:16.66666666666667%;
	height:150px;
	float:left;
	position:relative;
	color:#fff;
	overflow:hidden;
}
#homeThumbs a .bg {
	display:block;
	height:150px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	z-index:1;
	opacity:0.5;
	filter: alpha(opacity=50);
	transition: all .5s;
}
#homeThumbs a .table {
	display:table;
	z-index:5;
	position:relative;
	width:100%;
	height:150px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:3px solid transparent;
}
#homeThumbs a.cycle-pager-active .table {
	border-color:#fff;
}
#homeThumbs a .cell {
	display:table-cell;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
#homeThumbs a h4 {
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	margin-top:2px;
	padding:0 10px;
}
#homeThumbs a h3 {
	line-height:18px;
	margin-top:4px;
	padding:0 10px;
}
#homeThumbs a .icon {
	display:block;
	width:24px;
	height:24px;
	margin:7px auto 0;
}
#homeThumbs a.video .icon {
	background-position:-24px -53px;
}
#homeThumbs a.gallery .icon {
	background-position:-48px -53px;
}
#homeThumbs a.quote .icon {
	background-position:0 -53px;
}
#homeThumbs a.speech-bubbles .icon {
	background-position:0 -157px;
}
#homeThumbs a.link .icon {
	background-position:-24px -157px;
}
#homeThumbs a.pencil .icon {
	background-position:-48px -157px;
}
#homeThumbs a.magnifying-glass .icon {
	background-position:-72px -157px;
}
#homeThumbs a.paragraph .icon {
	background-position:-96px -157px;
}
#homeThumbs a:hover .bg,
#gallery li:hover img,
#newsList .imageWrap:hover .loadMoreImage {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

#homeThumbs a .overlay,
#gallery li .overlay {
	width:100%;
	height:100%;
	z-index:4;
	position:absolute;
	background:url(/templates/main/images/trans-p15.png);
}
.ellip {
	display: block;
	height: 100%;
}

.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}

.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
}

#content .credit {
	bottom:0;
	right:0;
	padding:0;
	display:block;
	position:absolute;
	padding:0 20px;
	color:#bbb;
	background:url(/templates/main/images/trans-b30.png);
	font-size:10px;
	text-transform:uppercase;
	height:30px;
	line-height:30px;
	z-index:1000;
	width: auto;
}

/** INTRO ------------**/

#aboutFirstImg {
	position:fixed;
	width:100%;
	top: 0;
	background-image:url(/templates/main/images/about/intro.jpg);
	background-position:bottom center;
	z-index:100;
	background-size: cover;
	pointer-events: none;
}
#aboutIntro {
	width:100%;
	position:absolute;
	z-index:120;
	display:table;
}
#aboutIntro div {
	display:table-cell;
	height:90%;
	width:100%;
	vertical-align:middle;
	text-align:center;
}
#aboutIntro h2 {
	color:#fff;
	font-family:'adobe-garamond-pro',serif;
	font-size:70px;
}
#aboutIntro p {
	font-size:21px;
	color:#fff;
}
.scrollDown {
	display:block;
	clear:both;
	color:#fff;
	position:absolute;
	bottom:58px;
	left:50%;
	margin-left:-26px;
	width:53px;
	height:46px;
	background-position:0 -77px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	border:4px solid #fff;
}


/* CAT INTRO --------------------*/


.modIntro {
	position:relative;
}
.modIntro .setHeight {
	display:table;
	width:100%;
	background-size:cover;
	background-position:center;
}

.modIntro .noBg {
	display:table;
	width:100%;
	height:auto;
	padding: 300px 0 80px;
}
#recording .modIntro .noBg { 
	padding-bottom:0;
}
.modIntro .noBg a.scrollDown {
	display:none
}
.modIntro .noBg div.buyLinks {
	padding-top:0 !important;
}

.modIntro .cell {
	height:100%;
	width:100%;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	z-index:10;
}

.modIntro h2, .modIntro p {
	width:100%;
	max-width:960px;
	margin:0 auto;
}

.modIntro h2, .modIntro p {
	color:#fff;
}

.modIntro h2 {
	font-size:60px;
	font-family:'adobe-garamond-pro',serif;
	position:relative;
}

.modIntro::before,
#standardArticle::before,
#newsIntro::before,
#pressTop::before {
	content:'';
	display:block;
	width:128px;
	height:3px;
	background:#fff;
	position:absolute;
	top:204px;
	left:50%;
	margin-left:-64px;
	z-index:10;
}
#id135 .modIntro::before,
#id136 .modIntro::before,
.modIntro .noBg::before {
	display:none;
}
.modIntro p {
	font-size:20px;
}

/* SCHEDULE ---------------------*/

#schedule {
	margin:77px auto;
}
#schedule:after {
	content:'';
	display:block;
	clear:both;
}
#schedule .dateSet.notFirst h4 {
	margin-top:30px;
}
#schedule .dateList {
	margin:0;
}
#schedule #years {
	margin-top:-20px;
	margin-bottom:60px;
}


#id135 #content {
	position:relative;
}
#schedule .backToTop {
	position:fixed;
	bottom:20px;
	right:18px;
	display:block;
	text-transform:uppercase;
	color:#a1a1a1;
	font-size:13px;
	letter-spacing:1px;
	text-decoration:none;
	background-position:-170px -163px;
	padding-top:23px;
	width:120px;
}
#schedule .backToTop.abs {
	position:absolute;
	bottom:-57px;
}
.recording,
.scheduleItem {
	width:330px;
	margin:0 37px;
	text-align:center;
	display: inline-block;
    *display: inline;
	vertical-align: top;
    zoom: 1; 
}
.recording {
	width:280px;
}
.scheduleItem img,
.recording img {
	display:block;
}
.recording.endRow,
.scheduleItem.endRow {
	margin-right:0;
}

.scheduleItem .date,
.recording .date,
#newsIntro #newsDate,
.loadItem .date,
#relatedEvent h4,
#newsList .date {
	text-transform:uppercase;
	color:#a1a1a1;
	font-size:15px;
	letter-spacing:3px;
	margin:34px 0 0;
}
.scheduleItem .date {
	color:#000;
}
.scheduleItem .titleWrap {
	min-height:76px;
	display:table;
	text-align:center;
	width:330px;
	margin:11px 0 6px;
}
.scheduleItem h3,
.recording h3, #links .link h3 {
	font-family:'adobe-garamond-pro',serif;
	font-size:33px;
	line-height:39px;
	vertical-align:middle;
	display:table-cell;
	height:100%;
	width:330px;
}
.recording h3 {
	width:280px;
}
.scheduleItem h3 a,
.recording h3 a, 
.loadItem h3 a, #links .link h3 a,
#newsList h3 a {
	color:#000;
	text-decoration:none
}
.scheduleItem h3 a:hover,
.recording h3 a:hover, 
.loadItem h3 a:hover,
#newsList h3 a:hover {
	text-decoration:underline !important	;
}
.scheduleItem .location {
	font-size:19px;
	margin-bottom:18px;
}
.scheduleItem .moreInfo,
.recording .readMore, .newsLeft .readMore,
#loadMore {
	display:inline-block;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	font-size:16px;
	font-weight:600;
	padding:6px 23px;
}
.scheduleItem .programme::before {
	content:'';
	display:block;
	width:47px;
	height:3px;
	background:#000;
	margin:0 auto;
}
.scheduleItem .programme {
	margin:28px 0 80px;
}
.scheduleItem .programme.collapsed {
	height:350px;
	overflow:hidden;
	position:relative;
}
.scheduleItem .programme .showMore, .scheduleItem .programme .showMore .collapse {
	display:none;
}
.scheduleItem .programme.collapsed .showMore {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 25px;
	font-weight:700;
	text-align:center;
	color:#000;
	padding-top: 68px;
	background:url(/templates/main/images/trans-w-grad.png?v=2) bottom repeat-x;
	text-decoration:none;
}
.scheduleItem .programme.collapsed.expanded {
	height:auto;
	overflow:visible;
	padding-bottom:40px;
}
.scheduleItem .programme.collapsed.expanded .showMore {
	background:none;
}
.scheduleItem .programme.collapsed.expanded .showMore span.show {
	display:none
}
.scheduleItem .programme.collapsed.expanded .showMore span.collapse {
	display:block;
}
.scheduleItem .programme .programmeItem:first-child {
	padding-top:8px;
}
.scheduleItem .programme h4 {
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	letter-spacing:3px;
	margin-top:18px
}
.scheduleItem .programme p {
	color:#a1a1a1;
	font-size:18px;
	margin-top:-2px;
	line-height:24px
}

/* RECORDINGS -------------------*/

#recordings {
	min-height:678px;
}
#recordings h4, #newsTop h4, #schedule h4.dates {
	margin:70px 0 5px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#a1a1a1;
	font-size:14px;
}
.recording {
	margin-bottom: 80px;
}
.recording .date {
	color:#000;
	margin:18px 0 4px;
}
.recording .readMore {
	margin-top:15px;
}
#catList, .dateList {
	text-align:center;
	margin-bottom:80px;
}
#catList li, .dateList li {
	display:inline;
	text-transform:uppercase;
	margin:0 10px;
	font-size:13px;
}
#catList li a, .dateList li a {
	color:#000;
	text-decoration:none;}
#catList li a.active,
#catList li a:hover,
.dateList li a:hover {
	border-bottom:2px solid #000;
}

#recording .modIntro .cell p {
	font-size:14px;
	text-transform:uppercase;
}
#recording .modIntro h2 {
	margin-bottom:40px;
}
.black .modIntro p,
.black .modIntro h2 {
	color:#000;
}
.black .modIntro h2 {
	font-size:50px;
}
.black #recording .modIntro h2 {
	margin-bottom:30px;
}


#recording .buyLinks li {
	display:inline;
}
#recording .buyLinks li a {
	color:#fff;

	margin: 14px 10px 0;
}
.black #recording .buyLinks li a {
	color:#000;
}
#recording .modIntro .overlay {
	background:url(/templates/main/images/trans-b50.png);
}
#recordingDetails {
	max-width:960px;
	width:100%;
	margin:0 auto;
	padding-top:112px;
}
.black #recordingDetails {
	padding-top:50px;
}
#topImg1, #topImg2, #cover {
	float:left;
}
#topImg1, #topImg2 {
	width: 276px;
	min-height: 1px;
}
#recording .video {
	margin-top:40px;
}
#recordingDetails #topImg1 img {
	display:block;
	margin:0 20px 20px 0;
}
#recordingDetails #topImg2 img {
	display:block;
	margin:0 0 20px 20px;
}
#recordingText p {
	font-size:18px;
	line-height:27px;
	margin-top: 50px;
}
#recordingText h3 {
	font-family:'adobe-garamond-pro',serif;
	text-align:center;
	font-size:38px;
	margin:30px 0 -20px;
}
#recordingText .buyLinks,
#e404 .buyLinks {
	text-align:center;
}
#recordingText .buyLinks p,
#e404 .buyLinks p {
	text-transform:uppercase;
	font-size:16px;
}
#recordingText .buyLinks li a,
#e404 .buyLinks li a,
.arrowButton.small {
	font-family:"brandon-grotesque",sans-serif;
	font-size:15px;
	font-weight:600;
	color:#000;
	border-color:#000;
	border-width:1px;
	height:36px;
	line-height:37px;
	padding:0 18px
}
.arrowButton.small {color:#fff}
.black .arrowButton.small {color:#000;border-color:#000 !important
}
#recordingText .buyLinks li .arrowButton:after,
#e404 .buyLinks li .arrowButton:after,
.black .arrowButton:after {
	background-position: -71px 0;
}
#recordingText .buyLinks li .arrowButton:hover:after,
#e404 .buyLinks li .arrowButton:hover:after,
.black .arrowButton:hover:after {
	background-position: -54px 0
}
.black .arrowButton.reverse:before {
	background-position: -144px 0;
}

#recordingText #trackList h3 {
	margin-top: 65px;
}
#recordingText #spotify {
float:left;
margin: 55px 47px 128px 0;
}

#recordingText #trackList div {
	margin: 55px 0 128px 0;
}
#recordingText #trackList div p {
	margin-top:0;
}

.modMorerec {
	width:100%;
}

#id136 #below {
	clear:both;
	background:#f3f3f3
}
#id136 #belowInner {
	width:100%;
	max-width: 1062px;
	margin:0 auto;
	text-align: center;
}
#id136 #below h2 {
	font-size:38px;
	font-family:'adobe-garamond-pro',serif;
	text-align:center;
	float:left;
	clear:both;
	width:100%;
	margin:100px 0 50px;
}
#recording .modSocial {
	margin: 56px 0 38px;
}

/* STANDARD ARTICLE -----*/

#standardArticle {
	padding-top:200px;
	background-position:center;
	background-size:cover;
}
.black #standardArticle::before, .black .modIntro::before,
#newsIntro::before, #pressTop::before {
	background:#000;
}
#standardArticle .pTitle {
	font-size:50px;
	font-family:'adobe-garamond-pro',serif;
	text-align:center;
	float:left;
	clear:both;
	width:100%;
	margin:100px 0 70px;
	color:#fff;
}
#standardArticle #mainContent {
	width:100%;
	max-width:960px;
	margin:0 auto;
}
#standardArticle #mainContent h3 {
	font-size:43px;
	font-family:'adobe-garamond-pro',serif;
	margin-bottom:10px;
}
#standardArticle #mainContent p,
#standardArticle #mainContent ul {
	margin-bottom:20px;
	font-size:18px;
}
#standardArticle #mainContent ul {
	list-style:disc;
	margin-left:40px;
}
#standardArticle #mainContent h4 {
	font-weight:600;
	font-size:20px;
	margin-bottom:20px;
	margin-top:30px;
}


#standardArticle {
	padding-bottom:148px;	
}

.black #standardArticle .pTitle,
.black #standardArticle #mainContent * {
color:#000
}

/* foundation override default style */
#id137 #standardArticle #mainContent p {
	max-width:830px;
	width:100%;
	margin:0 auto 30px;
	font-size:19px;
}

/* facts override default style */

#id144 #mainContent th,
#id144 #mainContent td td {
	padding:5px;
}
#id144 #mainContent th {
	font-family:'adobe-garamond-pro',serif;
	font-size:20px;
	font-weight:700;
	border-right:1px solid #ccc;
	padding-right:15px;
}
#id144 #mainContent table {
	border-collapse:collapse;
}
#id144 #mainContent table table {
	margin-left:10px;
}
#id144 #mainContent table table td {
	font-weight:bold;
	text-align:right;
}
#id144 #mainContent table table td li {
	font-weight:normal;
	text-align:left;
	list-style:circle;
}
#id144 td {
	vertical-align:top;
}


/* NEWSLETTER ----------- */

.modNewsletter {
	margin:70px auto;
	text-align:center;
}
#newsletter label {
	display:inline;
}
#newsletter input {
	height:31px;
}
#newsletter #email {
	margin:0 -4px 0 10px;
	border:0;
	padding:0 5px;
	width:190px;
	height:29px;
	background:#efefef;
	border:1px solid #efefef;
	border-right:0;
}
#newsletter #email:hover {
	background:#e6e6e6;
}

#newsletter .submit {
	background-color:#fff;
	color:#4c4c4c;
	width:86px;
	border:1px solid #000;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	display:inline;
}
#below #newsletter #email {
	background:#fff;
}
#below #newsletter #email:hover {
	border-color:#dfdfdf;
}

#newsletterSuccess {
	display:none;
	position:fixed;
	background:rgba(255,255,255,0.95);
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999;
	text-decoration:none;
}
#newsletterSuccess .table {
	width:100%;
	height:100%;
	display:table;
}
#newsletterSuccess .cell {
	height:100%;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
#newsletterSuccess h3 {
	font-family:"adobe-garamond-pro",serif;
	color:#000;
	font-size:60px;
	max-width:680px;
	margin:0 auto 20px;
}
#newsletterSuccess p {
	font-size:19px;
	color:#000;
}
#newsletterSuccess .sprite {
	display:block;
	width:27px;
	height:27px;
	position:absolute;
	top:19px;
	right:15px;
	background-position:-235px -53px;
}
#newsletterSuccess .sprite .sprite {
	top:0;
	right:0;
	background-position:-262px -53px;
	background-color:#fff;
	opacity:0;
	filter: alpha(opacity=0);
}

/* NEWS ITEM -----------*/

#newsIntro {
	max-width:960px;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:274px;
}
#newsIntro h2 {
	font-family:'adobe-garamond-pro',serif;
	font-size:50px;
	margin-top:18px;
	line-height:52px;
	margin-bottom:46px;
	padding:0 20px;
}
#panoramic {
	height:576px;
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	max-width:2000px;
	margin-bottom:54px;
	position:relative;
}
#newsBody {
	max-width:960px;
	width:100%;
	margin: 0 auto;
}
#newsBody p {
	margin:0 0 30px;
	font-size:17px;
}
#newsBody p a {
	color:#000
}
#newsBody .newsLarge img {
	display:block;
}
#newsBody .newsLarge p {
	margin:0;
}

#newsBody blockquote {
	font-family:'adobe-garamond-pro',sans-serif;
	font-size:36px;
	line-height:52px;
	margin-bottom: 46px;
	position:relative;
	padding-left: 107px;
}
#newsBody blockquote .quotee {
	display:block;
	font-size:26px;
}
#newsBody blockquote .ldquo {
	font-family:'adobe-garamond-pro',serif;
	color:#eee;
	font-size: 250px;
	position: absolute;
	left: 0;
	top:92px
}
#newsBody blockquote.left {
	width: 264px;
	margin-right:38px;
	float:left;
}
#newsBody a.video,
#recording a.video {
	display:block;
	clear:both;
	max-width:960px;
	width:100%;
	position:relative;
	margin-bottom: 48px;
	background-color:#eee;
	overflow:hidden;
}
#newsBody .lbVid {
	position:relative;
}
#newsBody .lbVid .credit {
	margin:0;
}
#newsBody a.video img,
#recording a.video img {
	width:100%;
	display:block;
	height:auto;
}
#recording a.video span,
#newsBody a.video span,
#newsList .imageWrap .sprite,
#about .video .thumb .sprite {
	display:block;
	position:absolute;
	width:67px;
	height:68px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	left:50%;
	top:50%;
	margin:-34px 0 0 -33px;
	background-position:-72px -53px;
	z-index:5;
}
#recording a.video span .sprite,
#newsBody a.video span .sprite,
#newsList .imageWrap .sprite .sprite,
#about .video .thumb .sprite .sprite {
	top:0;
	left:0;
	background-position:-169px -53px;
	margin:0;
	filter: alpha(opacity=0);
	opacity:0;
}
#newsBody #gallery {
	width:105%;
	max-width:984px;
	margin: 56px 0 40px;
}
#gallery img {
	display:block;
	transition: all .5s;
}
#gallery li {
	float:left;
	margin-right:24px;
	margin-bottom:22px;
	position:relative;
	overflow:hidden;
}
#gallery li .overlay {
	opacity:0;
	filter: alpha(opacity=0);
}
#gallery:after {
	content:'';
	display:block;
	clear:both;
}
.swiper-container {
	display:none;
	text-align:center;
	position:relative
}
.swiper-container img {
	width:90%;
	min-width:280px;
	margin:0 auto
}
.swiper-container .pagination {
	position:absolute;
	z-index:20;
	left:0px;
	width:100%;
	bottom:40px;
}
.swiper-container .swiper-pagination-switch{
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:8px;
	background:#222;
	margin-right:5px;
	opacity:0.8;
	border:1px solid #fff;
	cursor:pointer;
}
.swiper-container .swiper-visible-switch{
	background:#aaa;
}
.swiper-container .swiper-active-switch{
	background:#fff;
}
.swiper-container .caption {
	display:block;
	height:24px;
	overflow:hidden;
}
#relatedEvent {
	position:relative;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	padding-bottom:174px;
	margin: 100px 0 36px;
}
#relatedEvent .inner {
	width:100%;
	max-width:960px;
	margin:0 auto;
	text-align:center;
	position:relative;
	z-index:10;
}
#relatedEvent h4 {
	color:#fff;
	padding-top:178px;
}
#relatedEvent h3 {
	color:#fff;
	font-family:'adobe-garamond-pro',serif;
	font-size:50px;
}
#relatedEvent a {
	color:#fff;
}
#newsBackLower {
	text-align:center;
	padding: 0;
	padding-top:20px;
}
.modRelated h3.mtitle {
	font-family:'adobe-garamond-pro',serif;
	text-align:center;
	font-size:38px;
	margin: 48px 0 25px;
}

.modRelated {
	padding-bottom: 80px;
}
.modRelated #newsList {
	margin-bottom:29px;
}

	
/* NEWS LIST -----------*/

#newsTop {
	margin-top:-120px;
	position: relative;
	z-index: 20;
}
#newsList, #pressList {
	border-top:1px solid #000;
	width:100%;
	max-width:2000px;
	margin:0 auto;
}
.loadItem {
	display:none
}
#newsList .loadItem,
#newsList .newsItem {
	clear:both;
	border-bottom:1px solid #000;
}
#newsList .newsLeft {
	box-sizing:border-box;
	padding: 48px 90px 0 90px;
	min-height: 476px;
}
#newsList .newsLeft .date {
	margin-top:20px;
}
#newsList .newsLeft .readMore {
	margin-top:40px;
}
#newsList .newsLeft h3 {
	font-family:'adobe-garamond-pro',serif;
	font-size:33px;
	padding-top:10px;
	max-width:700px;
	line-height:40px;
}
#newsList .newsLeft .snippet {
	font-size:17px;
	margin-top:28px;
	max-height:75px;
	overflow:hidden;
}
#newsList .imageWrap,
#pressList .loadItem {
	width:50%;
	float:right;
	overflow:hidden;
	height:476px;
	position:relative;
	background: #f6f6f6;
	margin-left: 90px;
} 

#newsList .imageWrap.noHide .loadMoreImage {
	visibility:visible
}
#newsList .imageWrap .loadMoreImage {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	background-position:center;
	background-size:cover;
}
#newsList .imageWrap .loadMoreImage {
	transition: all .5s;
}
#newsFoot {
	padding:47px 0 51px;
	text-align:center;
}

/* PRESS LIST ---------*/

#pressList {
	border:0;
}
#pressList .loadItem {
	float:left !important;
	margin:0;
	height:539px;
	background:#eee;
}
#pressList .loadItem .loadMoreImage {
	width:100%;
	height:100%;
	visibility:hidden;
	position:absolute;
	background-size:cover;
	background-position:center;
	top:0;
	left:0;
}
#pressList .table {
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	display:table;
}
#pressList .cell {
	width:100%;
	height: 100%;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
}
#pressList .cell * {
	z-index:3;
	position:relative;
}
#pressList .cell p {
	margin-bottom:5px;
}
#pressList .cell .overlay {
	width:100%;
	height:100%;
	background:url(/templates/main/images/trans-b20.png);
	position:absolute;
	top:0;
	left:0;
	z-index:2
}
#pressList .cell .oval {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(/templates/main/images/trans-b-oval.png) center no-repeat;
	background-size:contain;
	z-index:2;
}
#pressList h4 {
	color:#fff;
	font-weight:500;
	margin-bottom:5px;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-top:5px;
}
#pressList h3 {
	font-family:'adobe-garamond-pro',serif;
	font-size:36px;
	color:#fff;
	max-width:400px;
	margin:0 auto 7px;
	line-height:39px;
}
#pressList a {
	color:#fff;
	font-size:17px;
	text-decoration:none;
	border-bottom:1px solid #fff;
	display:inline-block;
	font-weight:600;
	line-height:20px;	
}

/* CONTACT ------------*/

.contactBlock {
	width:100%;
	max-width:960px;
	margin:0 auto;
}
.contactBlock h4,
.contactBlock address {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:0 20px;
	font-size:20px;
	line-height:32px;
	margin-bottom:70px;
}
.contactBlock h4 {
	text-align:right;
	font-size:18px;
	font-weight:600;
}
.contactBlock .address {
	margin-bottom:3px;
}
.contactBlock .sprite {
	background-position:-482px -24px;
	padding-left:25px;
	line-height:22px;
	margin:5px 0;
	float:left;
	clear:left;
}
.contactBlock a {
	color:#000;
	text-decoration:none;
}
.contactBlock a,
#standardArticle #mainContent a {
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid #000;
}
.contactBlock .fax {background-position:-482px -45px;}
.contactBlock .email {background-position:-482px -62px;}
.contactBlock .website {background-position:-482px -83px;
}
#id121 #content:after {
	content:'';
	display:block;
	clear:both;
	padding-bottom:200px;
}

/* LINKS --------------*/

#links {
	overflow:hidden;
	padding-bottom:100px;
}
#links .link {
	width:340px;
	float:left;
	margin:0 32px 55px;
	text-align:center;
}
#links .linkLogo {
	width:100%;
	height:160px;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#links .link h3 {
	width:340px;
	text-align:center;
	height:80px;
}

/* ABOUT --------------*/

/* ABOUT: TEMPLATE */

#id134, #id134 body {
	overflow:hidden;
}



#about .headers1 {
	position:fixed;
	top:0;
	left:90px;
	min-width:546px;
}
#about .headers2 {
	position:relative;
	z-index:999999;
}
#about .headers3 {
	position:fixed;
	top:110px;
	z-index:999999;
}
#about .headers4 {
	top:0;
	left:90px;
	min-width:546px;
}
#about h3 {
	position:absolute;
	bottom:0;
	left:0;
	height:118px;
	line-height:138px;
	white-space: nowrap;
}
#about .titleWrap {
	position:absolute;
	bottom:118px;
}
#about .aboutBg {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
}
#about .gradTop {
	height:180px !important;
}
#about #aboutBorder {
	background:none;
	width:100%;
	height:100%;
	pointer-events:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
}
#about #aboutMenu {
	background:#fff;
	width: 131px;
	position:fixed;
	right:0;
	top:0;
	z-index: 150;
	opacity:0;
}
#aboutMenu #amInner {
	border-left:1px solid #dedede;
	width:120px;
	height:100%;
	float:right;
}

#aboutMenu ul {
	height:611px;
	position:absolute;
	top:50%;
	margin-top:-305px;
}
#aboutMenu ul li:first-child {
	border-top:1px solid #dedede;
}
#aboutMenu ul a {
	display:block;
	border-bottom:1px solid #dedede;
	text-decoration:none;
	font-family:'adobe-garamond-pro',serif;
	color:#000;
	font-size:18px;
	padding: 11px 20px 9px 10px;
	line-height:21px;
}
#aboutMenu ul a:hover {
	background:#dedede !important;
}
#aboutMenu ul a span,
#about .toTop {
	display:block;
	text-transform:uppercase;
	color:#a1a1a1;
	font-size:13px;
	letter-spacing:1px;
	font-family: "brandon-grotesque",sans-serif;
}
#about .toTop {
	position:absolute;
	bottom:0;
	right:0;
	width:106px;
	height:50px;
	padding:17px 0 0 14px;
	text-decoration:none;
	border-top:1px solid #dedede;
	line-height:18px;
}
#loading {
	width:100%;
	height:100%;
	background:url(/templates/main/images/about/loading.gif) center no-repeat #1d1d1d;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#about article {
	padding-left:90px;
	padding-bottom: 400px;
}
#about .blackGradient {
	background:url(/templates/main/images/trans-b-grad2.png) repeat-y;
	width:100%;
	height:100%;
}
#id134 .cboxTitle {
	display:none
}
 
/* ABOUT: TEXT STYLES */

#about h2, #about h3,
#about blockquote, 
#about p,
#about h2, #aboutShare h3{
	font-family:'adobe-garamond-pro',serif;
	color:#fff;
}
#about h2, #aboutShare h3 {
	font-size:47px;
	font-style:italic;
	white-space:nowrap;
	padding-right:10px;
	position:relative;
}
#about h2 span,
#aboutShare h3 span {
	display:block;
	width:77px;
	height:3px;
	background:#fff;
	position:absolute;
	bottom:-17px;
	left:0;
}
#about h3 {
	font-size:43px;
}

#about p { 
	font-family: "brandon-grotesque",sans-serif;
}

#about .basicContent p {
	font-size:19px;
	margin-bottom:30px;
	max-width:548px;
	padding-right:150px;
}

#about .titleWrap p,
#about .headers3 p {
	font-size:14px;
	text-transform:uppercase;
	margin: 0 0 1px 2px;
	letter-spacing:4px;
}
#about blockquote {
	font-size: 40px;
	max-width:710px;
	margin-bottom:50px;
	padding-top: 10px;
	padding-right:150px;
}
#content #about .credit {
	bottom:10px;
	padding:0 151px 0 20px;
	font-size:11px;
	color:#fff;
}
#about .video {
	background:rgba(0,0,0,0.4);
	width:513px;
	padding:20px 10px 20px 20px;
	color:#fff;
	font-size:25px;
	font-family:'adobe-garamond-pro',serif;
	line-height:26px;
	border:3px solid rgba(255,255,255,0.19);
	border-radius:10px;
	margin-bottom:30px;
}
#about .video span {
	display:block;
	font-size:20px;
	font-family:'brandon-grotesque',sans-serif;
	text-transform:uppercase;
	color:#a1a1a1;
	font-size:12px;
	font-weight:600;
	letter-spacing:1px;
	line-height:20px;
}
#about .video a {
	display:inline-block;
	color:#fff;
	font-family:'brandon-grotesque',sans-serif;
	border:1px solid #888485;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
	padding:5px 20px;
	margin-top:11px;
}
#about .video .thumb {
	display:block;
	float:left;
	width:245px;
	height:175px;
	background-size:cover;
	background-position:center;
	border:1px solid #000;
	padding:0;
	margin:0 21px 0 0;
	position:relative
}

/* ABOUT: SHARE */

#aboutShare {
	position:relative;
	z-index:45;
	background:#1d1d1d;
	display:table;
	width:100%;
}
#aboutShare .inner {
	height:100%;
	display:table-cell;
	vertical-align:middle;
	padding-left:90px
}
#aboutShare .inner ul {
	margin:36px 0 90px;
}
#aboutShare .inner li {
	display:inline;
}
#aboutShare .arrowButton {
	color:#fff;
	padding-left:15px;
	margin-right:10px;
}
#aboutShare .arrowButton span {
	float:left;
	display:block;
	width:17px;
	height:16px;
	background-position:-89px 0;
	margin:5px 10px 0 0;
}
#aboutShare .inner li:first-child .arrowButton span {
	background-position:-106px 0;
}
#aboutShare .inner form {
	color:#fff;
	margin:50px 0 0;
}
#aboutShare #newsletter #email,
#aboutShare #newsletter #email:hover {
	background:#fff;
	color:#111;
}
#aboutShare #newsletter .submit {
	background:#1d1d1d;
	color:#fff;
	border-color:#fff;
}
#id134 footer {
	display:table-row;
	height: 198px;
}
#id134 footer #footerInner {
	margin-left:-131px;
}

/* RESPONSIVE ---------------------*/

@media screen and (max-width: 1270px) {
	#homeNav {
		width:100% !important;
		height:1px !important;
		top:30%;
		left:0;}
	#homeNav a {
		left:20px;
		z-index:100;
	}
	#homeNav #next {
		right:20px;
		left:auto;
	}
}
@media screen and (max-width: 1236px) {
	.mainColumn {
		text-align:center;
	}
}
@media screen and (max-width: 1138px) {
	#homeSlides .homeItem .table {
		width:100%;
	}
	#homeSlides .homeItem .cell {
		width:100%;
		padding:80px 70px 0
	}
	#newsList .newsLeft {
		padding: 28px 70px 0 60px;
	}
	#newsList .newsLeft h3 {
		font-size:27px;
		line-height:35px;
	}
	#newsList .newsLeft .readMore {
		margin-top:20px;
	}
}

@media screen and (max-width: 1000px) {
	#newsLarge,
	#newsBody a.video {
		width: 100%;
	}
	#newsBody p {
		margin:0 20px 30px;
	}
	#homeThumbs a h3 {
		display:none;
	}
	#gallery {
		margin: 0 20px !important;
	}
	#recordingDetails {
		width:100%;
		box-sizing:border-box;
		padding:0 20px;
	}
	#recording #topImg1,
	#recording #topImg2 {
		display:none;
	}
			
	#recording #recImgs {
		display:block;
		text-align:center;
		width:100%;
		margin:0 auto;
	}
	#recording #recImgs #cover {
		width:50%;
		min-width:280px;
		float:none;
		margin: 40px 0 -30px;
	}
	#recording .modSocial {
		margin:40px 0 20px
	}
}

@media screen and (max-width: 920px) {
	#homeThumbs a h4 {
		display:none;
	}
}

@media screen and (min-width: 875px) and (max-width: 1066px) {
	nav li a, #scrollNav li a {
			padding:10px 10px 0;
	}
	.es header ul a, .es #scrollNav li a {
			padding:10px 5px 0;
	}
}

@media screen and (min-width: 875px) {
	#container {
		left:0 !important;
	}	
}

@media screen and (max-width: 874px) {
	#scrollNav,
	.modIntro::before, #standardArticle::before, #newsIntro::before, #pressTop::before {
		display:none !important;
	}
	#standardArticle {
		padding-top:0;
	}
	#logo a,
	#scrollNav2 .mobLogo {
		width:221px;
		height:17px;
		background-size:250px 250px;
		background-position:0 -9px;
		float:left;
		margin:22px 0 22px 22px;
	}
	#newsIntro {
		padding-top:80px;
	}
	.black #logo a {
		height:18px;
		background-position:0 -61px;
	}
	nav {
		display:none;
		position: fixed;
		right: -200px;
		top:0;
		height: 100%;
		background:#2c2c2c;
		width:auto;
		overflow-y:scroll;
		z-index:10;
	}
	nav ul {
		width:158px;
		border:0;
		margin:7px 21px;
		min-height:500px;
		display:block;
	}
	nav li, nav a {
		display:block;
		padding:0 !important;
		height:49px;
		line-height:49px;
	}
	nav li {
		border-bottom:1px solid #373737 !important;
		width:100%;
	}
	nav li a {
		border:0;
		color:#939393 !important;
	}
	nav li:hover {
		background:rgba(0,0,0,0.1) !important
	}
	.burger,
	#scrollNav2 .burger {
		width:32px;
		height:26px;
		float:right;
		background-size:250px 250px;
		background-position:-145px -27px;
		margin: 18px 15px 0 10px;
	}
	.burger.active,
	#scrollNav2 .burger.active {
		background-position:-177px -27px;
	}
	.black .burger {
		background-position:-145px -79px;
	}
	.black .burger.active {
		background-position:-177px -79px;
	}
	#id134 .burger.active {
		position:fixed;
		top:15px;
		right:215px;
		margin:0;
	}
	#container .modIntro .noBg {
		padding-top:100px;
	}
	/* NEWS ARTICLE TEXT */
	#newsIntro h2 {
		font-size:40px;
		line-height:46px;
	}
	/* PRESS */
	#pressList .loadItem {
		width:100%;
		max-height:309px;
	}
	#pressList .loadItem img {
		position:relative;	
		left:0;
		width:100%;
		margin-left:0;
		display:block;
		height:auto
	}
}
@media screen and (max-width: 834px) {

	/* STACKING NEWS */
	#newsList .imageWrap {
		width:100%;
		text-align:center;
		float:none;
		overflow:hidden;
		height:238px;
		position:relative;
		background: #f6f6f6;
		margin:0 auto;
	}
	#newsList .newsLeft {
		width:100%;
		margin:0 auto;
		min-height:0;
		padding-bottom:60px;
	}
	#newsList .newsLeft h3 {
		font-size:33px;
		line-height:40px;
	}
	#newsList .newsLeft .readMore {
		margin-top:40px;
	}
	#newsList .newsLeft .snippet {
		display:block !important
	}
}

@media screen and (max-width: 650px) {
	.scheduleItem,
	#links .link {
		margin-left:0;
		margin-right:0;
	}
	#newsBody blockquote {
		font-size:25px;
		line-height:34px;
		margin-bottom: 26px;
		position:relative;
		padding-left: 55px;
		margin-right:20px
	}
	#newsBody blockquote .quotee {
		font-size:20px;
	}
	#newsBody blockquote .ldquo {
		font-size: 80px;
		top:24px;
		left:15px
	}
	#newsBody blockquote.left {
		width:auto;
		margin-right:20px;
		float:none;
	}
	#panoramic {
		height:250px;
	}
	#homeThumbs {
		display:none;
	}
	#spotify {
		margin-bottom:30px !important;
		width:100%;
	}
	#recordingText #trackList div {
	clear:left;
	}
}

/* MOBILE */
@media screen and (max-width: 550px) {
	
	body > img,
	#googleCorner {
		display:none !important
	}
	#newsIntro .arrowButton,
	#gallery,
	#id135 .modIntro p,
	#id135 #content .modSocial,
	#id136 .modIntro p,
	.modNewsletter {
		display:none
	}
	#catList li, .dateList li {
		display:block;
		margin:0 10px 5px;
		font-size:13px;
	}
	#catList, .dateList {
		margin-bottom:50px;
	}
	#newsList .imageWrap img {
		width:100%;
		height:auto;
		left:0;
		margin-left:0;
	}
	#newsList .newsLeft .date {
		font-size:13px
	}
	#newsList .newsLeft h3 {
		font-size:27px;
		line-height:32px;
	}
	#newsList .newsLeft .snippet {
		margin-top:18px;
	}
	#newsList .newsLeft {
		padding: 28px 30px 60px;
	}
	#newsList .newsLeft .readMore {
		margin-top:30px;
	}
	#newsIntro {
		padding-top:50px;
	}
	#newsIntro #newsDate {
		font-size:14px;
	}
	#newsIntro h2 {
		font-size: 30px;
		line-height: 37px;
		margin:5px 20px 18px;
	}
	#relatedEvent {
		height:100px;
		background-attachment:static;
	}
	#relatedEvent h4 {
		padding-top:70px;
	}
	#relatedEvent h3 {
		font-size:38px;
		height:50px;
		margin:0 20px;
		overflow:hidden;
	}
	#pressList {
		margin-top:-40px;
	}
	#id121 .modIntro,
	#id135 .modIntro {
		margin-bottom:-40px;
	}
	.contactBlock h4, .contactBlock address {
		width:100%;
		text-align:left;
	}
	.contactBlock h4 {
		margin:0;
	}
	.contactBlock address {
		margin-bottom:40px;
	}
	#id121 #content:after {
		padding-bottom:80px;
	}
	
	#homeSlides {
		height:450px !important;
	}
	/* SCHEDULE/RECORDINGS */
	
	
	.recording,
	.scheduleItem,
	#links .link, #links .link img {
		width:100%;
	}
	.recording,
	.scheduleItme {
		margin-left:0;
		margin-right:0;
		text-align:center;
	}
	.recording img,
	.scheduleItem img {
		display:inline-block;
		max-width:280px;
		height: auto;
	}

	.recording h3, .scheduleItem h3, #links .link h3 {
		display:block;
		width:100%;
		font-size:30px;
		line-height:34px;
		padding:0 20px;
		box-sizing:border-box;
	}
	.scheduleItem .titleWrap {
		width:auto;
		padding:8px 20px;
		margin:0 auto;
		min-height:0;
	}
	.scheduleItem .date {
		margin:25px 0 0;
	}
	#schedule .backToTop {
		position:absolute
	}
	.swiper-container {
		display:block;
	}
	footer .modFlang li, footer .modFmenu li {
		border:0 !important;
		padding:0 6px;
	}
	footer .inline {
		text-align:center;
		margin-top:5px;
	}
	footer .modSocial .sprite {
		margin:0;
	}
	footer .sprite {
		margin:0 0 0 10px;
	}
	#standardArticle {
		padding-top:0;
		margin:0 20px;
	}
	#standardArticle p {
		text-align:left !important;
	}
	#standardArticle h3 {
		line-height:40px;
		
	}
	#standardArticle .pTitle {
		margin-bottom:40px;
	}
	#id135 .modIntro h2 {
		font-size:50px;
		line-height:50px;
		max-width:300px;
		margin:0 auto;
	}
	#recordingText .buyLinks p {
		margin:30px 0 0px;
	}
	#recording .modIntro h2 {
		font-size:36px;
		line-height:42px;
		padding:20px 20px 0;
		box-sizing:border-box;
		width:100%;
	}
	#recording .modIntro .buyLinks {
		display:none;
	}
	#recordingText #trackList div { 
	margin-bottom:70px;
	}
	#id136 #below h2 {
		font-size: 34px;
		margin: 50px 0 50px;
	}
}

@media screen and (max-width: 480px) {
	#home {
		position:relative !important;
	}
	#homeNav {
		height: 60px !important;
		width: 74px !important;
		bottom:0 !important;
		top: auto;
		left:0;
	
		z-index: 1000;
}
	#homeNav a {
		top:100%;
		margin-top:-50px;
	}	
	#homeNav #next {
		left:50px;
	}
	#homeSlides h4  {
		display:none;
	}
	#homeSlides .homeItem .cell {
		width: 100%;
		padding: 30px 20px 0;
	}
	#homeSlides .homeItem .cell h3 {
		font-size:36px;
		line-height:40px;
	}

}

@media all and (max-height: 750px) {
	#aboutMenu ul {
		top:0;
		margin-top:0;
	}
}

@media all and (max-height: 677px) {
	#aboutMenu ul a {
		font-size:15px	
	}
}


@media all and (max-height: 582px) {
	.modIntro::before,
	#standardArticle::before,
	#newsIntro::before,
	#pressTop::before {
		display:none
	}
}

#e404 {
	width:100%;
	max-width:960px;
	margin:0 auto;
	text-align:center;
}
#e404 h2 {
	margin-bottom:70px;
}
#e404 li {
	display:inline;
	margin:5px;
}
#e404 ul {
	margin:50px 0;
}
	
#id143 #mainContent .arrowButton  {
	float:left;
	margin:0 10px 10px 0;
}
	
#id143 #mainContent .arrowButton:after {
display:none
}


#vidWrap {
	position:fixed;
	top:50%;
	left:50%;
	z-index:-1;
}