body,html {
	background:#fff;
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	color:#212121;
}

body div.clr {
	outline:none;
}

#container {
	padding-top:10.25em;
}

.scrollup {
    right: .25em;
   }

.homepage_page #container {
	padding-top:100vh;
}

header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	height:8.5em;
}

.homepage_page header {
	height:100vh;
	background:#fff;
}

header h1 {
	position:absolute;
	top:15px;
	left:50%;
	margin:0;
	margin-left:-500px;
	width:1000px;
	text-align:left;
}

.homepage_page header h1 {
	top:80vh;
	text-align:center;
	z-index:800;
}

header h1 a {
	color:#aaa;
	font-size:45px;
	width:auto;
	text-align:left;
	margin:0;
	padding:0;
	line-height:45px;
}

.homepage_page header h1 a {
	font-size:1.33em;
	text-align:center;
}

header h1 a span.maintitle {
	font-weight:900;
	color:#69c0f2;
}

header h1 a span.subtitle {
	font-weight:300;
	opacity:1;
	font-size:34px;
}

.homepage_page header h1 a span.subtitle {
	font-size:.78em;
	color: #69c0f2;
}

header .signupbutton {
	position: absolute;
	top: 4.25em;
	left: 50%;
	background: #67bdee;
	color: white;
	padding: 0 1em;
	display: block;
	width: 4em;
	line-height: 1.5;
	height: 1.5em;
	margin: 0 0 0 calc(512px - 8em);
	text-align: center;
	border-radius: .25em;
}

.homepage_page header .signupbutton {
	display: none;
}

nav,header.fixie nav {
	position:absolute;
	top:60px;
	bottom:auto;
	height:50px;
	width:100%;
	text-align:center;
	padding:0;
	background:transparent;
}

.homepage_page nav {
	top:0;
	bottom:0;
	margin-top:0;
	z-index:900;
}

header.fixie nav {
	background:rgba(255,255,255,.90);
	top:0;
	position:fixed;
	z-index:900;
	margin-top:0;
	padding-top:15px;
	z-index: 800;
}

nav {
	background:rgba(255,255,255,.90);
	top:86px;
	padding-top:15px;
}

nav ul {
	position:relative;
	width: calc(100% - 2em);
	max-width:1280px;
	height:45px;
	left:0;
	top:0;
	margin:0 auto;
	text-align:center;
	padding:0;
}

nav ul li {
	line-height:3;
	height:3em;
	display:inline-block;
	float:none;
	margin:0;
	padding:0;
	position:relative;
	font-size:1.25em;
	line-height:100%;
}

nav > ul > li > a {
	line-height:1;
	height:auto;
	font-weight:400;
	display:inline-block;
	color:#69c0f2;
	padding:5px 12px 7px;
	opacity:1;
	font-size:1em;
	line-height:100%;
}

header nav ul li a.homehome {
	display:inline-block;
}

.homepage_page header nav ul li a.homehome {
	display:none;
}

header nav ul li a.billyj,header nav ul li a.bridged {
	display:none;
	padding:5px 0 7px;
}

header.fixie nav ul li a {
	font-size: .88em;
}
header.fixie nav ul li a.billyj,.homepage_page header nav ul li a.billyj,
header.fixie nav ul li a.bridged,.homepage_page header nav ul li a.bridged {
	display:inline-block;
	font-weight:900;
	color:#69c0f2;
	padding:5px 0 7px;
}

header.fixie nav ul li a.bridged,.homepage_page header nav ul li a.bridged {
	padding-right: 12px;
}

.homepage_page header nav ul li a.billyj,.homepage_page header nav ul li a.bridged {
	color:#480000;
	display:inline-block;
	padding:5px 0 7px;
}

.homepage_page header nav ul li a.bridged {
	padding-right: 12px;
}

header.fixie nav ul li a.homehome {
	display:none;
	padding:5px 0 7px;
}

nav > ul > li.lit > a,nav ul li a:hover {
	color:#480000;
	opacity:1;
	font-weight:400;
}

nav ul li ul.drop li.no-hover a:hover {
	color:#69c0f2;
}

nav > ul > li:hover > a {
	outline:thin #53AFF3 solid;
}

