/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}


/****** Colors

body grey: #f9f9f9;
blue: #061943;
medium blue: #004d7e;
dark blue: #00263f;
light blue: #80b9de;
nav grey: #bdbdbd;



blue: #061943;
blue 75%: #051842;
blue 50%: #828ba0;
blue 25%: #051842;

orange: #fc3b3b;
orange 75%: #fb3a3a;


*********/


::-moz-selection {
	background: #39AFFE;
	color: #fff;
}


::selection {
	background: #39AFFE;
	color: #fff;
}


::-moz-selection {
	background: #39AFFE;
	color: #fff;
}


.wf-loading {
	opacity: 0;
}


/****** Typography Styles *********/

body {
	font-size: 75%; 
}

html>body {
	font-size: 16px; 
}

p, li, label {
	font-family: "proxima-nova";
	font-size:1em;
	line-height: 1.5em;
	color: #666;
	margin: 0 0 1em;
}

a {
	line-height: 1.75em;
	color: #000;
	border-bottom: 1px solid #39AFFE;
	text-decoration: none;
  transition: border-bottom .3s;		
}

a:hover {
	border-bottom: 1px solid #fc3b3b;
}

a h1:hover, a h2:hover {
	color: #fc3b3b;
}

h1, h2, h3, h4 {
	font-size: 1em;
	font-family: "soleil";
	font-weight: 300;
	margin: 0 0 1em;
	line-height: 1.25em;
}

h1, h2 {
  transition: color .2s;	
}

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 1.333em;
	color: #fff;
}

h2 {
	font-size: 1.333em;
	color: #061943;
}

