//	Phone Banner
div.phone-banner {
	color: #999;
	font-family: $header-font-family;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 1em 0;
	text-align: center;

	@media only screen and ( min-width:$medium-screen ) {
		text-align: left;

		p {
			float: left;

			&:last-child {
				float: right;
			}
		}
	}

	p {
		margin-bottom: .5rem;
	}

	a {
		color: $base-accent-color;

		@media only screen and (min-width:640px) {
		}
	}
}
