footer{
    padding: 30px;
    color: #f2f2f2;
}
#footer {
    padding: 1em 0 2rem 0;
    margin: 0;
    background-color: #404040;
    /*margin-top: 0;*/
}
#footer a{
    color: rgb(201, 201, 201);
}
#footer a:not(.up-arrow) {
    font-size: 1.1em;
}
#footer a:hover, #footer a:focus {
    text-decoration: none;
    color: white;
}

#footer h3{
    padding-bottom: 4px;
    border-bottom: 1px solid #788083;
    margin-bottom: 12px;
    font-weight: 400;
}
#footer li > a {
   font-weight: 400;
}
#googleMap {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}

.up-arrow-wrapper{
    text-align: center;
}
.up-arrow{
    font-size: 30px;
    float: none;
    color: #f2f2f2;
    padding: 0;
}

.sitemap-row{
    padding: 60px 0;
}

.sitemap-column{
    padding-left: 15px;
    padding-right: 10px;
    min-height: 300px;
}
.sitemap-column:not(:last-child){
    border-right: 1px dotted rgba(255,255,255,.2);
}

.sitemap-column h4{
    height: 40px;
}

.sitemap-column a{
    font-size: 10px;
}

.btn-home{
    position: relative;
}

.btn-home:before{
    content:"\e113";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: -28px;
    width: 30px;
    height: 30px;
}

.contactInfo-wrapper{
    text-align: left;
}

.footer-ContactInfo{
    color: white;
    float: none;
}
.footer-ContactInfo span{
    font-size: 1.2em;
    margin: 0 12px;
    display: inline-block;
}

.contactinfoSection{
    background-color: #1d1d1d;
    padding: 60px 0;
    color: #e2e2e2;
}

.contactinfoSection h3{
    color: #FFFFFF;
}

.contactinfoSection .logo-wrapper{
    position: relative;
    min-height: 180px;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
    text-align: center;
}

.logo-wrapper img.footer-logo{
    max-width: 60%;
    max-height: 60%;
}

.row.up-arrow-wrapper {
   margin: 0;
}
#copyright, #copyright i{
    border: none;
    padding: 0;
    font-weight: 400;
}
.footer-box{
    min-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.footer-box:not(:last-child){
    border-bottom: 1px solid;
}

.branch-wrapper{
    min-height: 180px;
}

@media (max-width: 1000px) {
    #footer h3{
        text-align: left;
    }
}

@media (max-width: 992px){
    .sitemap-column:not(:last-child){
        border-right: none;
    }
}

@media (max-width: 550px) {
    .box-xs-12{
        width: 100%;
    }
    .contactinfoSection .logo-wrapper{
        padding: 0 30px 50px 30px;
    }
}


@media (max-width:420px) {

    #footer a:not(.up-arrow) {
        font-size: 1em;
    }
}

