/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/

#logo {
    visibility: hidden;
}

#header.sticky-active #logo {
    visibility: visible;
}

.articles-list {
    list-style-type: decimal;
    padding-left: 0;
}

.articles-list p {
    margin-bottom: 15px;
}

.languages li {
    float: right;
    list-style: outside none none;
}

.languages li a {
    font-size: 15px;
    display: block;
    padding: 3px 5px 3px 5px;
}

.languages li a:hover {
    background-color: #337ab7;
    color: white;
}

.floated-crumbs {
    float: right;
}

@media (max-width: 991px) {

    .floated-crumbs {
        float: none !important;
    }

}


.site-header .site-logo {
    margin-right: 15px;
}

.site-header .site-logo img {
    border-radius: 50%;
    max-height: 100px;
    max-width: 100px;
}

.site-header .languages {
    padding-top: 15px;
}

.site-header h2 > small {
    display: block;
    line-height: 1.3em;
}

#header #header-wrap {
    background-color: #53269e !important;
}

#header  #header-wrap .logo {
    color: white;
}

#mainMenu .dropdown-menu {
    background-color: #53269e !important;
}

#mainMenu .dropdown-menu a {
    color: white !important;
}

.page-h1 {
    line-height: 1em;
}

.post-item .date .day {
    text-align: center; font-size: 400%; font-weight: bold; display: block; margin-top: 40px;
}

.post-item .date .month {
    text-align: center; font-size: 200%; font-weight: bold; display: block; margin-top: 20px;
}

.post-item .date .year {
    text-align: center; font-size: 100%; font-weight: bold; display: block; margin-top: 10px; color: #939393;
}

h2 {
    font-size: 1.8em;
    line-height: normal;
}

h3 {
    font-size: 1.4em;
    line-height: normal;
}

p {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    margin-bottom: 1.4em;
}

li {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    color: #7b7b7b;
}

strong, b {
    font-weight: bold;
    color: #696969;
}

ul {
    font-size: 1em;
    list-style-position: inside;
    padding-left: 0;
}

ul.departments {
    padding-left: 0;
}

ul.departments a {
    color: #337ab7;
    text-decoration: none;
    line-height: normal;
}

ul.departments  a:focus,
ul.departments  a:hover {
    color: #23527c;
    text-decoration: underline;
}

ul.departments > li.department {
    padding-bottom: 15px;
    list-style-type: none;
}

ul.departments > li.department > h2 {
    margin-bottom: 5px;
    font-size: 2em;
    line-height: normal;
}

ul.departments > li.department > h3 {
    margin-bottom: 0;
}

ul.departments > li.department > p {
    margin-bottom: 0;
}

ul.departments > li.department > ul.laboratories {
    list-style-position: outside;
    padding-left: 0;
    margin-top: 5px;
}

ul.departments > li.department > ul.laboratories > li.laboratory {
    padding-bottom: 10px;
    list-style-type: disc;
}

ul.departments > li.department > ul.laboratories > li.laboratory h3 {
    margin-bottom: 0;
    font-size: 16px;
}

ul.departments > li.department > ul.laboratories > li.laboratory p {
    margin-bottom: 0;
}

div.resume {
    margin-bottom: 15px;
}

#site-content a {
    color: #337ab7;
    text-decoration: none;
    line-height: normal;
}

#site-content a:focus,
#site-content a:hover {
    color: #23527c;
    text-decoration: underline;
}