html { 
    display: table;
    margin: auto;
    font:   14px/1 Roboto, sans-serif;
    line-height: 1.2em;
    background: url('../img/background.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    margin: 0;
    padding: 0;
    width:  68.57em;
    border: 0.125em #3B5999 solid;
    background-color: #FFFFFF;
}

.videocenter {
    width: 450px;
    height: 255px;
    position: absolute;
    left: 150px;
    margin: 2em;
}

.videoright {
    width: 450px;
    height: 255px;
    position: absolute;
    right: 0;
}

.videocaption{
    font-style: italic;
    position: absolute;
    top: 19em;
    left: 25.5em;
    width: 31em;
}

div.banner:before  {
    content: url('../img/banner.png'); 
}

a{
    color: darkblue;
    text-decoration: none; 
    letter-spacing: 0.1px;
}

a:hover {
    font-weight: bold;
    letter-spacing: 0;
}

.vertical-menu {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    /*background-color: red;*/

}

.vertical-menu a {
    color: white;
    display: block; 
    padding: 1em 0; 
    margin: 0.25em 0;
    text-decoration: none; 
    vertical-align: top;
    text-align: center;
    background-color: #7A9FD4; 
}

.vertical-menu > a:nth-child(1) {
    margin-top: 0;
}

.vertical-menu a:hover {
    background-color: #3B5999; 
    font-weight: bold;
}

.vertical-menu a.active {
    background-color: #3B5999;
    color: white;
    font-weight: bold;
}

.news   {
    vertical-align: bottom;
    /*background-color: red;*/    
}

.news > hr  {
    border: 0.5px #3B5999 solid;
}

.line  {
    color: #3B5999;
    text-decoration: underline;   
    margin-top: 2em;
}

li    {
    padding: 0;
}

.main   {
    /*border-top: 0.125em #3B5999 solid;*/
    /*padding-top: 2em;*/
    /*background-color: yellow;*/
}

.main > .contact {
    margin-left: 18%;
    max-height: 10em;
    margin-top: 0.25em;
}

.main > .contact > p {
    display: inline-block;
    width: 25%;
}


.content {
    position: relative;
    display: inline-block;
    width: 84.6%;
    margin: 0;
    /*background-color: yellowgreen;*/
}

.content > .txt {
    display: inline-block;
    width: 22em;
    margin: 0 2em;
    /*background-color: violet;*/
}

.content > .txt > p:nth-child(1) {
    margin-top: 0;
}

.content > .center {
    width: 22em;
    margin: auto;
    /*background-color: violet;*/
}

.content > .cols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin: 0 2em;
    column-gap: 3.5em;
}

.content > .grey {
    display: inline-block;
    width: 20em;
    margin: 0 4em;
    color: gray;    
}

.content > .lightgrey    {
    background-color: #E8EFF9;
    width: 45em;
    margin: auto;
    padding: 0 5em;
}

.content .activities{
    width: 40em;
    margin: 1em 5em;
}

.content .activities > ol   {
    background-color: #E8EFF9;
    margin: 0 1em 0 0;
    padding: 0 1em 0 2em;
}

.content > .cols li:nth-child(1) {
    padding: 0;
}

.content > .cols > p {
    margin: 0;
}

.content p{
    margin: 0.5em;
}

.content .picture {
    /*display: inline-block;*/
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

hr {
    color: white;
    border: none;
}

figcaption  {
    font-style: italic;
}

header  {
    position: relative;
    font:   14px/1 Roboto Condensed, sans-serif;
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 0.5em 0 1em 0;
    /*background-color: red;*/
}

header > .news_date  {
    font:   14px/1 Roboto, sans-serif;
    position: absolute;
    top: 0;
    right: 2em;
    font-weight: bold;
}

h3  {
    width: 100%;
    text-indent: 0.3em;
    font-size: 1.4em;
    font-weight: bold;
    margin: 1.6em 0 0 0;
}


li  {
    padding: 1em 0;
}

div.footer{
    background-color: #3B5999;
    color: #FFFFFF;
    padding: 2em 1em;
    margin-top: 2em;
}

div.footer *  {
    display: inline-block;
    vertical-align: text-top;
    margin: 0;    
}

div.footer > div.funding {
    width: 27%; 
    padding: 0 2em;
}

div.footer > div.contact {
    font-size: 0.9em;
    width: 50%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    max-height: 8em;
    padding: 0 2em;
}

div.footer a    {
    color:  #7A9FD4;
    text-decoration: none;
    vertical-align: middle;

}

