.resources_content ul {
	margin:2em; 
}
.resources_content ul li {
	margin-bottom:.5em; 
}
.resources_content h2 {
	margin-top:1em; 
}
.resources_content h5 {
	margin-top: 1.5em;
	font-weight:normal;
}

/* RIGHT COL */
.resources_content .col_right {	
}
	.resources_content .col_right .nav>li>a {
			padding: 5px 15px;
	}
	.resources_content .col_right ul {
		margin:2em 0 0 0; 
	}
	.resources_content .col_right ul ul {
		font-size:.9em;
		margin:1em 0 1em 3em; 
		list-style-type: none;
	}
	.resources_content .col_right ul ul li {
		margin-bottom:.3em;
	}
	.resources_content .col_right ul ul li a:hover {
		text-decoration:underline;
	}
	.resources_content .col_right ul ul li .lnr {
		margin-left:-1.5em;
		margin-right:.2em;
	}
	
.affix-top, .affix-bottom {
	top:75px;
}
.resources_content .col_right .affix {
	top:75px;
	width:262px;
}

/* BREADCRUMBS */
.resources_content .breadcrumbs, .resources_content .breadcrumbs a {
	
}
	.resources_content .breadcrumbs a.selected {
		color:grey; 
	}
 
/* HERO */
.resources_hero {
    width:100%; 
    min-height:70px;
    border-bottom: 1px solid gainsboro;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e69de+0,3690f0+50,54a3ee+50,6db3f2+100 */
    background: #0075bc; /* Old browsers */
    background: -moz-linear-gradient(-45deg,rgba(0,137,218,1),rgba(0,117,188,.8)); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,rgba(0,137,218,1),rgba(0,117,188,.8)); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg,rgba(0,137,218,1),rgba(0,117,188,.8)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e69de', endColorstr='#6db3f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.resources_hero .h2, .resources_hero .h3 {
 
}

/*CTA*/
	.cta {
		margin-top:40px; text-align: center;  padding: 50px; width: 100%; height: auto;
	}

	.cta h1 {
		webkit-text-shadow: 0 2px 2px rgba(0,0,0,.3);
    	-moz-text-shadow: 0 2px 2px rgba(0,0,0,.3);
    	text-shadow: 0px 2px 2px rgba(0,0,0,.3);
	}

	.cta h3, .cta h1{
		color: white
	}


 