#banner-link-bar {
	background: #ea973e;
	position: relative;
}

#banner-link-bar.no-ad {
	box-shadow: inset 0 -2px 6px rgba(0,0,0,0.15);
}

#banner-link-bar p {
	display: block;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}

#banner-link-bar a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#banner-link-bar .ej-banner-copy {
	max-width: 1030px;
	margin: 0 auto;
	width: 67%;
	background: transparent;
	padding: 16px 0;
}


@media screen and (max-width: 720px) {
	#banner-link-bar p {
		font-size: 12px;
		line-height: 15px;
		padding: 5px 30px;	
	}
	#banner-link-bar .ej-banner-copy {
		width: 100%;
	}
}
