@charset "UTF-8";
/* CSS Document
.mura-object-inline:not(.mura-active){
	display:inline-block;
	width:auto;
	margin:auto;
}
.mura-async-object.mura-object-inline:after{
	display:inline-block;
	clear:none;	
} */
.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}
body.media{
	overflow: visible;
}
body{
	padding:0;
	padding-top:102px;
	background:#ffffff;
	font-size:16px;
	color:#4C4C4C;
	line-height:25px;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
.content ul ul{
	list-style-type:disc;
	width:100%;
}
.content .mura-body .mura-region .mura-region-local > p{
	/* max-width:75%; */
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-bottom:19px;
}
#news .content .mura-body .mura-region .mura-region-local > p{
	text-align:left;
}
.artists .content .mura-body .mura-region .mura-region-local > p{
	text-align:left;
	max-width:none;
}
.artists .content p.artist-name{
	margin-bottom:9px;
}
.content h2 + p,
.content .h2 + p,
h2 + p,
.h2 + p,
.body-lg{
	font-size:20px;
	line-height:40px;
	text-align:center;
	margin-bottom:60px;
}
strong{
	font-weight:500 !important;
}
html.mura-edit-mode .navbar-fixed-top{
	top:30px;
}
span.orange{	color:#F26C2E;}
span.green{color:#A8BC56;}
span.gold{color:#F8A94B;}
span.aqua{color:#1EAFA2;}
/*GLOBAL BUTTON COLORS*/
/*ORANGE*/
.orange .btn-primary, .mura-object.orange .btn-primary{
	background-color:#F26C2E;
	border-color:#F26C2E;
	
}
.orange .btn-secondary, .mura-object.orange .btn-secondary{
	background-color:#fff;
	border-color:#575757;
	color:#F26C2E;
}
.orange .btn-primary:hover,
.orange .btn-primary:focus,
.orange .btn-primary.focus,
.mura-object.orange .btn-primary:hover,
.mura-object.orange .btn-primary:focus,
.mura-object.orange .btn-primary.focus {
  color: #F26C2E;
  background-color:#fff;
  border:1px solid #F26C2E;
}
.orange .btn-secondary:hover,
.orange .btn-secondary:focus,
.orange .btn-secondary.focus,
.mura-object.orange .btn-secondary:hover,
.mura-object.orange .btn-secondary:focus,
.mura-object.orange .btn-secondary.focus {
  color: #fff;
  background-color:#F26C2E;
  border:1px solid #F26C2E;
}
.dropdown-menu > li > a.orange{
	background-color:#F26C2E;
	color:#fff;
}
/*GREEN*/
.green .btn-primary, .mura-object.green .btn-primary{
	background-color:#A8BC56;
	border-color:#A8BC56;
}
.green .btn-secondary, .mura-object.green .btn-secondary{
	background-color: transparent;
	border-color:#575757;
	color:#A8BC56;
}
.green .btn-primary:hover,
.green .btn-primary:focus,
.green .btn-primary.focus,
.mura-object.green .btn-primary:hover,
.mura-object.green .btn-primary:focus,
.mura-object.green .btn-primary.focus{
  color: #A8BC56;
  background-color:#fff;
  border:1px solid #A8BC56;
}
.green .btn-secondary:hover,
.green .btn-secondary:focus,
.green .btn-secondary.focus,
.mura-object.green .btn-secondary:hover,
.mura-object.green .btn-secondary:focus,
.mura-object.green .btn-secondary.focus {
  color: #fff;
  background-color:#A8BC56;
  border:1px solid #A8BC56;
}
.dropdown-menu > li > a.green{
	background-color:#A8BC56;
	color:#fff;
}
/*GOLD*/
.gold .btn-primary,
.btn-gold{
	background-color:#F8A94B;
	border-color:#F8A94B;
	color:#fff;
}
.gold .btn-secondary{
	background-color:#fff;
	border-color:#575757;
	color:#F8A94B;
}
.gold .btn-primary:hover,
.gold .btn-primary:focus,
.gold .btn-primary.focus,
.btn-gold:hover,
.btn-gold:focus,
.btn-gold.focus {
  color: #F8A94B;
  background-color:#fff;
  border:1px solid #F8A94B;
}
.gold .btn-secondary:hover,
.gold .btn-secondary:focus,
.gold .btn-secondary.focus {
  color: #fff;
  background-color:#F8A94B;
  border:1px solid #F8A94B;
}
.dropdown-menu > li > a.gold{
	background-color:#F8A94B;
	color:#fff;
}
/*AQUA*/
.aqua .btn-primary{
	background-color:#1EAFA2;
	border-color:#1EAFA2;
}
.aqua .btn-secondary{
	background-color:#fff;
	border-color:#575757;
	color:#1EAFA2;
}
.aqua .btn-primary:hover,
.aqua .btn-primary:focus,
.aqua .btn-primary.focus {
  color: #1EAFA2;
  background-color:#fff;
  border:1px solid #1EAFA2;
}
.aqua .btn-secondary:hover,
.aqua .btn-secondary:focus,
.aqua .btn-secondary.focus {
  color: #fff;
  background-color:#1EAFA2;
  border:1px solid #1EAFA2;
}
.dropdown-menu > li > a.aqua{
	background-color:#1EAFA2;
	color:#fff;
}
/*Royal*/
.royal .btn-primary{
	background-color:#6f285b;
	border-color:#6f285b;
}
.royal .btn-secondary{
	background-color:#fff;
	border-color:#575757;
	color:#6f285b;
}
.royal .btn-primary:hover,
.royal .btn-primary:focus,
.royal .btn-primary.focus {
  color: #6f285b;
  background-color:#fff;
  border:1px solid #6f285b;
}
.royal .btn-secondary:hover,
.royal .btn-secondary:focus,
.royal .btn-secondary.focus {
  color: #fff;
  background-color:#6f285b;
  border:1px solid #6f285b;
}
.dropdown-menu > li > a.royal{
	background-color:#6f285b;
	color:#fff;
}
/*RED*/
.red .btn-primary{
	background-color:#E22722;
	border-color:#E22722;
	opacity:.8;
}
.red .btn-secondary{
	background-color:#fff;
	border-color:#E22722;
	color:#E22722;
	opacity:.8;
}
.red .btn-primary:hover,
.red .btn-primary:focus,
.red .btn-primary.focus {
  color: #E22722;
  background-color:#fff;
  border:1px solid #E22722;
}
.red .btn-secondary:hover,
.red .btn-secondary:focus,
.red .btn-secondary.focus {
  color: #fff;
  background-color:#E22722;
  border:1px solid #E22722;
}
.dropdown-menu > li > a.red{
	background-color:#E22722;
	color:#fff;
}

.dropdown-menu > li > a.disabled{
	background-color:#000 !important;
	color:#fff !important;
}
.dropdown-menu > li > a.disabled, .dropdown-menu > li > a.aqua, .dropdown-menu > li > a.green, .dropdown-menu > li > a.gold, .dropdown-menu > li > a.orange, .dropdown-menu > li > a.royal{
	padding-top:10px;
	padding-bottom:10px;
}
.dropdown-menu > li > a.disabled:hover, .dropdown-menu > li > a.aqua:hover, .dropdown-menu > li > a.green:hover, .dropdown-menu > li > a.gold:hover, .dropdown-menu > li > a.orange:hover, .dropdown-menu > li > a.royal:hover{
	background-color:#fff !important;
	color:#4b4b4b !important;
}
.passes-dropdown{
	padding-top:0;
	padding-bottom:0;
}

/*OVERRIDE DEFAULT DISABLED BUTTON STYLE*/
.btn.disabled.btn-primary{
	opacity:0.80 !important;
	background-color:#E22722 !important;
	border-color:#E22722 !important;
}

.patron-experience-related .btn.disabled.btn-primary{  
  	background-color:#A8BC56 !important;
	border-color:#A8BC56 !important;
}
.patron-experience-related .btn.disabled.btn-primary:hover,
.patron-experience-related .btn.disabled.btn-primary:active,
.patron-experience-related .btn.disabled.btn-primary:focus{
	color: #A8BC56 !important;
	background-color:#fff !important;
	border:1px solid #A8BC56 !important;
	cursor:not-allowed !important;
}
/*END GLOBAL BUTTON COLORS*/
.btn + p{
	margin-top:15px;
}
.navbar{
	background:#fff;
	border:0;
}
.navbar-nav > li > a{
	color:#676767;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	padding:12px 30px;
	font-size:13px;
	line-height:14px;
}
.navbar-top{
    margin-top: 14px;
}
h1.pageTitle,
.h1.pageTitle,
h3{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#8D8D8D;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	margin-top:50px;
	/* letter-spacing:4px; */
}
h2,
.h2,
#homepage .mura-object-meta h2{
	font-family: 'Cormorant Infant', serif;
	font-size:60px;
	color:#4C4C4C;
	font-weight:300;
	text-align:center;
	margin: 0;
/* 	margin-bottom:10px; */
	clear:both;
/* 	text-transform:lowercase; */
	padding-top:65px;
	line-height: 55px;
    max-width:950px;
    margin-bottom: 30px;
    margin-left:auto;
    margin-right:auto;
}
.mura-body h2:first-child,
.mura-body .h2:first-child,
h1 + h2,
.h1 + .h2,
.mura-body h3 + h2{
	padding-top:0 !important;
	margin-top:0 !important;
}
h2 span.subHead,
.h2 span.subHead{
	font-size:45px;
	display:block;
	text-transform:none;
	line-height:50px;
	margin-top:20px;
}
.h2-sans-green{
	color:#A7C14F;
	font-family:'Montserrat', sans-serif;
	font-size:55px;
	font-weight:500;	
	text-transform:none;
	margin:0;
	padding-top:40px;
}
.h2-sans-green + p{
	margin-top:10px;
}
a.backlink{
	color:#A8BC56;
	background:url(../png/arrow-left-long-gray.png) left center no-repeat;
	padding-left:33px;
}
.content-container-fluid{
	border-top:10px solid #E5E5E5;	
}
.bottom-page-back{
	padding-bottom:400px;
	margin-bottom:15px;
	background-size:100% auto;
	background-position:center bottom;
}
.content-objects{	
    padding-left: 0;
    padding-right: 0;
}
.content-objects .mura-object{
	padding-top:90px !important;
}
.content-objects .mura-region .mura-region-local .mura-object:nth-child(odd){
	background-color:#fafaf8;
}
.content-objects .mura-region .mura-region-local .mura-object:nth-child(even){
	background:#fff;
}
.content-objects .mura-object:after{
	content:"";
	display:table;
	clear:both;
	padding-bottom:90px;
}
.content-objects .mura-object-content{
	max-width:1170px;
	margin-right:auto;
	margin-left:auto;
	float:none;
}
.content-objects .btn{
	margin:0 auto;
}
.container-fluid.content{
	padding:0;
}
.content.no-content-margin{
	padding-right:0;
	padding-left:0;	
}
.content.no-content-margin p, .content.no-content-margin ul{
	margin-left:250px;
	margin-right:250px;
	text-align:center;	
}
.content.no-content-margin ul{
	text-align:left;
}
.content p.artist-category{
	color:#000000;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	padding-bottom:0;
	margin-bottom:3px;
	font-weight:700;
	margin-top:50px;
}
.content p.artist-name{
	font-size:45px;
	font-weight:300;
	font-family: 'Cormorant Infant', serif;
	line-height:45px;
	margin-top:50px;
	padding-top:0;
	text-align:left;
}

.sidebyside{
	margin-bottom:15px;
	position:relative;
	height:395px;
	clear:both;
	margin-top:50px;
}
.sidebyside + .sidebyside{
	margin-top:5px;
}
.sidebyside.green{
	background:#A7C157;
}
.sidebyside.orange{
	background:#F16F30;
}
.sidebyside.aqua{
	background:#1EAFA2;
}
.sidebyside .sidebyside-text{
	float:left;
}
.sidebyside .sidebyside-img{
	float:right;
}
.sidebyside:nth-child(odd) .sidebyside-text{
	float:right;
}
.sidebyside:nth-child(odd) .sidebyside-img{
	float:left;
}
.sidebyside-text{
	position:relative;
	top:50%;
	transform:translateY(-50%);	
}
.sidebyside-text h2, .sidebyside-text p{
	color:#fff;	
}
.sidebyside-text h2{
	margin-top:0px;
	padding-top:0;
}
.sidebyside-text p{
	padding-bottom:0;
	margin-bottom:40px;
	text-align:center;
}
.sidebyside-text p:last-child{
	margin-bottom:0;
}
.sidebyside-text .btn-secondary{
	color:#fff;
	border-color:#fff;
	background-color:transparent;
	min-width:160px;
}
.sidebyside-text .btn-secondary:hover,
.sidebyside-text .btn-secondary:focus,
.sidebyside-text .btn-secondary.focus{
	background-color:#fff;
	color:#F16F30;
}
.sidebyside-img{
	padding-left:0;
	padding-right:0;	
}
.bma-bar{
	background:#666666;
	padding-top:30px;
	padding-bottom:30px;	
}
.bma-bar-text {
	
}
.bma-bar-text p{
	color:#fff;
	font-size:28px;
}
.bma-bar-text .btn{
	min-width:160px;
}
.bma-bar-text .btn-secondary{
	border-color:#fff;
	color:#fff;
}
.mura-item-meta__date{
	font-size:14px;
	font-weight:500;
	color:#000;
	text-transform:uppercase;
}
@media(max-width:991px){
	.content.no-content-margin p, .content.no-content-margin ul{
	margin-left:50px;
	margin-right:50px;
	}
}
.margin-top-0{
	margin-top:0 !important;
}
div[data-cssclass="margin-top-0"]{
	margin-top:0 !important;
}
.margin-top-10{
	margin-top:10px !important;
}
.margin-top-20{
	margin-top:20px !important;
}
.margin-top-30{
	margin-top:30px !important;
}
.margin-top-40{
	margin-top:40px !important;
}
.margin-top-50{
	margin-top:50px !important;
}
.margin-top-60{
	margin-top:60px !important;
}
.margin-top-70{
	margin-top:70px !important;
}
.margin-top-80{
	margin-top:80px !important;
}
.margin-top-90{
	margin-top:90px !important;
}
.margin-top-100{
	margin-top:100px !important;
}
.margin-bottom-10{
	margin-bottom:10px !important;
}
.margin-bottom-20{
	margin-bottom:20px !important;
}
.margin-bottom-30{
	margin-bottom:30px !important;
}
.margin-bottom-40{
	margin-bottom:40px !important;
}
.margin-bottom-50{
	margin-bottom:50px !important;
}
.margin-bottom-60{
	margin-bottom:60px !important;
}
.margin-bottom-70{
	margin-bottom:70px !important;
}
.margin-bottom-80{
	margin-bottom:80px !important;
}
.margin-bottom-90{
	margin-bottom:90px !important;
}
.margin-bottom-100{
	margin-bottom:100px !important;
}
.margin-bottom-minus-10{
	margin-bottom:-10px !important;
}
.margin-bottom-minus-20{
	margin-bottom:-20px !important;
}
.margin-bottom-minus-30{
	margin-bottom:-30px !important;
}
.margin-bottom-minus-40{
	margin-bottom:-40px !important;
}
.margin-bottom-minus-50{
	margin-bottom:-50px !important;
}
.margin-bottom-minus-60{
	margin-bottom:-60px !important;
}
.margin-bottom-minus-70{
	margin-bottom:-70px !important;
}
.margin-bottom-minus-80{
	margin-bottom:-80px !important;
}
.margin-bottom-minus-90{
	margin-bottom:-90px !important;
}
.margin-bottom-minus-100{
	margin-bottom:-100px !important;
}
.margin-top-minus-10{
	margin-top:-10px !important;
}
.margin-top-minus-20{
	margin-top:-20px !important;
}
.margin-top-minus-30{
	margin-top:-30px !important;
}
.margin-top-minus-40{
	margin-top:-40px !important;
}
.margin-top-minus-50{
	margin-top:-50px !important;
}
.margin-top-minus-60{
	margin-top:-60px !important;
}
.margin-top-minus-70{
	margin-top:-70px !important;
}
.margin-top-minus-80{
	margin-top:-80px !important;
}
.margin-top-minus-90{
	margin-top:-90px !important;
}
.margin-top-minus-100{
	margin-top:-100px !important;
}
#svIndex.mura-index, .mura-index{
	margin-top:45px;
	max-width: 920px;
	margin-left: auto;
	margin-right:auto;
}
/*#aboutus .content{
	background:url(../images/about-page-back.jpg) no-repeat center 5% #fff;
	background-size:contain;	
}
#aboutus.depth-2 .content, #aboutus.depth-3 .content{
	background:#fff;	
}
.content.shaded{
	background:#f8f8f8 !important;
	padding-bottom:0 !important;
}
body[class^="depth-"] .content .mura-asset-image{
	margin:-50px -70px 60px -70px;
}
body[class^="depth-"] .content .mura-asset-image img{
	max-width:none;
	width:100%;
}
body[class^="depth-"] .content.no-content-margin .mura-asset-image{
	margin:-50px 0 60px 0;
}
body[class^="depth-"] .content h2{
	font-family: 'Cormorant Infant', serif;
	font-size:75px;
	color:#4C4C4C;
	font-weight:300;
	text-align:center;
	padding-top:65px;
}*/

.fnv-news-date{
	color:#b7b7b7;
	font-size:12px;
}
.page-not-found .pageTitle{
	display:none;
}
.page-not-found .content{
	padding:50px 15px !important;
	background:transparent !important;
}
.content .mura-index, section .mura-index {
    border-top: 0px solid #ccc;
    padding-top: 0;
	clear:both;
}
/*body[class^="depth-"] .content .mura-index {
    margin: 0;
}*/
body[class^="depth-"] .content .mura-index dl, .mura-index .itemRow {
    margin: 0 0 20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.mura-index .itemRow:first-child {
    padding-top:0;
}
body[class^="depth-"] .content .mura-index dl:last-child, .mura-index .itemRow:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:20px;
}
.mura-index dt.date{
	color:#000000;
	font-weight:400;	
	font-size:14px;
	padding-top:0;
	margin-top:0;
	margin-bottom:8px;
	padding-bottom:0;
}
.mura-index dt.title{
	line-height:22px;
}
.mura-index dt.title a{
	color:#4c4c4c;
	padding-top:0;
	margin-top:0;
	margin-bottom:15px;
	padding-bottom:0;
}
/*
body[class^="depth-"] .content .mura-index .row.itemRow dt{
	color:#202020;
	font-weight:400;
	font-size:17px;
}
body[class^="depth-"] .content .mura-index .row.itemRow dt.title{
	clear:both;	
}
body[class^="depth-"] .content .mura-index dd.summary{
	color:#797979;
	font-weight:400;	
	font-size:13px;
	line-height:20px;
	padding-top:0;
	margin-top:0;
	margin-bottom:25px;
	padding-bottom:0;
}*/
body[class^="depth-"] .content .mura-index dd.readMore, body[class^="depth-"] .content .mura-index div.readMore{
	display:inline-block;
	float:left;
}
/*body[class^="depth-"] .content .mura-index dd.readMore a{
	color:#fff;
	font-weight:300;	
	font-size:18px;
	line-height:18px;
	padding-top:0;
	margin-top:0;
	margin-bottom:25px;
	padding-bottom:0;
	background:#F7A949;	
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #F7A949;
    white-space: nowrap;
    padding: 8px 15px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-transform:lowercase;
}*/
.mura-index .mura-item-meta__partnerwebsite{
	display:inline-block;
	float:left;	
	margin-left:3px;
}
body[class^="depth-"] .content .mura-index dd.readMore a.btn-buynow, .mura-index a.btn-buynow{
	background:#ffffff;
	color:#F7A949;
	border:1px solid #F7A949;
}
body[class^="depth-"] .content .mura-index dd.readMore a.btn-buynow:hover, .mura-index a.btn-buynow:hover{
	background:#F7A949;
	color:#fff;
	border:1px solid #F7A949;
}
.mura-next-n{
	text-align:center;
	margin-top:35px;
}
#newsandblog .mura-next-n {
    margin-left: -70px;
    margin-right: -70px;
    background: #ffffff;
    margin-bottom: -50px;
    padding-bottom: 10px;
    padding-top: 35px;
    margin-top: 0;
}
.pagination > li{
	background-color:transparent;
	padding:3px;
	border-radius:1000px;
	margin-right:5px;
	display:inline-block !important;	
}
.pagination > li:hover{
	background-color: #fff;
	background:#fff;
}
.pagination > li.active{
	background-color:#EF6F49;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 16px !important;
	font-weight:500;
    text-decoration: none;
    color: #EF6F49;
    background-color: transparent;
    border: 1px solid #EF6F49;
    margin-left: 0px;
	border-radius:1000px;
	min-width:29px;
	text-align:center;
}
.mura-nav-sequential ul li a, .mura-next-n ul li a {
    border: 1px solid #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #EF6F49;
    background-color: #fff;
    border-color: #EF6F49;
}
.pagination > li a.active{
	color: #ffffff;
    background-color: #EF6F49;
    border: 1px solid #EF6F49;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #EF6F49;
    border-color: #EF6F49;
    cursor: default;
}
.pagination > li.navNext, .pagination > li.navPrev{
	background:transparent;	
}
.pagination > li.navNext > a, .pagination > li.navPrev > a {
	background:url(../png/arrow-right-long-black.png) center center no-repeat;
	width:36px;
	font-size: 16px;
    line-height: 21px;
	border:0;
	color:transparent;
}
.pagination > li.navPrev > a {
	background:url(../png/arrow-left-long-black.png) center center no-repeat;
}
.btn-secondary{
	border:1px solid #fff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
    color: #000000;
    border-color:#000000;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.navbar-wrapper{
	background:#fff;
}
.navbar{
	margin-bottom:0;
}
.navbar .fnv-logo{
	padding-top:6px;
	padding-bottom:6px;	
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 18px;
}
@media(min-width:768px){
	.navbar-toggle{
		margin-left:0;
	}
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 0px;
	background-color:#4d4d4d;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}
.navbar-close{
	margin:0 auto;
	display:block;
}
.navmenu-nav{
	margin-top:55px;	
}
.nav-overlay{
	width:100%;
	position:absolute;
	top:0;
	bottom:0;
	background:#000;
	background:rgba(0,0,0,.5);
	display:none;
	z-index:1029;	
}
.navbar .btn-group .dropdown-menu {
    width: 100vw;
    text-align: center;
    border: 0;
    position: fixed;
    top: 66px;
	background:#f5f5f5;
	padding-bottom:35px;
	padding-top:65px;
	border-top:1px solid #eeeeee;
}
.navbar .btn-group .dropdown-toggle {
    background: transparent;
    padding-bottom: 24px;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
}
.navbar .btn-default:active:hover, .navbar .btn-default.active:hover, .navbar .open > .dropdown-toggle.btn-default:hover, .navbar .btn-default:active:focus, .navbar .btn-default.active:focus, .navbar .open > .dropdown-toggle.btn-default:focus, .navbar .btn-default:active.focus, .navbar .btn-default.active.focus, .navbar .open > .dropdown-toggle.btn-default.focus {
    color: #000;
    background-color:transparent;
    border-color:transparent;
}
.navbar .btn-group.open .dropdown-toggle {
    background: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
	border-bottom-color:#000 !important;
	padding-bottom:23px;
}
.navbar .dropdown-menu .btn{
	margin:0 auto;
}
.navbar .dropdown-menu hr{
	color:#f5f5f5;
	background-color:#f5f5f5;
	margin-top:50px;
	margin-bottom:30px;
}
.navbar .badge-info{
	background:#e4e4e4;
	border-radius:1000;
	color:#000;
	font-weight: 400;
}
.navbar-left{
	padding-left:0;
}

.navbar-right.nav > li{
	font-family:Poppins, Helvetica, Arial, sans-serif;
	font-size:13px;
	float:right;
	clear:none;
	text-align:left;
	font-weight:300;
	text-transform:uppercase;
	width:auto;
	min-width:auto;
}
.navbar .btn-group, .btn-group-vertical {
    float: left;
}
.navbar .form-inline {
    margin-top: 8px;
    display: inline-block;
    margin-left: 25px;

}
.navbar .form-inline .form-group {
    display:inline-block;
    margin-bottom: 0;
    vertical-align: middle;

}
.navbar .form-inline .form-control, .additional-nav-items .form-inline .form-control{
	max-width: 200px;
	border: 0;
	box-shadow:none;
	-webkit-box-shadow:none;
}
#navPrimary .dropdown-menu{
	padding-bottom:0;
	background:#E5E5E5;
	border-top:0;
}
@media(min-with:768px){
	#navPrimary .dropdown-menu{
		width:auto !important;
	}
}
#navPrimary .dropdown-menu > li > a{
	padding-top:10px;
	padding-bottom:10px;	
	font-size:13px;
	color:#4D4D4D;
}
.navbar #searchForm input{
	border:0;
	box-shadow:none;
	width:85px;
}
.navbar .navbar-top a{
	display:inline-block;
	margin-top: 12px;
	color: #000;
}
@media(max-width:767px){
	body{
		padding-top:82px;
	}
	.additional-nav-items {
    	max-width: none;
    	margin-top: 30px;
	}
	.additional-nav-items .form-inline .form-control {
    	max-width: 90%;
    	display: inline-block;
	}
	.navmenu-nav {
    	margin-top: 30px;
	}
	.navbar-brand{
		width:110px;
		padding:16px 0;
	}
	.navbar-brand img{
		width:90%;
	}
	.sidebyside-text{
		position:relative;
		padding-bottom:15px;
		padding-top:15px;
		top:auto;
		transform:none;
	}
	.sidebyside{
		height:auto;
	}
	
}
.additional-nav-items .fa, .footer-bottom .fa{
	font-size:15px;
	margin-right:24px;
	color:#cecece;
}
.footer-bottom .fa{
	color:#717171;
}
.additional-nav-items .fa:last-child, .footer-bottom .fa:last-child{
	margin-right:0;	
}
.additional-nav-items .btn{
	padding:12px 25px;
	margin-top:20px;
}
.additional-nav-items form{
	margin-top:15px;
}
.additional-nav-items form .fa{
	margin-right: 0;
    color: #000;
}

