  .stacked-container {
			background: #ccc;
			display: inline-block;
		    margin: 20px 0px;
			min-height: 250px;
			padding: 20px;
			width: 100%;
			}
.stacked-thumbnail {
			float: left;
			margin-right: 20px;
			max-width: 300px; 
			vertical-align: top;
			width: 100%;
			}
.stacked-text-container {
			display: inline-block;
    		margin-left: 20px;
			width: 65%;
			}
.stacked-cta {
		    border: 1px solid #036!important;
			color: #036;
		    margin: 10px 0px;
		    padding: 5px 20px;
		    width: fit-content;
			white-space: nowrap;
			}
a.stacked-cta:hover {
			text-decoration: underline;
			}
p:empty {
	display: none;
}
.stacked-headline {
	font-size: 2em;
	font-weight: 500;
}
		
/* Mobile Adjustments */

@media screen and (max-width: 1075px){
		}
@media screen and (max-width: 980px){
		}
@media screen and (max-width: 710px){
		}

/* Simple Document Adjustments */
