body {
	font-family:'Raleway',sans-serif;
	font-size:17px;
	font-weight:300;
	color:#212121;
	background:url(layout/railing.jpg) center center no-repeat fixed #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

img {
	max-width:100%;
}

iframe {
	width:100%;
}

body.homepage_page {
	background:url(layout/bg.jpg) center 15% no-repeat #000;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

#container {
	padding-top:12em;
}

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

header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:9em;
	background:transparent;
	font-size:1em;
}

.homepage_page header {
	height:100vh;
	background:transparent;
}

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

.homepage_page header h1 {
	top:45vh;
	left:auto;
	right:8vw;
	width:50%;
	text-align:right;
}

.homepage_page header h1 a {
	color:#315DAB;
	font-size:5vw;
	width:auto;
	margin:0;
	padding:0;
	line-height:1;
}

header h1 a {
	color:#315DAB;
	font-size:5em;
	width:auto;
	margin:0;
	padding:0;
	line-height:1;
}

nav,header.fixie nav {
	position:absolute;
	top:9em;
	bottom:auto;
	height:3em;
	width:100%;
	text-align:center;
	padding:0;
	background:rgba(2,10,85,.5);
}

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

header.fixie nav {
	top:0;
	position:fixed;
	z-index:900;
}

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

nav ul li {
	line-height:3em;
	height:3em;
	display:inline-block;
	float:none;
	margin:0 1em 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;
}

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:-15px;
	display:none;
	width:10em;
	height:auto;
	background:#FDF3D9;
	outline:thin gray solid;
	z-index:999;
}

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

nav ul li:hover ul.drop {
	display:block;
	line-height:1.25;
	font-size:15px;
}

nav ul li#social_nav .zurb_social {
	position:relative;
	top:.333em;
	left:0;
	width:auto;
	height:auto;
	margin-left:0;
	text-align:left;
	display:inline-block;
}

nav ul li#social_nav .zurb_social a {
	width:1.5em;
	height:1.5em;
	line-height:1.5;
	margin:0 0 0 .25em;
	display:inline-block;
}

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;
	background:rgba(255,255,255,.66);
}

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

.homepage_page #mainbox,.homepage_page #menubox,.testimonials_page #mainbox {
	float:none;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 1em;
}

.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;
	font-style:italic;
	font-family:Georgia,serif;
}

#mainbox {
	width:74%;
	padding:1em 0;
	margin:0;
}

#menubox {
	width:22.5%;
	padding:3em 0;
	margin:0;
	float:right;
}

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

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

#menubox h4 {
	font-size:1.125em;
	background:transparent;
	padding:15px 7px;
}

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

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

#menubox ul li {
	padding-left:1em;
	background:url(common/images/pointers/rightarrgrey.svg) left .33em no-repeat transparent;
	-webkit-background-size:auto .75em;
	-moz-background-size:auto .75em;
	-o-background-size:auto .75em;
	background-size:auto .75em;
}

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

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

#menubox .featured_box {
	position:relative;
	border:none;
	padding:0;
	margin:0 1% 0 0;
	width:32.66666%;
	height:750px;
	display:block;
	float:left;
	vertical-align:top;
}

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

#menubox .featured_box a.raquo {
	position:absolute;
	top:82px;
	right:1em;
	width:2em;
	height:2em;
	background:url(common/images/pointers/rightarrwhite.svg) center center no-repeat #FA0007;
	-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 5%;
	width:90%;
}

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

#menubox .featured_box h4 {
	padding:60px 5% 15px;
	margin:0;
	background:#FA0007;
	color:#FDF3D9;
}

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

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

.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:#020a55;
	color:#fff;
	font-size:1em;
	height:1em;
	padding:1em 0;
}

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

a.gallerythumb {
	width:186px;
	padding-top:150px;
	height:40px;
	border:5px #000 solid;
	position:relative;
}

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

.gallery_page #mainbox {
	width:100%;
}

.small.filetype {
	display:none;
}

.resources_page .links_text {
	width:85%;
}

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

.contact_card .title {
	font-family:Georgia,serif;
	font-style:italic;
	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:#FA0007;
}

.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:#FA0007!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;
}

.gallery_page a.gallerythumb {
	border:none;
	width:19%;
	height:180px;
	margin:5px .5%;
	padding:0!important;
}

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

#menubox a.homepage_thumb,a.thumbbox {
	cursor:pointer;
	width:109px;
	height:109px;
	display:inline-block;
	vertical-align:top;
	margin:7px;
	padding:0;
	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;
	position:relative;
}

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

.gallery_page a.thumbbox span,a.gallerythumb span,a.homepage_thumb span {
	background:rgba(0,0,0,.75);
	font-size:13px;
	line-height:16px;
	margin-top:0;
	width:90%;
	height:90%;
	padding:5%;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	text-align:center;
}

a.gallerythumb span {
	padding:30% 5% 5%;
	height:62.5%;
}

a.thumbbox:hover span,a.gallerythumb:hover span,a.homepage_thumb:hover span {
	opacity:1;
	transition:opacity .33s;
}

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

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

#main .prevnext,#main .prevNextSlideButtons,#prevNextSlideButtons {
	width:95%!important;
	height:30px;
	display:block;
	position:absolute;
	top:50vh;
	left:2.5%;
	margin-left:0;
	font-size:2em;
	z-index:-1;
}

.prevnext a,.prevNextSlideButtons a,#prevNextSlideButtons a {
	width:45px;
	height:45px;
	background-position:center center!important;
	background-repeat:no-repeat;
	background-color:transparent;
}

.prevnext a span,.prevNextSlideButtons a span,#prevNextSlideButtons a span {
	display:none;
}

.prevnext a.prev,.prevNextSlideButtons a.imgPrev,#prevNextSlideButtons a.imgPrev {
	background:url(common/images/pointers/leftarrblack.svg) center center no-repeat transparent;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	float:left;
}

.prevnext a.next,.prevNextSlideButtons a.imgNext,#prevNextSlideButtons a.imgNext {
	background-image:url(common/images/pointers/rightarrblack.svg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	float:right;
}

.prevNextSlideButtons a.imgPrev:hover,#prevNextSlideButtons a.imgPrev:hover,.prevnext a:hover {
	opacity:.5;
}

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:maroon;
}

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