 div.contact {
	 display:grid;
	 grid-template-areas: "img p";
	 grid-template-columns:2fr 3fr;
	 grid-gap:15px;
	 margin-bottom:30px;
}
div.contact img {
	 grid-area:img;
}
div.contact p {
}
div.contact p a {
}
div.contact p:nth-child(1), div.contact-no-pic p:nth-child(1) {
	 margin:0;
	 font-size:1.5em;
	 line-height:1em;
	 padding-bottom:5px;
}
div.contact p:nth-child(2), div.contact-no-pic p:nth-child(2) {
	 font-size: 1em;
	 font-weight:normal;
}
div.contact p:nth-child(3) {}
div.contact-no-pic {
	 display:block;
	 margin-bottom:30px;
}

.callout-box {
	 background-color: #b5e0e3;
	 border: 1px solid #b6b6b6;
	 border-radius: 0px;
	 padding: 13px 20px;
	 margin: 35px auto;
	 width:79%;
}
 .callout-box h4 {
	 color: #a70e16;
	 font-size: 18px;
	 font-weight: bold;
	/*border-bottom: dotted 1px #fff;
	 padding-bottom: 5px;
	*/
	 padding-top: 5px;
	 margin: 0 0 6px 0;
	 text-transform: uppercase;
	 letter-spacing: .04em;
}
 .callout-box ul, .callout-box dl {
	 list-style-type:none;
	 padding-left:0;
}
 .callout-box li, .callout-box dd {
	 padding-bottom:20px;
	 padding: 0 0 9px 0;
	 margin: 0 0 9px 0;
	 font-style: normal;
	 border-bottom: dotted 1px #fff;
}
 .callout-box li:last-child, .callout-box dd:last-child {
	 border:none;
	 margin:0;
	 padding:0;
}

