body{
    overflow: hidden;
}
.help-page{
    background: #fff;
    height:100vh;
    overflow: hidden;
}
.navbar-jfy{
    background: #fff;
}
.help-flex{
    display: flex;
    justify-content: space-between;
}
.help-header-logo {
    width: 125px;
    padding-top: 15px;
    padding-bottom: 25px;
    cursor: pointer;
}
.help-header-links a,.help-header-links span{
    margin-right:10px;
}
.help-header-links span{
    color:#ccc;
}
.help-header-links a {
    line-height: 70px;
    color: #4477d0;
}
.help-wrapper{
    display: flex;
}
.help-container{
    flex-grow: 1;
    height:100vh;
    overflow: auto;
}
.help-text{
    max-width:980px;
    margin:0 auto;
    padding: 15px;
}
.help-text h1{
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1.125;
}
.help-text img{
    max-width: 100%;
}
.help-sidebar{
    background: #fafafa;
    overflow: hidden;
    height:100vh;
    border-right: 1px solid #eee;
    z-index: 99;
    display: none;
}
.help-sidebar-body{
    width:350px;
    overflow: auto;
    position: relative;
    height:100vh;
    padding-bottom:100px;
}
.help-sidebar h2 {
    border-bottom: 1px solid #eee;
    color: #262626;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
.help-sidebar h3 {
    margin-top:20px;
    padding-left:25px;
    font-size: 14px;
    color: #595959;
}
.help-sidebar li{
    line-height: 34px;
    padding: 0 55px;
}
@media screen and (min-width: 860px){
    .help-text{
        padding: 50px 60px;
    }
    .help-sidebar {
        width: 330px;
        display: block;
    }
}
