body {
	font-family:'Raleway',sans-serif;
	font-size:16px;
	line-height: 1.6;
	font-weight:400;
	color:#2a1f27;
}

img {
	max-width:100%;
}

iframe {
	width:100%;
}

body.homepage_page {
}

#container {
	padding-top:22em;
}

.homepage_page #container {
	padding-top:calc(90vh + 2em);
}

header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:20em;
	background:url(layout/banner2020.jpg) center center no-repeat #fff;
	background-size:cover;
	font-size:1em;
}

header .inner {
	position: relative;
	width: calc(100% - 2em);
	max-width: 66em;
	height: 20em;
	margin: 0 auto;
}

.homepage_page header {
	height:90vh;
	background:url(layout/tallbg.jpg) center 40% no-repeat #000;
	background-size:cover;
}

.homepage_page header .inner {
	max-width: 84%;
	height: 90vh;
}

header h1 {
	font-size:1em;
	position:absolute;
	top:5em;
	left:0;
	right:auto;
	margin:0;
	width:50%;
	z-index:80;
	font-weight:200;
	text-align:left;
	text-transform:lowercase;
}

.homepage_page header h1 {
	top:40vh;
	left:auto;
	right:0;
	width:50%;
	text-align:right;
}

.homepage_page header h1 a {
	color:hsla(207, 0%, 100%, .75);
	font-size:5vw;
	width:auto;
	margin:0;
	padding:0;
	line-height:1;
}

header h1 a {
	color:hsla(207, 0%, 100%, .75);
	font-size:5em;
	width:auto;
	margin:0;
	padding:0;
	line-height:1;
}

nav,header.fixie nav {
	position:absolute;
	top:auto;
	bottom:0;
	height:3em;
	width:100%;
	text-align:center;
	padding:0;
	background:hsla(207, 83%, 18%, .75);
}

.homepage_page nav {
	position: absolute;
	top:auto;
	bottom:0;
}

header.fixie nav {
	top:0;
	position:fixed;
	z-index:900;
	background:hsla(207, 83%, 18%, .85);
}

nav ul {
	position:relative;
	max-width:66em;
	width:100%;
	height:3em;
	left:0;
	top:0;
	margin:0 auto;
	text-align:center;
	padding:0;
	text-transform:lowercase;
	font-size:1em;
}

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

nav ul li#homepage_nav {
	display:none;
}

nav ul li#social_nav {
	display:inline-block;
}

header.fixie nav ul li#homepage_nav {
	display:inline-block;
}

header.fixie nav ul li {
	margin: 0 .75em 0 0;
}

nav ul li.last {
	margin:0;
}

nav ul li a {
	font-size:1em;
	line-height:3em;
	font-weight:400;
	display:inline-block;
	color:rgba(255,255,255,.88);
	padding:0;
	opacity:1;
}

nav ul li a span {
	font-size:1.25em;
}

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

nav ul li ul.drop {
	position:absolute;
	top:3em;
	left:-1em;
	display:none;
	min-width:25em;
	height:auto;
	background:transparent;
	outline:none;
	z-index:999;
}

nav ul li ul.drop li {
	font-size:1em;
	display:block;
	float:none;
	clear:both;
	width:100%;
	padding:0;
	margin: 0;
	height:auto;
	text-align:left;
}

nav ul li ul.drop li a {
	display: block;
	background:hsla(207, 83%, 18%, .85);
	color: rgba(255,255,255,.88);
	padding: .125em 1em;
	width: calc(100% - 2em);
	line-height:1.25;
}

nav ul li ul.drop li a:hover {
	background: rgba(255,255,255,.88);
	color:hsla(207, 83%, 18%, .85);
}

nav ul li:hover ul.drop {
	display:block;
}

nav ul li#social_nav a {
	font-size: 1.125em;
	margin:0 0 0 .5em;
	display:inline-block;
	vertical-align: middle;
}

nav ul li#social_nav .zurb_social a img {
	width:100%;
	height:100%;
}

.headersearchbox {
	top:90px;
}

.headersearchbox input.searchq {
	border:none;
	outline:none;
	margin:0;
	padding:0;
	line-height:30px;
}

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

.slideshowwrap h2 {
	width:1170px;
	text-align:left;
	margin:7px auto;
	max-height:10vh;
}

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

#slideshowbox .slide {
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

