.call-out-box {
	padding: 10px 15px;
	box-shadow: 0 0 5px #999;
}
.call-out-box.dark {
	background-color: #424242;
	color:#FEFEFE;
}
.call-out-box.light {
	background-color: rgba(222, 223, 216, 0.75);
	color:#000;
}

.block-of-text,
.call-out-box {
	margin: 1.5em 0;
}

#side .block-of-text,
#side .call-out-box {
	margin-top: 0;
}

.block-of-text h3,
.call-out-box h3 {
	font-family: industry-inc-base;
	margin: 6px 0;
    text-transform: uppercase;
}

.block-of-text a,
.call-out-box a{
	color: #fff;
	text-decoration: none;
}

.block-of-text a {
	color: #111;
}

.call-out-box p {
	font-size: 0.91em;
    font-style: italic;
    padding: 0;
    margin-top: 5px;
}

.block-of-text p {
    padding: 0;
    margin-top: 5px;
}