.btn-default{
	border:0;
}
.home-hero{
	width:100%;
	height: 425px;
	background-size: cover;
	background-position: center center;
}
.sub-hero{
	width:100%;
	position:relative;
}


.sub-hero .bannerheadings{
	z-index:1001;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
.sub-hero .bannerheadingsinner {	
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.sub-hero .bannerheadings h2 {
    font-size: 75px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 2px;
}
.sub-hero .bannerheadings h4{
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 2px;
}

.sub-hero .bannerheadings h4 + h2{
	margin-top:8px;
}



@media(min-width:1200px){
	.sub-hero img{
		width:100%;
	}
}
.home-hero .container{
	height:100%;
	display:table;
}
.home-hero .container .row{
	height:100%;	
	display:table-cell;
	vertical-align:middle;
}
.home-hero h2{
	font-family:'Dancing Script';
	color:#fff;
}
.home-hero .home-hero-main{
}
.home-hero .home-hero-main h2{
	font-size:55px;
	line-height:55px;
}
.home-hero .home-hero-main .btn{
	text-transform:uppercase;
}
.home-hero .home-hero-cta{
}
.home-hero .home-hero-cta .btn{
	background:url(../png/home-hero-cta-btn-back.png) no-repeat;
	background-size:contain;
	background-color:transparent;
	padding:13px 17px 13px 70px;
	color:#fff;
	font-family:'EB Garamond', serif !important;
	position:absolute;
	bottom:0;
	left:0;
	border:0;
}
.home-hero .home-hero-cta .outer{
	background:#1d2630;
	background:rgba(29,38,48,.6);
	padding:15px;
}
.home-hero .home-hero-cta .inner{
	padding:15px 15px 60px 15px;
	border:1px solid #beaa83;
	position:relative;
}
.home-hero .home-hero-cta h2{
	font-size:30px;
	padding-bottom:40px;
	margin-bottom:15px;
	background:url(../png/heading-bug.png) bottom left no-repeat;
}
.home-hero .home-hero-cta p{
	color:#fff;
}
.home-hero .btn.visible-xs{
	margin-top:5px;
	max-width:155px;
	margin-left:auto;
	margin-right:auto;
}
#footer-hero.sub-hero{
	margin-bottom:15px;
}
.all-caps-gray-28, h4, .mura-object-meta h2{
	font-size:38px;
	font-family:'Cormorant Infant', serif;
	font-weight:300;
	letter-spacing:2px;
	line-height:40px;
	color:#000;
	text-transform:none;	
	text-align:center;
}

p + h4{
	margin-top:50px;
}
@media(max-width:1199px){
	.home-hero{
		height:45vw;
	}
	.home-hero .home-hero-main{
		margin-bottom:30px;
		text-align:center;
	}
	.sidebyside{
		height:327px;
	}
	.sidebyside-text h2 + p{
		font-size:16px;
		line-height:22px;
		margin-bottom:40px;
	}
	.sidebyside-text h2{
		font-size:58px;
		margin-bottom:20px;
	}
}
@media(max-width:991px){
	.sidebyside{
		height:253px;
	}
	.sidebyside-text h2 + p{
		font-size:14px;
		line-height:18px;
		margin-bottom:20px;
	}	
	.sidebyside-text h2{
		font-size:45px;
		line-height:45px;
	}
}
@media(max-width:767px){
	.home-hero {
    	height: 90vw;
    	min-height: 300px;
	}	
	.home-hero .home-hero-main h2{
		font-size:40px;
		line-height:40px;
	}
}
@media(max-width:991px){
	.sub-hero .bannerheadings h2{
		font-size:55px;
		line-height:55px;
	}
	.sub-hero .bannerheadings h4{
		font-size:35px;
		line-height:35px;
	}	
}

/*body[class^="depth-"] .content hr{
	background:url(../images/ico/heading-bug_sm.png) bottom center no-repeat;
	height:8px;
	background-color:transparent;
	padding:0;
	margin-top:10px;
	margin-bottom:25px;
	border:0;
}*/
body[class^="depth-"] .content .img-caption{
	font-style:italic;	
}
body[class^="depth-"] .content blockquote{
	font-size:20px;
	line-height:26px;
	font-weight:400;
	text-align:center;	
	border-left:0;
	width:40%;
	margin:50px auto;
	clear:both;
	padding:0;
}
/*body[class^="depth-"] .content blockquote:before, body[class^="depth-"] .content blockquote:after{
	content:"";
	display:block;
	background:url(../images/ico/heading-bug_sm.png) center center no-repeat;
	height:8px;
	margin:0;
	padding:0;
}
body[class^="depth-"] .content blockquote:before{
	margin-bottom:15px;
	padding-top:90px;	
	clear:both;
	background-position:bottom;
}
body[class^="depth-"] .content blockquote:after{
	margin-top:25px;	
}*/

.row.itemRow{
	padding-top:30px;	
}

/*lifts the content up over the page header image*/
#aboutus.career-opportunities .content div.mura-region:nth-child(1){
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border-radius: 15px;
	padding-top:55px;
}
#aboutus.career-opportunities .content .mura-region:after {
  content: "";
  display: table;
  clear: both;
}
#aboutus.career-opportunities .content .mura-asset-image{
	margin: -50px -70px -190px -70px;
    z-index: 0;
    position: relative;
}
/*end lifts the content up over the page header image*/
.career-benefits{
	margin:55px 50px 0 50px;	
}
.career-benefits .fa{
	color:#beaa83;	
}
.career-benefits p{
	font-size:12px;
	color:#797979;
	line-height:18px;
}
.career-benefits p strong{
	font-size:13px;
	color:#484848;
	line-height:25px;
}
footer{
	background:#000;
	padding-top:45px;
	padding-bottom:45px;
	width:100%;
	color:#fff;
}
footer h4{
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 0;
	color:#fff;
	text-align: left;
	font-weight:500;
}
footer h3{
	font-family:'Cormorant Infant', serif;
	color:#fff;
	font-size:24px;
	text-transform: none !important;
	text-align: left;
	font-weight:400;
	letter-spacing: 0;
	margin-top:9px;
	margin-bottom:9px;
	line-height:30px;
}
.footer-row-1{
	margin-bottom:25px;
}
.footer-logo{
	/* margin-bottom:40px;	 */
}
.footer-logo .img-responsive{
	margin:0;
	min-height:80px;
	margin-top:10px;
}
.footer-address p{
	color:#fff;
	font-size:14px;	
	line-height:22px;
}
.footer-links p{
	font-size:14px;
	line-height:22px;
}
.footer-links a{
	color:#fff;
	text-transform:none;
	display: block;
}
.footer-copyright{
	margin-top:40px;
}
.footer-copyright p{
	color:#fff;
	font-size:14px;
	max-width:none;
	line-height:18px;
	text-align: center;
}
.footer-social{
	margin-top:20px;
	margin-bottom:10px;
}
.footer-social a{
	color:#C4C4C4;	
	font-size:28px;
	display:inline-block;
	margin-right:15px;
}
.footer-social p .fa:last-child{
	margin-right:0;
}
.footer-right p{
	font-size:14px;
	text-transform:uppercase;
}
footer .footer-right-img{
	padding:0;
}
footer .footer-play-your-part p{
	font-size:14px;
	line-height:22px;
	margin-bottom:15px;
}
footer .footer-signup #mc_embed_signup{
	background:transparent;
}
footer .footer-signup #mc_embed_signup #mc_embed_signup_scroll{
	display:flex;
}
footer .footer-signup #mc_embed_signup input{
	border-radius:0px;
	border:1px solid #fff;
	background-color:transparent;
	color:#fff;
	text-align:center;
}
footer .footer-signup #mc_embed_signup input.email{
	text-align:center;
	flex-grow: 1;
	/* margin:0 10px 0 0 !important; */
	color:#fff;
}
footer .footer-signup #mc_embed_signup .clear{
	padding-left:10px;
	flex-shrink:1;
	flex-grow:0;
}
footer .footer-signup #mc_embed_signup input.button{
	background-color:#F5A852;
	border-color:#F5A852;
	color:#fff;
	font-family:"Montserrat", sans-serif;
	font-weight:300;
	font-size:16px;
	text-transform: lowercase;
}
footer .footer-signup #mc_embed_signup input.button:hover{
	background-color:#fff;
	color:#F5A852;
	border-color:#F5A852;
}
/*RESPONSIVE*/
@media(max-width:1199px){
	.navbar .form-inline .form-control{
		max-width: 120px;
	}
}
@media(max-width:767px){
	.footer-logo{
		margin-bottom:15px;
	}
	.content-objects .mura-object-content{
		padding:0 15px;
	}
	.navbar-default .navbar-toggle {
		margin-top:0;
	    margin-left: -10px;
	}
	.content-objects .mura-object {
    	padding-top: 30px !important;
	}
	.content-objects h2 {
    	padding-bottom: 20px;
    	margin-bottom: 15px;
	}
	.content-objects .mura-object:after {
    	padding-bottom: 30px;
	}
	.content .itemRow .listImage{
		margin-bottom:15px;	
	}
	.footer-right{
		margin-bottom:15px;
	}
	.footer-right p{
		margin-top:15px;
	}
	.footer-copyright p{
		line-height:13px;	
	}
}
@media(max-width:767px){
	.sub-hero .bannerheadings h2{
		font-size:25px;
		line-height:25px;
	}
	.sub-hero .bannerheadings h4{
		font-size:16px;
		line-height:16px;
	}	
}
.mura-async-object:after{
	content: "";
	display: table;
	clear: both;
}

