/******
*** Seattle Symphony Site Styles
*** Bluetube, Inc.
*** 10.8.2014
******/

@import url("proxima.fonts.css");

@font-face {
	font-family: 'GeometricSlabserif703';
	font-weight: bold;
	font-style: normal;
	src: url('fonts/2C390F_0_0.eot');
	src: url('fonts/2C390F_0_0.svg#wf') format('svg'),
		 url('fonts/2C390F_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2C390F_0_0.woff') format('woff'),
		 url('fonts/2C390F_0_0.ttf') format('truetype');
}
  
@font-face {
	font-family: 'GeometricSlabserif703';
	font-weight: normal;
	font-style: italic;
	src: url('fonts/2C390F_1_0.eot');
	src: url('fonts/2C390F_1_0.svg#wf') format('svg'),
		 url('fonts/2C390F_1_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2C390F_1_0.woff') format('woff'),
		 url('fonts/2C390F_1_0.ttf') format('truetype');
}
   
@font-face {
	font-family: 'GeometricSlabserif703';
	font-weight: bold;
	font-style: italic;
	src: url('fonts/2C390F_2_0.eot');
	src: url('fonts/2C390F_2_0.svg#wf') format('svg'),
		 url('fonts/2C390F_2_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2C390F_2_0.woff') format('woff'),
		 url('fonts/2C390F_2_0.ttf') format('truetype');
}
 
@font-face {
	font-family: 'GeometricSlabserif703';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/2C390F_3_0.eot');
	src: url('fonts/2C390F_3_0.svg#wf') format('svg'),
		 url('fonts/2C390F_3_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2C390F_3_0.woff') format('woff'),
		 url('fonts/2C390F_3_0.ttf') format('truetype');
}
  
@font-face {
	font-family: 'GeometricSlab703TL-XtraBd';
	src: url('fonts/2C390F_4_0.eot');
	src: url('fonts/2C390F_4_0.svg#wf') format('svg'),
     	 url('fonts/2C390F_4_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2C390F_4_0.woff') format('woff'),
		 url('fonts/2C390F_4_0.ttf') format('truetype');
}

/* RESET */
body
{
    font-family: Proxima Nova, Helvetica, Roboto, Arial, sans-serif;
}
ul, ol, dl { margin:0; padding:0; list-style-type: none; }
a, a:hover { transition: color 500ms ease; }
.slider-logo-footer { display:none; }
.contain-to-grid { background:#fff; position: relative; }
.contain-to-grid.sticky.fixed { z-index:800; position: fixed; }
.search-blk { display:none; }
.search-blk input[type="search"] {
	border-radius:5px;
	margin:10px 10px 12px 0;
	width:60%;
	padding:0 5px;
	font-size:16px;
	line-height:16px;
	float:left;
	height: 36px;
}
.search-blk .search-icon {
	background:url('../img/header/mobile-search-icon.png');
	width:32px;
	height:31px;
	float:left;
	margin:12px 0 0;
	padding:0;
	outline:0;
	border:none;
}

/* OFFCANVAS */
.left-small { border-right:none; }
.top-menu-icon, .mobile-top-logo { display:none; }
.menu-icon {
	text-indent: 2.1875rem;
	width: 90px;
	height: 40px;
	display: block;
	line-height: 38px;
	padding: 0;
	color: white;
	position: relative;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #f033a3;
	border-radius: 0;
	font-family: 'ProximaNova-Regular';
	font-size:14px;
	text-transform:uppercase;
}
.menu-icon:hover {
	color:#fff;
}
.menu-icon span {
	position: absolute;
	display: block;
	height: 0;
	width: 1rem;
	line-height: 1;
	top: 0.75rem;
	left: 0.85rem;
	box-shadow: 0 0px 0 1px #fff, 0 5px 0 1px #fff, 0 10px 0 1px #fff, 0 15px 0 1px #fff;
}


/* HOME HEADER */
.top-nav {
   -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.075);
}
.top-nav ul.top-links li a {
	font-family: 'ProximaNova-Regular';
	font-size:14px;
	color:#999;
	text-transform: uppercase;
}
.top-nav ul.top-links li {
	float:left;
	margin-top:7px;
}
.top-nav ul.top-links li:after {
	content: '|';
	color:#ec008c;
	margin: 0 10px;	
}
.top-nav ul.top-links li a:hover {
	color:#f00088;
}
.top-nav ul.top-links li:last-of-type:after {
	content: '';
	margin:0;
}
.top-nav .search img {
	float:right;
	border-left:1px dotted #ec4b9e;
	border-right: 1px dotted #ec4b9e;
	cursor:pointer;
}
.top-nav .cart a img {
	float:right;
	border-right: 1px dotted #ec4b9e;
}
.top-nav .callout {
	background: url('../img/header/benaroya-hall-bg.png');
	float:right;
	width:192px;
	height:40px;
	padding: 8px 0;
	margin-left: 49px;
	margin-right: 3px;
}
.top-nav .callout a {
	font-family: 'ProximaNova-Regular';
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
    margin-left:auto;
    margin-right:auto;
    display:block;
    text-align: center;
}
.top-nav .callout a span {
	font-family: ProximaNova-Light;
}
.top-nav .callout img {
	margin-top: -3px;
	margin-left: 5px;
}
.top-links {
	margin-left:245px;
}

/* INTERIOR PAGE CHANGES */
.top-nav .interior img.int-logo {
	float:left;
	margin-top:10px;
}
.top-nav .interior .callout {
	margin-left:0px;
	margin-right:0px;
}
.top-nav .interior .top-links {
	/* margin-right:50px; */
	float:left;
	margin-left:0;
}
.top-nav .interior .menu-bg {
	float:left;
    margin-left: 10px;
	background:#ec008c;
	margin-right: 25px;
	padding: 9px 15px;
}
.top-nav .interior .menu-bg:hover {
	cursor:pointer;
}
.top-nav .interior .menu-bg p {
	font-family: 'ProximaNova-Regular';
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	margin:0;	
}
.top-nav .interior .menu-bg p:before {
	content: url('../img/header/menu-down-arrow.png');
	width:20px;
	height:18px;
	margin: 2px 10px 0 0;
	float:left;
}
.top-nav .interior .menu-bg.active p:before {
	content: url('../img/header/menu-up-arrow.png');

}
.int-top-nav .nav-blk {
	display:none;
	overflow:hidden;
}
.int-top-nav .nav-blk ul {
	margin-top:10px;
}
.int-top-nav .nav-divide {
	float:left;
	margin: 10px 0 0;
	background: url('../img/navigation-divide.png');
	height:5px;
	width:100%;
}
.int-top-nav .op-nav-blk .nav-divide {
	margin: 0 0 9px;
	border-top: 1px dotted #7f7f7f;
	height:1px;
	background:none;
}
.int-top-nav .nav-blk ul li {
	background:#5c5c5c;
	margin-bottom:1px;
	border-left: 1px solid #fff;
}
.int-top-nav .nav-blk ul li a {
	color:#fff;
	text-transform: uppercase;
	font-size:16px;
	line-height:16px;
	font-family: 'ProximaNova-Regular';
	transition: none;
    padding:18px 10px;
    display: block;
}
.int-top-nav .nav-blk ul li a:hover, .int-top-nav .nav-blk ul li:hover, .int-top-nav .nav-blk ul li:hover a {
	background:#13bebd;
	cursor: pointer;
	transition: none;
	color:#020202;
}

.op-nav-blk {
	float:left;
	width:100%;
}

