body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFFFFF;
    color: #505078;
    margin:0;
}
.STYLE28 {
    font-size: 17px
}

.page{
    max-width: 920px;
    min-height: 2000px;
    padding: 30px 10px 100px;
    margin: auto;
}

.style-link a{
    /*color: #0056b3;*/
    text-decoration: none;
    color: #0095da;
}
.style-link a:hover{
    color: #1d7bc2;
    /*text-decoration: underline;*/
}
.style-ul ul{
    text-decoration: none;
    border-left: solid #f0eff6 5px;
    list-style: none;
    padding: 8px 0 8px 15px;
    margin: 15px 0;
    transition: 0.4s;
}
.style-ul ul:hover{
    background-color: #f0eff6;
}
.style-li li{
    text-decoration: none;
    border-left: solid #f0eff6 5px;
    list-style: none;
    padding: 8px 0 8px 15px;
    margin: 15px 0;
    transition: 0.4s;
}
.style-li li:hover{
    background-color: #f0eff6;
}
.heading-2{
    font-size: 30px;
    margin-top: 120px;
    color: #343a90;
    font-weight: 700;
    transition: 0.4s;
}

.top-heading-margin{
    margin-top: 43px;
}

.text{
    font-size: 17px;
    color: #505078;
    transition: 0.4s;
}

.font-16px{
    font-size: 17px;
}

.decoration-line {
    width: 50px;
    border-top: solid 5px #8b86bc;
    margin: 20px 0 50px 0;
}

.flex-between-start{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.flex-between-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-around-center{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.flex-evenly-center{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.publication-category{
	border-left: solid 5px #8b86bc;
	padding-left: 15px;
    font-size: 22px;
    font-weight: 700;
    margin: 60px 0 20px;
    color: #343a90;
}

.copyright-container{
    background-color: #f0eff6;
    padding: 15px 0;
}

.copyright{
    text-align: center;
    color: #8b99ab;
    font-size: 14px;
}

.copyright a {
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #8b99ab;
    transition: 0.2s;
}

.copyright a:hover {
    text-decoration: none;
    color: #8b86bc;
}