#main,.homepage_page #main {
	max-width:66em;
	width:calc(100% - 4em);
	padding:1em 2em;
	margin: 0 auto;
	background:rgba(255,255,255,.66);
}

.homepage_page #main {
	background:rgba(255,255,255,.88);
}

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

#main p {
	margin-bottom: .66em;
}

.testimonials_page #menubox {
	display:none;
}

#main h1,#main h2,#main h3,#main h4 {
	font-size:2em;
	font-weight:400!important;
	line-height:1.33;
	margin:0 0 .25em;
	padding:0;
	color:#5570A9;
}

.homepage_page h1.category {
	display:none;
}

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

#main h4 {
	font-size:1em;
	color:#5570A9;
}

#menubox a,#mainbox a {
	color:#226d75;
	font-weight:400;
}

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

#menubox h4 {
	font-size:1.125em;
	background:transparent;
	padding:1em .5em;
}

#menubox h4 a {
	color:#5570A9;
	font-weight:400;
}

#menubox h4 a:hover,#menubox h4.catlit a {
	color:#000;
}

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

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

#menubox .featured_box {
	border:none;
	padding:0;
	height:750px;
}

#menubox .featured_box ul {
	overflow-x:hidden;
	overflow-y:auto;
	display:block;
	height:600px;
	padding:2em 1em 0;
	border:1px #226d75 solid;
	border-top:none;
	width:calc(100% - 2em - 2px);
	margin:0;
}

#menubox .featured_box a.raquo {
	position:absolute;
	top:4em;
	right:1em;
	width:2em;
	height:2em;
	background:url(common/images/pointers/rightarrwhite.svg) center center no-repeat #226d75;
	-webkit-background-size:66% auto;
	-moz-background-size:66% auto;
	-o-background-size:66% auto;
	background-size:66% auto;
	color:#FDF3D9;
	border:.25em #fff solid;
	text-align:center;
	border-radius:50%;
	font-size:15px;
	line-height:28px;
	overflow:hidden;
	text-indent:3em;
}

#menubox .featured_box .featured_content {
	padding:0 1em;
	width:calc(100% - 2em);
}

#menubox #featured_blog_box .blog_date {
	display:none;
}

#menubox .featured_box h4 {
	padding:3.75em 1em 1em;
	margin:0;
	width: calc(100% - 2em);
	background:#226d75;
	color:#FDF3D9;
}

#menubox .featured_box h4 a {
	color:#FDF3D9;
}

#menubox #featured_blog_box li {
	margin-bottom:.125em;
	padding-bottom:.125em;
	border-bottom:thin #dadada dotted;
	font-size:.88em;
}

#menubox #featured_cds_box ul li {
	padding-left: 0;
	background: url(#) transparent;
}

.blog_date {
	display:block;
}

.image_stage .prevnext,.testimonials_page .cycle-prev,.testimonials_page .cycle-next {
	width:95%;
	height:30px;
	display:block;
	position:absolute;
	top:320px;
	left:2.5%;
	margin-left:0;
	font-size:2em;
}

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

footer {
	background:#083255;
	color:#fff;
	font-size:1em;
	height:auto;
	padding:4em 2em;
	width: calc(100vw - 4em);
}

#footer_main {
	height:1em;
}

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

#cdmainbox img {
	min-width:100%;
	max-width:100%;
}

#cdtracks iframe {
	width:100%!important;
	height:650px!important;
}

#cdtracks iframe #art {
	display:none!important;
}

.fullbox #mainbox {
	max-width:100%;
	min-width:100%;
}

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

.image_stage .stage_image {
	height:540px;
	width:100%;
	float:none;
	clear:both;
	display:block;
}

.image_stage .stage_image img {
	min-width:0;
	max-width:1000%;
	max-height:540px;
	min-height:540px;
}

.image_stage .stage_text {
	float:none;
	clear:both;
	display:block;
	margin-top:15px;
}

.image_stage .stage_image iframe {
	height:540px!important;
}

.small.filetype {
	display:none;
}

.resources_page .links_text {
	width:85%;
}

.resources_page .links_text .description {
	display:block;
	clear:both;
}

.contact_card .title {
	font-weight:400;
	font-size:18px;
}

.calendar_page #mainbox #lineview ul.days li span.bigday {
	font-size:2.5em!important;
	line-height:1.85;
	color:#226d75;
}