.content .mura-nav-peer.well{
	padding:0;
	margin:0;
	background:none;
	border:0;
	box-shadow:none;
	margin-bottom:45px;
}
.content .mura-nav-peer .nav-list {
  	width: 100%;
  	text-align: center;
	background:#e5e5e5;
}
.content .mura-nav-peer .nav-list > li {
  	float: left;
	margin-bottom: 0;
	width: auto;
	font-size: 14px;
	font-weight: 500;
}
.mura-nav-peer .nav > li > a {
    padding: 0 10px;
	border: 0;
	border-radius: 0;
	color: #4C4C4C;
	border-right: 1px solid #4c4c4c;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0;
}
.mura-nav-peer .nav > li:last-child > a{
	border-right:0;
}
.mura-nav-peer .nav > li > a:hover {
    text-decoration: none;
	color: #F16F42;
}

.mura-nav-peer .nav > li.active a{
	cursor: default;
	background-color: #F16F42;
	border: 0;
	border-bottom: 0;
	border-bottom-color: transparent;
	color: #fff;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right: 0;
	margin-left: -1px;
}
#ContactForm .input-lg{
	font-size:12px;
}

/*** IMAGE ROWS -- OLD SITE***/

.image-row > div {
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    padding: 0;
    margin-bottom: 2px;
}

