
.call-out-box
{ padding: 2rem 2rem 1rem 2rem;
	margin: 0 1rem 1rem 1rem;
	border: solid 1px #555;
	border-radius: .1rem;
	background-color: #f2f2f2; }

.call-out-box p
{ color: #17657b; }

.teal-btn a
{ background-color: #17657b;
	color: #fff;
	padding: .5rem 1rem .5rem 1rem;
	border-radius: .1rem;
	transition: all .3s; }

.teal-btn a:hover
{ background-color: #1994a1;
	text-decoration: none; }