/*
 *	No Recovery No Fee
 *
 */
.no-recovery-no-fee {
	background: $flat-blue;
	color: #fff;
	font-size: 1em;
	text-align: center;
	padding: 1em;
	margin-bottom: 1.5em;
	border: 6px solid #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.2);

	@include media($medium-screen) {		
		font-size: 1.2em;
	}

	p.title {
		color: #63c9e0;
		color: $flat-red;
		color: #fff;
		font-family: $header-font-family;
		font-weight: 700;
		font-size: 2.2em;
		line-height: 1;
		text-transform: uppercase;
		margin: 0 0 .5em;
	}

	p:last-child {
		margin-bottom: 0;
	}

	a.call-now {
		display: inline-block;
		background: #fff;
		color: $flat-blue;
		font-size: 1.2em;
		padding: .5em;
		margin-top: .5em;
		border-radius: 6px;


		@include media($medium-screen) {
			background: none;
			background: rgba(255,255,255,.1);
			color: #fff;
		}
	}
}