/* Sub footer theme */
.footer-column {width:17%;display:inline-block;vertical-align:top;margin:5px;}
.footer-column div {width:100%;}
.footer-column ul li {list-style-type:none;padding:0;border-bottom: 1px dotted #c0c0c0;}
.footer-column ul {padding:0;margin:0;}
.footer-column h2 {text-transform:uppercase;font-size:11px;color: #bdbcbc;letter-spacing: 1.5px;}
.last-footer-column {clear:both;}
.footer-column ul li {color:white;}
.footer-column .field__item a:link, .footer-column .field__item a:visited {
    color: #ffffff;
    font-size:inherit;
    text-decoration:none;
}
.footer-column .field__item a:hover {background-color:rgba(131, 119, 113, 0.9);}

@media (max-width: 767px) {
    .footer-column {width:100%;}
}