figure {
	 border:.5px solid #00000012;
	 box-shadow:0px 0px 5px #00000021;
	 display:block;
	 height:auto;
	 max-width: 200px;
	 margin:20px !important;
	 float:right;
}
 figure img{
	 position:relative;
	 border-radius:2px 2px 0px 0px;
	 max-width:200px;
}
 figcaption {
	 border-radius:0px 0px 2px 2px;
	 background:#ffffff;
	 font: smaller sans-serif;
	 padding: 10px;
}
 @media screen and (max-width:945px) {
	 figure{
		 margin:auto !important;
		 float:none !important;
	}
}
 .callout-box {
	 color: var(--brown);
	 float: right;
	 width: 35%;
	 padding: 10px;
	 background: var(--gold-light-tint);
}
 .callout-box-gold {
	 background: var(--gold);
	 color: var(--brown);
	 float: right;
	 width: 35%;
	 padding: 14px;
	 margin: 14px;
}
 .callout-box a {
	 color: var(--greensand);
	 text-decoration: underline !important;
}
 .callout-box-gold a {
	 color: var(--greensand);
	 text-decoration: underline !important;
}
 .callout-box-gold h3 {
	 color: var(--brown);
}
 .callout-box h3 {
	 color: var(--brown);
}
 @media screen and (max-width: 768px) {
	 .callout-box {
		 float: none !important;
		 width: 100% !important;
		 margin: 0 !important;
	}
	 .callout-box-gold {
		 float: none !important;
		 width: 100% !important;
		 margin: 0 !important;
	}
}