nav > ul > li > a.billyj,nav > ul > li > a.bridged {
	font-size: .88em;
}

nav > ul > li:hover > a.homehome,nav > ul > li:hover > a.billyj,nav > ul > li:hover > a.bridged {
	outline: none;
	color: #53AFF3;
}

nav > ul > li.lit,nav > ul > li#search_nav:hover > a {
	outline:none;
}

nav ul li ul.drop {
	position:absolute;
	top:2.25em;
	left:-1em;
	display:none!important;
	float:none;
	clear:both;
	min-width:300px;
	max-width: 550px;
	height:auto;
	background:#fff;
	z-index:999;
	padding:0 0 1em;
	margin:0;
}

header nav ul li ul.drop {
	border-top:4px #69c0f2 solid;
	border-left:1px #69c0f2 solid;
	border-right:1px #69c0f2 solid;
	border-bottom:1px #69c0f2 solid;
}

nav ul li ul.drop li {
	font-size:1em;
	display:inherit;
	float:none;
	clear:both;
	width:100%;
	padding:7px 0;
	margin:0;
	height:auto;
	text-align:left;
	line-height:100%;
	list-style:disc!important;
}

nav ul li .dropline {
	width:2px;
	height:15px;
	position:absolute;
	top:33px;
	left:50%;
	margin-left:-1px;
	background:#69c0f2;
	display:none;
}

nav ul li ul.drop li a {
	color:#69c0f2;
	opacity:1;
	line-height:1.25;
	font-size:1em;
}

nav ul li ul.drop li a:hover {
	outline:none;
	color:#222;
	opacity:1;
	line-height:1.25;
	font-size:1em;
	font-weight:inherit;
}

nav ul li:hover ul.drop,nav ul li:hover .dropline {
	display:block!important;
}

/* special wide dropdown */
nav ul li ul.drop.about,nav ul li ul.drop.media,nav ul li ul.drop.product {
	width:270px;
}

nav ul li ul.drop.contact {
	width:250px;
	left:-130px;
}

nav ul li ul.drop li.bigdrop {
	width:100%;
	display:block;
	z-index: 850;
}

nav ul li ul.drop li.bigdrop ul.onecol,nav ul li ul.drop li.bigdrop ul.twocol,nav ul li ul.drop li.bigdrop ul.threecol,nav ul li ul.drop li.bigdrop ul.fourcol,nav ul li ul.drop li.bigdrop ul.fivecol {
	padding:0 2%;
	margin:0;
	float:left;
	clear:none;
	width:46%;
	height:auto;
}

nav ul li ul.drop li.bigdrop ul.onecol {
	width:96%;
}

nav ul li ul.drop li.bigdrop ul.fourcol {
	width:21%;
}

nav ul li ul.drop li.bigdrop ul.threecol {
	width:29.33333%;
}

nav ul li ul.drop li.bigdrop ul.fivecol {
	width:16%;
}

nav ul li ul.drop li.bigdrop ul {
	margin:0;
	padding:0;
}

nav ul li ul.drop li.smaller,nav ul li ul.drop li .smaller {
	font-size:.75em;
}

nav ul li ul.drop li.indented {
	text-indent:15px;
}

h4 .smaller {
	font-size:.75em;
}

h4.taglabel,h2.taglabel {
	font-weight:700!important;
	color:#69c0f2;
	text-transform: capitalize;
}

nav ul li ul.drop li.realsmall {
	font-size:.66em;
	line-height:125%;
}

/* social */
.zurb_social {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:24px;
	margin-left:0;
	text-align:left;
}

header .zurb_social {
	position:absolute;
	top:1.125em;
	left:50%;
	width:500px;
	text-align:right;
}

.homepage_page header .zurb_social {
	top:5em;
	bottom:auto;
	z-index:500;
}
.zurb_social a,#prefooter .inner nav ul li .zurb_social a {
	width:32px;
	height:32px;
	margin:4px!important;
	display:inline-block;
}

.zurb_social a img {
	width:100%;
	height:100%;
}

.mission {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #69c0f2;
	color: white;
	padding: 1em 0;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
	display: block;
	float: none;
	clear: both;
}

.lightmasksearch {
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	background:rgba(255,255,255,.25);
}

