@charset "UTF-8";

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
	text-decoration: none;
	color: #347ca8;
}

a:hover {
	text-decoration: underline;
	color: #347ca8;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Open sans", sans-serif;
}

aside {

}

aside.right {
	border-left: 1px solid #cccccc;
}

img {
	border: 1px solid #cccccc;
}

img.investigates_logo {
	margin: .3em 0 0 .3em;
	border: 0;
}

img.left {
	margin-right: 1vw;
	position: relative;
	left: -2vw;
	max-width: 400px;
	width: 100%;
}

img.right {
	margin-left: 1vw;
	position: relative;
	right: -2vw;
	max-width: 400px;
	width: 100%;
}

.ad_block {
	display: block;
	text-align: center;
}

#ui_button {
	border: 0;
	color: white;
	background-color: rgba(7,44,97,1);
	text-shadow: none;
	box-shadow: none;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	height: 5em;
	padding-top: 1.8em;
}

.left {
	float:left;
}

.right{
	float:right;
}

.full {
	width: 100%;
}

.footer {
	display: inline-block;
}

#header_block {
	background-color: rgba(7,44,97,1);
	/*height: 55px;*/
	text-align: center;
}

.ui-content {
	max-width: 1000px;
	margin: 0px auto;
	padding: 0;
}

.ui-content p{
	margin: 1vw 2vw;
}

.ui-content h2 {
	margin: 3vw 0 2vw 2vw;
}



.hero {
	display: inline-block;
	width: 100%;
	/*height: 400px;*/
}

.hero img {
	width: 100%;
}

.intro_hero {
	/*background-image: url('../assets/body_of_evidence_bg_1000.jpg');*/
	/*background-image: url('assets/body_of_evidence_bg_1000.jpg');*/
	display: inline-block;
	width: 100%;
	background-position: center center;
	position: relative;
	display: inline-block;
	height: 20em;
	text-align: center;
}


._title {
	display: inline-block;
	text-align: center;
	color: white;
	width: 100%;

	position: absolute;
	top: 5em;
	left: 0;

	z-index: 10;

	background-image: url('../assets/blue_transparent_bg.png');
	/*background-image: url('assets/blue_transparent_bg.png');*/
	border-top: 1px solid #1978f6;
	border-bottom: 1px solid #1978f6;
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
}

._title h1 {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 3em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	
}

._title h2, h4 {
	margin: 0;
	padding: 0;
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;		
	color: white;
	/*-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);*/
	text-shadow: 1px 2px 3px #333;
	letter-spacing: .1em;
}

._title h4 {
	text-transform: none;	
	padding: 0 0 1em 0;
}

.scroll_icon {
	text-align: center;
	position: absolute;
	top: 15em;
	left: 0;
	z-index: 10;
	border: 0;
	color: white;
	width: 100%;
	font-weight: 300;
	text-shadow: 1px 2px 3px #333;
}

.scroll_icon a {
	text-decoration: none;
	color: white;
}

#link_block {
	color: white;
	font-weight: 300;
}


.testimony {
	font-family: 'Special Elite', courier;
	color: #454545;
	background-color: #eeeeee;
	display: inline-block;
	line-height: 150%;
}

.testimony h3 {
	text-align: center;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .5em;
} 

.testimony aside {
	width: 50%;
	padding: 1vw;
} 

.testimony p {

} 


.shadow {
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
}

#footer_block {
	background-color: rgba(7,44,97,1);
}

#footer_block a {
	margin: 0 1vw;
	padding: 1vw auto;
}

.progress_meter {
	width: 100%;
	display: inline-block;
	text-align: center;
	background-color: white;
	padding-top: .5em;
}

.progress_circle {
	width: 16px;
	height: 16px;
	border: 2px solid #666666;
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 .5em;
}

.solid {
	background-color: #666666;
}

.media_block {
	display: inline-block;
	margin-bottom: 1em;
}

.media_block.left{
	margin-right: 1em;
}

.media_block.right{
	margin-left: 1em;
}

.media_block .caption {
	font-style: italic;
}

.w400 {
	width: 400px;
}

.credit_foot {
	display: inline-block;
	width: 100%;
	border-top: 2px solid #999999;
	margin-top: 2em;
	padding: 1em;
}

.contributers {
	float: left; display: inline-block;
}

.copyright {
	float: left; 
	display: inline-block;
	text-align: right;
}


@media only screen and (max-width : 645px) { 

p {
	padding-bottom: 2vw;
}

aside {
	border: 0;
}

.intro_hero {
	height: 50vw;
	background-size: 100%;

}

/*._title {
	font-size: 2vw;
	margin-top: 20vw;
}*/

.testimony aside {
	width: 100%;
	padding: 1vw;
	border-top: 2vw solid white;
}

img {
	width: 100%;

}

img.left {
	left: 0;
}

img.right {
	right: 0;
}

.toggle_me {
	display: none;
}

.media_block {
	width: 100%;
}

.media_block.left{
	margin-right: 0;
}

.media_block.right{
	margin-left: 0;
}

.w400 {
	width: 100%;
	max-width: 400px;
}

.caption {
	padding: 0 1em;
	font-size: .9em;
}




.intro_hero {
	/*background-image: url('../assets/body_of_evidence_bg_1000.jpg');*/
	/*background-image: url('assets/body_of_evidence_bg_1000.jpg');*/
	display: inline-block;
	width: 100%;
	background-position: center center;
	position: relative;
	display: inline-block;
	height: 40vw;
	text-align: center;
}



._title {
	font-size: 2vw;
	top: 5vw;
	
}

._title h1 {
	
}

._title h2 {

	font-weight: 300;

}

.scroll_icon {
	top: auto;
	bottom: 0;

}

.scroll_icon img {
	width: 10vw;
}

.scroll_icon a {
	text-decoration: none;
	color: white;
}

#link_block {
	color: white;
	font-weight: 300;
}

.toggle_me {
	display: hidden;
}

img.investigates_logo {
	width: 50%;
}



}
