#footer {
    margin-top: 60px;
    padding: 40px 0;
    border-top: 4px solid #E3B547;
    background-color:#151515;
    clear:both;
}

#footer_container {
    width: 1250px;
    margin: 0 auto;
    text-align: left;
    position:relative;
}
#footer_container .scroll-to-top {
    display:block;
    width:36px;
    height:36px;
    background:url('../images/scroll-to-top.png') left top no-repeat;
    position:absolute;
    right:30px;
    top:-60px;
}

#footer .info {
    float:left;
    padding-left:30px;
    position:relative;
}
#footer .info:before {
    content:'';
    display:block;
    background-image: url(../images//footer_marker.gif);
    width:21px;
    height:32px;
    position:absolute; 
    left:0;
    top:-11px; 
}

#footer .info #address {
    font-size:16px;
    line-height:26px;
    color:#F2F2F2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#footer .info #copyright {
    color:#666666;
    font-size:11px;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    margin-top:20px;
}

#footer #phone_number,
#footer #phone_number_mobile {
    float:left;
    color:#FFFFFF;
    font-size:20px;
    line-height:20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-left:30px;
}

#footer #phone_number .social-icons a,
#footer #phone_number .social-icons a:hover, 
#footer #phone_number_mobile .social-icons a {
    margin-top: 10px;
    font-size: 22px;
    height: 22px;
    width: 22px;
    margin-right: 30px;
    color: #FFF;
}

#footer #phone_number_mobile a {
    color: #FFF;
}

#footer #phone_number .social-icons a span.nav-icons, 
#footer #phone_number_mobile .social-icons a span.nav-icons {
    font-size: 22px;
}

#footer .footer-nav {
    text-align:right;
}

#footer ul.nav-section {
    display:inline-block;
    vertical-align:top;
    margin: 0px 0px 0px 30px;
}
#footer ul.nav-section:first-child {
    margin:0;
}

#footer ul.nav-section li {
    margin: 0px 0px 5px 0px;
    text-align:left;
}
#footer ul.nav-section li a {
    font-size:14px;
    color:#5F5F5F;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    text-transform:uppercase;
    text-decoration:none;
}
#footer ul.nav-section li a:hover {
	color:#fff;
    text-decoration:underline;
}

#phone_number_mobile {
    display: none;
}

#footer #address a {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    #phone_number {
        display: none;
    }
    #phone_number_mobile {
        display: block;
        margin-bottom: 20px;
    }
    #footer_container {
        box-sizing:border-box;
        width:100%;
        padding:0 3%;
        /*display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;*/
        display: block;
    }


    #footer .info {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    #footer #phone_number {
        margin:0 0 50px 0;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }


    #footer .footer-nav {
        display:none;
    }
}

#footer_container a.scroll-to-top {
    background: #e3b547;
    text-align: center;
    /*line-height: 39px;*/
    border-radius: 100%;
    background-color: #e3b547;
}
#footer_container a span.footer-icons {
    position: relative;
    top: 10px;
}

/*
Additional Footer Styles
*/

#emailAccess {
    display: none;
}
@media screen and (max-width: 768px){
    #emailAccess {
        display: block;
        margin: 15px 0 10px;
    }
    #emailAccess a {
        color: #fff !important;
        text-decoration: none;
    }
    #emailAccess a span {
        margin-right: 4px;
    }
    #copyright {
        margin-top: 5px;
    }
}