h3 {
	font-family: "proxima-nova";
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.content ul {
	list-style: disc;
	padding-left: 2em;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: 700;
}

.button {
	width: 100%;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 2em;
}

.button a {
	font-size: .8em;
	font-family: "proxima-nova";
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background-color: #000;
	padding: .75em 1em;
	border: none;
  transition: background-color .3s;		
}

.button a:hover, .button-active a, .button a.active {
	background-color: #fc3b3b;
}


.column-content .button {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

/****** General Styles *********/

body {
	background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

.wrapper {
	width: 100%;
	margin: 0;
	background-color: transparent;
	z-index: 10;
	position: relative;
}

.container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}


.content {
	background-color: #333333;

}

.content .container {
	width: 870px;
	margin-left: 153px;
	position: relative;
	background-color: #ffffff;
}



.clear { clear: both; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/****** Header Styles *********/

.header {
	margin-top: 0;
	background-color: transparent;
	position: fixed;
	top: 0;
	z-index: 11;
}

.header .container {
	height: 46px;
	padding: 0;
}

.logo, .nav, .top-nav, .header-search, .header-social, .nav > ul {
	display: inline-block;
	vertical-align: top;
}

.logo {
	background-color: #061943;
	width: 15%;
	overflow: hidden;
  transition: max-height .3s;
}

.logo a {
	border: none;
}

.logo img {
	width: 100%;
	padding: 1em;
}

.nav {
	width: 85%;
	position: relative;
}

.nav > ul {
	width: 80%;
}


.header-search,
.header-social {
	background-color: rgba(0,0,0,.8);
	max-height: 46px;
}

.top-nav:hover {
	background-color:#000 !important;
}

.top-nav {
	font-weight: 300;
	letter-spacing: .2em;
	text-align: center;
	text-transform: uppercase;
	width: 20%;
	padding: 1em 0 0;	
	min-height: 46px;
	margin: 0;
	background-color: rgba(0, 0, 0, .8);
	border-right: 1px solid #222;
	border-left: 1px solid #222;
  transition: background-color .2s, border-bottom .2s;
}

.nav a {
	font-size: .85em;
	color: #bdbdbd;
	line-height: 1em;
	border-bottom: none;
  transition: color .3s;	
}

.sub-nav {
	font-size: 1em;
	text-align: left;
	text-transform: none;
	padding: 6px 1.5em;
	margin-bottom: .5em;
}

.nav li ul {
	display: none;
	padding-top: 1em;
}

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

.nav li ul a {
	font-size: 1em;
	color: #bdbdbd;
	border-bottom: 1px solid transparent;
}

.nav a:hover, .top-nav a.active {
	color: #fff;
	border-bottom: 1px solid #39AFFE;
}

.header-search {
	width: 18%;
	margin-left: 1.5%;
	padding: .75em;
	max-height: 46px;
	float: right;
}

.header-social {
  padding: .75em;
  position: absolute;
  top: 55px;
  right: 0;
	}

.header-social img {
	max-width: 24px;
	opacity: .8;
  transition: opacity .3s;			
}

.header-social a:hover img {
	opacity: 1;
}

.header-social a:hover {
	text-decoration: none;
	border-bottom: none;
}

/****** Partners Wrapper Styles *********/

.partners {
	padding: 1.5em 0 2.5em;
	background-color: #fff;
	border-top: 1px solid #ccc;
}

.partner {
	width: 20%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.partner a {
	border: none;
}

.partner img {
	max-width: 95%;
}

.partner-doj {
	max-width: 15%;
}

.partner-doj img {
	max-width: 70%;
}



/****** Home OJP Wrapper Styles *********/

.home-ojp .column {
	background-color: transparent;
	border: none;
}

.home-ojp .column:first-of-type {
	width: 25%;
	margin-right: 10%;
	vertical-align: top;
	text-align: center;
}

.home-ojp .column:last-of-type {
	width: 65%;
	vertical-align: middle;
}

.home-ojp .column:first-of-type a {
	border: none;
}

.home-ojp .column:first-of-type img {
	width: 75%;
	max-width: 225px;
	margin-top: 2%;
}





/****** Footer Styles *********/

.footer {
	background-color: #000;
	min-height: 50px;
}

.footer p {
	color: #ccc;
	font-size: .8em;
}


/****** Home Page Slide Styles *********/

.slides {
	margin-top: 0;
	padding: 0;
	background-image: url(//uploads.trustandjustice.org/images/banners/trust-and-justice-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/*position: fixed;*/
	top: 0;
	z-index: 1;
	min-height: 400px;
}

.slides .container {
	min-height: 400px;
	padding: 0;
	position: relative;
}

.slides-text {
	max-width: 725px;
	padding: 1.5em;
	background-color: rgba(0, 0, 0, .8);
	position: absolute;
	bottom: 0;
	right: 0;
}

.slides-text h1 {
	margin-bottom: .5em;
}

.slides-text p {
	color: #cccccc;
}




/****** Column Styles *********/

.column { 
	display: inline-block;
	vertical-align: top;
}

.column-full-width {
	width: 100%;
}

.column-sidebar-width {
	width: 525px;
	padding: 0 2em 1em;
	border: none;
	margin: 0;
}




.column-sidebar-width .column-content {
	padding: 1.5em 0;
}



	
.column-type {
	padding: .5em 0em .5em 1.25em;
	background-color: #061943;
}

.content-column {
	margin-left: 0;
	margin-bottom: 2em;
	width: 65%;
}

.sidebar-column {
	margin-right: 0;
	margin-bottom: 2em;
	width: 30%;
	float: right;
	clear: both;
}

/*
 .column:first-of-type .column-type {
	background-color: #00263f;
}

.column:last-of-type .column-type {
	background-color: #061943;
}

*/

.content-column .column-type {

}

.sidebar-column .column-type {
	background-color: #061943;
}

.column-heading {
	padding: 1em 1.25em 0;
}

.column-content {
	padding: 0 2em 1em;
}

.column-cover {
	max-width: 200px;
	margin: 1em 1em 1.5em 0;
	border: 1px solid #ccc;
	float: left;
}

.column-content-left,
.column-content-right {
	display: inline-block;
	vertical-align: top;
}

.column-content-left {
	width: 40%;
	border-right: 1px solid #ccc;
}

.column-content-left h2 {
	margin: 2em 0 0;
}

.column-content-left h2:hover {
	cursor: pointer;
}

.column-content-left p {
	margin: 0em;
}

.column-content-left p:first-of-type {
	margin-top: 5px;
}

.column-type-sidebar {
	background-color: #061943;
}

.page-sidebar {
	width: 300px;
	margin-left: 25px;
	float: right;
}

.staff-name {
	border-left: 5px solid transparent;
	padding-left: 2em;
  transition: border-left .3s;		
}

.staff-name.active {
	border-left: 5px solid #ccc;
}

.column-content-right {
	width: 55%;
	margin: 2em 0 4em 2.5%;
	display: none;
	opacity: 0;
  transition: opacity .3s;		
}

.column-content-right.active {
	opacity: 1;
	display: inline-block;
}

.column-content-partners {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
}

.column-content-partners img {
	max-height: 175px;
	max-width: 300px;
	margin-top: 4em;
}

.partner-logo {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	padding-right: 2em;
}

.partner-body {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	padding-left: 2em;
	padding-bottom: 1em;
}

/****** Home Page Featured Column Styles *********/


.home-column {
	width: 31%;
	margin: 0 1%;
	position: relative;
}

.home-column:first-of-type {
	margin-left: 0;
}

.home-column:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.home-column-cover {
	max-width: 100px;
	margin: 1em 1em 1em 0;
	border: 1px solid #ccc;
	float: left;
}






.home-featured-home {
	padding: 1em 0;
}

.home-featured-home .column {
	border: none;
	background-color: transparent;

}

.home-featured-home .column:first-of-type {
	width: 64%;
	margin-right: 3%;
	padding-right: 3%;
	border-right: 1px solid #ccc;
}

.home-featured-home .button {
	position: static;
}


.home-featured-home .column-heading,
.home-featured-home .column-content {
	padding: 0;
	margin-bottom: .5em;
}

.home-featured-home .column-type {
	padding: .5em 0;
	background-color: transparent;
	color: #333;
	border-bottom: 1px solid #ccc;
}

.home-featured-home .column-heading {
	padding-top: .5em;
}

.home-featured-home h3 {
	font-family: "proxima-nova";
	font-weight: 500;
	margin-bottom: 0;
}

.home-featured-home .button {
	margin: 1em auto 2em;
}




/****** Home Page Intervention Styles *********/

.home-interventions .column {
	border: none;
	background-color: transparent;
}

.home-interventions .column-type {
	background-color: transparent !important;
}

.home-interventions .column-content {
	padding: 0;
}

.home-interventions .column-heading {
	padding-left: 0;
}

.home-interventions p {
	color: #ccc;
}





.home-interventions .column-heading,
.home-interventions .column-content {
	padding: 0;
	color: #fc3b3b;
	margin-top: .5em;
	margin-bottom: .5em;
}


.home-interventions h3 {
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	color: #f9f9f9;
	font-weight: 500;
	padding: 0;
	margin-bottom: 1em;
}


/****** Home Page OJP Styles *********/

.home-ojp h1 {
	color: #061943;
	margin-bottom: .5em;
}

.home-ojp h3, .partners h3, .home-pilot-sites h3 {
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	color: #333;
	font-weight: 500;
	padding: 0;
	margin-bottom: 1em;
}



/****** Content Styles *********/

.header-no-image {
	margin-top: -2em;
	padding: 0;
	/*background-image: url('/images/texture.png'); 
	background-color: #00263f;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 0;
	z-index: 10;
	min-height: 204px;
}

.header-no-image .container {
	min-height: 204px;
	padding: 0;
	position: relative;
}

.header-no-image-text {
	max-width: 935px;
	padding: 0 2em;
	position: absolute;
	bottom: 0;
	right: 0; 	
	background-color: rgba(0, 0, 0, .8);
}

.header-no-image-text h1 {
	margin-bottom: .25em;
}

.header-no-image-text p {
	color: #bdbdbd;
}


.right-content {
	width: 825px;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #ccc;
}

.content-sidebar {
	display: none;
	padding: 0 1.5em;
}

.content-sidebar h2 {
	font-size: 1.4em;
	padding: .5em 0 0 0;
}



.content-sidebar.active {
	display: inline-block;
}





.content .header-no-image-text {
	background-color: #fff;
	border: 1px solid #ccc;
}

.content .header-no-image-text p {
	color: #000;
}


.press-details {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8f8e8e;
}



.guide-cover {
	width: 150px;
	float: left;
	margin: 1em 1em 2em 0;
	border: 1px solid #ccc;

}

.research p {
	display: list-item;
	list-style: disc;
	margin-left: 1.5em;
	padding-left: .5em;
}

  div iframe {width: 100%;}

.button.content-sidebar-button {
	margin: 10px 0;
	width: auto;
	position: static;
}

.columnizer-column {
	padding-right: 10%;
}







.filter-options .button,
.sort-options .button {
	width: auto;
	display: inline-block;
	margin: 1em auto;
	position: static;
}




.ct-1024 {
	width: 1024px;
	margin: 0 auto;
	}

.page-banner {
	position: absolute;
	top: 0;
	width: 100%;
}


.page-title-container {
	position: relative;
	background-color: rgba(0,0,0,.5);
	margin-bottom: 0;
	width: 870px;
	margin: 0 auto 0 153px;
	padding: 75px 0;
	height: 300px;
}

.page-title-container h1 {
	margin-bottom: 10px;
	color: #f5f5f5;
	text-transform: uppercase;
	font-size: 3em;
	letter-spacing: 3px;
	text-align: center;
	z-index: 9998;	
}

.page-title-container p {
	color: #ccc;
	padding: 0 5em;
}



.intervention-title span {
	text-transform: none;
	font-size:.5em;
	line-height: .5em;

}





.content-container,
.sidebar-container {
	display: inline-block;
	vertical-align: top;
}

.content-container {
	width: 60%;
	border-right: 1px solid #ccc;
}

.sidebar-container {
	width: 40%;
	padding: 0 1.5em;
	font-size: 90%;
	background-color: #f9f9f9;
}

.sidebar-container .column:first-of-type {
	padding-top: 1.5em;
}

.column-content.research {
	font-size: 90%;
}

.resource-button-container {
	padding-bottom: 1em;
	width: 80%;
	margin: 0 auto;
}

.resource-button-container .content-sidebar-button {
	width: 46%;
	margin: 5px 2%;
}

.content-sidebar-button a {
	width: 100%;
	display: block;
	padding: .5em 0;
}




	#___gcse_0 * {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		font-family: "proxima-nova", sans-serif;
		font-size: 1em;
	}

	#gs_tti50 {
		border-bottom: 1px solid #777;
	  transition: border-bottom .3s;			
	}

	#___gcse_0:hover #gs_tti50 {
		border-bottom: 1px solid #bdbdbd;
	}

	#___gcse_0 #gs_tti50 input {
		font-size: 1em;
		background: none !important;
		color: #bdbdbd;
	}

	#___gcse_0:hover #gs_tti50 input {
		color: #fff;
	}

	.gsib_b {
		display: none;
	}

	#___gcse_0 .gsc-search-button {
		margin-left: 1em;
		opacity: .8;
	  transition: opacity .3s;				
	}

	#___gcse_0:hover .gsc-search-button {
		opacity: 1;
	}	

	#___gcse_0  .gsc-results-wrapper-overlay {
		background-color: #fff;
		left: 50%;
		text-transform: none;
		text-align: left;
		letter-spacing: normal;
		padding: 1em 2em;
	  margin-left: -415px;
  	width: 866px;
  	top: 46px;
  	}

	#___gcse_0 .gsc-result {
	  line-height: 1.5em;
	  margin-bottom: 1.5em;
	  padding-bottom: 1.5em;
	  border-bottom: 1px solid #ccc;
	}

	#___gcse_0 .gsc-modal-background-image-visible {
		background-color: rgba(0,0,0,.8);
	}

	#___gcse_0 .gsc-above-wrapper-area {
		margin-bottom: 1em;
	}

	.gsc-orderby-container {
		display: none;
	}












	    .home-pilot-sites .home-column:nth-child(3n+3) {
      margin-right: 0;
    }

    .home-pilot-sites .home-column:nth-child(3n-8) {
      margin-left: 0;
    }  

  .home-pilot-sites .home-column {
    position: relative;
    height: 92px;
    margin-bottom: 2em;
  }

  .home-pilot-sites h2 {
    position: absolute;
    font-size: 1.1em;
    top: 16px;
    width: 100%;
    text-align: center;
    background-color: rgba(6,25,57,.65);
    color: #fff;
    margin: 0;
    padding: 10px 0;
    transition: background-color .2s;   
  }

	.home-pilot-sites a h2 {color: #fff;}

  .home-pilot-sites .column:hover h2 {
    background-color: rgba(6,25,57,1);
  }

  .home-pilot-sites .column:hover a h2 {
    background-color: rgba(252,59,59,.85);
  }

  .home-pilot-sites img {
    position: absolute;
    top: 0;
  }


  #mc_embed_signup {

  }