/********Navigation on Mobile*********/
/*@media screen and (max-width: 769px) {
.icon-menu::before {
    content: 'Menu';
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    margin: 0;
}
.mainTab-item>span {
    font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #e3e3e3;
    color: #777777;
    padding: 10px;
}
.navbar {
    background-color: transparent;
}
.mainTab.condensed-visible, .mainTab {
    position: absolute;
    width: max-content;
    background-color: transparent;
}
.mainTab-item>a {
    border-radius: 0px;
}
.button.button-iconic > .icon {
    width: auto;
    height: auto;
}
.occasional-button > .button-iconic, .occasional-button > .button-iconic:hover, .occasional-button > .button-iconic.active {
    filter: drop-shadow(2px 4px 6px black);
    color: transparent;
    background-color: transparent;
    background-image: url(https://storage.ning.com/topology/rest/1.0/file/get/8314714264?profile=original);
    background-position: center;
    background-size: 142%;
    border-radius: 15px 0px 0px 30px;
    padding: 10px 20px;
}
}*/
/********End of Navigation on Mobile*********/
.xg_chat .cht-groupChatHeading .cht-roomName::after {
content: "- Online List";
display: inline-block;
margin-right: 3px;
margin-left: 5px;
}

/********Change status button color*********/
.status-container input {
background-color: #e09e00 !important;
box-shadow: rgb(0 0 0 / 8%) 0px 8px 28px !important;
color: white !important;
border: 0 !important;
}

.status-container input:hover {
background-color: #cc9900 !important;
}
/********Change status button color*********/


/********Add top margin Tweetbox*********/
section.module-body.activityFeed {margin-top: 10px}
/********Add top margin Tweetbox*********/


/********Hide profile Likes in Tweets*********/
div.column:nth-child(3) .section-activity .feedEvent-createUserLike {
   display: none;
}
/********Hide profile Likes in Tweets*********/

/********Center Header Name on MyPage Smartphone*********/
@media screen and (max-width: 481px) {
.banner-header.profileCoverArea h2 {
justify-content: center;
}
}
/********Center Header Name on MyPage Smartphone*********/




/********Center Group Name on Smartphone*********/
@media screen and (max-width: 481px) {
.banner-header h2.groupHeader-groupName {
justify-content: center;
margin-top: 10px;
}
}
/********Center Group Name on Smartphone*********/


span.profileCoverArea-info:last-child span.profileCoverArea-question {
display: none;
}

.inlineBlock {background-color: red!important;} 
.banner-info h2 {font-size: 30px; margin-bottom: 12px;}

.banner-info p {font-size: 14px; font-weight: normal;}

.header-siteNameLogo {display:none}

.entry-title {margin-top: 4px; margin-bottom: 0;}

div.section-member-friends li:nth-child(n+11) {
display: none !important;
}

div.section-member-groups li:nth-child(n+9) {
display: none !important;
}

@media screen and (min-width: 769px) {
.header-nav {padding-bottom: 10px}
}

div.section-member-customizableHtml a.mch-editAction{
background: #e3e3e3;
padding: 8px 12px 8px 15px;
line-height: 1.3em;
border-left: 5pt solid #e09e00;
display: block !important;
}

div.section-member-customizableHtml div.entry-content {
margin-top: 15px;
}

.site-body.container  .socialSharingList svg {
  border: 1px solid #993300!important;
}

.site-body.container path {
       fill: #993300;
}
.site-body.container rect{
	fill: white;
}


a.socialSharingListItemLink:hover { 
background-color: #993300;
stroke: #ffffff; 
fill: white;
color: #ffffff;
}

button.socialSharingListItemLink.dropdown-toggle:hover {
fill: white;
stroke: white;
}