#searchrolldown {
	position:absolute;
	top:8em;
	left:0;
	z-index:-99;
	width:95%;
	min-height:0;
	background:rgba(255,255,255,.88);
	text-align:center;
	padding:.5em 2.5%;
	margin:0;
	opacity:0;
	height:0;
	border-bottom:thin #dadada solid;
}

.homepage_page #searchrolldown { top: 4em; }

#searchrolldown input#search {
	position:relative;
	text-align:left;
	max-width:58em;
	width:calc(100% - 1em);
	padding:.5em;
	margin:0 auto;
	outline:thin #dadada solid;
}

#searchrolldown .suggestions {
	display:block;
	clear:both;
	float:none;
	max-width:58em;
	width:calc(100% - 2em);
	position:relative;
	top:0;
	right:0;
	padding:1em;
	margin:0 auto;
	text-align:left;
	background:rgba(255,255,255,.88);
	opacity:0;
	border-bottom:thin #dadada solid;
}

#searchrolldown .suggestions ul {
	list-style:none;
	margin:0;
	padding:0;
}

#searchrolldown .suggestions ul li {
	list-style:none;
	margin:0 0 1em;
	padding:0 0 0 1em;
	color:#037bc1;
}

#searchrolldown .suggestions ul li a {
	color:#037bc1;
}

#searchrolldown .suggestions ul li:hover a,#searchrolldown .suggestions ul li.selected a {
	background:#037bc1;
	color:#fff;
}

.slideshow_wrap {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	width:100%;
	max-width:100%;
	min-width:100%;
	height:100vh;
	display:block;
	clear:both;
	float:none;
	margin:0 auto;
	z-index:1;
}

.slideshowwrap h2 {
	width:100%;
	text-align:left;
	margin:7px auto;
	max-height:30px;
}

.slideshow_wrap .slideshow {
	position:relative;
	top:0;
	left:0;
	width:100%;
	max-width:100%;
	min-width:100%;
	height:100vh;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	z-index:-1;
}

.slideshow_wrap .slideshow .slide {
	width:100%;
	height:100%;
	background-position:center 3em;
	background-repeat:no-repeat;
	background-color:transparent;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.slideshow_wrap .cycle-prev,.slideshow_wrap .cycle-next {
	position:absolute;
	top:44.5vh;
	z-index:5;
	width:3em;
	height:3em;
	overflow:hidden;
	opacity:.75;
}

.slideshow_wrap .cycle-prev {
	left:15px;
	background:url(common/images/pointers/leftarrblack.svg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	text-indent:9999px;
}

.slideshow_wrap .cycle-next {
	right:15px;
	background:url(common/images/pointers/rightarrblack.svg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	text-indent:9999px;
}

.slideshow_wrap .cycle-pager {
	position:absolute;
	top:90vh;
	z-index:5;
	font-size:2.5em;
	width:100%;
	text-align:center;
	font-family:arial,sans-serif;
	font-weight:700;
	opacity:.75;
}

.slideshow_wrap .cycle-pager span {
	margin:0 .25em;
	color:#aaa;
}

.slideshow_wrap .cycle-pager span.cycle-pager-active {
	color:#69c0f2;
}

#main {
	width:1000px;
	padding:0;
	margin:0 auto;
	padding-bottom:12em;
}

.homepage_page #main {
	width:100%;
	padding-bottom:0;
}

.homepage_page #mainbox,.homepage_page #menubox, .commissions_section #mainbox, .commissions_section #menubox, .events_page #mainbox, .events_page #menubox {
	position: relative;
	top: 0;
	left:0;
	float:none;
	width:100%;
	min-height:0;
	padding:0;
	margin:0;
}

.commissions-story .padd {
	padding: 1em;
	border: 1px gray solid;
}

.homepage_page #mainbox {
	display:none;
}

.homepage_page #mainbox .homepage_entry {
	width:1000px;
	margin:0 auto;
}

.homepage_page #menubox h2 {
	font-size:2em;
}

#mainbox,#menubox {
	width:70%;
	padding:0;
	margin:0;
	float:left;
	clear:none;
}

.gallery_page #mainbox {
    width: 70%;
}

.commissions_page #mainbox,.commissions_page #menubox {
	width: 100%;
	float: none;
	clear: both;
}

