body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    position: relative;
    overflow: hidden !important
}

.headline {
    font: 700 40px/1.1 Helvetica Neue, Helvetica, Arial, sans-serif !important;
    margin-top: 2px;
    padding: 40px 20px;
}

.title {
    font: 500 36px/40px Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 0
}

p {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 20px
}

.list-unstyled {
    list-style-type: none;
}

ul {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    
}


section {
    margin-bottom: 60px;
}

.underline {
    text-decoration: underline;
    font-weight: bold;
    text-height: 36px
}

.main-content {
    border-top: 1px solid #eee;
    margin-top: 60px;
}

.main-content ul {
    font-size: 15px;
}

.sidebar {
    background-color: #232323 !important;
    overflow: hidden;
    width: 290px;
    padding-left: 20px;
    overflow-y: scroll;
}

.sidebar .nav {
    background-color: #232323 !important;
}

.main-content .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.main-content .content .col-md-12 {
    padding: 30px 30px;
}

.main-content .content .col-md-12:nth-child(even) {
    background-color: #fafafa;
    border-top: 1px solid #f7f7f9;
    border-bottom: 1px solid #f7f7f9;
}

.affix {
    top: 20px;
    height: 100%;
}

.subhead {
    font-size: 30px;
    margin-bottom: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.subhead span {
    font-size: 12px;
    font-weight: 400;
}

.subhead2 {
    font-size: 28px;
    margin-bottom: 24px;
    margin-top: 48px;
    font-weight: 700
}

.pretty   print,
img {
    margin-top: 24px;
    margin-bottom: 24px
}

.lead {
    font-weight: 700;
    padding-left: 20px;
}

.nav > li > a {
    color: #526476;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px 8px 20px;
    text-transform: capitalize;
    text-decoration: none;
}

/* .nav > li > a:hover,
.nav > li > a:focus {
    color: #F95353;
    background-color: transparent;
} */


.nav > li > a:hover,
.nav > li.active a {
    background-color: #1F2839;
    color: #fff;
}

.text-muted {
    font-weight: 700;
    padding: 10px 15px 0px 0px;
}

.nav .text-white {
    /* color: #fff */
}

.img-thumbnail {
    display: block;
}

mark {
    color: #000;
    background: #ff0;
}


.scrollToTop {
    width: 90px;
    height: auto;
    padding: 5px;
    text-align: center;
    background: whiteSmokre;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
}

.scrollToTop:hover {
    text-decoration: none;
}

/*------------------------------------*\
    #Side Nav
\*------------------------------------*/
.header-fixed-side {
    width: 270px;
    position: fixed;
    border-radius: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: scroll;
}

.header-fixed-side .header--panel {
    width: 100%;
    height: 100%;
}

.header-fixed-side .navbar-header {
    float: none;
}

.header-fixed-side .header--panel-logo {
    width: 100%;
    display: block;
    padding: 30px 30px 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.header-fixed-side .header--panel .navbar-nav {
    margin-bottom: 0;
    padding: 30px;
    margin: 0;
    float: none;
}

.header-fixed-side .header--panel .navbar-nav > li {
    margin-right: 0;
    float: none;
}

.header-fixed-side .header--panel .navbar-nav > li:last-child {
    border-bottom: none;
}

.header-fixed-side .navbar-nav a {
    font-size: 13px;
    font-weight: 800;
    line-height: 39px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.header-fixed-side .header--panel .navbar-nav li:last-child a {
    margin-bottom: 0;
}

.header-fixed-side .header--panel .navbar-nav a:hover {
    color: #0cb4ce;
}

.header--panel-footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.header-fixed-side .header--panel .header--panel-social {
    margin-bottom: 20px;
}

.header-fixed-side .header--panel .header--panel-social a {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    text-align: center;
    display: inline-block;
    margin-right: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-fixed-side .header--panel .header--panel-social a:last-of-type {
    margin-right: 0;
}

.header-fixed-side .header--panel .header--panel-social a.share-facebook:hover {
    color: #3B5998;
}

.header-fixed-side .header--panel .header--panel-social a.share-twitter:hover {
    color: #00ACEE;
}

.header-fixed-side .header--panel .header--panel-social a.share-instagram:hover {
    color: #9b6954;
}

.header-fixed-side .header--panel .header--panel-social a.share-linkedin:hover {
    color: #0E76A8;
}

.header-fixed-side .header--panel .header--panel-copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.header-fixed-side .header--panel .header--panel-copyright a {
    color: #0cb4ce;
}

.side-header .wrapper {
    margin: 0 0 0 270px !important;
    width: auto !important;
}

.side-header .wrapper .container {
    width: auto !important;
}

/* Header Fixed Dark */
.header-fixed-dark .header--panel .header--panel-copyright,
.header-fixed-dark .header--panel .header--panel-social a,
.header-fixed-dark .navbar-nav a {
    color: #ffffff;
}

.header-fixed-dark .header--panel .navbar-nav > li {
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}


/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {

    .header-fixed-side {
        width: 100%;
        position: relative;
    }

    .header-fixed-light .navbar-toggle {
        border-color: #222222;
    }

    .header-fixed-light .navbar-toggle .icon-bar {
        background-color: #222222;
    }

    .side-header .wrapper {
        margin: 0 !important;
    }

    .header-fixed-side .header--panel-logo {
        padding: 0 0 0 15px;
        margin-bottom: 0;
        float: left;
        width: auto;
    }

    .header--panel-footer {
        display: none;
    }

    .header-fixed-side .container > .navbar-collapse {
        margin-left: 0;
        background-color: #ffffff;
        border-top: 1px solid #f7f7f7;
    }

    .header-fixed-side .header--panel .header--panel-social a {
        color: #646464;
    }

    .header-fixed-side .navbar-nav a {
        color: #333333 !important;
    }

    .header-fixed-side .header--panel .navbar-nav a:hover {
        color: #0cb4ce !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .header-fixed-side .header--panel-logo {
        margin-bottom: 30px;
    }
}

.nicescroll-cursors {
    background: #eee !important;
}

pre.language-html {
    display: flex !important;
}