div.logo #LogoContainer {
    overflow: visible;
}

div.logo-box {
    width: 440px;
}

div.logo-box span.phone-number {
    bottom: -15px !important;
}

div.content-wrapper-titles {
	background-image:none!important;
}

.sidebannermemphis {
    width: 260px;
    height: 260px;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.sidebannermemphis img {
    position: absolute;
}

.sidebannermemphis span {
    position: absolute;
    z-index: 9999;
    color: #000;
    display: inline-block;
    font-size: 24px;
    width: 100%;
    text-align: center;
    top: 204px;
    font-family: sans-serif;
}

.footer-explore p.copyright a {
    color: #d6c3a9 !important;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------------------
DATA PRIVACY 
-------------------------------------------------------------------------------------------------------- */
/*html body .data-privacy *,
html body .data-privacy *:before,
html body .data-privacy *:after {
    box-sizing: border-box;
}

html body .data-privacy {
    background:rgba(0,0,0,.85);
    bottom:0;
    max-width:449px;
    padding:15px;
    position:fixed;
    left:0;
    z-index:999
}

html body .data-privacy,
html body .data-privacy a,
html body .data-privacy p  {
    color:#fff;
    font-size:12px;
    line-height: 1.4;
}

html body .data-privacy p{
    margin: 0 0 10px;
    padding: 0;
}

html body .data-privacy a:not(.btn) {
    text-decoration:underline
}
html body .data-privacy a:not(.btn):hover {
    color:rgba(255,255,255,.8)
}
html body .data-privacy__btn-container {
    margin-top:10px;
    text-align:center
}
html body .data-privacy .btn {
    background:#0089cc;
    border-color:#0089cc;
    border-radius: 4px;
    display: inline-block;
    font-size:12px;
    font-weight:bold;
    line-height: 1.42857;
    padding: 10px 16px;
}

html body .data-privacy .btn:hover {
    background: #40b8f3;
    color: #FFF;
}

@media (max-width:375px) {
    html body .data-privacy .btn {
        font-size:11px
    }
}
html body .data-privacy__close {
    align-items:center;
    background:#fff;
    border:none;
    border-radius:50%;
    color:#000;
    cursor: pointer;
    display:flex;
    height:20px;
    justify-content:center;
    padding:0;
    position:absolute;
    right:10px;
    top:10px;
    width:20px
}
html body .data-privacy__close:before {
    content:'\00D7';
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    line-height:1
}*/