h1 {
    color: #265077
}

.custom-information-top {
    color: #eeeeee !important;
    font-size: 30px !important;
    text-transform: none !important;
    padding: 20px 22px 9px 20px !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pull-right {
    float: right;
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-down:after {
    content: "\f107";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-award {
    content: "\f559";
}

.fa-envelope {
    float: left;
}

.fa-phone {
    float: left;
}

.fa-key {
    float: left;
}

.fa-fax {
    float: left;
}

.fa-map-marker-alt {
    float: left;
}

.fa-graduation-cap {
    float: left;
}

.fa-door-open {
    float: left;
}

.fa-calendar-alt {
    float: left;
    margin-right: 5px;
}

.fa-tags {
    float: left;
    margin-right: 5px;
}

.fa-file-pdf {
    float: left;
    margin-right: 5px;
}

.fa-link {
    float: left;
    margin-right: 5px;
}

.fa-fingerprint {
    float: left;
    margin-right: 5px;
}

.fa-exclamation-circle {
    margin: 5px 0px 0px 20px;
}

.bg_bluevdark {
    background: #265077;
}

.bg_bluedark {
    background: #657C9D;
}

.bg_bluelight {
    background: #C1CAD8;
}

.bg_grey {
    background: #f4f4f4;
}

.bg_greydark {
    background: #d2d2d2;
}

.orange {
    color: #f0ad4e;
}

html {
    scroll-behavior: smooth;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-circle {
    border-radius: 50%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.text-center {
    text-align: center;
}

.text-muted {
    color: #F1F0EC;
}

ul {
    margin: 0 0 20px 0;
    list-style-type: square
}

li.active {
    background-color: #273f7d;
    /*ACM MM color*/
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.people-container {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-left: -15px;
    margin-right: -15px;
}

.people-container>div {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.container-challenge-organisers .people-container>div>h3 {
    min-height: 5.1em;
}

.container-program-committee .people-container>div>h3 {
    min-height: 2.1em;
}

.people-location {
    padding-left: 2px;
}

@media (max-width: 1199px) {
    .people-location {
        min-height: 3.4em;
    }

    .people-container>div>h3 {
        min-height: 6em !important;
    }
}

@media (max-width: 991px) {
    .people-location {
        min-height: 3.4em;
    }

    .people-container>div>h3 {
        min-height: 7em !important;
    }
}

@media (max-width: 767px) {
    .people-container>div {
        flex-basis: 100%;
        max-width: 100%;
    }

    .people-container>div>h3,
    .people-location {
        min-height: 0 !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -10px;
}

.col-md-3,
.col-sm-4,
.col-md-6,
.col-xs-12,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 40px;
    padding-left: 15px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-4 {
        float: left;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {

    .col-md-3,
    .col-md-6,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-6 {
        width: 60%;
    }

    .col-md-3 {
        width: 28%;
    }
}

.button {
    display: inline-block;
    padding: 0px 8px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.button a {
    color: #fff !important;
    text-decoration: none;
}

.button a:hover,
a:focus {
    color: #fff !important;
    text-decoration: none;
}

.button:hover {
    background: none;
}

.collapse {
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #265077;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    width: auto;
    border-top: 0;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 0;
    float: left;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.navbar-nav>li {
    float: left;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}

.navbar-right {
    float: right !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.label-success {
    background-color: #5cb85c;
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: "";
}

.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

@media (max-width: 767px) {

    .topbar {
        height: 180px !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

.custom-footer-logo {
    width: 240px;
}

.custom-footer {
    padding: 20px 0 30px !important;
}

.custom-copyright-container {
    padding-left: 0px;
}

.custom-copyright a {
    color: #eee !important;
}

.footer a {
    color: #eee !important;
}

.footer a:hover {
    color: #eee !important;
}

#stickyheader {
    width: 100%;
    z-index: 998;
}

#unstickyheader {
    width: 100%;
    background-color: #273f7d;
    /*ACM MM color*/
}

.unstickyheader {
    /*height: 122px!important;*/
    padding-top: 10px !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.9;
}

.sticky+.content {
    padding-top: 40px;
}

.backToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    background: url(/assets/img/sprite.png) no-repeat -11px -474px
}

.backToTop:hover {
    background: url(/assets/img/sprite.png) no-repeat -57px -474px
}

.header-lower {
    background-color: rgba(64, 88, 153, 0.91);
    /*navigation bar color change*/
    height: 40px;
}

.header-image-container {
    float: left;
    height: 112px;
    line-height: 112px;
}

.header-image-container-right {
    float: right;
    height: 112px;
    line-height: 112px;
    text-align: right;
}

.header-image {
    max-width: 60%;
    max-height: 102px;
    padding-bottom: 2px;
}

.header-color-bar {
    position: fixed;
    width: 100%;
    height: 10px;
    background-color: #333333;
    z-index: 999;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.topbar {
    height: 112px;
}

.topbar .container {
    height: 112px;
}

.social-icons-header-container {
    padding-top: 8px;
}

.header .navbar-nav {
    left: 92px !important;
}

.header-location .navbar-nav {
    left: 0px !important;
}

.header .navbar-default .navbar-nav>li>a {
    color: #eeeeee !important;
    font-size: 15px !important;
    text-transform: none !important;
    padding: 9px 22px 9px 20px !important;
}

.header .navbar-default .navbar-language-toggle>li>a {
    padding: 9px 10px 9px 10px !important;
    font-size: 13px !important;
}

.dropdown>a:after {
    top: 11px !important;
    right: 12px !important;
}

.header .navbar-default .navbar-nav>li>a:hover {
    border-bottom: solid 0px !important;
}

.header .dropdown-menu {
    border-top: solid 3px #657C9D !important;
    border-bottom: solid 2px #657C9D !important;
}

.header .dropdown-menu li>a:hover {
    background: #EEEEEE !important;
}

.language-toggle-border-right {
    border-right: solid 1px rgba(255, 255, 255, 0.2) !important;
}

.p-text-lg {
    font-size: 16px;
}

.dropdown-menu {
    background: #fff !important;
}

.custom-navbar-collapse {
    position: relative !important;
    z-index: 100 !important;
}

.header .navbar-default .custom-navbar-toggle:hover,
.header .navbar-default .custom-navbar-toggle:focus {
    background: #333 !important;
}

.header .navbar-default .custom-navbar-nav>li a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.header .navbar-default .custom-navbar-nav>li a:hover {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.custom-navbar-toggle {
    background: #333 !important;
    border: solid 0px #333 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.centerContent {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom-headline-homepage {
    display: block;
    margin: 6px 0px 10px 0px !important;
    border-bottom: 1px dotted #e4e9f0;
}

.cursorHand {
    cursor: pointer;
}

.sperate-link-toc-item-top {
    border-top: solid 1px #dddddd;
}

.sperate-link-toc-item-bottom {
    border-bottom: solid 1px #dddddd;
}

.footer-link {
    color: #FFFFFF !important;
}

.overflow {
    display: -webkit-inline-box;
}

.lead {
    font-size: 21px !important;
}

.lead-sm {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.header .navbar-default .navbar-nav .toggle-active>a {
    color: #eeeeee !important;
}

.header .navbar-default .navbar-nav .toggle-inactive>a {
    color: #eeeeee !important;
    opacity: 0.5 !important;
}

.fa {
    display: inline;
}

.profile-breaker-bar {
    margin: 0 auto;
    height: 6px;
    width: 200px;
    background-color: #505a60;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
    font-size: 22px;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
}

span.label {
    font-size: 11px;
    font-weight: 400;
    padding: 4px 7px;
}

.social-icons {
    margin: 0;
    padding: 0;
}

img.img-circle {
    border-radius: 50% !important;
}

@media (max-width: 992px) {
    .md-margin-bottom-40 {
        margin-bottom: 40px;
    }
}

.footer-v1 .footer {
    padding: 40px 0;
    background: rgba(64, 88, 153, 0.91);
    /*footer color change*/
}

.footer-v1 .footer p {
    color: #eee;
}

.footer-v1 .footer h2 {
    color: #eee;
    font-size: 18px;
    font-weight: 300;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i,
.footer-v1 .link-list li {
    color: #eee;
    margin-bottom: 15px;
}

.footer-v1 address {
    line-height: 23px;
}

.footer-v1 .copyright {
    background: #273f7d;
    /*ACM MM color*/
    border-top: none;
    padding: 10px 0 5px;
}

.footer-v1 .copyright p {
    color: #eee;
    margin-top: 14px;
}

.footer-v1 .copyright a {
    margin: 0 2px;
}

@media (max-width: 991px) {
    .footer-v1 .copyright {
        text-align: left;
    }
}

.header {
    z-index: 99;
    position: relative;
    border-bottom: solid 2px #eee;
}

.header .navbar {
    margin: 0;
}

.header .navbar-default {
    border: none;
    background: none;
}

.header .navbar-default .navbar-toggle {
    border-color: #5fb611;
}

.header .navbar-default .navbar-toggle .fa {
    color: #fff;
    font-size: 19px;
}

.header .navbar-toggle,
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
    background: #72c02c;
    padding: 6px 10px 2px;
}

.header .navbar-toggle:hover {
    background: #5fb611 !important;
}

.header .navbar-collapse {
    position: relative;
}

.header .navbar-default .navbar-nav>li>a {
    color: #687074;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 991px) {
    #unstickyheader .custom-information-top {
        font-size: 14px;
        line-height: 1.35;
        padding-top: 10px;
    }

    #stickyheader .header-lower {
        height: auto;
        min-height: 40px;
    }

    .header .navbar-header {
        float: none;
    }

    .header .navbar-toggle {
        display: block;
        float: none;
        width: 40px;
        height: 34px;
        padding: 0;
        margin: 3px auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff !important;
        border-color: #fff !important;
    }

    .header .navbar-default .navbar-toggle:hover,
    .header .navbar-default .navbar-toggle:focus,
    .header .navbar-toggle:hover {
        background: #fff !important;
        border-color: #fff !important;
    }

    .header .navbar-toggle .fa-bars {
        display: inline-block;
        color: #273f7d !important;
        font-size: 18px;
        line-height: 1;
    }

    .header .navbar-collapse,
    .header .navbar-collapse.collapse {
        display: none !important;
        width: 100%;
        clear: both;
    }

    .header .navbar-collapse.is-open,
    .header .navbar-collapse.collapse.is-open {
        display: block !important;
    }

    .header .navbar-nav {
        margin: 0;
        float: none !important;
        left: 0 !important;
        display: block;
    }

    .header .navbar-nav>li {
        float: none;
    }

    .header .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header .navbar-collapse {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 14px;
    }

    .header .navbar-default .navbar-nav>li a {
        border-bottom: solid 1px #eee;
    }

    .header .navbar-default .navbar-nav>li>a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav>li>a:hover {
        color: #72c02c;
    }
}

@media (min-width: 992px) {
    .header .navbar-collapse {
        padding: 0;
    }

    .header .navbar {
        min-height: 40px !important;
    }

    .header .container>.navbar-header,
    .header .container>.navbar-collapse {
        margin-bottom: -10px;
    }

    .header .navbar-nav {
        position: relative;
    }

    .header .navbar-default .navbar-nav>li>a {
        bottom: -2px;
        position: relative;
        padding: 9px 30px 9px 20px;
    }

    .header .navbar-default .navbar-nav>li>a,
    .header .navbar-default .navbar-nav>li>a:focus {
        border-bottom: solid 2px transparent;
    }

    .header .navbar-default .navbar-nav>li>a:hover {
        bottom: -2px;
        position: relative;
        border-bottom: solid 2px #72c02c;
    }

    .header .navbar-default .navbar-nav>li>a,
    .header .navbar-default .navbar-nav>li>a:hover,
    .header .navbar-default .navbar-nav>li>a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav>li:hover>a {
        color: #72c02c;
    }

    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 2px #72c02c;
        border-bottom: solid 2px #687074;
    }

    .header .dropdown-menu li a {
        color: #687074;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 15px;
        border-bottom: solid 1px #eee;
    }

    .header .dropdown-menu li>a:hover {
        filter: none !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .header .dropdown-menu li>a:focus {
        background: none;
        filter: none !important;
    }

    .header .navbar-nav>li.dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.header .dropdown>a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.header .dropdown>a:after {
    top: 9px;
    right: 15px;
    content: "";
}

.header .mega-menu .nav,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
    position: static;
}

.header .mega-menu .container {
    position: relative;
}

.header .mega-menu .dropdown-menu {
    left: auto;
}

.header .mega-menu .dropdown-menu>li {
    display: block;
}

.header .mega-menu.navbar .nav>li>.dropdown-menu:after,
.header .mega-menu.navbar .nav>li>.dropdown-menu:before {
    display: none;
}

/* Navigation */
.PageNavigation {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: -20px 0 0 0;
}

.PageNavigation .next {
    text-align: left;
    float: left;
    width: 33%;
    height: 20px;
}

.PageNavigation .center {
    text-align: center;
    float: left;
    width: 33%;
    height: 20px;
}

.PageNavigation .prev {
    text-align: right;
    float: left;
    width: 33%;
    height: 20px;
}

/* News */
.news_image {
    float: left;
    width: 25%;
    display: block;
    margin: 0 20px 20px 0;
}

.news_item {
    width: 280px;
    height: 310px;
    float: left;
    padding: 0px 5px 0px 5px;
}

.news_item_text {
    padding: 10px 10px 0px 0px;
    color: #505a60;
}

.news_item_title {
    font-size: 24px;
    color: #505a60;
    font-weight: 300;
    line-height: 1;
    margin: 0px;
}

.news_item_text dt {
    position: relative;
    margin: 5px 0;
}

.news_item_text dd {
    position: relative;
    margin: -3px 0px 5px 2px;
}

.label {
    padding: 0.2em 0 0.3em;
}

a {
    color: #657C9D;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

a:focus,
a:hover,
a:active {
    outline: 0 !important;
    text-decoration: underline;
    color: #657C9D !important;
}

.wrapper {
    background: #fff;
}

.footer-logo {
    margin: 17px 0 20px;
}

.social-icons {
    margin-top: 5px;
}

body {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    border: none !important;
}

.content {
    flex: 1 0 auto;
}

.footer-link-icon {
    float: left !important;
    margin-top: 3px !important;
    margin-right: 4px !important;
}

.footer-link {
    color: #EEEEEE;
}

.footer-border {
    border-top: solid 1px #353535;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    text-align: center;
}

.collaboration {
    float: left;
    width: 25%;
    text-align: center;
    margin: 10px;
}

.funding {
    float: left;
    width: 25%;
    text-align: center;
    margin: 10px;
}

.margin-bottom-10,
.margin-bottom-20,
.margin-bottom-30,
.margin-bottom-40 {
    clear: both;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-top-10,
.margin-top-20,
.margin-top-30,
.margin-top-40 {
    clear: both;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.custom-navbar-default {
    background-color: rgba(248, 248, 248, 0.8);
}

.section {
    padding-top: 20px;
}

.section-gray {
    background-color: #F1F0EC;
}

#footer {
    height: auto;
    min-height: 60px;
    margin-top: auto;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 20px 0;
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e3e5;
    margin: 20px 0px;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

h2 {
    font-size: 20px;
    color: #505a60;
    font-weight: 300;
    line-height: 1;
}

h3 {
    font-size: 24px;
    color: #505a60;
    font-weight: 300;
    line-height: 1;
    margin: 15px 0 25px;
}

h4 {
    font-size: 20px;
    color: #505a60;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 10px;
}

p {
    text-align: justify;
    text-justify: inter-word;
    margin: 0 0 20px;
}

.a-text-ext {
    background: url(/assets/img/icon_ext_link.png) no-repeat right 2px;
    padding-right: 12px;
}

.a-text-ext:focus,
.a-text-ext:hover,
.a-text-ext:active {
    outline: 0 !important;
    text-decoration: underline;
    color: #657C9D !important;
}

.a-int {
    color: #657C9D;
    text-decoration: none;
}

.a-int:focus,
.a-int:hover,
.a-int:active {
    outline: 0 !important;
    text-decoration: underline;
    color: #657C9D !important;
}

/* people */
.personpic {
    float: left;
    width: 170px;
    display: block;
    margin: 0 30px 0 0;
}

.person,
.personinfo {
    float: left;
}

.personinfo p {
    float: none;
    margin: 20px 0 20px 0;
    position: relative;
}

.personinfo span {
    float: none;
    display: block;
    margin: 0 0 10px 30px;
    position: relative;
    top: -5px;
}

.personinfo h3 {
    margin-top: 0px;
}

.personinfo h4 {
    font-size: 22px;
}

dl.peoplelist,
dl.lecturelist {
    display: block;
    margin: 0 0 20px;
}

dl.peoplelist dd,
dl.lecturelist dd {
    float: none;
    margin-left: 80px;
    max-width: 800px;
    padding-bottom: 10px;
}

dl.peoplelist dd span.status,
dl.lecturelist dd span.status {
    float: right;
}

dl.peoplelist dt,
dl.lecturelist dt {
    padding: 0px;
    float: left;
    font-weight: 700;
    width: 100px;
}

dl.peoplelist,
dl.thesislist {
    display: block;
    margin: 0 0 20px;
}

dl.peoplelist dd,
dl.thesislist dd {
    float: block;
    margin-left: 80px;
    max-width: 800px;
    padding-bottom: 10px;
}

dl.peoplelist dd span.status,
dl.thesislist dd span.status {
    float: right;
}

dl.peoplelist dt,
dl.thesislist dt {
    padding: 0px;
    float: left;
    font-weight: 700;
    width: 100px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

::-moz-selection,
::selection {
    background-color: #505a60;
    color: #fff;
    text-shadow: none;
}

/* carousel */
.owl-carousel .owl-stage-outer {
    height: 300px;
}

/* premonition */
.premonition {
    display: grid;
    grid-template-columns: 43px auto;
    padding-top: 13px;
    background-color: #e3edf2;
    border-left: 4px solid #5bc0de;
    color: #5bc0de;
    padding-bottom: 10px;
}

.premonition code {
    background-color: #fff;
    color: #5bc0de;
}

.premonition .header {
    font-weight: 700;
    font-size: 15px;
    color: #5bc0de;
    border: 0;
    margin: 0 0 10px;
}

.premonition p {
    margin: 0 0 10px;
}

.premonition .fa {
    font-size: 18px;
    opacity: .3;
    padding-top: 2px;
    padding-left: 20px;
}

.premonition .content {
    color: rgba(0, 0, 0, 0.5);
    padding-right: 40px;
}

.premonition.info {
    background-color: #f3f8f3;
    color: #50af51;
    border-color: #50af51;
}

.premonition.info a {
    color: #50af51;
    text-decoration: none;
}

.premonition.info a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #50af51 !important;
}

.premonition.info code {
    color: #50af51;
}

.premonition.info .header {
    color: #50af51;
}

.premonition.warning {
    background-color: #fcf8f2;
    color: #f0ad4e;
    border-color: #f0ad4e;
}

.premonition.warning a {
    color: #f0ad4e;
    text-decoration: none;
}

.premonition.warning a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #f0ad4e !important;
}

.premonition.warning code {
    color: #f0ad4e;
}

.premonition.warning .header {
    color: #f0ad4e;
}

.premonition.error {
    background-color: #fdf7f7;
    color: #d9534f;
    border-color: #d9534f;
}

.premonition.error a {
    color: #d9534f;
    text-decoration: none;
}

.premonition.error a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: #d9534f !important;
}

.premonition.error code {
    color: #d9534f;
}

.premonition.error .header {
    color: #d9534f;
}

/* publications */
h2.bibliography {
    font-size: 24px;
    color: #505a60;
    font-weight: 300;
    line-height: 1;
    margin: 15px 0 25px;
}

h3.bibliography {
    font-size: 20px;
}

ol.bibliography li {
    list-style-type: none;
    margin-bottom: 20px;
}

ul.bibliography li {
    list-style-type: none;
    margin-bottom: 10px;
}

ul.bibliography li a:hover,
a:focus {
    text-decoration: underline;
}

ul.bibliography {
    padding: 0px;
    margin: 0px;
}

.pub_abstract {
    background: #f4f4f4;
    color: #666;
    padding: 5px 10px 5px 10px;
    text-align: justify;
}

.pub_links {
    color: #666;
    padding: 5px 0 0 5px;
}

.pub_links p {
    float: none;
    margin: 0 0 10px 20px;
    position: relative;
    top: -5px;
}

.pub_bibtex {
    color: #666;
    font-family: monospace;
    padding: 3px 5px 5px 8px;
    white-space: pre;
}

.pub_info {
    border-bottom: 1px solid silver;
    vertical-align: top;
    padding: 8px;
}

.pub_author {
    margin: 2px 0px;
}

.pub_title {
    color: #505a60;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0px 6px 0px;
}

.pub_additional {
    margin: 2px 0px;
}

.pub_info {
    border-bottom: 0 solid silver;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pub_image_left {
    border-bottom: 0 solid silver;
    padding-top: 0;
}

.pub_tags {
    margin: 0;
}

.pub_award {
    margin: 0px 0px 10px 5px;
    padding-bottom: 4px;
    font-weight: bold;
    color: #f0ad4e;
}

ul.pub_list {
    margin: 0;
    padding-left: 25px;
}

ul.pub_list li {
    margin: 0px 0px 5px 0px;
}

.thumbnail {
    float: left;
    height: 95px;
    display: block;
    margin: 0 20px 0 0;
}

table p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

tr.probabilistic td {
    background-color: #D4EFDF;
}

tr.probabilistic td:hover {
    background-color: #D4EFDF;
}

tr.probabilistic:hover td {
    background-color: #D4EFDF;
}

.tablesorter-default tbody>tr.probabilistic:hover>td {
    background-color: #D4EFDF;
}

td.train-loss {
    font-style: italic;
}