.calendar_page #lineview ul.years > li,.calendar_page #lineview ul.months > li,.calendar_page #mainbox #lineview ul.days li span.weekname,.calendar_page #menubox {
	font:normal normal 34px/1.75 Raleway,sans-serif;
}

.calendar_page #lineview ul.months > li {
	font-size:26px;
}

.calendar_page #mainbox #lineview ul.days li span.weekname {
	font-size:15px;
}

.calendar_page #menubox {
	font-size:12px;
}

.calendar_page #menubox .calviews {
	font-family:'Raleway',sans-serif;
	font-weight:700;
}

.audiojs {
	max-width:100%;
	display:none;
}

.feedback {
	display:none;
}

.slabform {
	background:transparent;
	width:100%;
	display:block;
	float:none;
	padding:10px 0;
	margin-top:20px;
}

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

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

.slabform .formfield.required.important {
	position:fixed;
	top:-999999999px;
}

.slabform .formfield.half {
	float:left;
	clear:none;
	width:49.5%;
	margin:0 1% 0 0;
	padding:0 0 4px;
}

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

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

.slabform .formfield input[type=radio],.slabform .formfield input[type=checkbox] {
	width:15px;
	display:inline-block;
}

.slabform label {
	display:block;
	float:none;
	clear:both;
}

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

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

.slabform .formfield.submit {
	text-align:center;
}

.slabform .specialbutton {
	display:inline-block;
	float:none;
	clear:none;
	text-align:center;
	font-size:15px;
	line-height:15px;
	padding:10px 15px;
	background:#226d75!important;
	color:#FDF3D9!important;
	border:none!important;
	outline:none!important;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.slabform .specialbutton:hover {
	background:#000;
}

.slab_signup_form {
	margin-top:2em;
	max-width:100%;
}

.contact_page #menubox {
	display:none;
}

.contact_page #mainbox {
	width:100%;
	float:none;
}

.contact_page #mainbox .business.contactinfo,.contact_page #mainbox .title.contactinfo {
	font-family:'Raleway',sans-serif;
	font-weight:400;
	padding:0;
	margin:0;
	line-height:1.5;
}

.story {
	margin-bottom:1em;
}

#menubox .homepage_gallery {
	width:100%;
	height:auto;
	padding:2em 0;
	margin:1em 0;
	display:block;
	clear:both;
	display:block;
}

#menubox .homepage_gallery .inner {
	width:100%;
	margin:0;
	float:none;
	clear:both;
	display:block;
}

#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%;
}

.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;
}

#menubox .gallery_control a {
	cursor:pointer;
}

a.gallerythumb span {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .25em 1em;
	width: calc(100% - 2em);
	height:auto;
	background: hsla(207, 83%, 18%,.75);
}

a.thumbbox:hover span,a.gallerythumb:hover span,a.homepage_thumb:hover span {
	color: white
}

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

.prev_next_gallery {
	display: none;
}

#main #mainbox div.prevnext a.prev, #main #mainbox div.prevnext a.next {
	color: hsla(186, 55%, 30%,.75);
	font-size: 1em;
}

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

blockquote,.quote,a.excerpt,.testimonials_slider .slide,p.innerquote {
	display:block;
	clear:none;
	float:none;
	width:auto;
	padding:1em 5% 1em 4em;
	width:calc(100% - 4em);
	background:url(layout/bigquote.svg) .5em .5em no-repeat transparent;
	-webkit-background-size:3em auto;
	-moz-background-size:3em auto;
	-o-background-size:3em auto;
	background-size:3em auto;
	border:none;
	outline:none;
}

p.innerquote {
	display:inline-block;
	width:33%;
	padding:1em 3% 1em 12%;
}

.quote span.attribution_name,.quote span.attribution_link,.testimonials_slider .slide span.attribution_name,.testimonials_slider .slide span.attribution_link {
	text-align:right;
	font-stye:oblique;
	display:block;
}

span.attribution_link .dash {
	display:none;
}

.testimonials_slider .slide {
	display:none;
}

.testimonials_slider {
	font-size:2em;
	max-width:100%;
}

.testimonials_slider .slide .readmore a {
	font-size:.5em;
}

.testimonials_page .cycle-prev,.testimonials_page .cycle-next {
	position:fixed;
	top:45vh;
	left:0;
	width:100%;
	height:40px;
	margin:0 auto;
	z-index:100;
}