#menubox {
	width:25%;
	float:right;
}

#sidenav {
	width:250px;
	position:absolute;
	left:50%;
	top:165px;
	margin-left:235px;
	z-index: 1;
}

.order_section #menubox,#scores_subnav {
	display:none;
}

.scores_page #main {
	margin-top:-2.94em;
}

#main .storyp {
	margin-bottom: 2em;
}

#mainbox h1,#mainbox h2,#mainbox h3,#mainbox h4,#mainbox h5 {
	margin:0 0 .33em;
}

.gallerygridimg {
	cursor: zoom-in;
}

#main h3.gallerygridtitle.title {
	font-size: 1.25em;
}

.calendar_page #mainbox,.contact_page #mainbox {
	width:70%;
	float:left;
	clear:none;
}

.calendar_page #menubox,.contact_page #menubox {
	width:25%;
	float:right;
	clear:none;
	padding-top:3em;
}

.contact_page #mainbox {
	width:100%;
}

.contact_page #menubox {
	display:none;
}

.contact_page #mainbox input[Type=text] {
	width:95%;
	padding:5px 2.5%;
}

#mainbox .story {
	margin-bottom:1.25em;
	float:none;
	clear:both;
}

.category_group {
	display:block;
	float:none;
	clear:both;
	margin-bottom:0;
	padding-bottom:0;
}

.category_group h2.category {
	color:#53AFF3;
	margin-bottom:1em;
}

.fullwidth {
	width:100%;
	height:auto;
	padding:2em 0;
	margin:0;
	display:block;
	clear:both;
	display:block;
}

a.button,button.specialbutton,#main a.specialbutton {
	background:#53AFF3;
	font-size:1em;
	line-height:1;
	padding:.25em 0;
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	height:auto;
	width:auto;
	margin-bottom:1em;
	color:#fff;
	font-weight:400!important;
	font:1em/1 400 'Open Sans',sans-serif;
	display: inline-block;
}

#main a.specialbutton {
	padding: .66em 2em;
}

button.specialbutton {
	padding:.5em 0;
	width:100%;
	text-align:center;
}

.jump {
	background:url(layout/jumping-fade.jpg) center top no-repeat #F4F4F4;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
	background-attachment:fixed;
	padding:2em 0;
}

.threecdbox {
	margin:0;
}

#menubox .threecdbox h2 {
	font-size:2.75em;
}

#menubox .homepage_contact_signup {
	margin-bottom:0;
}

#menubox .home_container .inner,.threecdbox .inner {
	width:1000px;
	margin:1em auto;
	float:none;
	clear:both;
	display:block;
}

.threecdbox .inner {
	padding-bottom:3em;
}

.threecdbox .cdbox {
	width:29.33333%;
	height:210px;
	margin:30px 2% 0;
	float:left;
	position:relative;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.threecdbox .cdbox .actioncd {
	width:110px;
	height:105px;
	position:absolute;
	top:110px;
	left:-25px;
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	-ms-transform:rotate(-12deg);
	-webkit-transform:rotate(-12deg);
	transform:rotate(-12deg);
}

.threecdbox .kidsaction.cdbox {
	background-image:url(layout/kidsaction.jpg);
}

.threecdbox .kidsaction.cdbox .actioncd {
	background-image:url(images/cds/cds-BJBand-finalCDCoverV10.jpg);
}

.threecdbox .adultaction.cdbox {
	background-image:url(layout/adultaction.jpg);
}

.threecdbox .adultaction.cdbox .actioncd {
	background-image:url(images/cds/LifeSoFar1.jpg);
}

.threecdbox .faithaction.cdbox {
	background-image:url(layout/faithaction.jpg);
}

.threecdbox .faithaction.cdbox .actioncd {
	background-image:url(images/cds/cds-coverimage.jpg);
}

.threecdbox .cdbox span.actiontitle {
	display:block;
	position:absolute;
	top:-42px;
	text-align:center;
	font-size:30px;
	font-weight:700;
	width:100%;
	color:#53AFF3;
}

.threecdbox a:hover {
	opacity:.75;
}

.threecdbox .cdbox button {
	position:absolute;
	top:215px;
	left:108px;
	margin:0;
	background:#FF9700;
	color:#000!important;
	font-size:18px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	line-height:1;
	padding:10px 15px;
	width:90px;
	height:36px;
}

#main .home_container .projects.minimized h2.title {
	border:thin #dadada solid;
	background:#69c0f2;
	font-size:21px;
	padding:15px 2.5%;
	margin:0 0 5px;
	line-height:1;
	color:#fff;
	cursor:pointer;
}