.image-row-small > div {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    padding: 0;
    margin-bottom: 2px;
    color: white;
}

.image-row-tall > div {
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    padding: 0;
    margin-bottom: 2px;
    color: white;
}

.image-row-small > .last-image,
.image-row > .last-image {
    border-right: 0;
}
.btn-bigwhite {
    color: white;
    background-color: transparent;
    border-color: white;
    font-weight: bold;
    font-family: "Univers Condensed", sans-serif;
	font-size:18px;
    text-shadow: none;
    margin: 150px 200px;
}
@media (min-width: 480px) {
    .image-row > div {
        height: 480px;
    }
}

@media (min-width: 768px) {
    .image-row > div {
        height: 350px;
    }
}


@media (min-width: 992px) {
    .image-row > div {
        height: 330px;
        border-right: 2px solid white;
    }

    .image-row-small > div {
        border-right: 2px solid white;
    }
}
.img-centered{
	margin-left:auto;
	margin-right:auto;
}
.img-cricle{
	border-radius:1000px;
}
/*faculty stuff from old site*/
h2.faculty-category{
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:15px;
	padding-top:30px;
}
.faculty-member{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #eee;
}
.faculty-group .faculty-member:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}
.performers-box{
	background:#f8f8f8;
	padding:40px;
	margin-bottom:15px;
}
.performers-box:last-child{
	margin-bottom:0;
}
.performer-title{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:17px;	
}
.performer-summary{
	font-size:13px;
	line-height:20px;
	color:#797979;
}
.performer-more-info{
	text-transform:uppercase;
	color:#beaa83;
	font-size:13px;
	padding-right:48px;
	background:url(../png/icn-arrow-right-gold.png) no-repeat right center;
}
.text-button + .text-button{
	margin-top:15px;
}
.venue-box{
	background:#fff;
	margin-top:50px;
	max-width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.venue-box p.all-caps-gray-28{
	text-align:left;
}
.venue-box div:first-child{
	padding-left:0;
}
.venue-box div:nth-child(2){
	padding-right:0;
}
dd.readmore + .mura-item-meta__passlink, div.readmore + .mura-item-meta__passlink{
	margin-left:5px;
	display:inline-block;
}
.mura-item-meta__passlink p{
}
.patron-experience-related .shaded{
	padding:30px;
	background:#F5F5F5;
	margin-top:30px;
	margin-bottom:30px;	
}
.patron-experience-related .shaded h4{
	color:#4c4c4c;
	margin-bottom:25px;
}
.patron-experience-related .shaded .btn,
.patron-experience-related .btn{
	margin-bottom:10px;	
}
.patron-experience .bootstrap-columns .mura-item-meta__readmore {
    margin-bottom: 10px;
}
@media(min-width:992px){
	.patron-experience-related .shaded{
		max-width:75%;
		margin-left:auto;
		margin-right:auto;
	}
}
.patron-experience-related p + h4{
	margin-top:0;	
}
.concertcredit{
	text-align:center;
	font-style:italic;
	max-width:75%;
	margin-left:auto;
	margin-right:auto;
}
/*@media(min-width:1200px){
	.performers-box{
		margin-left:100px;
		margin-right:100px;
	}
	.venue-box{
		margin-left:85px;
		margin-right:85px;
	}
}*/
@media(max-width:767px){
	.performers-box .img-responsive{
		margin-right:auto;
		margin-left:auto;
		margin-bottom:20px;
	}
	.venue-box .img-responsive{
		margin-top:20px;
	}
}
.eventNav{
	border-top:1px solid #eeeeee;
	margin-top:50px;
	padding-top:50px;
	margin-left:-70px;
	margin-right:-70px;
	text-align:center;
}
.prevItemLink, .nextItemLink{
	color:#838383;
	font-size:20px;
	line-height:24px;
	display:inline-block;
	padding-top:27px;
	font-family: 'EB Garamond', serif;
	max-width:250px;
	font-weight:normal;
	margin-bottom:25px;
	vertical-align:top;
}
.prevItemLink{
	background:url(../png/arrow-left-long-black.png) top right no-repeat;
	text-align:right;
	margin-right:13px;
}
.nextItemLink{
	background:url(../png/arrow-right-long-black.png) top left no-repeat;
	text-align:left;
	margin-left:13px;
}
.prevItemLink:hover, .nextItemLink:hover{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
.inline-cta{
	margin-left:-70px;
	margin-right:-70px;
	padding:70px;
	background:#f6f6f6;
	margin-top:75px;
	margin-bottom:75px;
	clear:both;
}
body[class^="depth-"] .content .inline-cta h2{
	font-family:'Dancing Script' !important;
	font-size:35px !important;
	color:#000 !important;
	text-transform:none !important;
	text-align:left !important;
}
.inline-cta p{
	color:#b5b3af;
	font-size:15px;
}
.inline-cta .text-center p{
	margin-bottom:15px; 
}
.item-meta__time{
	color:#b7b7b7;	
}
.item-meta__category{
	color:#beaa83;
	text-transform:uppercase;
	margin-left:10px;	
}
.itemRow.no-bottom-border{
	border-bottom:0;
}
.mura-index.shaded .row.itemRow {
	padding-top:20px;
	background:#F5F5F5;	
}
.mura-index dt.title, .venue-box p strong, .mura-item-meta__title{
	font-size:20px;
	font-weight:500;
	clear:both;
	color:#4c4c4c;
}
.listContent{
	padding-left:0;
}
.listImage + .listContent{
	padding-left:15px;
}
.listCategory, body[class^="depth-"] .content .mura-index .row.itemRow dt.releaseDate{
	color:#000000;
	text-transform:uppercase;
	display:inline-block;
	margin-right:15px;
	float:left;
	font-size:14px;
	font-weight:500;
}
.listCategory{
	margin-top:-2px;
}
body[class^="depth-"] .content .mura-index .row.itemRow dt.releaseDate{
	color:#000;
}
.category-tabs{
	background:#E5E5E5;
	margin-top:30px;
}
.category-tabs>li{
	float:left;
	margin-bottom:-1px;
	width:auto;
	font-size:14px;
	font-weight:500;
}
.category-tabs>li>a {
    padding:0 10px;
    border: 0;
    border-radius: 0;
	color:#4C4C4C;
	border-right:1px solid #4c4c4c;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:0;
}
.category-tabs>li>a:hover{
	text-decoration:none;
	color:#F16F42;	
}
.category-tabs>li:last-child>a{
	border-right:0;
	margin-right:0;
}
.category-tabs>li.active>a, .category-tabs>li.active>a:focus, .category-tabs>li.active>a:hover, .category-tabs>li>a.jplist-selected, .category-tabs>li>a.jplist-selected:focus, .category-tabs>li>a.jplist-selected:hover {
    cursor: default;
    background-color: #F16F42;
	border:0;
    border-bottom: 0;
    border-bottom-color: transparent;
	color:#fff;
	margin:0;
	padding-bottom:10px;
	padding-top:10px;
	border-right:0;
	margin-left:-1px;
}
.tab-pane{
	padding-top:25px;
}
.panel-alt .panel-heading{	
	padding:20px 28px;
	background:#f5f5f5;
	border:1px solid #ebebeb;
}
.panel-heading.active .fa{
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel-alt .panel-title{
	text-transform:uppercase;
}
.panel-alt .panel-title a{
	color:#484542;
}
.panel-alt .panel-title span{
	color:#beaa83;
	margin-left:25px;
}
.panel-alt .panel-title .fa{
	color:#beaa83;
}
.panel-group .panel-alt .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-alt .panel-heading + .panel-collapse > .list-group {
    border: 1px solid #ebebeb;
	border-top:0;
}
#calendarandpasses.festival-passes .panel-group, #calendarandpasses.festival-passes p, #calendarandpasses.festival-passes .nav-tabs{
	max-width:750px;
	margin-left:auto;
	margin-right:auto;	
}
/*LAYOUT COMPONENTS*/
.image-caption-left{
	display:table;
}
.image-caption-left.shaded{
	background:#f8f8f8;
}
.image-caption-left .caption, .image-caption-left .image{
	display:table-cell;
	vertical-align:middle;
	height:100%;
}
.image-caption-left .caption{
	padding-left:0;
}
.image-caption-left .image{
	padding:0;	
}
.image-caption-left.shaded .caption{
	padding-top:40px;
	padding-bottom:40px;		
}
.image-caption-left .caption p{
	margin-right:40px;
}
.image-caption-left .caption p:last-child{
	margin-bottom:0px;
}
.image-caption-left.shaded .caption p{
	margin-left:40px;
}

.author-info{
	padding-bottom:50px;
	margin-bottom:45px;
}
.author-info .img-responsive{
	margin-right:auto;
	margin-left:auto;
	max-width:100px;
}
.author-info h3{
	font-size:16px !important;
	color:#484542 !important;
	font-family: 'EB Garamond', serif !important;
	text-transform:uppercase;
	margin-bottom:8px !important;
	margin-top:25px !important;
}
.author-info h4{
	color:#b7b7b7;
	font-size:12px;	
	font-family:Poppins, Helvetica, Arial, sans-serif;
	margin-top:0 !important;
	margin-bottom:8px !important;
}

.author-info a .fa{
	color:#c2c2c2;
	margin-right:10px;
	font-size:16px;
}
.author-info a:last-child .fa{
	margin-right:0;
}
#gallery .mura-collection-item{
	padding-bottom:25px;
}
#gallery .mura-item-meta__title a{
	font-weight:400;
	font-size:13px;
}
.layout-color-band {
	background:url(../jpg/color-band-top.jpg) no-repeat top left #fff;
}
.layout-color-band .content .mura-body{
	margin-left: -15px;
    margin-right: -15px;
    padding-left: 45px;
    padding-right: 45px;
    background: #fff;
    border-radius: 15px;
	padding-top:55px;	
}
.layout-color-band .content .mura-body:after {
  content: "";
  display: table;
  clear: both;
}
.content .mura-body .primary-image{
	z-index:15;	
	padding-left:45px;
	margin-bottom:30px;
	padding-right:0;
}
.mura-region-inherited, .mura-region-local{
	float:none;
}
/*end lifts the content up over the page header image*/