.testimonials_page .cycle-pager {
	position:absolute;
	text-align:center;
	top:40em;
	left:0;
	width:100%;
	z-index:600;
	font-size:1em;
	margin:0 auto;
}

.testimonials_page .cycle-pager span {
	font-size:8em;
	color:rgba(111,111,111,.5);
	cursor:pointer;
}

.testimonials_page .cycle-pager span.cycle-pager-active {
	color:#226d75;
}

.testimonials_page .cycle-next {
	left:auto;
	right:0;
}

table#cdlist,table#cdlist td,table#cdlist th {
	background:url(#) transparent!important;
}

table#cdlist td {
	border-bottom:thin #dadada solid!important;
}

.signuplightmask {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.75);
	z-index:10000;
	opacity:0;
}

.slab_signup_form.poppedup {
	position:fixed;
	top:50%;
	left:50%;
	z-index:10000;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	opacity:0;
	background:#fff;
	padding:3em;
}

.slab_signup_form.poppedup a.closex {
	background-color:#fff;
}

@media (max-width:51em) {
	body #container,body.homepage_page #container {
		padding-top:0;
		max-width:100%;
	}
	
	a#hamburger .hlines {
		background-color: hsl(34, 54%, 50%);
	}
	
	header {
		position:relative;
		padding:0;
	}
	
	.homepage_page header {
		height: 90vh;
	}
		
	.homepage_page header .inner {
		max-width: calc(100% - 2em);
		height: 90vh;
	}
	
	header h1,.homepage_page header h1 {
		position:absolute;
		top:auto;
		left: 0;
		right: auto;
		bottom: 3em;
		font-size:1em;
		text-align:left;
		width: 100%;
	}
	
	.homepage_page header h1 {
		text-align: right;
	}
	
	header h1 a,.homepage_page header h1 a {
		position:relative;
		font-size:12vw;
	}
	
	header h1 a span,.homepage_page header h1 a span {
		display:block;
	}
	
	header nav {
		display:none;
	}
	
	header nav.mobi {
		position:fixed;
		display:block;
		right:-100%;
		top:0;
		width:66%;
		max-width:66%;
		min-height:100%;
		padding:1em 0 0;
		margin:0;
		background:#fff;
		-webkit-transition:right .5s,opacity .25s,webkit-transform .25s;
		transition:right .5s,opacity .25s,transform .25s;
		opacity:.5;
		z-index:9998;
		border-left:1px #000 solid;
		border-top:none;
	}
	
	header nav.mobi.lit {
		right:0;
		opacity:1;
	}
	
	header nav ul {
		text-align:left;
	}
	
	header nav ul li a {
		height:1em;
		font-size:1.5em;
		line-height:1;
		padding:5px 5%;
		color:#5570A9;
		text-align:left;
	}
	
	header nav ul li ul.drop {
		display:none;
		height:0;
	}
	
	header nav ul li:hover ul.drop,header nav ul li.over ul.drop {
		display:none;
		height:0;
	}
	
	header nav.mobi ul li#social_nav .zurb_social {
		position:relative;
		top:0;
		left:0;
		width:100%;
		height:auto;
		margin-left:.33em;
		text-align:left;
		display:block;
	}
	
	header nav.mobi ul li#social_nav .zurb_social a {
		width:1.5em;
		min-width:1.5em;
		max-width:1.5em;
		height:1.5em;
		line-height:1.5;
		margin:0 0 0 .25em;
		padding:0;
		float:left;
		clear:none;
	}
	
	header nav.mobi ul li#social_nav .zurb_social a img {
		width:1.5em;
		height:1.5em;
	}
	
	#main,.homepage_page #main {
		padding:0;
		width:calc(100% - 2em);
		overflow-x: hidden;
	}
	#main h1,#main h2 {
		font-size: 1.66em;
	}
	
	.slab_signup_form.poppedup {
		position:fixed;
		top:4em;
		left:0;
		transform:none;
		-moz-transform:none;
		-webkit-transform:none;
		width:95%;
		padding:2em 2.5%;
		margin:0;
	}
	
	.slab_signup_form.poppedup a.closex {
		position:absolute;
		top:.5em;
		right:auto;
		left:2.5%;
		width:1em;
		height:1em;
	}
}