.home_container .projects .project_details {
	height:0;
	overflow:hidden;
	-webkit-transition:height .25s;
	transition:height .25s;
}

.home_container .projects.expanded .project_details {
	height:210px;
}

.home_container .projects .projects_excerpt {
	height:180px;
	overflow:hidden;
}

#menubox .gallery_control a {
	cursor:pointer;
	margin:0 1em;
}

#menubox a.homepage_thumb {
	position: relative;
	cursor:pointer;
	width:109px;
	height:109px;
	display:inline-block;
	vertical-align:top;
	margin:7px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

#menubox a.homepage_thumb:hover {
	opacity:.75;
}

#menubox a.homepage_thumb span {
	padding:1em;
	margin:0;
	color:#fff;
	text-align:center;
	overflow:hidden;
}

#menubox a.homepage_thumb:hover span {
	opacity:1;
	display:block;
}

#menubox a.homepage_thumb span {
	display:none;
}

#menubox .homepage_gallery_stage {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.75);
	display:none;
}

#menubox .homepage_gallery_stage .inner {
	height:70vh;
	margin-top:15vh;
	text-align:center;
}

#menubox .homepage_gallery_stage .inner img {
	max-height:100%;
	max-width:100%;
}

#menubox .homepage_gallery_stage .inner iframe {
	min-height:100%;
	min-width:100%;
}

.homepage_page .projects_container iframe {
	min-height:400px!important;
}

#main .slabform .formfield {
	display:block;
	float:none;
	clear:both;
	height:auto;
	padding:0 0 4px;
	min-height:0;
}

#main .slabform .formfield.required input,#main .slabform .formfield.required textarea {
	border:thin #d6b0b0 solid;
}

#main .slabform .formfield.required.important {
	position:absolute;
	left:0;
	top:-99999999999em;
}

#main .slabform .formfield.half {
	float:left;
	clear:none;
	width:48.75%;
	margin:0 2.5% 0 0;
	padding:0 0 4px;
}

#main .slabform .formfield.half.end {
	margin-right:0;
	clear:right;
}

#main .slabform .formfield input,#main .slabform .formfield textarea {
	width:95%;
	padding:12px 2.5%;
	font-size:16px;
	line-height:20px;
	outline:none;
	border:thin #dadada solid;
}

#main .slabform .formfield.half input,#main .slabform .formfield.half textarea {
	width:90%;
	padding:12px 5%;
}

#main .slabform .formfield textarea {
	height:80px;
}

#mainbox ul,#mainbox ul li {
	list-style: disc;
}

.calendar_page #mainbox ul,.calendar_page #mainbox ul li {
	list-style: none;
}

#mainbox ul {
	margin: 1em 0;
}

#mainbox ul li {
	margin-bottom: 1em;
	
}

.ctct-custom-form p {
	margin:0;
	margin-bottom:12px;
}

.ctct-custom-form input[type="text"] { margin: 0; padding: .25em 2.4%; width: 95%; }

.gallery_page #menubox {
	display:none;
}

.gallery_page h2.family {
	display:block;
	text-transform:capitalize;
}

h2.galleryname {
	float:none;
	clear:both;
	display:block;
	height:auto;
	width:100%;
}

.image_stage {
	width:100%;
	min-height:650px;
	margin:0;
	text-algin:center;
}

.image_stage .stage_image {
	width:100%;
	height:500px;
	margin:0 auto;
	text-align:center;
}

.image_stage .stage_text {
	float:none;
	clear:both;
	display:block;
}

.image_stage .stage_image iframe {
	width:100%;
	height:500px;
}

.prev_next_gallery {
	position:absolute;
	top:150px;
	left:50%;
	display:block;
	float:none;
	width:90px;
	padding-top:0;
	margin-left:410px;
	text-align:center;
	font-size:1.2em;
	line-height:1;
}

