div.inner-wrap > div 
{
    display: none;
}

div.title-bar-layout 
{
    margin-left: 4.33%;
    display: flex;
    justify-content: space-between;
}

div.chc-home-container
{
    margin-top: 14px;
    margin-right: 4.5%;
}

.header-logo
{
    width: 135px;
    height: 60px;
    transform: translateY(-3px);
}

body 
{
    overflow-y: auto;
}

h1
{
    margin-top: 2em !important;
}

nav.title-bar-layout
{
    display: none;
}

nav.title-bar-no-toc-rns
{
    height: 56px;
    line-height: inherit;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background: #22221f none;
    -pie-background: #22221f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.nav-search-wrapper, .logo-wrapper
{
    display: none;
}

.title-bar 
{
    background: #0a0a0a;
    color: #fefefe;
    padding: 0.5rem;
}

.search
{
    margin-top: 40px;
}

@media only screen and (max-width: 1279px)
{
    .main-section 
    {
        top: 0 !important;
    }
}

@media only screen and (max-width: 1074px)
{
    .title-bar .menu-icon span 
    {
        display: none;
    }
}

@media only screen and (max-width: 1024px)
{
    .title-bar .menu-icon span 
    {
        display: none;
    }

	div.title-bar-container
	{
		display: flex;
	}

    .menu-icon-container
    {
        width: 10%;
    }

	nav.title-bar .menu-icon
	{
		border: none;
		z-index: 100;
		position: absolute;
		background: transparent;
		cursor: pointer;
		display: block;
		top: -6px;
		left: 38px;
        transform: translateY(0) !important;
	}

    .title-bar .menu-icon span 
    {
        height: 48px;
        width: 48px;
        display: block;
        background: transparent url('/assets/images/line.3.horizontal@2x.png') no-repeat center center;
        -pie-background: transparent url('/assets/images/line.3.horizontal@2x.png') no-repeat center center;
    }

    .off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		margin-left: 4%;
        padding-left: 0;
        padding-right: 0;
	}

    .main-section
    {
        top: 0;
    }
}

@media only screen and (max-width: 767px)
{
    div.title-bar-container
	{
		display: flex;
	}
}