#header
{
	text-align: center;
	display: flex;
	border-top: 0.5em solid #323475;
	box-shadow: 0 0 1.5em rgba(0,0,0,.4) !important;
	background-color: #fff;
	color: #000;

}

/*
#header_topline
{
	background-color: #000;
	color: #fff;
	text-align: center;
	height: 1.9em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
}
*/

#header_mainline
{
	display: flex;
}

#refs
{
	text-align: center;
	padding: 2em;
        padding-top: 3em;
        padding-bottom: 4em;
}

#refs p
{
	padding-left: 10%;
	padding-right: 10%;
}

#header_outer
{
	padding-top: 0.2em;
	display: inline-block;
	margin: 0 auto;
	flex-grow: 1;
	padding-left: 3em;
	padding-right: 3.5em;
	text-align: left;
}

@media screen and (max-width: 900px) 
{
	#header_outer
	{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}




#header_outer.alt
{
	padding-top: 0.5em;
}

#header_inner
{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
       
}



#header .logo
{
	
}

.logo img
{
	width: 200px;
	max-width: 50%;
}

#header.alt .logo
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#header #logo_img
{
	background: url('../../images/logo_dark.png') no-repeat;
	background-size: contain;
	width: 250px;
	height: 50px;
	
}

#header.alt #logo_img
{
	background: url('../../images/logo_bright.png') no-repeat;
	background-size: contain;
	width: 260px;
	height: 60px;
}


#header_inner nav
{
	/*font-family: 'Times', serif;*/
	font-weight: normal;
	text-transform: uppercase;
}



.logo_hl_sub
{
	letter-spacing: 0.05em;
	font-size: 90%;
	display: none;
	visibility: hidden;
}


#two
{
/*	border: 1em solid white; */
	text-align: center;
	padding: 2em;
	padding-top: 3em;
	padding-bottom: 4em;
	/*background-color: #323475; 
	color: #fff;*/
}

#two > article
{
	max-width: 1100px;
	display: inline-block;
}

.side_by_side
{
	display: flex;
}

.round_img_container
{
	padding-top: 3em;
	padding-left: 3em;
}


.two_col
{
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}

.two_col:nth-child(even)
{
	flex-direction: row-reverse;
}

.two_col > article
{
	width: 50%;
	flex-grow: 1;
	height: auto !important;
}




article h2
{
	margin-bottom: 0.5em;
}

.two_col > article
{
	padding: 3.5em;
}


.small_headline
{
        font-size: 110%;
        letter-spacing: 0.13em;
        color: #000;
        font-weight: 400;
        margin-bottom: 0.3em;
}


.contact
{
	padding-left: 3em;
	padding-right: 3em;
}

@media screen and (max-width: 900px) 
{
	.two_col > article, #refs, .contact
	{
		padding: 2em !important;
	}


}



.three_b_show_mobile
{
	display: block;
}
@media screen and (max-width: 900px)
{
	.two_col > article
	{
		width: 100%;
	}
	.three_b
	{
		height: 300px;
		min-height: 300px;
	}

	.three_b_hide_mobile
	{
		display: none;
	}

	.three_b_show_mobile
	{
		display: block;
	}

	#refs p
	{
		padding: 0;
	}

	section, .contact
	{
		text-align: left !important;
	}
}


/*
#two .small_headline
{
	color: #fff !important;
}
*/

.three_a
{
	background-color: #eee;
}

.three_b
{
	background-color: #000;
	/*background-image: url('../../images/two_b.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
}

.style_shade
{
	background-color: #eee;
}



.references img
{
	height: 5em;
}

.intro_text
{
	hyphens: auto;
}