a.thumbbox span,a.gallerythumb span,a.homepage_thumb span {
	position: absolute;
	bottom: 0;
	left:0;
	display: block;
	background:rgba(0,0,0,.75);
	font-size:13px;
	line-height:1.5;
	height:auto;
	width:calc(100% - 2em);
	padding:1em;
	opacity:0;
}

a.gallerythumb span {
	font-size:18px;
	opacity:1;
}

a.thumbbox span.title1 {
	display:none;
}

#menubox a,#mainbox a {
	color:#69c0f2;
	font-weight:400;
}

#menubox a strong,#menubox a bold {
	font-weight:400;
}

#menubox h4 {
	font-size:1.125em;
	padding:0;
}

.playlists_section #menubox,.playlists_section #mainbox,.cds_page #menubox,.scores_page #menubox,.videos_section #menubox {
	width:70%;
	float:none;
	clear:both;
	display:block;
	min-height:60px;
	height:auto;
}

.scores_page .tagcloud {
	float:none;
	display:block;
	min-height:90px;
	height:auto;
	padding:0;
	margin:0;
}

.cds_page #menubox ul,.merchandise_section #menubox {
	display:none;
}

.presskit_section #menubox {
	display:none;
}

.playlists_section #menubox ul li,.cds_page #menubox .category,.scores_page #menubox .tagcloud ul li,.videos_section #menubox .category {
	float:left;
	width:31%;
	margin:0 3% .333em 0;
	padding:0;
}

.videos_section #menubox ul {
	display:none;
}

.videos_section h2.category {
	display:none;
}

.playlists_section .albumcovers {
	width:100%;
	display:block;
	height:auto;
	padding:0;
	margin:0 0 6em;
}

.playlists_section .albumcovers a {
	float:left;
	clear:none;
	width:90px;
	height:90px;
	margin-right:.5em;
	margin-bottom: .5em;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
	outline:thin grey solid;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	cursor:pointer;
}

.playlists_section .albumcovers a span {
	display:none;
}

.scores_page #menubox .tagcloud ul li {
	width:22.75%;
}

#sidenav ul {
	list-style:none;
	margin:0;
	z-index:1;
}

#menubox h4 a,a.tagbox,.tagcloud li a,.playlists_section #menubox ul li a,.projects_section #menubox ul li a,#sidenav ul li a {
	color:#fff!important;
	background:#69c0f2;
	display:block;
	width:100%;
	padding:15px 7px;
	margin:0 0 2px;
	font-size:1.25em;
	font-weight:400;
	border:none;
}

.tagcloudtitle {
	display:none;
}

.tagcloud ul {
	padding:0;
	margin:0;
}

.tagcloud ul li a {
	text-transform:capitalize;
}

.tagcloud li a span.instances {
	display:none;
}

div.tagscontainer {
	display:block;
	float:none;
	clear:both;
	width:100%;
	margin-bottom:3em;
}

a.tagbox {
	text-transform:capitalize;
}

.tagbox.lit {
	border:none;
}

#menubox h4.catlit a:hover,#menubox h4.catlit a,.tagbox.lit,.tagcloud li.lit:hover a,.tagcloud li.lit a,.playlists_section #menubox ul li.lit a,.playlists_section #menubox ul li.lit a:hover,.projects_section #menubox ul li.lit a,.projects_section #menubox ul li.lit a:hover,#sidenav ul li.lit a,#sidenav ul li.lit a:hover {
	color:#fff;
	background:#212121;
}

#menubox h4 a:hover,.tagcloud li:hover a,.playlists_section #menubox ul li a:hover,.projects_section #menubox ul li a:hover,#sidenav ul li a:hover {
	color:#fff;
	background:#aeaeae;
}

#menubox h4.catlit {
	background:transparent;
}

#menubox ul {
	margin-bottom:3em;
}

/*.about_page.programs_section #menubox ul { display:none; }*/

#menubox ul li {
	margin-left:15px;
	margin-bottom:10px;
}

#menubox ul li a {
	font-weight:400;
}

#menubox ul li a:hover,#menubox ul li.lit a {
	color:#212121;
	font-weight:400;
}

