﻿
.footer { padding: 25px 0; background: #262626; }
.footer a { color: #fff; } 
.footer .section { color: #fff; }
.footer h3 { font-size: 16px; padding: 0 0 20px; color: #fff; margin: 0 0 20px; text-align: center; border-bottom: 1px solid #515151; }
.footer h4 { font-size: 12px; font-weight: bold; color: #ccc; margin: 0; }
.footer ul { font-size: 12px; padding: 10px 0 0; list-style: none; font-weight: bold; }
.footer ul li { padding: 4px 0 4px 20px; background: url('/Images/white-arrow.png') no-repeat 1px 7px; }
.footer ul li a { color: #fff; }

#quickLinks { display: none; }


@media (min-width: 768px) {
	.footer { padding: 0; }
	.footer .section { padding: 25px 0; }
	.footer h3 { text-align: left; }
	#quickLinks { display: block; padding-bottom: 20px; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 1.5), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
    .footer ul li {
        background-image: url('/Images/white-arrow_x2.png');
        background-size: 7px 10px;
    }
}