@charset "UTF-8";
/* CSS Document */

/* -- footer styles -- */

.footer-links {
	background: #fff;
	clear: both;
	float: left;
	width: 100%;
}
.footer-link-column {
	color: #000;
	float: left;
	font-size: 11px;
	line-height: 1.25em;
	margin: 50px 59px 20px 0;
}
.footer-link-column a {
	color: #000;
}
.footer-link-column a:hover {
	/*text-decoration: underline;*/
	color:#EC303C;
}
.footer-link-column h4 {
	font-size: 14px;
	line-height:1.25em;
	margin: 0;
}
.footer-link-column ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding-left: 0;
}
.footer-link-column ul li {
	margin-bottom: 15px;
}
.footer-link-column ul ul {
	padding-left: 30px;
}
.footer-social-column {
	float: right;
	margin: 50px 0 0 0;
	width: 45px;
}
.footer-social-column a {
	float:right;
	margin: 0 0 15px 0;
}

.footer-social-column img {
    width: 45px;
	height:auto;
}
.footer-phone {
	clear: both;
	color:#ec303c;
	font-family: "Helvetica W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:28px;
	float: left;
	margin:0 0 20px 0;
	width: 100%;
}
.footer {
	background: #fff;
	clear: both;
	float: left;
	height: 70px;
	width: 100%;
	text-align:center;
	color: #000;
}
.footer.footerTtec{
	background: #ec303c;
	text-align:center;
	color: #fff;
	height:122px;
	line-height:70px;
	color:#fff;
}
.footer.footerTtec .ttecBanner{
	position:absolute;
}

.footer.footerTtec .ttecBanner a {
    background-image: url("/media/2013/usa/images/nlBtn.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: "Helvetica W01 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin: 7px 0 0 90px;
    padding-right: 45px;
    width: 434px;
}
.footer.footerTtec .ttecBanner a:hover{
	background-image:url(/media/2013/usa/images/nlBtn_hover.png);
}
.footer.footerTtec .ttecBanner a img{
	vertical-align:middle;
	margin-right:100px;
	display:block;
}


.footer.footerTtec .logisticsBanner {
    margin-right: -490px;
    margin-top: -52px;
    position: absolute;
    right: 50%;
}
.footer.footerTtec .logisticsBanner{
	width:207px;
	height:172px;
	background-image:url(/media/2013/usa/images/logistics.png);
}

.footer.footerTtec .logisticsBanner a {
    background-image: url("/media/2013/usa/images/nlBtn.png");
    background-position: 165px 131px;
    background-repeat: no-repeat;
    display: block;
    height: 172px;
    width: 207px;
}
.footer.footerTtec .logisticsBanner a:hover{
	background-image:url(/media/2013/usa/images/nlBtn_hover.png);
}
.copyright {
	color: #000;
	font-size: 10px;
	margin: 22px 0 0 0;
}
/*.copyright {
	color: #fff;
	float: left;
	font-size: 10px;
	margin: 22px 0 0 0;
	width: 50%;
}*/
.copyright a {
	color: #000;
}
.copyright a:hover {
	text-decoration: underline;
}
.footer-newsletter {
	background: url(/media/2013/usa/images/btn-footer-more.png) center right no-repeat;
	color: #fff;
	float: right;
	font-size: 26px;
	margin: 20px 0 0 0;
	padding: 0 35px 0 0;
}