ul.boxmenu li span.menuimage,.featured_box ul li span.menuimage {
	height:75px;
	width:30%;
	float: left;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

ul.boxmenu li span.menutitle,.featured_box ul li span.menutitle {
	float:right;
	width:65%;
	vertical-align:bottom;
}

ul.boxmenu li span.menuimage a,.featured_box ul li span.menuimage a {
	display:block;
	width:100%;
	height:75px;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
}

.about_page.billy_jonas_section #menubox ul {
	display:none;
}

#menubox .featured_box {
	position:relative;
	outline:thin #dadada solid;
	padding:0;
	margin:0 1%;
	width:31.333%;
	height:750px;
	display:inline-block;
	float:left;
	vertical-align:top;
	background:#fff;
}

#menubox .featured_box ul {
	overflow-x:hidden;
	overflow-y:auto;
	display:block;
	height:600px;
}

#menubox .featured_box a.raquo {
	position:absolute;
	top:90px;
	right:-15px;
	width:30px;
	height:30px;
	background:url(/National_Library/oe_/https://www.billyjonas.com/common/images/pointers/rightarrwhite.svg) center center no-repeat #53AFF3;
	-webkit-background-size:70% auto;
	-moz-background-size:70% auto;
	-o-background-size:70% auto;
	background-size:70% auto;
	color:#fff;
	text-align:center;
	border-radius:50%;
	border:3px #fff solid;
	padding:0;
	margin:0;
	overflow:hidden;
	text-indent:60px;
}

#menubox .featured_box .featured_content {
	padding:0 5%;
	width:90%;
}

#menubox .featured_box h4 a {
	width:90%;
	padding:60px 5% 15px;
}

#menubox .featured_box li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:thin #dadada dotted;
	font-size:.8em;
}

.blog_date {
	display:block;
}

.image_stage .prevnext {
	width:calc(100% - 2em);
	height:30px;
	display:block;
	position:fixed;
	top:45vh;
	left:1em;
	margin-left:0;
	font-size:2em;
}

.image_stage .prevnext a {
	width:3em;
	height:3em;
}

.image_stage .prevnext a span {
	display:none;
}

.image_stage .prevnext a.prev {
	background:url(common/images/pointers/leftarrblack.svg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.image_stage .prevnext a.next {
	background:url(common/images/pointers/rightarrblack.svg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.photodisclaimer {
	text-align:center;
	font-size:.8em;
}

iframe {
	border:none;
	outline:none;
	min-width:100%;
}

img {
	max-width:100%;
}

.quote {
	margin:0 0 2em;
}

.quote .small {
	font-size:.9em;
	text-align:right;
	margin-top:.5em;
}

blockquote {
	padding: .5em 0;
	width: 100%;
	margin: 0 0 1em 0;
}

#prefooter {
	width:100%;
	height:auto;
	background:#212121;
	display:block;
	padding:2em 0;
	position:relative;
	z-index:800;
}

#prefooter .inner {
	width:1000px;
	margin:0 auto;
	height:auto;
}

#prefooter .inner h3,#prefooter .inner p {
	color:#fff;
}

#prefooter .inner nav {
	position:relative;
	background:transparent;
	z-index:1;
	top:0;
}

#prefooter .inner nav ul {
	width:19%;
	height:auto;
	float:left;
	margin:0;
	margin-right:1%;
	padding:0;
	text-align:left;
	font-size:16px;
	line-height:2;
	background:transparent;
}

#prefooter .inner nav > ul > li > a {
	color:#fff;
}

#prefooter .inner nav ul.drop {
	margin-bottom:5px!important;
}

#prefooter .inner nav ul li {
	display:block;
	float:none;
	clear:both;
	margin:0 0 5px 10px!important;
	padding:0!important;
	height:auto;
	line-height:1.333;
	font-size:1em;
	text-align:left;
	background:transparent;
}

#prefooter .inner nav ul li.smaller {
	margin-left:20px!important;
	font-size:.9em;
	text-transform:capitalize;
}

#prefooter .inner nav ul li a {
	line-height:2;
	margin:0!important;
	padding:0!important;
	background:transparent;
}

#prefooter > .inner > nav > ul > li a:hover,#prefooter > .inner > nav > ul > li.lit > a,#prefooter > .inner > nav > ul > li:hover > a {
	color:#fff;
	background:transparent;
	outline:none!important;
}

