.banner + .banner {
	top: 280px;
}

.banner {
	position: absolute;
	right: -24px;
	color: #fff;
	top: 48px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	width: 240px;
	background-color: rgba(255,0,0, 0.5);
	padding: 12px 24px 0 24px;
}

.banner p, .banner h4 {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.banner a:link,
.banner a:active,
.banner a:visited
{ color: #fff; }

.banner h4 {
	width: 100%;
	background-color: #c20000;
	margin: -12px -24px 0px -24px;
	padding: 12px 24px;
}

.banner h4 a:link,
.banner h4 a:visited { color: #fff; }

.banner p {
	margin: 12px 0 0 0;
}
.banner p:last-child { margin-bottom: 24px; }
@media screen and (max-width: 767px) {
	.banner {
		position: static;
		padding-bottom: 12px;
		width: 100%;
	}
	.banner h4 {
		background-color: rgba(194,0,0,0.7);
	}
	.banner p { padding-right: 24px; }
}

.append .append-content {
	padding: 1px 24px 24px 24px;
	background-color: #fff;
	text-align: left;
	box-shadow: 0 0 8px #000;
	font-size: 1.1em;
}

.append .row { margin-top: 0 !important; }