footer
{
	font-family: 'MuseoSans-300';
}

#footer-top
{
	overflow: auto;
	margin: 0;
	padding: 40px;
	list-style-type: none;
}
	#footer-top a { color: #858685; }
		#footer-top a:hover { color: #22a469; }
	#footer-top > li
	{
		float: right;
		width: 50%;
		margin-bottom: 0;
		text-align: right;
	}
	#footer-top > li:first-child { float: left; text-align: left; }
	#footer-top header
	{
		width: 750px;
	}
		#footer-top h1
		{
			overflow: hidden;
			display: block;
			width: 140px;
			height: 56px;
			margin-bottom: 50px;
			background: transparent url('../img/logo-sap.svg') no-repeat 0 0;
			text-indent: -9999px;
		}
		@media (min-width: 1024px) {
    	#footer-top h1 { margin-bottom: 90px; }
		}
		#footer-top h3
		{
			margin-bottom: 0;
			color: #50524f;
    		font-family: "MuseoSans-500";
    		font-size: 10px;
    		font-weight: normal;
    		letter-spacing: 1px;
    		text-transform: uppercase;
		}
		#footer-top p
		{
			float: right;
			width: 390px;
			color: #50524f;
			line-height: 17px;
			font-family: 'Miller';
			font-size: 10px;
		}
			#footer-top p:last-of-type { margin-bottom: 0; }
		#footer-top nav ul
		{
			overflow: auto;
			margin: 0 0 20px 0;
			padding: 0;
			list-style-type: none;
			font-size: 12px;
		}
			#footer-top ul li { margin-bottom: 5px; }
			#footer-top ul li:last-of-type { margin-bottom: 0; }
		#email-updates,
		#email-sendlink
		{
			width: 320px;
			height: 40px;
			padding: 0 15px;
			background-color: #f8f8f8;
			border: 1px solid #d8d8d8;
			font-family: 'MuseoSans-300';
			font-size: 12px;
			line-height: 15px;
		}

#footer-bottom
{
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #50524f;
}
	#footer-bottom > li
	{
		float: right;
		margin-bottom: 0;
	}
	#footer-bottom > li:first-child { float: left; }
		#footer-bottom ul
		{
			overflow: auto;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
			#footer-bottom ul li
			{
				float: left;
				line-height: 60px;
				margin-bottom: 0;
			}
	#footer-bottom a
	{
		color: #fff;
		text-decoration: none;
	}
	#footer-bottom a:hover {
		opacity: 0.84;
	}
	#footer-bottom #footer-policies
	{
		margin-left: 28px;
		font-size: 12px;
	}
		#footer-policies li
		{
			padding: 0 14px;
		}
	#footer-bottom #footer-social
	{
		margin-top: 24px;
		margin-right: 30px;
	}
		#footer-social li
		{
			padding: 0 10px;
		}
		#footer-social a
		{
			overflow: hidden;
			display: block;
			width: 16px;
			height: 16px;
			text-indent: -9999px;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: 0 0;
			background-image: url('../img/icon-pinterest.svg');
		}
		#footer-social li:first-child a { background-image: url('../img/icon-twitter.svg'); width: 18px; height: 15px; }
		#footer-social li:last-child a { background-image: url('../img/icon-facebook-white.svg');     background-size: 40px 40px;
    background-position: -11px -13px; }
