.topbar-2 {
    /* height: 350px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

@media (max-width: 776px) {
    .topbar-2 {
        /* height: 180px; */
    }
}

.content-wrap {
    width: 100%;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.topbar-2.use-pretty-tabs {
    z-index: 99999;
    position: relative;
    height: auto;
    overflow: visible;
}

.topbar-2 ul.menu>li .sub-menu {
    top: 100%;
}

.topbar-2 .topbar-inner {
    padding: 4px 0;
}

.topbar-2 .section-links {
    float: right;
}

.topbar-2 .section-box {
   background-color: #850000;
   padding-left: 8px;
   padding-right: 8px;
   margin-left: 8px;
   margin-right: 8px;
}

.topbar-2.topbar-style-1 .section-menu {
    height: 26px;
    max-width: 80%;
}

.topbar-2.topbar-style-1 .section-menu:first-child:last-child {
    max-width: 100%;
}

.site-header.boxed .topbar-2 .topbar-inner,
.site-header.full-width .topbar-2 {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.topbar-2 .better-studio-shortcode {
    display: inline-block;
    float: right;
    margin-bottom: 0;
}

.topbar-2 .better-studio-shortcode .social-list {
    display: inline-block;
    float: right;
}

.topbar-2 .better-social-counter.style-button .social-item {
    margin: 0 0 0 4px;
    float: left;
    font-size: 13px;
}

.topbar-2 .better-social-counter.style-button .social-item .item-icon {
    color: #444;
    background-color: transparent;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.topbar-2 .better-social-counter.style-button .social-item:hover .item-icon {
    color: #545454;
}

.topbar-2 .better-social-counter.style-button a:hover {
    color: #fff;
}

.topbar-2 .topbar-date {
    color: #ffff;
    display: inline-block;
    padding: 3px 10px;
    line-height: 18px;
    position: relative;
    top: -1px;
    font-weight: bold;
    background-color: #850000;
}

.topbar-2 .better-newsticker {
    margin-bottom: 0;
}

.topbar-2 .better-newsticker.better-newsticker {
    margin-bottom: 0 !important;
}

.topbar-2 .section-links+.section-menu .better-newsticker .control-nav {
    right: 30px;
}

.topbar-2 .topbar-sign-in {
    float: right;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
}

.topbar-2 .topbar-sign-in .fa {
    margin-right: 2px;
}

.topbar-2 .topbar-sign-in.behind-social {
    margin-right: 8px;
    position: relative;
    padding-right: 8px;
}

.topbar-2 .topbar-sign-in.behind-social:before {
    content: '';
    width: 1px;
    top: 50%;
    margin-top: -8px;
    height: 18px;
    display: inline-block;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    right: -2px;
}

@media only screen and (max-width:850px) {
    .topbar-2 .better-newsticker ul.news-list li {
        width: 65%;
    }
}


.header-titlebar__logo {
    max-width: 120px;
  }
