
/*
#342c28
#f2d8c9
#6a4032
#81716b
#98623d
#b77769
#e57162
*/


.section-heading {
	color:#b77769;
}

h2, h4 {
	color:#b77769;
}

/* endorsement logos */
.thumbnail_container {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
     margin-bottom:20px;
}

.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
    border-color:#f8f8f8;
    background:none;
}

.thumbnail:hover {
    position:absolute;
    width:100%;
    height:100%;
    border-color:#a9a9a9;
    background:#ffffff;
}


.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img{
    max-height:100%;
    max-width:100%;
}


.section_submission p {font-weight:400;}
ol.abstract {padding-left:15px;}
ol.abstract li {padding-left:10px;padding-bottom:5px;font-weight:400;}


ol {padding-inline-start: 20px;}