.group-name {
    color: #042554;
    font-family: Verdana;
    font-size: 35pt;
    font-weight: bold;
    width: 600px;
    min-width: 580px;
    position: relative;
    display: inline-block;
    padding: 40px;
}
.group-logo {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
a.navigation {
    color: white;
    text-decoration: none;
    padding: 0px;
}
a.navigation:hover {
    text-decoration: underline;
}
a.footer {
    color: white;
    text-decoration: none;
    padding: 0px;
}
a.footer:hover {
    text-decoration: underline;
}
a.news {
    color: black;
    text-decoration: none;
    padding: 0px;
    font-family: Verdana;
    font-size: 12pt;

}
.intro-box {
    position: relative; 
    margin-left: 120px; 
    margin-bottom: 40px; 
    display: inline-block; 
    width: 750px; 
    font-family: Verdana; 
    font-size: 12pt; 
}
img.intro-image {
    float: left; 
    margin-left: 30px; 
    margin-right: 60px; 
    margin-top: 30px; 
    margin-bottom: 30px;
    width: 256px;
}
.image-credit {
    margin-top: 20px;
    font-family: Verdana;
    font-size: 8pt;
    color: #888888;
    margin-bottom: 80px;
}
a.news:hover {
    text-decoration: underline;
}
a.publications {
    color: black;
    text-decoration: none;
    padding: 0px;
    font-family: Verdana;
    font-size: 12pt;
}
a.publications:hover {
    text-decoration: underline;
}
.navigation {
    position: sticky;
    font-family: Verdana;
    font-size: 20pt;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 1200px;
    margin: 0px;
    border: 0px;
    padding: 20px;
    background-color: #042554;
    color: #FFFFFF;
    z-index: 1;
}
.logo-block {
    margin-top: 300px;
}
img.logo {
    margin: 10px;
    height: 64px;
}
video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.footer {
    font-family: Verdana;
    font-size: 12pt;
    width: 100%;
    min-width: 1200px;
    margin: 0px;
    margin-top: 60px;
    border: 0px;
    padding: 20px;
    background-color: #042554;
    color: #FFFFFF;
}
body {
    margin: 0px;
}
.flex-box {
    position: relative;
    padding: 60px;
    display: flex;
    justify-content: space-between;
}
.content {
    position: relative;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px;
    margin-top: 50px;
}
.section-head {
    color: #042554;
    font-family: Verdana;
    font-size: 24pt;
    border-bottom: 2px solid #042554;
}
.section-spacing {
    position: relative;
    display: block;
    height: 40px;
}
.person-image {
    margin-bottom: 20px;
    padding: 0px;
    border: 0px;
    box-shadow: 0.5px 0.5px 2px #000000;
    object-fit: cover;
    width: 128px;
    height: 164px;
}
.person-subsection {
    position: relative;
    display: block;
    color: #042554;
    margin-left: 20px;
    font-family: Verdana;
    font-size: 18pt;
}
.person-details {
    position: relative;
    //background: #eeeeee;
    display: inline-block;
    width: 280px;
    padding: 0px;
    margin-left: 20px;
    margin-bottom: 50px;
    margin-right: 20px;
    text-align: center;
    font-family: Verdana;
    font-size: 12pt;
}
.person-details-name {
}
.person-details-email {
}
.paper-details {
    position: relative;
    display: inline-block;
    width: 370px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Verdana;
    font-size: 12pt;
}
.paper-image {
    margin-bottom: 20px;
    padding: 0px;
    border: 0px;
    box-shadow: 1px 1px 4px black;
    object-fit: contain;
    width: 256px;
    height: 360px;
}
a.paper-image-link {
}
a.paper-eprint-link {
    text-decoration: none;
}
a.paper-eprint-link:hover {
    text-decoration: underline;
}
a.person {
    color: black;
    text-decoration: none;
}
a.person:hover {
    text-decoration: underline;
}
.paper-eprint {
    font-family: Verdana;
    font-size: 12pt;
    color: #042554;
    margin: 10px;
}
.paper-title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60pt;
    margin: 10px;
}
.paper-authors {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
li.news {
    margin-bottom: 8px;
}
li.news-more {
    display: block;
}