#newsandblog .content .mura-asset-image {
    margin: -50px -255px 60px -255px !important;
}
#newsandblog .image-left{
	margin-left:30px;
}
.board-of-directors dt.title{
	font-size:21px;
	font-weight:400;
}
.board-of-directors dd.subtitle{
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
}
.board-of-directors .dd.summary p{
}
#auction .content .mura-body .mura-region .mura-region-local > p{
	text-align:left;	
}
#auction .content .mura-body .mura-region .mura-region-local > ul{
	max-width:75%;	
	margin-left:auto !important;
	margin-right:auto;
}
@media(max-width:1199px){
	#newsandblog .content .mura-asset-image {
    	margin: -50px -155px 60px -155px !important;
	}
	.navbar-nav > li > a {
		padding:10px 20px;	
	}
}
@media(max-width:991px){
	body[class^="depth-"] .content blockquote {
    	width: 60%
	}
	.image-caption-left p:last-child{
		padding-bottom:40px;
	}
	.image-caption-left.shaded p:last-child{
		padding-bottom:0;	
	}
	#newsandblog .content .mura-asset-image {
    	margin: -50px -85px 60px -85px !important;
	}
	.navbar-nav > li > a {
		padding:10px 10px;
		font-size:11px;	
	}
}
@media(max-width:767px){
	body[class^="depth-"] .content-container, .content, .content.shaded {
    	padding: 20px 20px;
    	margin-bottom: 20px;
	}	
	body[class^="depth-"] .content blockquote {
    	width: 80%
	}
	#crumblist {
    	margin-top: 25px;
	}
	h1.pageTitle,
	.h1.pageTitle {
    	margin-top: 10px;
	}
	h1.pageTitle,
	.h1.pageTitle,
	h3 {
    	font-size: 14px;
	}
	body[class^="depth-"] .content h2,
	body[class^="depth-"] .content .h2,
	body[class^="depth-"] .content .faculty-group h2 {
    	padding: 0;
		padding-top:25px;
		font-size: 50px;
		line-height:50px;
	}	
	h2 span.subHead,
	.h2 span.subHead {
    	font-size: 35px;
		line-height:40px;
	}
	.image-caption-left .caption p {
    	margin-right: 0;
	}
	.image-caption-left.shaded .caption p {
    	margin-left: 20px;
	}
	.content .mura-nav-peer .nav-list > li {
    	margin-bottom: 3px;
	}
	.category-tabs > li {
    	font-size: 12px;
    	width: 50%;
    	text-align: center;
		margin-bottom:0;
	}
	.category-tabs {
    	border-bottom: 0;
	}
	.category-tabs > li{
		
	}
	.category-tabs > li > a {
    	border: 1px solid transparent;
		background-color:#ebebeb;
		padding: 10px 5px;
		font-size:11px;
		margin:0;
	}
	.category-tabs > li.active > a, .category-tabs > li.active > a:hover, .category-tabs > li.active > a:focus {
    	color: #fff;
    	border: 1px solid #F16F42;
	}
	.category-tabs>li:last-child>a{
		border-right:1px;
	}
	.panel-title{
		position:relative;	
	}
	.panel-alt .panel-heading {
    	padding: 20px 18px;
	}
	.panel-alt .panel-title span {
		margin-left:0;
		display:block;	
	}
	.panel-title .fa{
		position: absolute;
		right: 0;
		top: 30%;
	}
	.eventNav {
    	margin-left: -20px;
    	margin-right: -20px;
	}
	#newsandblog .mura-next-n {
    	margin-left: -20px;
    	margin-right: -20px;
	}
	.author-info {
    	padding-bottom: 20px;
    	margin-bottom: 20px;
	}
	#newsandblog .content .mura-asset-image {
    	margin: -20px -35px 60px -35px !important;
	}
	.mura-asset-image .photocaption p{
		margin-left:35px;	
	}
	.navbar #searchForm{
		margin:0;
	}
	.navbar #searchForm input{
		display:inline-block;
	}
	.navbar-right {
	    float: none;
    	margin-right: -15px;
	}
	.navbar-nav{
		background-color:#ffffff;
	}
	.navbar-toggle{
		margin-top:12px;
		margin-right:0;
	}
	.navbar #searchForm{
		padding-right:0;
		padding-left:0;
	}
	.navbar-brand img{
		width:75%;
	}
	.margin-top-50{
		margin-top:25px !important;
	}
	.content p.artist-name{
		text-align:center;
		margin-bottom:15px;
		font-size:35px;
	}
	.content .mura-body .primary-image{
		padding-left:0;
	}
	.sidebyside{
		height:auto;
	}
	.navbar-collapse { max-height: 100% !important; }
}


