.header-v6 .navbar-nav > li > a {
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 8px;
}

.font-green {
    color: #78B653;
}

.breadcrumb {
    background: #fff;
}

h1 {
    border-bottom: 1px solid #666;
}

.breadcrumb li.active, .breadcrumb li a:hover {
    color: #d87b2d;
}

.breadcrumbs {
    border: none;
}

.breadcrumbs h1 {
    clear: right;
}

#loginLink {
    position: absolute;
    z-index: 1;
}

.cptlz-undrln {
    text-transform: uppercase;
    display: inline-block;
}

.cptlz-undrln::after {
    content: '';
    display: block;
    width: 50%;
    height: 8px;
    border-bottom: 2px solid #666;
}

.cms-content {
    margin-bottom: 50px;
}

@media (min-width: 992px){
    .header-v6.header-classic-dark .navbar-nav .active > a, 
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav .active > a, 
    .header-v6.header-classic-dark .navbar-nav li > a:hover, 
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav li > a:hover {
        color: #d87b2d;
    }
    
    .header-v6.header-classic-dark .navbar-brand img.default-logo,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.default-logo {
        max-width: 204px;
    }

    .content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}