.list-group .active a{
    color:#fff;
    }
    .list-group-item {
        border:0;
        border-bottom: 2px solid #e4e4e4;
    }
    .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .co a:before {
        top: 10px;
        right: 100%;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 12px 0;
        border-color: transparent #0079c2 transparent transparent;
        content: " ";
    }
    
    .list-group-item {
     
        display: block;
        padding: 15px 15px;
          margin: 5px 0px;
         background-color: transparent; 
    
    }
    #page-nav ul {
        margin: 0!important;
    }
    #page-nav>ul>li:first-child {
        border-top: 1px solid #DDD;
    }
    #page-nav>ul>li {
        border-bottom: 1px solid #DDD;
        padding: .4em 0;
    }
    #page-nav>ul>li>a {
        display: block;
        text-decoration: none;
        font-family: "Montserrat","helvetica neue",arial,helvetica,sans-serif;
        line-height: 44px;
    }
    
    #page-nav>ul>li.co a {
        color: #FFF;
        font-weight: bold;
        background-color: #0079c2;
        padding-left: .6em;
        padding-right: .6em;
        position: relative;
    }
    @media (min-width: 1200px){
        .container {
            width: 80%;
        }
        }