.mura-object{
	margin-right:0;
	padding-left:0;
	padding-right:0;
	margin-top:50px;
}
p + .mura-object{
	margin-top:81px;
}
.mura-object + h2,
.mura-object + .h2{
	padding-top:100px;
}
h2 + .mura-object,
.h2 + .mura-object,
h4 + .mura-object{
	margin-top:0;
}
.mura-object .mura-object{
	margin-top:0;
}
h2 + h4,
.h2 + h4{
	margin-top:40px;
}
div.mura-object[data-object="calendar"] {
	margin-top:0;	
}
.mura-search-results .mura-index dt.title a {
	color:#F26C2E;
}
iframe{
	max-width:100%;
}
.centered-list{
	 list-style-position: inside;
	 text-align:center;
	 margin-left:0 !important;
	 padding-left:0 !important;
}
.table small,.table .small {
    font-size: 85%;
    line-height: 120%;
}
.table > thead > tr > th{
	background-color:#e5e5e5;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
	
}
.table-bordered > thead > tr > td .cell-wrapper, .table-bordered > tbody > tr > td .cell-wrapper, .table-bordered > tfoot > tr > td .cell-wrapper{
	min-height:150px;
}
.cell-wrapper a{
	font-weight:400;
}

@media(max-width:991px){
	.patron-table-events-calendar > thead > tr > th, .patron-table-events-calendar > tbody > tr > th, .patron-table-events-calendar > tfoot > tr > th, .patron-table-events-calendar > thead > tr > td, .patron-table-events-calendar > tbody > tr > td, .patron-table-events-calendar > tfoot > tr > td{
		display:block;
	}
	.patron-table-events-calendar > thead > tr > td .cell-wrapper, .patron-table-events-calendar > tbody > tr > td .cell-wrapper, .patron-table-events-calendar > tfoot > tr > td .cell-wrapper{
		min-height:0;
	}
}
@media(max-width:767px){
	.table-events-calendar.table-bordered > thead > tr > th, .table-events-calendar.table-bordered > tbody > tr > th, .table-events-calendar.table-bordered > tfoot > tr > th, .table-events-calendar.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-events-calendar.table-bordered > tfoot > tr > td{
		display:block;
	}
	.table-bordered > thead > tr > td .cell-wrapper, .table-bordered > tbody > tr > td .cell-wrapper, .table-bordered > tfoot > tr > td .cell-wrapper{
		min-height:0;
	}
}
@media(min-width:992px){
	.mura-index .col-md-6:nth-child(2n+3){clear:left}
	.mura-index .col-md-6{margin-top:30px;}
	.mura-index .col-md-6.listContent:nth-child(odd){padding-left:15px;}
	
}
#whatwedo.depth-3.blackburn-music-academy-orchestra.artists .listContent{padding-top:30px !important;}

