/** 
page-template-wiki  
*/

body.page-template-wiki .nav_title {
    font-size: 25px;
}

body.page-template-wiki ul.link_list {
    padding-left: 0;
    list-style: none;
}

body.page-template-wiki ul.link_list li a {
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
    color: rgba(242, 242, 242, 0.5);
    border-bottom: 1px solid #fff;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    position: relative;
}

body.page-template-wiki ul.link_list li a:hover {
    color: rgba(242, 242, 242, 1);
}

body.page-template-wiki ul.link_list li:first-child {
    border-top: 1px solid #fff;
}

body.page-template-wiki .card_wrapper {
    background: #FFFFFF;
    padding: 30px;
    color: #333;
    /* padding-top: 200px;
    margin-top: -215px; */
    z-index: -1;
    position: relative;
}
body.page-template-wiki .card_wrapper p a {
    color: #CD121E;
}

body.page-template-wiki .card_wrapper h1, body.page-template-wiki .card_wrapper p.lead {
    color: #CD121E;
}

@media (max-width: 767px) {
    body.page-template-wiki .card_wrapper {
        margin-bottom: 30px;
    }
}