body.custom {
	padding: 20px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400 !important; 
	}

.custom p.headline_meta {
	font-size: 1em;
}

.custom h1 {
	font-size: 3em;
	margin-bottom: 15px;
	line-height: normal;
	font-weight: 300 !important;
	margin-bottom: 15px;
}

.custom h2 {
	padding: 0;
	margin: 30px 0 20px;
	display: block;
	font-weight: 300;
	color: #ff8c00;
	line-height: 1.4em;
	font-size: 2.5em;
	font-weight: 300 !important;
}

.custom h3 {
	font-weight: 300 !important;
	font-size: 1.75em;
	margin-bottom: 20px;
	line-height: normal;
	color: #666;
}

.custom h4 {
	font-weight: 300;
	color: #808000;
	font-size: 1.5em;
	line-height: normal;
}

.custom h5 {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 700 !important;
	color: #a9a9a9;
}

.custom h6 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1em;
	color: #941100;
}

.custom blockquote {
	margin: 3%;
	font-size: 1.15em;
	line-height: normal;
	font-weight: 300 !important;
	color: #5e5e5e;
}


.custom ul#case-study-grid {
	margin: 0;
	list-style-type: none;
position: relative;
	width: 525px;
}

.custom ul#case-study-grid li {
	margin-right: 5px;
	margin-bottom: 5px;
}
.custom ul#case-study-grid li.thumb {
    width: 170px;
    height: 170px;
	position: relative;
	display: inline-block;
}

.custom ul#case-study-grid li.thumb a {
	width: 170px;
	height: 170px;
	display: inline-block;
}
.custom ul#case-study-grid li.thumb .text, 
.custom ul#case-study-grid li.thumb .text-js {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
	padding: 5px;
    background: #999;
    background: rgba(0,0,0,0.3);
    text-align: left;
	color: white;
	height: 95%;
}

.custom ul#case-study-grid li.thumb:hover .text {
    display: block;
	font-size: 18px;
	text-align: left;
	vertical-align: top;
}