.op-nav-blk .curr-title {
	background:#ec008c;
	/*font-family: 'GeometricSlabserif703';*/
	/*font-weight:500;*/
	/*color:#fff;*/
	/*font-size:24px;*/
	/*padding: 7px 10px 7px;*/
	margin:10px 0 1px;
	width:100%;
	/*letter-spacing: 1px;*/
}
.op-nav-blk .curr-title a{
	/*background:#ec008c;*/
	font-family: 'GeometricSlabserif703';
	font-weight:500;
	color:#fff;
	font-size:24px;
	padding: 7px 10px 7px;
	/*margin:10px 0 1px;*/
	width:auto;
	letter-spacing: 1px;
    display:inline-block;
}
.op-nav-blk .curr-title a, .op-nav-blk .curr-title a:hover
{
    color: #fff;
    transition: none;
}
.op-nav-blk .item-bar { background:none; margin-bottom:10px; }
.op-nav-blk .item-bar .item { font-family: 'ProximaNova-Regular'; font-size:15px; background:#5c5c5c; width:16.67%; border-bottom:1px solid #fff;}
.op-nav-blk .item-bar .item.active { background:#ec008c; }
.op-nav-blk .item-bar a:nth-child(6n) .item { border-bottom:1px solid #fff; width: 16.65%; }

/* NAVIGATION */
.left-nav {
	float:left;
	margin-top:130px;
	position: absolute;
	z-index: 1000;	
}
.left-nav .logo {
	background: url('../img/logo-bg.png');
	width: 100%;
	padding: 30px 0 10px;
}
.left-nav .logo img {
    max-width: 210px;
	margin:0 15px 15px;
}
.left-nav ul {
	border-left:5px solid #f12890;
    margin-top: 1px;
}
.left-nav ul li {
	background:rgba(52,52,52,0.65);
	padding:0;
	margin-bottom:1px;
	border-left: 1px solid #fff;
}
.left-nav ul li a {
	color:#fff;
	text-transform: uppercase;
	font-size:16px;
	/*line-height:16px;*/
	font-family: 'ProximaNova-Regular';
	transition: none;
    display:block;
}
.left-nav ul li a div {
    padding: 8px 10px 7px 10px;
}
.left-nav ul li:hover {
	background:#13bebd;
	cursor: pointer;
	transition: none;
}
.left-nav ul li:hover a {
	color:#020202;
}

/* Page specific navigation */
.op-nav-blk.benaroyahall .curr-title {
	background:#7B59A5;
	/*font-family: 'GeometricSlabserif703';*/
	/*font-weight:500;*/
	/*color:#fff;*/
	/*font-size:24px;*/
	/*padding: 7px 10px 7px;*/
	margin:10px 0 1px;
	width:100%;
	/*letter-spacing: 1px;*/
}
.op-nav-blk.benaroyahall .curr-title a{
	/*background:#ec008c;*/
	font-family: 'GeometricSlabserif703';
	font-weight:500;
	color:#fff;
	font-size:24px;
	padding: 7px 10px 7px;
	/*margin:10px 0 1px;*/
	width:auto;
	letter-spacing: 1px;
    display:inline-block;
}

.op-nav-blk.benaroyahall .item-bar { background:none; margin-bottom:10px; }
.op-nav-blk.benaroyahall .item-bar .item { font-family: 'ProximaNova-Regular'; font-size:15px; background:#5c5c5c; width:16.67%; border-bottom:1px solid #fff;}
.op-nav-blk.benaroyahall .item-bar .item.active { background:#7B59A5; }
.op-nav-blk.benaroyahall .item-bar a:nth-child(6n) .item { border-right:none; width: 16.65%; }



/* SLIDER */
.slider-wrapper.theme-default {
    position:relative;
}
.nivoSlider {
	background: url('../img/grey-vertical-pattern.png');
	height:660px;
	overflow:visible;
	position: initial;
    display: flex;
	justify-content: center;
	align-items: center;
}
.nivo-main-image {
	width:auto !important;
	/* margin: 0 auto; */
	max-height:660px;
	max-width: 950px !important;
}
.nivo-slice {
	width:auto !important;
	max-height:690px;
}
.nivo-caption-holder {
	position: absolute;
	right: -225px;
	top: 55px;
}
.nivo-caption {
	bottom: auto;
	right: auto;
	left: auto;
	top: auto;
	height:auto;
	background: url('../img/slider-nav-thumb-bg.png');
	width: 600px;
	overflow:visible;
	border-right: 5px solid #000;
	position: static;
    text-align:left;
}
.nivo-caption h2 {
	font-family: 'GeometricSlabserif703';
	font-weight:bold;
	color:#fff;
	font-size:60px;
	line-height:60px;
	padding:12px 0 0;
}
.nivo-caption:after {
	content: ' ';
	background: #fff;
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	width: 1px;
}
.nivo-caption a.slide-btn {
	background:rgba(53,176,201,0.85);
	color:#000;
	text-transform:uppercase;
	height:45px;
	width:90px;
	position: absolute;
	margin-top:5px;
	left: 0;
	transition:none;
}
.nivo-caption a.slide-btn:hover {
	background:rgba(73,74,73,0.85);
	color:#fff;
}
.nivo-caption a p {
	padding: 10px 30px 0px 10px;
	margin: 0;
	font-family: 'ProximaNova-Regular';
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}
.nivo-controlNav {
	text-align:left;
	padding:0;
	margin-left: 100px;
}
.nivo-control {
	
}
.nivo-control img {
	width: 15%;
	height: 15%;
	max-height: 100px;
	max-width: 100px;
	padding: 10px;
	vertical-align: top;
	position:relative;
}
.nivo-control.active img {
	background: url('../img/slider-nav-thumb-bg.png');
}
.nivo-control:hover img {
	background: url('../img/thumb-hover.png');
}
/* HIDE THE ARROWS FOR NON-MOBILE */
.nivo-prevNav, .nivo-nextNav { display:none; }

/* LOGO */
a.slider-logo {
	position: absolute;
	bottom: 20px;
	right: -8px;
}

.slider-logo-footer a.slider-logo {
	position: relative;
	bottom: initial;
	right: initial;
}


/* CONTENT */
a.button.grey, a.button.pink {
	font-family: 'ProximaNova-Regular';
	text-transform: uppercase;
	color:#fffdfe;
	font-size:16px;
	background:#5c5c5c;
	text-align:center;
	margin:0;
	padding: 11px 21px;
	transition: color 500ms ease;
}
a.button.grey.trans {
	background:rgba(52,52,52,0.65);
	padding: 11px 13px;
	margin-top:10px;
}
a.button.grey:hover {
	color:#010101;
	background:rgba(19,190,189,1);
}
a.button.grey.trans:hover {
	background:rgba(48,210,245,0.65);
}
a.button.pink {
	background:#ec008c;
	color:#fffdfe;
}
a.button.pink:hover {
	background:#aa1d66;
}
.info a.button.grey {
	margin-right:5px;
}
a.button.full {
	width: 100%;
}

.wrap {	
   -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.075);
}
.wrap h2 {
	font-family: 'ProximaNova-Regular';
	font-size:14px;
	line-height:14px;
	color:#000000;
	text-transform: uppercase;
	padding:0;
	margin: 28px 0 10px;
    font-weight:bold;
}
.wrap h2:before {
	content: url('../img/small-pink-square.png');
	height:10px;
	width:10px;
	margin-right:5px;
}


.item-bar {
	background: url('../img/grey-vertical-pattern.png');
	width:100%;
	float:left;
}
.item-bar .item {
	background: rgba(0,0,0,0.5);
	color:#fff;
	font-size:14px;
	font-family: 'GeometricSlabserif703';
	padding:8px 10px 9px 10px;
	float:left;
	border-right:1px solid #fff;
	width:20%;
}
.item-bar a:hover .item {
	background:rgba(19,190,189,1) !important;
	color:#000;
}

/* MAIN CONTENT CALENDAR BLOCK */
.calendar-block { 
	padding-right:0; 
}
.Zebra_DatePicker { 
	width:98%; 
	border-radius:0; 
	background:transparent; 
	position: relative; 
	border:none; 
	font-family: 'ProximaNova-Regular'; 
}
.Zebra_DatePicker table tr th, .Zebra_DatePicker table tr td { 
	font-size:22px; 
}
.dp_previous, .dp_next { 
	background:#ec008c; 
	font-size: 34px !important; 
	padding: 5px 0 8px !important;	
}
.Zebra_DatePicker .dp_header .dp_next {
	transition:none;
	border-left: 1px dotted #ccc;
	background: url('../img/small-slide-right.png');
	background-size: 100% 100%;
}
.Zebra_DatePicker .dp_header .dp_previous {
	transition:none;
	border-right: 1px dotted #ccc;
	background: url('../img/small-slide-left.png');
	background-size: 100% 100%;
}
.dp_caption { 
	background: rgba(35,35,35,.85); 
	font-size:18px !important; 
	text-transform: uppercase; 
}
.Zebra_DatePicker .dp_daypicker td { 
	background:#ec008c; 
	color:#fff; 
}
.Zebra_DatePicker .dp_header .dp_caption { 
	padding: 10px 0; 
}
.dp_header, .Zebra_DatePicker table { 
	width:100% !important;
    clear:both;
}
.Zebra_DatePicker td.dp_disabled, .Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td, 
.Zebra_DatePicker td.dp_weekend_disabled { 
	background:#fdfdfd; color:#666666; 
}
.Zebra_DatePicker td.dp_current, .Zebra_DatePicker * { 
	color:#666666; 
}
.Zebra_DatePicker td.dp_current { 
	background:#ec008c; 
	color:#fff; 
}
.Zebra_DatePicker .dp_daypicker th { 
	background:transparent; 
	border-color:transparent; 
	color:#000; 
	padding: 5px 0 8px; 
}
.Zebra_DatePicker .dp_daypicker td { 
	border: 1px dotted #cccccc; 
	padding:7px 0; 
}
.Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td { 
	border: 1px dotted #cccccc; 
}
table tr.even, table tr.alt, table tr:nth-of-type(even) { 
	background:transparent; 
}
.Zebra_DatePicker td.dp_not_in_month { 
	background: rgba(255,255,255,0.5); 
	color: #fff; 
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, 
.Zebra_DatePicker .dp_footer .dp_hover { 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0; 
}
.Zebra_DatePicker td.dp_selected { 
	background: rgba(0,0,0,.65) !important; 
	color:#fff; 
}
.Zebra_DatePicker .dp_header .dp_caption.dp_hover, 
.Zebra_DatePicker td.dp_hover  { 
	background:#aa1d66; 
	color:#fff; 
}
.Zebra_DatePicker .dp_header .dp_previous:hover {
	transition:none;
	background: url('../img/small-slide-left-hover.png');
	background-size: 100% 100%;
}
.Zebra_DatePicker .dp_header .dp_next:hover {
	transition:none;
	background: url('../img/small-slide-right-hover.png');
	background-size: 100% 100%;
}

/* MAIN CONTENT EVENTS */
.grey-bg {
	background: url('../img/grey-vertical-pattern.png');
	padding:20px 5px;
	float:left;
	min-width: 100%;
}
.event {
	float:left;
	width:100%;
	margin-bottom: 20px;
}
.event h3 {
	font-family: 'GeometricSlabserif703';
	/* font-weight:bold; */
	font-size:24px;
	margin:0 0 11px;
	padding:14px 0 0;
	border-top:1px solid #f12890;
}
.event:first-of-type h3 {
	border-top:none;
	padding:0;
}
.whiteborder {
	margin-bottom:20px;
}
.whiteborder .img-blk {
	border: 1px solid #fff;
	text-align:center;
	vertical-align:middle;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.whiteborder .info {
	background:#fff;
	padding:10px 12px;
}
.whiteborder .info h4 {
	font-family: 'ProximaNova-Regular';
	padding:0;
	margin:0 0 12px;
	color:#000000;
	font-size:18px;
}
.whiteborder .info p {
	font-family: 'ProximaNova-Regular';
	padding:0;
	margin:0 0 12px;
	color:#000000;	
	font-size:14px;
}

/* AD BLOCKS */
.ad-block {
	float:left;
	padding:10px;
	margin-bottom:20px;
	width:100%;
}
.ad-block.teal {
	background:#13bebd;
}
.ad-block.yellow {
	background:#ffcc00;
}
.ad-block.green {
	background:#96ca54;
}
.ad-block.purple {
	background:#c9a0c8;
}
.ad-block h3, .ad-block h4 {
	font-family: 'ProximaNova-Bold';
	color:#000;
	font-size:30px;
	line-height:32px;
	text-transform: uppercase;
	padding:0;
	margin:0 0 6px;
	/* letter-spacing: 1px; */
}
.ad-block h4 {
	font-family: 'ProximaNova-Regular';
	font-size:28px;
	line-height:28px;
}
.ad-block a.readmore {
	font-family: 'GeometricSlab703TL-XtraBd';
	font-size:14px;
	color:#ec008c;
	text-transform: uppercase;
}
.ad-block a.readmore:hover {
	color:#fff;
}
.ad-block .btn-holder {
	float:left;
	width:100%;
	margin: 5px 0 10px;
}
.ad-block .btn-holder .dl-link img {
	float:left;
	margin-right:3px;
}
.ad-block .btn-holder .dl-link:last-of-type img {
	margin-right:0;
}


/* LANDING PAGE */
.top-img-blk {
	margin-top:30px;
}
.top-img-blk img.hero {
	margin-bottom:15px;
}
.top-img-blk .arrow-nav {
	width:279px;
	position: absolute;
	right: 50px;
	top: 14px;
}
.top-img-blk .arrow-nav .top-sect {
	background: url('../img/landing/top-section-arrow.png');
	height:16px;
}
.top-img-blk .arrow-nav .top-sect img {
	float:left;
	margin: 0 0 0 15px;
}
.top-img-blk .arrow-nav .bottom-sect {
	background: url('../img/landing/bottom-section-arrow.png');
	padding:5px 10px;
}
.top-img-blk .arrow-nav .bottom-sect p {
	font-family: 'ProximaNova-Regular';
	font-size: 16px;
	line-height: 24px;
	color:#000;
	text-transform: uppercase;
	padding:0;
	margin:0;
}
h1.hero-title {
	font-family: 'GeometricSlabserif703';
	font-weight:bold;
	color:#ec008c;
	font-size:30px;
	line-height: 36px;
}
p.hero-text {
	font-family: 'ProximaNova-Regular';
	color:#010101;
	font-size:14px;
	line-height:18px;
	margin-top:-5px;
}
.hero-divide {
	background: url('../img/navigation-divide.png');
	height:5px;
	width:100%;
	float:left;
}

.interior-socials {
	margin-bottom:10px;
}

.ad-block.picture {
	background:url('../img/landing/img-blk-black_small.png');
	padding:0;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	position:relative;
}
.interior .ad-block.picture {
	background:url('../img/landing/img-blk-black_small.png');
}
.ad-block.picture p {
	color:#fff;
	font-family: 'GeometricSlabserif703';
	font-size:14px;
	line-height:18px;
	padding:10px 10px 10px 10px;
	width:100%;
	margin:0;
	text-align:left;
	position: absolute;
	z-index: 100;
	bottom: 0;
}
.ad-block.picture.no-pic p {
	position:relative;
	bottom:auto;
}
.ad-block.picture.black p {
	background: url('../img/landing/img-blk-black_small.png');
	background-color:rgba(0,0,0,0.65);
}
.ad-block.picture:hover p {
	background: url('../img/landing/img-blk-pink.png');
}

.interior .ad-block.picture p, .ad-block.picture.larger p {
	font-family: 'ProximaNova-Regular';
	padding:10px 20px 10px 10px;
	font-size:18px;
	line-height:22px;
}
.interior .ad-block.picture p span, .ad-block.picture.larger p span {
	font-family: 'ProximaNova-Regular';
	width:100%;
	float:left;
	text-transform: uppercase;
}
.interior .ad-block.picture p a, .ad-block.picture.larger p a {
	color:#fff;
}
.interior .ad-block.picture:hover p, .ad-block.picture.larger:hover p  {
	background: url('../img/landing/img-blk-black_small.png');
	background-color:rgba(0,0,0,0.65);
}
.interior .ad-block.picture p a:hover, .ad-block.picture.larger p a:hover {
	text-decoration:underline;
}
.prlease .picture.larger p, .prlease .picture.larger:hover p {
	background: url('../img/grey-vertical-pattern-r.jpg');
	background-color:rgba(1,1,1,0.5);
}
.prlease .picture.larger p a, .prlease .picture.larger p {
	color:#010101;
}
.prlease .ad-block.picture.larger p {
	font-family: 'ProximaNova-Bold';
}
.int-body.interior .block-quote-wrap {
	margin-top:0;
}
.prdet h2.big-title {
	margin:0 0 15px !important;
}
.prdet h3 {
	font-family:ProximaNova-Bold;
	font-size:16px;
	line-height: 16px;
}
p.prhead {
	font-family: ProximaNova-Bold;
	text-transform: uppercase;
	color:#5c5c5c;
	padding:0;
	margin: 0 0 8px;
	font-size:14px;
	line-height: 14px;
}

.post-blk {
	margin-bottom:30px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
 .row .posts-sum {
	/* border-bottom: 1px dotted #ccc; */
	padding:20px 0 0;
	float:left;
	width:100%;
}
.row .posts-sum:after {
	border-bottom: 1px dotted #ccc;
	content: '';
	height: 1px;
	float: left;
	width: 96.5%;
	margin-left: 0.9358em;
}
.posts-sum .sing-post {

}
.posts-sum .sing-post a {
    display:block;
}
.posts-sum .sing-post .img-blk {
	position: relative;
	max-width:280px;
}
.posts-sum .sing-post p.readmore {
	background: url('../img/landing/read-more-bg.png');
	padding:3px 5px;
	width:100%;
	font-family: 'GeometricSlab703TL-XtraBd';
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	margin:0 0 -25px;
	max-width: none !important;
	z-index: 100;
	position: absolute;
	bottom: 24px;
	top: auto;
}
.posts-sum .sing-post a:hover p.readmore {
    background: url('../img/landing/bottom-section-arrow.png');
}
.posts-sum .sing-post h3 {
	font-family: 'GeometricSlabserif703';
	font-weight:bold;
	font-size: 22px;
	line-height: 24px;
	color:#ec008c;
	margin-top:10px;
}
.posts-sum .sing-post p.post-info {
	font-family: 'ProximaNova-Regular';
	color:#010101;
	font-size:14px;
	line-height: 20px;
}

/* CALENDAR PAGE */
.cal-page-left {
	margin-top:15px;
	padding-right:0;
}
.cal-page-left .calendar-block {
	padding: 15px 10px 15px 15px;
}
.cal-page-left h2 {
	float: left;
}
.b-b-d {
	padding: 15px 14px 15px 16px;	
}
.b-b-d ul li {
	float: left;
	margin-right:1px;
	background:#ec008c;
	text-align:center;
	width: 36px;
}
.b-b-d ul a:last-of-type li {
	float: left;
	margin-right:0;
}
.b-b-d ul li p {
	padding:0;
	margin:0;
	color:#fff;
	font-size:24px;
	line-height:36px;
	font-family: 'ProximaNova-Regular';
}
.b-b-d ul li:hover {
	background:#aa1d66;
}

.arrow-link {
	line-height: 1.4;
	font-family: 'ProximaNova-Regular';
	padding: 0;
	margin: 0 0 12px;
	color: #000000;
	font-size: 18px;
}
.arrow-link::after {
    /* This is unicode psuedo content for &nbsp;&gt; */
    content:'\0020\003E';
}
.arrow-link > h4:hover {
    color: #e62999;
}
.event .arrow-link::after {
    display:none;
}

.event .e-btn-grp {
	width: 100%;
	padding:0 !important;
	margin: 0 0 1px !important;
	background: url('../img/grey-vertical-pattern-r.jpg') !important;
	float: left;
}
.event .e-btn-grp p {
	font-family: 'ProximaNova-Regular';
	text-transform: uppercase;
	color:#fff;
	background:#5c5c5c;
	font-size:16px;
	line-height:16px;
	padding: 14px 0px 15px;
	margin: 0;
	width:134px;
	text-align:center;
	float: left;
}
.event .e-btn-grp p:last-of-type {
	color:#000;
	text-transform: none;
	background: none;
	width:auto;
	padding-left:8px;
}
.event .e-btn-grp:hover {
	background: url('../img/pink-buybg.png') !important;
}
.event .e-btn-grp:hover p {
	background:#ef33a3;
}
.event .e-btn-grp:hover p:last-of-type {
	background:none;
	color:#fff;
}
.event .b-plus {
	font-weight: bold;
}
.cal-page {
	margin-top:20px;
}
.cal-page .whiteborder .info {
	padding: 0 0 0 12px;
}
.cal-page .event .info p {
	margin: 0;
}
.cal-page .whiteborder .img-blk {
	min-height:250px;
	min-width: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cal-page .whiteborder .img-blk img {
    top:50%;
    position:absolute;
    margin-top:-100px;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
}
.cal-page .event h3 {
	border-top:none;
	line-height: 24px;
	padding:0;
}
.cal-page .event {
	border-bottom: 1px solid #f12890;
	/*margin-top:25px;*/
	padding-bottom:20px;
}
.cal-page .whiteborder {
	margin-bottom:25px;
}

.b-b-t {
	padding: 15px;
}
.b-b-t .accordion .accordion-navigation > a, .b-b-t .accordion dd > a {
	background: none;
	padding:0;
}
.b-b-t .accordion .accordion-navigation.active > a, .b-b-t .accordion dd.active > a {
	background: none;
	padding:0;
}
.b-b-t .b-b-t .accordion .accordion-navigation > a:hover h3, .b-b-t .accordion dd > a:hover h3 {
	background:#333;
}
.b-b-t .accordion .accordion-navigation h3 {
	font-family: 'ProximaNova-Regular';
	font-size:18px;
	line-height:18px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding: 14px 49px 14px 14px;
	margin: 0 0 1px;
}
.b-b-t .accordion .accordion-navigation.active h3,
.b-b-t .b-b-t .accordion .accordion-navigation.active > a:hover h3, .b-b-t .accordion dd.active > a:hover h3 {
	background:#ec008c;
}
.b-b-t .accordion .accordion-navigation .acc-header {
	position:relative;
}
.b-b-t .accordion .accordion-navigation .acc-header:after {
	content: '+';
	background: #ec008c;
	padding: 0px 10px;
	font-size: 48px;
	line-height: 48px;
	border-left: 1px dotted #fff;
	font-weight: bold;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	color:#fff;
}
.b-b-t .accordion .accordion-navigation.active .acc-header:after {
	content: '-';
	background:#333;
	padding: 0 16px;
	line-height: 38px;
}
.b-b-t .accordion .accordion-navigation > .content.active, .b-b-t .accordion dd > .content.active {
	margin: 0 0 1px;
}
.b-b-t .accordion .accordion-navigation > .content ul li a {
	font-size:17px;
	line-height:17px;
	color:#000;
	font-family: 'ProximaNova-Regular';
	margin-bottom:10px;
}


/* EVENT DETAIL PAGE */
.social-blk {
	float:left;
	padding: 15px 0;
}
.page-div .border, .border-top .divide {
	background: url('../img/navigation-divide.png');
	height:10px;
	width:100%;
	margin: 18px auto;
}

a:hover p.readmore {
    background: url('../img/landing/bottom-section-arrow.png');
}
p.readmore {
	background: url('../img/landing/read-more-bg.png');
	padding:3px 5px;
	width:100%;
	font-family: 'GeometricSlab703TL-XtraBd';
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	margin:0;
	text-align: left;
	z-index: 100;
	position: absolute;
	bottom: 25px;
	margin-bottom: -25px;
	max-width:200px;
}
p.readmore > a {
    color:#fff;
}
.img-plus {
	background:url('../img/event-detail/round-plus.png');
	height:25px;
	width:25px;
	z-index: 100;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.bot-sect h3, .top-sect .col-right h3 {
	font-family: 'GeometricSlabserif703';
	font-size:24px;
	font-weight: bold;
	line-height:24px;
	color:#333;
}
.bot-sect .contains {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	float:left;
	padding:16px 0;
    width: 100%;
}
.bot-sect .contains .item {
	padding-left:0;
	padding-right:0;
}
.bot-sect .contains .item .img {
	background:url('../img/landing/img-blk-black_small.png');
	width:200px;
	padding:0;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
}
.bot-sect .contains .item .info h4 {
	font-family: 'GeometricSlabserif703';
	font-size:24px;
	font-weight: bold;
	line-height:28px;
	color:#ef0688;
	margin:0;
}
.bot-sect .contains .item .info {
	padding:0 30px 0 0;
}
.bot-sect .contains .item p.date {
	margin:10px 0 0;
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height: 24px;
	color:#000;
    font-weight:bold;
}
.bot-sect .contains .item p.location {
	font-family: 'ProximaNova-Regular';
	color:#000;
	font-size:16px;
	line-height: 24px;
	margin:0;
}

.main-col .top-sect .col-left h2 {
	font-family: 'GeometricSlabserif703';
	font-size:28px;
	font-weight: bold;
	line-height:28px;
	color:#ec008c;
	text-transform: none;
	margin: 0 0 10px;
}

.main-col .top-sect .col-left h2.benaroyahall {
    color:#7B59A5;
}

.main-col .top-sect .col-left h2:before {
	content: '';
	margin:0;
}
.main-col .top-sect .col-left p, 
.contains .spons p {
	font-family: 'ProximaNova-Regular';
	color:#000;
	font-size:16px;
	line-height: 24px;
	margin:0;
}
.main-col .top-sect .col-left p {
	padding:20px 0 0;
}
.contains .spons h4 {
	font-family: 'GeometricSlabserif703';
	font-size:20px;
	font-weight: bold;
	line-height:20px;
	color:#000;
	margin:0 0 20px;	
}

.top-sect .col-right {
	
}
.top-sect .col-right .divide {
	margin:10px auto;
}
.top-sect .col-right li {
	border-top: 1px dotted #000;
	margin:0;
	padding: 20px 0 18px;
}
.top-sect .col-right li:last-of-type {
	border-bottom: 1px dotted #000;
}
.top-sect .col-right li {
	font-family: 'ProximaNova-Regular';
/* 	font-size:18px; */
	font-size: 1.1em;
	line-height:26px;
	color:#5c5c5c;
	cursor:pointer;
}
.top-sect .col-right li a:hover {
	color:#ec008c;
}
.top-sect .col-right li .sq-highl {
	background:#ec008c;
	padding:6px;
	height:20px;
	width:20px;
	float:left;
	margin:3px 5px 0 0;
	transition: none;
}

.top-sect .col-right li .sq-highl.benaroyahall {
    background:#7B59A5;
}
.top-sect .col-right li .sq-highl p {
	background:#fff;
	border-right: 1px solid #808080;
	border-bottom:1px solid #808080;
	height:8px;
	width:8px;
}
.top-sect .col-right li.checked .sq-highl {
	background:#000;
}
.top-sect .col-right li.checked .sq-highl p {
	background:#ec008c;
	border-right: 1px solid #ec008c;
	border-bottom:1px solid #ec008c;
}
.top-sect .col-right li.checked .sq-highl.benaroyahall p {
	background:#7B59A5;
	border-right: 1px solid #7B59A5;
	border-bottom:1px solid #7B59A5;
}
.top-sect .col-right li .sq-plus {
	border: 1px solid #ef0688;
	border-top:4px solid #ef0688;
	color:#ef0688;
	float:right;
	text-align: center;
	padding: 0px 5px 1px;
	font-size: 23px;
	line-height: 14px;
	font-weight: bold;
	margin: 3px 0 0;
}

.top-sect .col-right li .sq-plus.benaroyahall {
    border: 1px solid #7B59A5;
    border-top:4px solid #7B59A5;
    color: #7B59A5;
}
.top-sect .col-right .big-bg {
	font-family: 'ProximaNova-Regular';
	font-size:24px;
	color:#fff;
	background:#ec008c;
	padding:6px 11px;
	text-transform: uppercase;
	width: 100%;
	float: left;
	outline:0;
	border:none;
	cursor: pointer;
	text-align:left;
}

.top-sect .col-right .big-bg.benaroyahall {
    background: #7B59A5;
}
.top-sect .col-right .arrow-holder {
	position:relative;
}
.top-sect .col-right .big-bg-img {
	position:absolute;
	top:13px;
	right:15px;
}
.top-sect .col-right .info {
	margin-top:10px;
	float:left;
}
.top-sect .col-right .info p {
	font-family: 'ProximaNova-Regular';
	font-size:14px;
	color:#010101;
	line-height: 20px;
	margin:0;
}
.top-sect .col-right .info p b {
	font-family: 'ProximaNova-Regular';
    text-transform:uppercase;
}

.bot-sect p.header {
	margin: 6px 0 0;
	padding:0;
	font-family: 'GeometricSlabserif703';
	font-size:20px;
	font-weight: bold;
	line-height:20px;
}
.bot-sect .single-item {
	border-top: 1px dotted #ccc;
	padding:15px 0;
}
.bot-sect .single-item:last-of-type {	
	border-bottom:1px dotted #ccc;
}
.bot-sect .single-item h4 {
	font-family: 'GeometricSlabserif703';
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	margin-bottom:5px;
}
.bot-sect .single-item p {
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	color:#010101;
	line-height: 16px;
	padding:0;
	margin:0;
}
.bot-sect .single-item img {
	margin-left:5px;
}

.two-col-blk {
	padding: 18px 0;
	border-top: 1px dotted #ccc;
}
.two-col-blk:last-of-type {
	border-bottom: 1px dotted #ccc;
}
.two-col-blk .columns:first-of-type {
	padding-right:0;
}
.two-col-blk .img-blk {
	width:180px;
	float:left;
	margin-right:10px;
	position: relative;
}
.two-col-blk h4 {
	font-family: 'GeometricSlabserif703';
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #ec008c;
	margin: 0 0 5px;
}
.two-col-blk h5 {
	font-family: 'GeometricSlabserif703';
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	margin-bottom:5px;
}
.two-col-blk p.blurb {
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	color:#010101;
	line-height: 20px;
	padding:0;
	margin:20px 0 0;
}
.two-col-blk p.readmore {
	max-width:180px;
}

.bot-sect .border-top .item .img {
	position: relative;
}
/* INTERIOR PAGE */
.interior .page-title h1 {
	margin: 25px 0 -10px;
	font-family: 'GeometricSlabserif703';
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #ec008c;	
}
.interior .page-title.benaroyahall h1 {
	color: #b068e5;	
}
.interior .img-wrapper {
    text-align: right;
    display: inline;
    position:relative;
}
.top-img-blk p.copystyle {
	font-family: 'ProximaNova-Regular';
	margin: -10px 0 0 0;
	/*float:right;*/
	font-size:12px;
	line-height: 12px;
	color:#666;
}
.interior .item-bar {
	background:none;
}
.interior .item-bar .item {
	background: url('../img/footer-bottom-grey-pattern.png');
	background-color:rgba(0,0,0,0.68);
	font-family: 'ProximaNova-Regular';
	font-size:16px;
}
.interior .item-bar .item:hover {
	background:#ec008c !important;
	color:#fff;
}
.interior .accordion {
	float:left;
	width:100%;
	margin: 10px 0 25px;
}
.interior .accordion .accordion-navigation {
	background: url('../img/grey-vertical-pattern-r.jpg') !important;
}
.interior .accordion .accordion-navigation:hover {
	background: url('../img/footer-bottom-grey-pattern.png') !important;

}
.interior .accordion a.acc-header {
	font-family: 'ProximaNova-Regular';
	font-size:1em;
	text-transform: uppercase;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	border-bottom: 1px dotted #fff;
	padding:8px;
	position: relative;
}

.interior .accordion a.acc-header:after {
	content: '+';
	background: #ec008c;
	padding: 0px 10px;
	font-size: 48px;
	line-height: 48px;
	border-left: 1px solid #fff;
	font-weight: bold;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	color:#fff;
}

.interior.benaroyahall .accordion a.acc-header:after {
    background:#7B59A5;
}

.interior .accordion .accordion-navigation.active .acc-header:after {
content: '-';
background: #333;
padding: 0 16px;
line-height: 38px;
}

.interior .accordion-navigation:last-of-type a.acc-header {
	border-bottom:none;
}
.interior .accordion a.acc-header:hover {
	background-color:#5c5c5c;
	background:#5c5c5c;
}

.interior .accordion .active a.acc-header {
	background-color:#ec008c;
	background:#ec008c;
	border-bottom: 1px solid transparent;
}
.interior .accordion.benaroyahall .active a.acc-header {
	background-color:#7B59A5;
	background:#7B59A5;
}
.interior .accordion .content {
	background: url('../img/grey-vertical-pattern-r.jpg') !important;
	margin:0;
	padding:10px;
}
.interior .accordion .content p {
	margin:0;
	padding:10px;
	background:#fff;
	color:#000;
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height:22px;
}
.interior .top-img-blk {
	/* float:left; */
	position: relative;
}
.interior .int-body {
	float:left;
}
.int-body h2 {
	font-family: 'GeometricSlabserif703';
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	color: #333;
	text-transform: none;
	margin: 10px 0 0;
}
.int-body h2:before {
	display:none;
}
.int-body h3 {
	font-family: 'GeometricSlabserif703';
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	color:#ec008c;
}
.int-body h4 {
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height:28px;
	color:#333;
}
.int-body p, .int-body .block-quote-wrap {
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height:22px;
	color:#010101;
	margin: 15px 0;
}
.int-body a {
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height:22px;
	color:#d60280;
}
.int-body p.list-title {
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height:22px;
	color:#000;
	margin:5px 0 2px;
	padding:0;
}
.int-body ul {
	list-style-type:none;
	margin-bottom:5px;
}
.int-body ul li {
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height:16px;
	color:#000;
	margin:0 0 6px;
	padding:0;
}
.int-body ul li:before {
	content: url('../img/bullet-lg.png');
	height: 14px;
	width: 9px;
	float: left;
	margin: -2px 5px 0 0;
	transform: scale(.1);
}
.int-body .block-quote {
	padding: 0;
	margin: 15px 20px 10px 0;
	max-width:33%;
	float:left;
}
.int-body .block-quote p {
	font-family: 'GeometricSlabserif703';
	font-style: italic;
	font-size: 24px;
	line-height: 36px;
	color:#333;
	padding:0 10px;
	margin:0;
	border-left: 10px solid #ec008c;
}
.int-body .block-quote-wrap {
	margin-bottom:15px;
}

/* SUBSCRIPTIONS */
.subs .int-body h2 {
	font-family: 'GeometricSlabserif703';
	font-weight: bold;
	font-size:30px;
	line-height: 30px;
	color:#ec008c;
	margin-bottom:20px;
}
.subs .int-body h3 {
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height:16px;
	color:#010101;
	margin-bottom:20px;
}
.acc-blk {
	float:left;
	width:100%;
}
.acc-blk h3 {
	font-family: 'GeometricSlabserif703';
	font-size:24px;
	line-height: 24px;
	color:#333;
	margin:30px 0 0;
	padding:0;
}
.acc-blk .accordion {
	margin:0;
}
.subs .accordion .accordion-navigation {
	background: none !important;
	margin-top:10px !important;
}
.subs .accordion .acc-header, .subs .accordion .active .accordion a.acc-header {
	background-color:#7d7d7d;
	border-bottom:none !important;
}
.subs .accordion .acc-header:hover {
	background:#5c5c5c !important;
}
.subs .accordion a.acc-header {
	padding: 0;
	position:relative;
}
.subs .accordion .acc-header h3 {
	font-family: 'ProximaNova-Regular';
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding: 14px 44px 14px 14px;
	margin: 0 0 1px;
}

.subs .accordion .accordion .content .desc-img {
	float: left;
	margin-right:10px;
	padding: 10px;
}
.subs .accordion .accordion .content p {
	padding:10px;
}

.subs .accordion .accordion-navigation .acc-header:after {
	content: '+';
	background: #ec008c;
	padding: 0px 10px;
	font-size: 48px;
	line-height: 48px;
	border-left: 1px solid #fff;
	font-weight: bold;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	color:#fff;
}
.subs .accordion .accordion-navigation.active .acc-header:after {
	content: '-';
	background:#333;
	padding: 0 16px;
	line-height: 38px;
}

.subs .accordion .accordion-navigation .active .accordion .acc-header:after {
	content: '+';
	background: #ec008c;
	padding: 0px 10px;
	font-size: 48px;
	line-height: 48px;
	border-left: 1px solid #fff;
	font-weight: bold;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	color:#fff;
}
.subs .accordion .accordion-navigation.active .accordion .accordion-navigation.active .acc-header:after {
	content: '-';
	background:#333;
	padding: 0 15px 0 14px;
	line-height: 38px;
}

.subs .accordion .accordion {
	float:none;
}
.subs .accordion .active .accordion .active a.acc-header {
	background-color: #ec008c !important;
	background: #ec008c !important;
}
.subs .accordion .accordion .content {
	background:#fff !important;
	float:left;
	padding:0;
	margin-bottom:10px;
	width: 100%;
}
.subs .accordion .accordion .accordion-navigation {
	margin-top: 0 !important;
	float:left;
	width:100%;
}

.subs .accordion .accordion .acc-header h3 {
	font-family: 'GeometricSlabserif703';
	text-transform: none;
}
.subs .accordion .accordion .accordion .acc-header h3 {
	font-family: 'ProximaNova-Regular';
}

.subs .accordion .accordion .accordion .accordion-navigation .acc-header:after {
	content: '+' !important;
	background: #ec008c !important;
	padding: 0px 10px !important;
	font-size: 48px !important;
	line-height: 48px !important;
	border-left: 1px solid #fff !important;
	font-weight: bold !important;
	height: 100% !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	color:#fff !important;
}
.subs .accordion .accordion .accordion  .accordion-navigation.active .acc-header:after {
	content: '-' !important;
	background:#333 !important;
	padding: 0 15px 0 14px!important;
	line-height: 38px !important;
}

.subs .accordion .active .accordion .active .accordion a.acc-header {
	background-color: #7d7d7d !important;
}
.subs .accordion .active .accordion .active .accordion .active a.acc-header {
	background-color: #ec008c !important;
	background: #ec008c !important;
}
.subs .accordion .inner-cont {
	padding:10px;
	float:left;
	width:100%;
}
.subs .accordion .inner-cont .single-line {
	float:left;
	width:100%;
	padding-right:20px;
	margin-bottom:3px;
}
.subs .accordion .inner-cont .single-line:last-of-type {
	margin-bottom:7px;
}
.subs .accordion .inner-cont .single-line p {
	font-weight:bold;
	width:40%;
	float:left;
	margin:0 0 0;
	padding:0;
}
.subs .accordion .inner-cont .single-line a p {
	font-weight:normal;
	width:60%;
}
.subs .accordion .inner-cont .single-line a p span {
	border-radius: 50%;
	background: #f00088;
	color: #fff;
	padding: 0 6px 0px 6px;
	font-size: 16px;
	/*line-height: 14px;*/
	margin-left:5px;
	text-align: center;
    /*font-family:sans-serif;
    display: inline-block;
    height: 17px;
    width: 17px;*/
}
.subs .accordion .inner-cont .single-line a:hover p span {
	background: #333;
}
/* .accordion .accordion-navigation .accordion-navigation .accordion-navigation:only-of-type .acc-header {
	display:none;
} */

.select-series {
	outline: 0;
	border: 0;
	font-size: 16px;
	line-height: 16px;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	background: url('../img/select-series-pattern.png');
	width: 190px;
	height: 39px;
	padding: 0 0 0 15px;
	text-align: left;
	cursor:pointer;
	float:right;
}

/* ORCHESTRA */
h2.big-title {
	font-size:30px;
	line-height: 30px;
	color:#ec008c;
	font-family: 'GeometricSlabserif703';
	font-weight: bold;
	text-transform: none;
	margin: 17px 0 25px;
}
h2.big-title:before {
	display:none;
}
.select-view {
	margin-bottom:25px;
	float:left;
	width: 100%;
}
.select-view .button {
	padding: 10px 10px;
	margin: 0;
	height: 40px;
	width: 143px;
	text-align: left;
	text-transform: uppercase;
	font-size:16px;
	line-height: 22px;
	font-family: 'ProximaNova-Bold';
	background-color:#5c5c5c;
	border:none;
	float: left;
}
.select-view .button.active {
	background-color:#f033a3;
}
.select-view .button:first-of-type {
	margin-right:10px;	
}
.select-view .button img {
	float:right;
	margin-top: -4px;
}
.select-view .button:hover {
	background-color:#42cbca;
}
.select-view .button.list {
	margin-right:10px;
}

h3.pos-name {
	margin: 20px 0 0;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ccc;
	font-family: 'GeometricSlabserif703';
	font-weight: bold;
	color: #5c5c5c;
	font-size: 26px;
	line-height: 26px;
}
.single-pos {
	padding:10px 0;
}
.single-pos a {
	color:#ec008c;
	font-family: 'ProximaNova-Bold';
	border-bottom:1px solid #fabfe2;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:16px;
	transition: border-color ease 500ms, color ease 500ms;
}
.single-pos a:hover {
	color:#39b5b4;
	border-bottom: 1px solid #cdecec;
}
.single-pos p {
	margin:3px 0 0;
	padding:0;
	font-size:16px;
	line-height:16px;
	font-family: 'ProximaNova-Regular';
	color:#010101;
}
ul.footnote {
	float:left;
	margin: 40px 0 30px;
	width:100%;
}
ul.footnote li {
	float:left;
	margin-right:10px;
	font-family: 'ProximaNova-Regular';
	font-size:14px;
	line-height:14px;
	color:#010101;
}
ul.footnote li:last-of-type {
	margin-right:0;
}
p.footnote {
	padding:0;
	margin:0;
	font-family: 'ProximaNova-Regular';
	font-size:14px;
	line-height:20px;
	color:#010101;
	float:left;
}

/* ORCH GRID */
.desktop-select { 
	width:291px; 
	margin-right:10px;
	float:left;
	position:relative;
}
.desktop-select p.title { 
	background:#5c5c5c;
	color:#fffdfe;
	font-family: 'ProximaNova-Bold';
	font-size:16px;
	line-height:16px;
	text-transform: uppercase;
	padding: 12px 0 12px 15px;
	cursor:pointer;
	margin:0;
}
.desktop-select p.title .arrow {
	background:url('../img/orchestra/select-list-down.png');
	height:40px;
	width:40px;
	float:right;
	margin-top: -12px;
	border-left: 1px solid #fff;
}
.desktop-select p.title.active .arrow { 
	background:url('../img/orchestra/select-list-up.png'); 
}
.desktop-select .list { 
	display:none;
	position: absolute;
	z-index: 999;
	width: 100%;
}
.desktop-select p.line {
	border-top:1px solid #fff;
	background:#353535;
	color:#fffdfe;
	font-family: 'ProximaNova-Bold';
	font-size:16px;
	line-height:16px;
	padding: 12px 0 12px 15px;
	margin:0;
	cursor:pointer;
}
.desktop-select p.line:hover {
	background:#ec038d;
}
.og-single {
	float:left !important;
}
.og-single .img, .orch-left .img {
	width:280px;
	height:280px;
	padding: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: url('../img/landing/img-blk-black_small.png');
	position: relative;
}
.og-single .img p {
	background: url('../img/orchestra/grid-blk-bottom.png');
	width:100%;
	padding: 8px 10px 0;
	margin: 0;
	text-align: left;
	z-index: 100;
	position: absolute;
	bottom: 25px;
	margin-bottom: -25px;
	height:80px;
	color: #fff;
	transition: background easeout 500ms;
	line-height:20px;
}
/*.og-single .img p {
    background: url('https://dl.dropboxusercontent.com/u/275812849/testblk2.png') !important;
}
.og-single .img p.overlay {
    background: none !important;
    background-color: #010101 !important;
    opacity: 0.6;
    transition: background-color 500ms ease,  opacity 500ms ease !important;
}
.og-single .img a:hover p.overlay {
	background-color: #eb1692 !important;
    opacity: 0.7;
}*/
.og-single .img p.text {
    background: none !important;
}
.og-single .img a:hover p {
	background: url('../img/landing/read-more-bg.png');
}
.og-single .img p b {
	font-family: 'GeometricSlabserif703';
	font-size:18px;
	line-height:20px;
	width:100%;
	float:left;
}
.og-single .img p span {
	font-family: 'ProximaNova-Bold';
	font-size:14px;
	line-height:16px;
}

.og-single.bts {
	margin-bottom:30px;
}
.og-single.bts .img {
	height:206px;
}
.og-single.bts .img p {
	font-family: 'GeometricSlabserif703';
	font-size: 0.875em;
	line-height: 1.15em;
	color:#fff;
	height:66px;
	padding:9px;
	overflow: hidden;
}
.og-single.bts .img.nopic p {
	font-size: 1.5em;
	line-height: 1.1em;
	height:100%;
	padding:14px;	
	bottom: 0;
	margin-bottom: 0;
	font-weight:normal;
}

.og-single.bts .img .icon { position: absolute; top: 15px; left: 15px; width:90px; height:90px; }
.og-single.bts .img .icon.video { background: url('../img/icons/icon-video.png') no-repeat; }
.og-single.bts .img .icon.audio { background: url('../img/icons/icon-audio.png') no-repeat; }
.og-single.bts .img .icon.files { background: url('../img/icons/icon-files.png') no-repeat; }
.og-single.bts .img.nopic .icon {
	-webkit-filter: grayscale(1) brightness(2); 
	-webkit-filter: grayscale(100%) brightness(200%); 
	filter: gray; 
	filter: grayscale(100%) brightness(200%);
	opacity:0.5;
	top: 5%;
	left: 15%;
	height: 90%;
	width: 90%;
	background-size: contain;
}
.og-single.bts .img.nopic:hover .icon {
	-webkit-filter: grayscale(0) brightness(100%); 
	-webkit-filter: grayscale(0%) brightness(100%); 
	filter: none; 
	filter: grayscale(0%) brightness(100%); 
	opacity:1;
}

/* ORCHESTRA DETAIL PAGE */
.orch-left {
	margin-top:50px;
}
.orch-left .img .image-view {
	display:none;
}
.orch-left .img .image-view.active {
	display:inline;
}
.thumb-holder {
	margin-top:20px;
}
.orch-left .thumb .img {
	height:80px;
	width:80px;
}
.thumb img {
	opacity:0.35;
	width:100%;
}
.thumb .active img {
	opacity:1;
}
.thumb a:hover img {
	opacity:1;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
.connect-blk {

}
.connect-blk h3 {
	font-family: 'GeometricSlabserif703';
	font-weight:bold;
	font-size:30px;
	line-height: 30px;
	text-transform:lowercase;
	padding: 10px 0 10px;
	border-bottom: 1px dotted #999;
	margin:0;
}
a.website {
	padding:10px 0;
	border-bottom:1px dotted #999;
	width:100%;
	float:left;
}
a.website .web-icon {
	background: url('../img/orchestra/website-icon.png');
	width:32px;
	height:30px;
	float:left;
	transition: background ease 500ms;
	margin-right:10px;
}
a.website:hover .web-icon {
	background: url('../img/orchestra/website-icon-hover.png');
}
a.website span {
	border-bottom:1px solid #d4d4d4;
	color:#000;
	font-family: ProximaNova-Bold;
	font-size:14px;
	line-height:14px;
}
.orch-social {
	float:left;
	padding:10px 0;
	border-bottom: 1px dotted #999;
	width:100%;
}
.orch-social .foot-social {
	float:left;
}

.orch-mid {

}
.orch-mid .interior-socials { 
	margin-top:15px; 
}
.orch-mid h2.big-title {
	margin:0 0 5px;
	padding:0;
}
.orch-mid h3.int-title, .orch-mid p.header {
	margin:0 0 5px;
	padding:0;
	font-family: ProximaNova-Bold;
	font-size:14px;
	line-height:16px;
	color:#000;
	text-transform:uppercase;
}
.orch-mid p.header {
	margin:0;
	text-transform: none;
}
.orch-mid .block-quote {
	max-width:50%;
}
.orch-mid .select-series {
	float: left;
	padding: 11px 10px;
	font-family: ProximaNova-Bold;
}
.orch-mid .select-series:hover {
	color:#fff;
}

/* BTS DETAIL */
.top-img-blk.bts-det img.hero {
	margin-bottom:0;
}
.bts-det .img {	
	width:100%;
	height:320px;
	padding: 0;
	/* display: table-cell; */
	text-align: center;
	vertical-align: middle;
	background: url('../img/landing/img-blk-black_small.png');
	position: relative;
}
.top-img-blk.bts-det p.copystyle {
	margin:10px 0 0;
}
.bts-push p a {
	text-decoration: underline;
	font-weight: bold;
}
p.lead {
	margin:20px 0 15px;
	font-size:22px;
	line-height: 30px;
}
p.lead a {
	font-size:22px;
	line-height: 30px;
	border-bottom: 1px solid #eaa4c9;
	text-decoration: none;
}
h2.big-title.bts {
	padding-right:250px;
}
.bts-push {
	margin-left:100px;
}
.bts-push .block-quote {
	margin-left:-100px;
}

.int-body.interior h4 {
	font-family: ProximaNova-Bold;
	line-height:22px;
	margin:0;
}
.int-body.interior h3 {
	margin-bottom:0;
}
.int-body.interior p {
	margin: 0 0 15px;
}
.orch-left.prlease {
	margin-top:0;
}
.prl-sing {
	border-bottom: 1px dotted #ccc;
	padding: 22px 0;
	float:left;
	width:100%;
}
.prl-sing:last-of-type {
	margin-bottom:20px;
}
.prl-sing p {
	margin:0 0 5px;
	padding: 0;
	font-family: ProximaNova-Bold;
	font-size: 14px;
	line-height: 14px ;
	color:#ec008c;
}
.prl-sing a {
	border-bottom: 1px solid #808080;
	font-family: ProximaNova-Bold;
	color:#010101;
	font-size:18px;
	line-height: 22px;
	transition: color ease 500ms, border-color ease 500ms;
}
.prl-sing a:hover {
	color:#ec008c;
	border-bottom:1px solid #f57fc5;
}
.prl-results {
	border-bottom: 1px dotted #ccc;
	padding: 22px 0;
	float:left;
	width:100%;
}
.prl-results:last-of-type {
	margin-bottom:20px;
}
.prl-results p {
	margin:0 0 5px;
	padding: 0;
	font-family: ProximaNova-Bold;
	font-size: 14px;
	line-height: 14px ;
	color:#ec008c;
}
.prl-results a {
	font-family: ProximaNova-Bold;
    color: #ec008c;	
	font-size:18px;
	line-height: 22px;
	transition: color ease 500ms, border-color ease 500ms;
}
.prl-results a:hover {
    color:#010101;		
}
.prl-results a:visited {
    text-decoration: none;
}
.searchfilters {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;	
    width: 100%;
}
.searchfiltertext
{
    border-bottom: 1px dotted #ccc;
	padding: 22px 0;
}
.searchboxspacer {
    display: inline-block;
    width: 148px;
    vertical-align: top;
}
.searchcontainer {
    /*display: inline-block;*/
}
.searchresultnumbers
{
    font-weight: bolder;
    font-size: x-small;
}
.searchresults
{
    display: initial;
}

.searchbox
{
    display: initial;
}

.searchboxdetails
{
    display: initial;
}

.searchpager
{
    clear: both;
    display: inline-block;
}
.pagination-container .pagination
{
    background: #ec008c;
}
.pagination-container .pagination:empty {
    display:none;
}
.pagination-container .active
{
    background: gray;
}
.pagination-container ul.pagination li a
{
    color: white;
    font-weight: bold;
}
/* FOOTER */
.foot-top {
	background: url('../img/footer-top-grey-pattern.png') repeat;
	background-color: #333;
	padding: 20px 0;
	margin-top:30px;
}
.foot-top .foot-logo {
	margin-bottom:16px;
}
.foot-top p {
	font-family: 'ProximaNova-Regular';
	color:#ffffff;
	font-size:16px;
	line-height:26px;
	padding:0;
	margin:0;
}
.foot-top p:last-of-type {
	font-family: 'ProximaNova-Regular';
	padding-top:12px;
}
.foot-top p a:hover {
	color:#fff;
}
.foot-top ul.foot-list {
	list-style-image: url('../img/footer-ul-type.png'); 
}
.foot-top ul.foot-list li {
	font-family: 'ProximaNova-Regular';
	font-size:16px;
}
.foot-top ul.foot-list li a:hover {
	color:#fff;
}
ul.foot-social {
	list-style-type: none;
	float: right;
}
ul.foot-social li {
	float:left;
}
ul.foot-social a {
	background: url('../img/footer-social-icons.png') no-repeat;
	height: 30px;
	width: 30px;
	float:left;
	margin-right:8px;
	transition: background ease 500ms;
}
ul.foot-social a:hover {
	background: url('../img/footer-social-icons-hover.png') no-repeat;
}
ul.foot-social a.facebook {
	background-position: 0 0;
}
ul.foot-social a.twitter {
	background-position: -37px 0;
}
ul.foot-social a.youtube {
	background-position: -73px 0;
}
ul.foot-social a.instagram {
	background-position: -110px 0;
}

.foot-bot {
	/* background: url('../img/footer-bottom-grey-pattern.png') repeat; */
	background-color: #555;
}
.foot-bot ul {
	padding:8px 0 12px;
	float: left;
}
.foot-bot ul li {
	float:left;
	color:#fffcfc;
	font-family: 'ProximaNova-Regular';
	font-size:14px;
}
.foot-bot ul li:after {
	content: '|';
	color:#ec008c;
	margin: 0 10px;
}
.foot-bot ul li:last-of-type:after {
	content: '';
	margin:0;
}
.foot-bot ul li a {
	color:#fffcfc;
}
.foot-bot ul li a:hover {
	color:#ec008c;
}


.padtop {
	padding-top:20px;
}

/* MODAL */
.modal-hide {
	display:none;
	width:auto;
	max-width:535px;
}
.fancybox-close {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url('../img/fancybox/modal-close.png');
}
.fancybox-skin {
	border-radius:0;
	background: url('../img/grey-vertical-pattern-r.jpg');
	max-width:555px;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	width:555px !important;
}
.fancybox-inner {
	background:#fff;
	padding: 5px 10px 15px;
	max-width:525px !important;
}
.fancybox-inner h2 {
	margin:0;
	padding:0 160px 0 0;
	font-family: 'ProximaNova-Bold';
	color: #000;
	font-size: 24px ;
	line-height: 28px;
}
.fancybox-inner h3 {
	margin:0;
	padding:0;
	font-family: 'GeometricSlabserif703';
	font-weight: bold;
	color:#ec008c;
	font-size:20px;
	line-height:26px;
	margin-top:24px;
}
.fancybox-inner p {
	margin:0;
	padding:0;
	color:#000;
	font-family: 'ProximaNova-Regular';
	font-size:16px;
	line-height: 22px;
}
.fancybox-inner p b {
	font-family: 'ProximaNova-Bold';
}
.fancybox-inner a.readmore {
	color:#ec008c;
	font-family: 'ProximaNova-Bold';
	font-size:16px;
	line-height: 22px;
	text-decoration: underline;
	float:left;
	margin-top:22px;
}
.fancybox-inner a.readmore:hover {
	
}

.hideme {
	visibility:hidden !important;
	left: -9999px;
	position: absolute;
}

.noselect, .radioclick.disabled, 
.checkbox.disabled, .accordion-header,
.tab-bar .menu-icon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radioclick.checked {
    color:#ec008c;
}
.radioclick.benaroyahall.checked {
    color:#7B59A5;
}

.packageBuyButtonBG {
    position:relative;
    float:right;
    background:url('../img/grey-vertical-pattern-r.jpg')
}

.packageBuyButtonFG {
    background: rgba(0,0,0,0.5);
    color:#fff;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    line-height: 18px;
    padding: 14px 44px 14px 14px;
}

/* Styles for Sitecore Generated Forms */
.sso_input.field-title {
    font-family: 'ProximaNova-Bold';
	color:#fffdfe;
	background:#d6d6d6;
	padding: 14px 12px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom:15px;
	text-transform: uppercase;
	letter-spacing:0.1em;
    width:100%;
    display:flex;
}

.sso_input.field-content > .text-box {
    font-family: 'ProximaNova-Bold' !important;
	font-size:16px !important;
	line-height: 20px !important;
	border: 1px solid #e91690 !important;
	background:#f5f5f5 !important;
	height: 40px !important;
}

.sso_input.field-required {
    display:none;
}

.form-submit {
    text-transform: uppercase;
	font-weight: bold;

    outline: 0;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: 'ProximaNova-Regular';
    color: #fff;
    background: url('../img/select-series-pattern.png');
    width: 190px;
    height: 39px;
    padding: 0 0 0 15px;
    text-align: left;
    cursor: pointer;
    float: right;
}

/* Styles for manually created mvc Forms */
.sso-label {
	font-family: 'ProximaNova-Bold';
	color:#fffdfe;
	background:#d6d6d6;
	padding: 14px 12px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom:15px;
	text-transform: uppercase;
	letter-spacing:0.1em;
}

.sso-input {
	font-family: 'ProximaNova-Bold' !important;
	font-size:16px !important;
	line-height: 20px !important;
	border: 1px solid #e91690 !important;
	background:#f5f5f5 !important;
	height: 40px !important;
}

span.required {
	float:right;
	font-size:12px;
}
textarea.sso-input {
	height:120px !important;
}
.select-series.formsub {
	text-transform: uppercase;
	font-weight: bold;
}

.hideme {
	visibility:hidden !important;
	left: -9999px;
	position: absolute;
}

.noselect, .radioclick.disabled, 
.checkbox.disabled, .accordion-header,
.tab-bar .menu-icon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radioclick.checked {
    color:#ec008c;
}

.validation-summary-errors li {
    font-size: small !important;
    font-weight:bold;
    color: red !important;
}

.clear-filter a h3{
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 14px 14px 14px 14px;
    margin: 0 0 1px;
    text-align:center;
}

.clear-filter a h3:hover{
    background-color:#333;
}

.reading-page-content {
    margin-left:15px;
}

.reading-page-content p {
    font-family: 'ProximaNova-Regular';
}

@-moz-document url-prefix() {
	.orch-left .img .image-view.active { width:100%; }
}

.center-home-logo {
    margin-top:15px;
    display:table;
    margin-left:auto;
    margin-right:auto;
}

.sponsor-image {
    max-height: 100px; 
    max-width: 175px; 
    margin-left: auto; 
    margin-right: auto; 
    display: block; 
    margin-bottom: 1.25rem;
}