@media(max-width:375px){
	.patron-experience-related .shaded .btn, .patron-experience-related .shaded .btn-primary{
		font-size:12px !important;	
	}
}
.btn-link{
	background-color:#fff;
	color:#F16F30;
	border-color:#fff;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.focus{
	background-color:#fff;
	color:#4C4C4C;
	border-color:#fff;
	text-decoration: underline;
}
/*@media(min-width:768px){
	
	.nav li:hover .dropdown-menu{display:inline-block}
	
}

#navPrimary .dropdown-menu{width:100%;}
	.navbar-collapse { max-height: 100% !important; }*/

	.program-composer{
		text-transform:uppercase !important;
		text-align: left !important;
		margin-top:10px !important;
		padding-top:0;
	}
	p.program-composer + p.program-composer{
		margin-top:-10px !important;
	}
	.program-work{
		margin-left:30px !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		padding-top:0 !important;
		padding-bottom:0 !important;
		text-align: left !important;
		text-transform:none !important;
	}
	p.program-work + p.program-work{
		margin-left:70px !important;
	}

	ul.ingredients-list{
		padding-left: 0;
		list-style: none;
		max-width:75%;
		margin-left:auto;
		margin-right:auto;
	}
	ul.ingredients-list li h3{
		text-align:left;
	}
	ul.ingredients-list li:not(:first-of-type){
		padding-left:20px;
	} 

	.mura-item-meta__tags .labelel{
		display:none;
	}
	@media(max-width:767px){
		.bma-bar-logo {
			margin-bottom:2rem;
		}
	}
	
	.bma-bar-logo img {
		max-width: 270px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.crescendo .row.itemRow{
		padding-top:0;
	}

	.crescendo .row.itemRow.shaded {
		padding-top:20px;
		padding-bottom:20px;
		background:#F5F5F5;	
	}

	.crescendo dt.title{
		line-height:22px;
		font-size:20px;
		font-weight:500;
		clear:both;
		color:#4c4c4c;
	}
	.crescendo dt.title a{
		color:#4c4c4c;
		padding-top:0;
		margin-top:0;
		margin-bottom:15px;
		padding-bottom:0;
	}
	.crescendo .mura-object{
		float:none;
	}
	.crescendo p + .mura-object,
	.crescendo .mura-object + p{
		margin-top:40px;
	}
	.crescendo .mura-object + p{
		clear:both;
	}
	.crescendo .mura-object{
		margin-right:0 !important;
	}
	.row-centered{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

/* .mura-object.mura-async-object{
	width:100% !important;
} */

.mura-object-content .shaded{
	width:100%;
	max-width:unset;
}

.mura-object-meta h2{
	padding-top:0;
}
.mura-index.shaded{
	margin-bottom:50px;
}

.mura-object:not(.mura-six) {
    width: 100% !important;
    margin-right: 0 !important;
}

.column-count-3 .mura-object-content{
	column-count:3;
}
@media(max-width:991px){
	.column-count-3 .mura-object-content{
		column-count:2;
	}
}
@media(max-width:767px){
	.column-count-3 .mura-object-content{
		column-count:1;
	}
}

a.btn.pending{
	background-color:#373739;
	color:#fff;
}
a.btn.pending:hover{
	background-color:transparent;
	color:#373739;
	border-color:#373739;
}

@media(max-width:767px){
	.mura-collection.owl-carousel .owl-item {
		position:unset;
	}
}
