.footer {
	margin: 60px auto;
	overflow: hidden;
}
.footer .container {
	margin-bottom: 0 0 10px 0;
	display: block;
}
.footer .copyright {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer .version {
	float: right;
	text-align: right;
}
.footer .phone {
	font-family: "AvenirNextDemi", Arial, sans-serif;
	font-size: 34px;
	line-height: 38px;
	display: flex;
	margin: 10px 0;
}
.footer .phone .svg-group {
	padding: 3px 10px 3px 0;
}
.footer .phone svg {
	fill: #333333;
}
.footer .phone a,
.footer .phone a:hover {
	color: #333333;
}
.footer .signup {
	clear: both;
	margin: 0 0 10px 0;
}
.footer .signup .signup-text {
	padding: 0 0 10px 0;
	font-family: "AvenirNextDemi", Arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
}
.footer .social {
	transition: background-color 0.1s linear;
	display: flex;
}
.footer .social a + a {
	margin: 0 0 0 10px;
}
.footer .social .svg-group {
	border-radius: 3px;
	transition: background-color 0.1s linear;
	width: 30px;
	height: 30px;
}
.footer .social svg {
	fill: white;
	margin: 5px 0 0 5px;
}
.footer .social .twitter {
	background: #00D3FF;
}
.footer .social .twitter:hover {
	background: #33dcff;
}
.footer .social .linkedin {
	background: #1B86BC;
}
.footer .social .linkedin:hover {
	background: #2aa3e0;
}
.footer .social .facebook {
	background: #94B3E9;
}
.footer .social .facebook:hover {
	background: #bed1f2;
}
.footer .social .youtube {
	background: #CF332D;
}
.footer .social .youtube:hover {
	background: #da5a55;
}
.footer .social .rss {
	background: #FB9F3B;
}
.footer .social .rss:hover {
	background: #fcb76d;
}
.footer .disclaimer {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #a7a7aa;
}

.product-preview .footer .social .svg-group {
	position: relative;
}
.product-preview .social-twitter img,
.product-preview .social-linkedin img,
.product-preview .social-facebook img,
.product-preview .social-youtube img,
.product-preview .social-rss img {
	position: absolute;
}
.product-preview .social-twitter img {
	top: 8px;
	left: 5px;
}
.product-preview .social-linkedin img {
	top: 4px;
	left: 4px;
}
.product-preview .social-facebook img {
	top: 4px;
	left: 8px;
}
.product-preview .social-youtube img {
	top: 5px;
	left: 6px;
}
.product-preview .social-rss img {
	top: 5px;
	left: 4px;
}

/**
 * Responsive
**/
@media screen and (max-width: 959px) {
	.footer .container:first-of-type .copyright, .footer .container:first-of-type .version {
		margin-bottom: 10px;
		padding: 0;
	}
	.footer .container:first-of-type nav {
		clear: both;
		margin-bottom: 15px;
		width: 100%;
		overflow: hidden;
	}
	.footer .container:first-of-type ul {
		padding: 0;
	}
	.footer .phone {
		float: none;
	}
	.footer .social {
		float: none;
		clear: both;
		margin: 10px 0;
	}
	.footer .social a {
		margin: 0 5px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.footer .container:first-of-type li {
		float: none;
	}
	.footer .container:first-of-type ul {
		padding: 0 0 0 5px;
	}
}
.footer {
	padding: 0 30px;
}

.footer-content .footer-column {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.footer-content {
		display: flex;
	}
	.footer-content .footer-column {
		width: calc(33.3% - 26.6666666667px);
		margin-bottom: 0;
	}
	.footer-content .footer-column + .footer-column {
		margin-left: 40px;
	}
}
@media (max-width: 767px) {
	.footer {
		display: flex;
		flex-direction: column-reverse;
	}
	.footer .disclaimer {
		font-size: 0.875rem;
		color: #a7a7aa;
		padding-bottom: 0;
	}
}