div#navBar.Header__navbar {
    background-color: rgba(0, 0, 0, 1);
}

.Header__menuList {
    vertical-align: top;
}

ul.Header__menuList {
    top: 8px;
    right: 10px;
    position: absolute;
}

@media (max-width: 1024px) {
    ul.Header__menuList {
        position: static;
    }
}


.Header__logo {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto 0 !important;
    height: fit-content;
    left: 10px;
}

.Header__logo img {
    max-width: 28.8px;
    max-height: 28.8px;
    display: block;
}

.Header__name {
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 64px;
}

.Header__container {
    vertical-align: center;
    height: 50px;
}

img.cymeCP {
    vertical-align: text-bottom;
}

#navBarContainer {
    background-color: #000;
}

.Header__tabsTab {
    line-height: 2rem;
    border-bottom: 0.1rem solid transparent;
}

.LoginDetail__signup,
.LoginDetail__signin {
    line-height: 2rem;
    border-bottom: 0rem solid;
}

.LoginDetail__signup:hover,
.LoginDetail__signin:hover {
    border-bottom: 0rem solid;
}

div#headerContent.Header__searchSection {
    height: 400px;
}

.commonStyle__zt3BrandBg {
    background-color: #6cd8e5;
}

.SearchContainer__downArrow {
    border-top-color: #6cd8e5;
}

.Header__tabsTab.Header__active,
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active {
    border-bottom: 0.1rem solid #6cd8e5;
}

.Header__tabsTab:hover,
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover {
    border-bottom: 0.1rem solid #6cd8e5;
}

.TopicListRightContainer__followerCount {
    display: none;
}

/* Custom css here */

.home .homeCustomWid br {
    display: none;
}

.home .homeCustomWid img {
    height: 72px;
    width: 70px;
}

.home .homeCustomWid .ContentBox__headerMid {
    margin-top: 0.75rem;
}

#banner {
    background-color: #6cd8e5;
}

.banner__information {
    color: #000;
    text-align: center;
    font-weight: bold;
}

.banner__information br {
    display: none;
}


@media screen and (max-width: 768px) {
    .banner__information br {
        display: block;
    }

    .banner__information span {
        display: none;
    }
}

#banner {
	display: none;
}

