footer {
	padding-top: 64px;
	width: 100%;
}

footer > .contact-outside {
	position: relative;
	width: 100%;
	background-color: #ec7e27;
	padding-bottom: 24px;
}
footer > .contact-outside > .contact-container {
}
footer > .contact-outside > .contact-container > p {
	position: relative;
	color: white;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 56px;
}

footer > .contact-outside > .contact-container > .phone-container {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: white;
	padding: 6px 18px;
	display: inline-block;
	margin: auto;
}
footer > .contact-outside > .contact-container > .phone-container > * {
	display: inline-block;
	vertical-align: middle;
	padding: 4px;
	color: #444444;
}

footer > .contact-outside > .blue-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 96px;
	background-color: #47555d;
}

footer > .rights-container {
	margin-top: 24px;
	width: 100%;
	background-color: #47555d;
}
footer > .rights-container > p {
	font-size: 14px;
	text-align: center;
	color: white;
	padding: 48px 0;
}

@media (min-width: 1172px) {

	footer > .contact-outside {
		overflow: hidden;
		padding: 0;
	}
	footer > .contact-outside > .contact-container {
		max-width: 1172px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
	footer > .contact-outside > .contact-container > p {
		position: relative;
		color: white;
		text-align: center;
		padding-top: 38px;
		padding-bottom: 38px;		
	}
	footer > .contact-outside > .blue-container {
		position: absolute;
		right: -64px;
		width: calc(50% - 200px);
		height: 100%;
		background-color: #47555d;
		transform: skew(-40deg);
	}

	footer > .contact-outside > .contact-container > .phone-container {
		position: relative;
		left: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		background-color: white;
		padding: 6px 18px;
		display: block;
		margin: auto 0;
	}

}