*{
 font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;

}
.pkp_footer_content{
    padding: 0; 
    text-align: center;
}

.pkp_brand_footer{
display:none;
}

.pkp_structure_footer_wrapper {
  background: #2F3032;
    color: #fff;
border:none;
}

.footer-link{
    text-decoration: none;
    color: #fff;
}
.footer-link:hover{
    color: #FF9F45
}

.journals ul li:first-child{
border:none !important;
}


/* Journal Title */
.body h3 a{
     text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    color: #261C2C;
}
.body h3 a:hover{
005082
}


/* Journal Links */
/* View Journal Link */
.links .view a,
.links .current a{
    vertical-align: middle;
    height: 32px;
    padding: 10px 25.6px;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    text-decoration: none;
    text-align: center;
     border-radius: 50px;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background: #F18D05;
    color: #FFF;
    text-shadow: none;
    border: none;
margin-top:1rem;
}

.links .view a:hover{
    color: #FFF;
    background: #fa9915;
}

/* Current Issue Links */
.links{
margin-top:2rem !important;
}
.links .current a{
border: 1px solid #fa9915;
background:transparent;
color:#000;
    padding: 9px 25.6px;
}

.links .current a:hover{
 color: #FFF;
    background: #fa9915;
}

.description p:nth-child(2),
.description p:nth-child(3),
.description p:nth-child(4),
.description p:nth-child(5),
.description p:nth-child(6),
.description p:nth-child(7),
.description p:nth-child(8),
.description br{
display:none;
}

