@charset "utf-8";

body.splash {
		background-color: #751401!important;
}

#teaser22 p {
		text-indent: -9999px;
}

#teaser22 img {
	width: 100%;
}

/* how about we level the playing field - time to reset! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

/* changing or setting defaults */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	transition-duration: .5s;
}

/* general, reusable styles */
.clear {
	clear: both;
}
.left {
	float: left;
	margin: 0 20px 20px 0;
}
.right {
	float: right;
	margin: 0 20px 20px 0;
}

body {
	font-family: 'Raleway', Arial, Verdana, sans-serif;	
	color: #464242;
}



/*-----------------------Header and Nav-----------------------------*/
.logo {
	text-align: center;
}

.logo img {
	width: 94%;
	max-width: 288px;	
}


/* thanks to MenuMenu - http://www.meanthemes.com/demo/meanmenu/demo.html */

nav {
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}


nav a {
	color: #0a4862;	
}

nav a:hover {
	color: #04d3d3;
}

nav ul li {
	display: inline;
}

nav ul li ul {
	display: none;
}

.has-submenu:hover {
	display: inline-block;
}

.has-submenu:hover .sub-menu {
	display: block;	
	/*position: absolute;*/
}

.sub-menu a {
	display: block;	
}


/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: .75em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #69bacc;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}



/*-------------------Billboard--------------------*/
.billboard {
	width: 90%;
	height: 75vh;
	background: #340002 url(../images/billboard.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #FFF;
	padding: 20px 5%;
	display: flex;
}

.billboard div {
	align-self: center;	
	width: 94%;
}

.billboard h1 {
	font-size: 	2em;
	font-weight: 700;
	padding-bottom: 20px;
}

.billboard h3 {
	margin-bottom: 30px;
}

.billboard a {
	font-size: 1.3em;
	color: #f4ec25;
}

.billboard a:hover {
	color: #f68f09;	
}

.button {
	padding: 10px 20px;
	background-color: #db7d0e;
	font-size: 1.15em;
}

.button:hover {
	background-color: #db340e;
}




/*--------------Main Content-----------------*/

#schedule, #what, #figs {
	text-align: center;
}

.eventEntry {
	margin-bottom: 30px;
}

.eventEntry dt {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 4px;
}

main {
	padding: 30px 10px;	
}

h2 {
	font-size: 1.7em;
	font-weight: 700;
	padding-bottom: 12px;
	text-align: center;	
}

main p {
	padding-bottom: 24px;
}

main a {
	color: #0a94bc;	
}

main a:hover {
	color: #f68f09;	
}

main section {
	border-bottom: 1px solid #acaaaa;
	padding-bottom: 40px;
	margin-bottom: 40px;	
}

main section:last-of-type {
	border: none;	
	margin-bottom: 0;
}

#who figure, #contact figure {
   text-align: center;	
   margin-bottom: 30px;
}

#who img, #contact img {
   width: 94%;
   max-width: 646px;
   border-radius: 50%;
} 

#what, #venue, #work, #figs {
	max-width: 90em;
	margin: 0 auto 40px auto;
}

#venueList {
	font-size: 1.2em;
	padding-left: 30px;
}

#venueList li {
		padding-bottom: 10px;
}

#what h2, #what p {
	max-width: 60em;	
	margin: 0 auto;
}

#what p {
	font-size: 1.1em;
}

.what-cols {
	display: flex;
	flex-wrap: wrap;
}

.what-cols img {
	border-radius: 10%;
}

.what-cols div {
	width: 40%;
	padding: 0 4.5% 40px 4.5%;		
	text-align: center;
}

.what-cols p {
	text-align: left;
}
.what-cols h3 {
	font-weight: 700;
	border-bottom: 1px solid #acaaaa;
	padding-bottom: 6px;
	margin-bottom: 6px;	
}

.what-cols ul {
	list-style: none;	
}

.what-cols li {
	padding-bottom: 10px;	
}

#work, #details, #schedule, #venue, #figs {
	padding: 0 10%;
}

#details dt, #details dd {
	font-size: 1.7em;
}

dl {
	padding-bottom: 30px;
}

.blog-entries div {
	background: #464242;
}

.blog-entries div:hover {
	background: #f68f09;	
}

#blog a {
	color: #FFF;	
}

#blog img {
	width: 100%;
}

#blog dl {
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;	
}

#blog dt {
	font-size: 1.4em;
	font-weight: 700;	
	padding-bottom: 6px;
}

#blog dd {
	padding-bottom: 8px;	
}

dd.pub-date {
	font-size: .8em;	
}

#contact p {
	padding-bottom: 2px;	
}

p.phone {
	font-size: 1.5em;	
}

figure.fit {
	text-align: center;
}

figure.fit img {
	width: 90%;
	padding: 6px 5% 40px 5%;
}

figure.max500 img {
	max-width: 700px;
}

.scheduleList {
		list-style: none;
		margin-bottom: 24px;
}

#hotels {
	padding-left: 30px;
}

#hotels li {
	padding-bottom: 20px;
}

/*----------------Footer--------------------*/

footer {
	background: #386269;
	color: #FFF;
	font-size: .9em;	
	text-align: center;
	padding: 30px 20px 60px 20px;
}



/*-------------------------Media Queries-----------------------------*/
/* 650 and above */
@media screen and (min-width: 40.625em) {

#who img, 
#contact img {
   width: 45%;
   float: left;
   margin-bottom: 30px;
} 

#who h2, 
#who p, 
{
	text-align: left;		
}
	
	#contact p {
		text-align: center;
	}

#who {
	overflow: auto;	
}

#what, footer {
	clear: left;	
}

footer {
	margin-top: 30px;	
}

.blog-entries {
	display: flex;	
}

.blog-entries div {
	width: 30%;
	margin: 0 1.5%;	
}
}




/* 875 and above */
@media screen and (min-width: 54.6875em) {

	
nav li {
	padding: 0 15px;	
}

.what-cols div {
	width: 22%;
	padding: 0 1.5% 40px 1.5%;		
}

.work-gallery {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}

#contact h2 {
	padding-top: 60px;	
}
}


/* 985 and above */
@media screen and (min-width: 61.5625em) {
.logo {
	text-align: left;
	padding: 10px;	
}

header {
	position: relative;	
}

nav {
	position: absolute;
	top: 45px;
	right: 0px;
}

header, 
#who, 
#what, 
#blog, 
#contact {
	max-width: 87.5em;
	margin-left: auto;
	margin-right: auto;
}

.billboard h1 {
	font-size: 	3.5em;
	max-width: 1000px; /* note - EMs did not work for sizing here for me */
	margin-left: auto;
	margin-right: auto;
}

.billboard a {
	font-size: 1.8em;
}

.billboard h3 {
	padding: 0 20%;
}

h2 {
	font-size: 2.2em;
}

main p {
	font-size: 1.3em;
}	

#who h2 {
	padding-top: 30px;	
} 

#contact h2 {
	padding-top: 100px;	
}

.work-gallery {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
}