footer .footer-top-outer {
    background-color: #161616;
    min-height: 80px;
}

footer .footer-top-outer .wrapper {
    background-color: #161616;
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 45px 0px 45px 45px;
}

footer .logo-side {
    margin: 0;
    padding: 0;
    min-height: 80px;
}

footer #footer-logo {
    width: 110.1px;
    height: 80px;
    background-image: url('../images/footer_logo.png');
    background-size: 110.1px 80px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    float: left;
    font-weight: 400;
}

footer .footer-content {
    display: block;
	float: left;
	font-style: normal;
}

footer .footer-content a {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255,255,255,0.5);
    font-weight: 700;
    text-decoration: none;
}

footer .content p, footer .content a {
    letter-spacing: 0.05em;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255,255,255,0.5);
    justify-content: center;
    text-align: left;
    margin: 0;
}
 
footer .content p {
    font-weight: 400;
    padding: 0 0 0 20px;
}

footer .content a {
    font-weight: 700;
    text-decoration: none;
}

footer .content a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

footer .content a#privacy_policy_link {
    color: rgb(255, 255, 255);
}

ul.divided-links {
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 0px;
}

ul.divided-links > li {
    display: inline-block;
    border-left-style: solid;
    border-left-width: 1px;
    list-style-type: none;
    margin-right: 20px;
    padding-left: 20px;
}

ul.divided-links > li#first-divided-link {
    border-left-width: 0;
    padding-left: 5px;
}
