html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #fafafa;
    line-height: 180%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.container-fluid {
    min-height: 100%;
    max-width: 1170px;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.row.header h1 {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: 50% 65%;
	background-repeat: no-repeat;
}

.row.header h1 a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    background-image: url(../images/alabs.svg);
    background-size:101px;
    background-position: right 50%;
    background-repeat: no-repeat;
    height: 75px;
    padding-left: 20px;
    padding-top: 22pt;
    padding-right: 110px;
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: 200;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.row.header h1 a:hover {
    color: #ffffff;
    text-decoration: none;
}


@media (max-width: 600px) {
    .row.header h1 a {
        padding-top: 18pt;
        white-space: inherit;
        font-size: 10pt;
        padding-top: 17pt;
    }
}

@media (max-width: 348px) {
    .row.header h1 a {
        background-size:80px;
        font-size: 9pt;
        padding-left: 6px;
        padding-top: 14pt;
    }
}



@media (min-width: 768px) {
    .row.header h1 a {
        font-size: 14pt;
        background-size:150px;
        height: 100px;
        padding-top: 30pt;
    }
}

@media (min-width: 990px) {

    .row.header h1 a {
        font-size: 17pt;
        background-size:202px;
        height: 125px;
        padding-top: 38pt;
        letter-spacing: 1.9px;
    }
}



h2 {
    font-size: 18pt;
    padding-bottom: 6px;
    padding-top: 12px;
    clear: both;
}

h3 {
    font-size: 14pt;
    padding-top: 8px;
    padding-bottom: 4px;
    clear: both;
}

h4 {
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
}

aside {
    border: 1px solid #EEEEEE;
    border-top-width: 8px;
    border-bottom-width: 8px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
    line-height: 1.5em;
}

aside h2 {
    margin: 0px;
    margin-top: 5px;
    font-size: 15pt;
    line-height: 13pt;
}

aside h3 {
    margin: 0px;
    margin-bottom: 3px;
    font-size: 10pt;
    font-weight: normal;
    line-height: 150%;

}

footer {
    margin-top: 120px;
    font-size: 10pt;
    text-align: center;
}

img {
    margin: 10px;
}

.left {
    float: left;
    clear: left;
}

.right {
    clear: right;
    float: right;
}

.clear {
    clear: both;
}

.center {
    display: block;
    margin: auto;
}

.inline {
    display: inline-block;
}


###############################################################################

.nav-list > li > ul {
    padding-left:0;
    padding-right:0;
}
.nav-list ul > li > a {
    padding-left:30px;
}

.sidebar-nav {
    margin-top: 20px;
    border: 1px solid #EEEEEE;
    border-top-width: 8px;
    border-bottom-width: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.sidebar-nav .open > a {
    font-weight: bold;
}

.sidebar-nav .active > a {
    font-weight: bold;
    color: #ED8C01;
}

.nav > li > a {
    padding: 8px 15px;
    line-height: 15px;
}

.nav-list ul ul li > a {
    padding-left: 60px;
}

.nav-list ul ul ul li > a {
    padding-left: 90px;
}

.nav-list ul ul ul ul li > a {
    padding-left: 120px;
}

.nav > li.open {
    background-color: #FBFBFB;
}

.nav > li.open > a {
    background-color: #FBFBFB;
}

.sidebar-nav > ul > li.open {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.nav > li.active > a {
    background-color: #EEEEEE;
}

.sidebar-logos {
    font-size: 8pt;
    letter-spacing: 0.4pt;
    padding-top: 40px;
    text-align: center;
}

.sidebar-logos p {
  margin-bottom: 30px;
}

.employeelist td {
    padding-right: 8px;
}

.employeelist h4 {
    margin-top: 25px;
}

th {
    border-bottom: 1px solid #cacaca;
}

table {
    width: 100%;
    margin: 3px;
    margin-bottom: 8px;
}

td {
    padding: 3px;
}

.content {
    overflow: hidden;
    min-height: 390px;
    padding-bottom: 20px;
}

.content figure {
    display: table;
}

.content figure {
    vertical-align: top;
}

.content figure figcaption {
    text-align: center;
    display: table-caption;
    caption-side: bottom;
    font-size: 9pt;
}

ol.publications li {
    margin-bottom: 30px;
}

.pointer {
    cursor: pointer;
}

table td small {
    display: block;
    color: #888;
}

table td:nth-child(2) small {
    margin-left: 5px;
    margin-right: 10px;
}

.lectures tr td:nth-child(1) {
    width: 10%;
}

.lectures tr td:nth-child(3) {
    width: 20%;
}

.lectures tr td:nth-child(4) {
    width: 5%;
}

.lectures tr td:nth-child(5) {
    width: 15%;
}

.carousel img {
    margin: 0px;
}

table td audio {
    width: 100px;
}

video {
    display: block;
    margin: auto;
}

.content strong strong,
.content strong strong a:link, .content strong strong a:visited {
    color: #ED8C01;
}

.alert-alabs {
    background-color: #F8DEBD;
    border-color: #f6be6e;
    color: #9e5e02;
}

.content .alert-alabs a:link, .content .alert-alabs a:visited {
    color: #9e5e02;
}

.alert-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-radius: 0px;
}

.table-employees td:nth-child(2),
.table-employees td:nth-child(3),
.table-employees td:nth-child(4),
.table-employees td:nth-child(5)
{
    white-space: nowrap;
}

/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */
.multicolumns
{
    -moz-column-width: 13em; /* Firefox */
    -webkit-column-width: 13em; /* webkit, Safari, Chrome */
    column-width: 13em;
}

/*remove standard list and bullet formatting from ul*/
.multicolumns ul
{
    list-style-type: none;
}

/* correct webkit/chrome uneven margin on the first column*/
.multicolumns ul li:first-child
{
    margin-top:0px;
}

#ccccc {
    display: none;
}
