body{
    font-family: 'Merriweather', serif;
    font-family: 'Source Sans 3', sans-serif;
    color: #141414;

}
header{
    padding:16px 0px;
    background-color: #fff;
    border-bottom: 3px solid #4655a0;
}
.header-logo img{
    max-width: 800px;
    width: 100%;
}
nav{
    background-color: #f5f5f5;
}

nav .nav-item{
    padding-right: 16px;
    font-weight: 500;
}
nav .nav-link.active{
    color: #4655a0 !important;
}
.nav-item .dropdown-menu{
    background: #f8f9fa;
    border: 0px;
    border-radius: 0px;
}
.nav-item .dropdown-item:hover{
    color: #4655a0 !important;
}
.header-top-nav .col-4{
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.header-top-nav a{
    color: #141414;
    text-decoration: none;
    font-family: 'Merriweather', serif;
}
.homepage-main-section{
    background-color: #f5f5f5;;
    background-color: rgb(21 104 141 / 8%);
}
.featured-content-section{
    background-color: #4655a0;
    background-color: #f5f5f5;;
    padding: 24px 0px;
}
.featured-content-title{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.15rem;
    color: fff;
    margin-bottom: .5rem;
}
.featured-slider-item{
    background-color: #fff;
    padding: 24px;
    height: 100%;
    min-height: 210px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border-radius: 4px;
}
.slider-category{
    color:#4655a0;
    margin-bottom: .5em;
    font-weight: 500;
    flex-grow: 0;
}
.slider-title{
    flex-grow: 0;
    font-family: 'Merriweather';
    font-size: .875rem;
}
.slider-authors{
    font-size: .875rem;
   opacity: .7;
   flex-grow: 1;
}
 /* the slides */
 .slick-slide {
    margin: 0 12px;
}

/* the parent */
.slick-list {
    margin: 0 -12px;
}
.btn-outline-primary{
    border-radius: 0px;
    border-color: #4655a0;
}


.image-corner-box{
    border: 1px solid #e5e5e5;
    border-top: 2px solid #4655a0;
    padding: 16px 16px;
    background-color: #fff;
    border-radius: 4px;
}
.image-corner-box img{
    width: 100%;
}
.image-corner-box-title{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.15rem;
    padding-bottom: 12px;
    width: max-content;
    color: #141414;
}
.image-corner-img img{
height: 150px;
object-fit: cover;
}
.image-corner-img{
    margin-bottom: 12px;
}
.image-corner-article-title{
    font-size: .925rem;
}
.journal-cover{
    padding: 16px 12px;
    border: 1px solid #4655a0;
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 4px;
}
.journal-title h1{
    font-size: 1rem;
    color:#141414;
    text-align: center;
}
.box{
    border: 1px solid #e5e5e5;
    border-top: 2px solid #4655a0;
    padding: 16px 16px;
    background-color: #fff;
    border-radius: 4px;
}
.box-border-left{
    border-left: 2px solid #4655a0;
    border-top: 1px solid #e5e5e5;
}
.box-title{
    font-weight: 400;
    font-size: 1.15rem;
 text-transform: uppercase;
    padding-bottom: 12px;
    width: max-content;
    color: #141414;
}
.btn-primary{
    border-radius: 4px;
}
.btn-outline-primary{
    border-radius: 4px;
}
.hp-article-category{
    color: #4655a0;
    font-weight: 500;
    font-size: .925rem;
    text-transform: uppercase;
}
.hp-article-title{
    font-family: 'Merriweather', serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.45em;
    margin: .4rem 0;
}

.hp-article-list{
    columns: 3;
    column-gap: 32px;
    column-rule: 1px solid #e5e5e5;
}

.hp-article{
    width: 100%;
    transition: .8s opacity;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    break-inside: avoid;
    transition: background-color 0.5s ease;
}
.hp-article:hover{
    background-color: #15678d10;
}
.hp-article-author{
    opacity: .7;
}

.hp-article-order-number{
    font-family: 'Source Sans 3', sans-serif;
}
.most-video-section{
    background-color: #f5f5f5;
}
.most-read-section{
    background-color: #fff;


}
.footer{
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;

}
.e-issn{
    text-align: center;
    font-size: 1.25rem;
    font-family: 'Merriweather', serif;
    color: #4655a0;
}

.copyright, .copyright a{
    color: #333333;
    text-decoration: none;
}
h1{
    font-size: 1.5rem;
    font-family: 'Merriweather', serif;
    color: #4655a0;
    font-weight: 500;
    margin-bottom: 1rem;
}
.content-area{
    text-align: justify;
    min-height: 400px;
}

h3{
    font-size: 1.25rem;
    font-weight: bold;
    color: #002b72;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.hp-article-title a{
    text-decoration: none;
    color: #141414;
}
.content-area .card{
    border: 1px solid #ededed;
    margin-bottom: 1rem;
}
.content-area .card a{
    text-decoration: none;
}


.archive-box {
    display: block;
    text-align: -webkit-center;
    border: 1px solid #ededed;
    padding: 20px 0px 10px 0px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 90%;
    text-decoration: none;
}
.archive-box a{
    text-decoration: none;
}
.archive-box .tag-link{
    display: block;
}
.archive-box a:hover {
    text-decoration: none;
}
.archive-box span {
    color:#000;
}
.archive-box img {
    width: 100%;
    padding-bottom: 10px;
    max-width: 80px;
    clear: both;
    display: block;
}
.archive-year h2 {
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #4655a0;
    width: max-content;
    font-size: 1.8rem;
}
.article-list a{
    text-decoration: none;
    color: #141414;
}
.article-list .article-title{
    font-family: 'Merriweather', serif;
    margin-bottom: .5rem;
    margin-top: 1rem;
}
.article-list{
    position: relative;
    margin-bottom: 1.5rem;
}
.plumx{
    position: absolute;
    top: 0;
    right: 0;
}
.article-list .article-category{
    text-transform: uppercase;
    color: #4655a0;
    margin-bottom: 0.5em;
    font-weight: 500;
    flex-grow: 0;
margin-top:0px;
    font-size: 1rem;
}
.article-list .article-buttons{
    margin-top: 1rem;
}
.article-list .article-button{
    margin-right: .5rem;
}
.article-list .article-authors{
    opacity: .8;
    margin-bottom: 1rem;
}
.article-list .article-authors img{
    opacity: 1 !important;
}
.article-doi-pages span{
    color: #4655a0;
    margin-left: 0.5rem;
}
.article-doi-pages span:first-child {
margin-left: 0px;
}
.article-page .article-title{
    font-family: 'Merriweather', serif;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 1rem;
    color: #4655a0;
}
.article-page .article-authors a{
    text-decoration: none;
    color: #141414;
    opacity: .8;
}
.article-page .article-authors{
    margin-bottom: .5rem;
}
.article-page .article-institutions{
    color: #141414;
    font-style: italic;
    opacity: .7;
    font-size: .875rem;
    margin-bottom: 1rem;

}
.article-page .article-doi-pages{
    font-family: 'Merriweather', serif;
    margin-bottom: 1rem;
    font-size: .875rem;
}

.article-page .article-doi-pages span{
    color: #4655a0;
    margin-left: 0.5rem;
}
.article-page .article-doi-pages span:first-child {
    margin-left: 0.5rem;
}
.article-page .article-doi-pages a{
    color: #141414;
    text-decoration: none;
}
.article-page h4{
    text-transform: uppercase;
    color: #4655a0;
    margin-bottom: 0.5em;
    font-weight: 500;
    flex-grow: 0;
    margin-top:0px;
    font-size: 1.25rem;
}
.article-page .article-buttons{
    margin-bottom: 1rem;
}
.slider-category{
    text-transform: uppercase;
}
.slider-title a{
    color: #141414;
    overflow: hidden;
    text-decoration: none
;
}
