#footer .col-holder:after,
.bottom-panel:after {
	content: " ";
	display: block;
	clear: both;
}

#footer .col-holder ul,
.bottom-panel > ul,
.site-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-list ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.bottom-panel {
	padding-left: 9999px;
	padding-right: 9999px;
	margin-left: -9999px;
	margin-right: -9999px;
}

#footer .col-holder {
	padding: 49px 0 36px;
}

#footer .col-holder ul {
	padding: 6px 0 2px 50px;
	font-size: 15px;
	line-height: 22px;
}

#footer .col-holder li {
	list-style: none outside;
	padding: 0 0 15px;
}

#footer .col-holder li.active a {
	text-decoration: underline;
}

#footer .col-holder li a {
	text-decoration: none;
}

#footer .col-holder li a:hover {
	text-decoration: underline;
}

#footer .col {
	position: relative;
	float: left;
	width: 25.5%;
	padding: 0 10px 0 0;
}

#footer .col:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
}

#footer .col:first-child:before {
	display: none;
}

#footer .nav ul {
	font-size: 16px;
	line-height: 22px;
}

#footer .btn-box {
	float: right;
	width: 224px;
	padding: 5px 0 0;
}

#footer .btn-box .btn {
	display: block;
	margin: 0 0 10px;
}

#footer .logo {
	float: none;
	max-width: 220px;
	margin: 0 0 22px;
}

.copy {
	margin: 0;
	font-size: 14px;
}

.bottom-panel {
	text-align: center;
	font-size: 14px;
	padding: 18px 9999px 20px;
}

.bottom-panel > ul {
	float: left;
	font-size: 14px;
	line-height: 16px;
	margin: 6px 0 0;
}

.bottom-panel > ul li {
	list-style: none outside;
	float: left;
	margin: 0 20px 0 0;
}

.bottom-panel > ul li:last-child {
	margin: 0;
}

.bottom-panel > ul a {
	text-decoration: underline;
}

.bottom-panel > ul a:hover {
	text-decoration: none;
}

.btn-login {
	text-align: center;
	display: block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 10px;
}

.btn-login:before {
	font-family: "swift-fontv2";
	margin: 0 12px 0 0;
	line-height: 1;
	font-size: 15px;
}

.btn-login:hover {
	color: #fff;
	text-decoration: none;
	opacity: .8;
}

.site-list {
	float: right;
}

.site-list span {
	float: left;
	font-size: 15px;
	line-height: 16px;
	margin: 6px 10px 0 0;
}

.site-list ul {
	float: left;
	display: table;
}

.site-list li {
	list-style: none outside;
	letter-spacing: 0;
	padding: 0 0 0 15px;
	display: table-cell;
	vertical-align: middle;
}

.site-list a {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/sprite.png) no-repeat;
}

.site-list a:hover {
	opacity: .8;
}

.site-list a.veda:hover, .site-list a.inivio:hover {
	opacity: .6;
}

.site-list .tick {
	width: 18px;
	height: 19px;
	background-position: 0 -4px;
}

.site-list .card {
	width: 26px;
	height: 20px;
	background-position: -38px -4px;
}

.site-list .lock {
	width: 21px;
	height: 26px;
	background-position: -84px -1px;
}

.site-list .pass {
	width: 25px;
	height: 21px;
	background-position: -121px -5px;
}

.site-list .homne {
	width: 24px;
	height: 24px;
	background-position: -163px -1px;
}

.site-list .snipe {
	width: 23px;
	height: 25px;
	background-position: -203px -2px;
}

.site-list .verify {
	width: 17px;
	height: 20px;
	background-position: -245px -4px;
}

.site-list .bce {
	width: 27px;
	height: 11px;
	background-position: -273px -9px;
}

.site-list .check {
	width: 23px;
	height: 23px;
	background-position: -316px -4px;
}

.site-list .veda {
	width: 23px;
	height: 23px;
	background-position: -357px -4px;
    opacity: .7;
}

.site-list .inivio {
	width: 23px;
	height: 23px;
	background-position: -386px -4px;
    opacity: .7;
}

.site-list .equifax {
	width: 23px;
	height: 23px;
    background: url(/images/icon_equifax.png) no-repeat;
	background-position: 0px 2px;
    opacity: .6;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.site-list a {
		background: url(/images/sprite-2x.png) no-repeat;
		background-size: 339px 26px;
	}

	.site-list .tick {
		background-position: 0 -3px;
	}

	.site-list .card {
		background-position: -28px -5px;
	}

	.site-list .lock {
		background-position: -68px 0;
	}

	.site-list .pass {
		background-position: -100px -3px;
	}

	.site-list .homne {
		background-position: -163px -1px;
	}

	.site-list .snipe {
		background-position: -167px -2px;
	}

	.site-list .verify {
		background-position: -201px -3px;
	}

	.site-list .bce {
		background-position: -225px -7px;
	}

	.site-list .check {
		background-position: -262px -3px;
	}

    .site-list .veda {
	    background-position: -293px -3px;
    }

    .site-list .inivio {
	    background-position: -320px -3px;
    }
}

@media all and (max-width: 1023px) {
	#footer .col-holder ul {
		padding: 6px 0 2px 20px;
	}

	#footer .btn-box {
		width: 168px;
	}

	#footer .btn-box .btn {
		min-width: 1px;
	}

	.bottom-panel {
		text-align: center;
	}

	.bottom-panel > ul {
		float: none;
		margin: 0 0 25px;
	}

	.bottom-panel > ul li {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 5px;
	}

	.site-list {
		float: none;
	}

	.site-list span {
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.site-list ul {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}

@media all and (max-width: 767px) {
	#footer {
		text-align: center;
	}

	#footer .logo {
		max-width: 183px;
		margin: 0 auto 27px;
	}

	#footer .col-holder {
		padding: 29px 0 23px;
	}

	#footer .col-holder ul {
		padding: 21px 0 10px;
	}

	#footer .col {
		float: none;
		width: 100%;
		padding: 0;
		height: auto !important;
	}

	#footer .col:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		height: 1px;
		width: 100%;
	}

	#footer .btn-box {
		width: 100%;
		margin: -4px auto 0;
		float: none;
		padding: 0;
	}

	#footer .btn-box .btn {
		margin: 0 0 12px;
		padding: 16px 33px;
	}

	.copy {
		margin: 0 0 21px;
		font-size: 13px;
		line-height: 19px;
	}

	.bottom-panel {
		padding: 21px 9999px 19px;
	}

	.bottom-panel > ul {
		font-size: 13px;
		line-height: 27px;
	}

	.site-list span {
		display: block;
		margin: 0 0 12px;
	}

	.site-list ul {
		display: block;
		margin: 0 -5px;
	}

	.site-list li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 5px;
		margin: 0 0 10px;
	}
}

