#one #sitemap #socialMediaLinks {
	background: url('/blk-one-c-assets/cache-1677729674000/include/one/css/blk/i/build-on-blackrock-logo-footer.png') no-repeat left 8px;
}

/********************************************************************
* RESPONSIVE OVERRIDES - All screens smaller than 768px
********************************************************************/
@media only screen
and (max-width : 768px) {
	#one.blk-responsive #sitemap #socialMediaLinks {
		background-position: 10px 8px;
	}
}#chat-wrapper {
    border: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    padding: 4px;
    padding-bottom: 0px;
    background-color: #efefef;
    border-radius: 6px;
    display: none;
    z-index: 2147483647;
}

#chat-frame{
    height: 580px;
    width: 980px;
}

#chat-close {
    position: absolute;
    top: -11px;
    right: -11px;
    padding: 5px;
    background-color: #d9d9d9;
    width: 24px;
    height: 32px;
    border: #efefef 2px solid;
    border-radius: 54px;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
}

#chat-close:hover {
    background-color: white;
}