#prefooter .inner nav ul li ul.drop {
	display:block!important;
	width:90%;
	min-width: 90%;
	max-width: 90%;
	margin:0 0 0 10%;
	position:relative;
	background:transparent;
	border:none;
	top:0;
}

#prefooter .inner nav ul li ul.drop li {
	padding:0;
	background:transparent;
	line-height:1.33;
	margin:0 0 3px;
}

#prefooter .inner nav ul li ul.drop li a {
	line-height:1.33;
}

#prefooter .inner nav ul li .zurb_social a {
	width: 24px;
	height: 24px;
	margin: 2px !important;
}

footer {
	background:#212121;
	color:#fff;
	font-size:1em;
	height:3em;
}

#footer_main {
	height:3em;
}

footer a {
	color:#dccd5c;
	opacity:1;
}

.audiojs {
	max-width:100%;
}

.cds_image {
	float:right;
	clear:right;
	width:48%;
	height:auto;
	margin:0 0 0 2%;
	padding:0;
}

.merchandise_section .releasedate {
	display:none;
}

.cds_top {
	width:100%;
	float:none;
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

.cds_cover {
	width:50%;
	float:left;
	clear:none;
	text-align:center;
}

.cds_tracks {
	width:50%;
	float:right;
	clear:none;
}

div.purchasevia {
	padding:0;
}

.scores {
	width:100%;
	height:auto;
	display:block;
	float:none;
	clear:both;
}

#menubox ul.scores_subnav {
	display:none;
}

.resources_block {
	width:100%;
	float:none;
	clear:both;
	position:relative;
}

.resources_block span.small.filetype {
	display:none;
}

.scores_page .stack {
	width:23%;
	height:120px;
	display:inline-block;
	float:left;
	padding:0 1%;
	margin:0;
}
.scores_page .stack .links_image { text-align: center; }
.scores_page .stack .links_image a {
	text-align:center;
	width:100%;
	float:none;
	clear:both;
	display:inline-block;
}

.scores_page .stack div.links_text {
	width:100%;
	display:block;
	float:none;
	clear:both;
	text-align:center;
	font-size:15px;
}

.stack div.links_text {
	width:80%;
	display:table-cell;
	float:left;
	vertical-align:top;
}

.searchbox {
	width:100%;
	margin:1em 0;
	position: relative;
}

.searchbox input {
	padding:5px 2.5%;
	width:95%;
	font-size:22px;
	line-height:22px;
}

.scoressearchbutton { position: absolute; top: 0; right: -.2em; width: 2.1em; height: 2.1em; font-size: 1em; padding: .25em; border: none; outline: none; }

a.ptrig32 { margin-top: .75em; }

#main h2.hilightbox {
	background:#53AFF3;
	color:#fff;
	height:60px;
	padding:15px .833%;
	margin:5px 2.5% 15px 0;
	line-height:30px;
	text-align:center;
	float:left;
	clear:none;
	cursor:pointer;
	font-size:1.75em;
}

#main h2.hilightbox.full {
	width:calc(100% - 2em);
	margin: 5px 0 15px 0;
	padding: 15px 1em;
	height:60px;
}

#main h2.hilightbox.big {
	width:30%;
	height:60px;
}

#main h2.hilightbox.big:hover {
	background:#aeaeae;
}

#main h2.hilightbox.big.lit {
	background:#000;
}

#main h2.hilightbox.small {
	width:21.25%;
	height:60px;
	padding:15px .9375%;
	background:#8a8a8a;
	font-size:1.25em;
}

#main h2.hilightbox.small:hover {
	background:#aeaeae;
}

#main h2.hilightbox.small.lit {
	background:#000;
}

.showhide {
	display:none;
}

.programs_section #menubox #category_3 h4 a,.programs_section #menubox #category_4 h4 a,.programs_section #menubox #category_5 h4 a,.programs_section #menubox #category_6 h4 a {
	background:grey;
}

.programs_section #menubox #category_3 h4.catlit a,.programs_section #menubox #category_4 h4.catlit a,.programs_section #menubox #category_5 h4.catlit a,.programs_section #menubox #category_6 h4.catlit a {
	background:#000;
}