.c-scattered-col {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
}
.login-block,
.logout-block {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    line-height: 1.25em;
    flex-wrap: wrap;
}
.login-block > a {
    color: yellow;
    margin: 0.25em 1em;
}
.logout-block > a {
    color: white;
}
#top-login-block {
    position: fixed;
    text-align: center;
    left: 50%;
    top: 25%;
    width: 24em;
    margin-left: -12em;
    color: #065549;
    background-color: white;
    box-shadow: 16px 16px 16px 24px rgba(0,0,0,0.4);
    border: 1px grey solid;
    border-radius: 8px;
    padding: 2em;
    z-index: 1;
    line-height: 2em;
}
#top-login-block > a {
    color: #065549;
}
.top-login-block-close {
    position: absolute;
    top:0;
    right:6px;
    cursor: pointer;
}
b.faq {
    font-size:1.1rem;
}
p.faq {
    font-size:1rem;
    line-height:25px;
    margin: 2em 3em 3em 3em;
    text-align: justify
}
.mrgn {
    margin:0.7em 0em 0.5em 0em;
}
.fb-login-btn {
    height: 2em;
    cursor: pointer;
    margin: 0.25em;
    border: none
}
#lang-switch {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.25em 0.25em 0.25em 0.5em;
    background-color: #00BF6F;
    border: none;
    border-radius: 0.50em 0 0 0;
}
#top-user-menu {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    max-width: 60em;
    flex-wrap: wrap;
    width: 100%;
}
#top-app-menu {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    /*text-transform: capitalize;*/
    flex-wrap: wrap;
    width: 100%;
}
.top-app-menu-block {
    display: flex;
    flex-wrap: wrap;
}
.top-app-menu-item {
    margin: 0.25em 0.5em;
    cursor: pointer;
    color: white;
    font-weight:bold;
    text-decoration: none;
}
.top-app-menu-item:hover {
    text-decoration: underline;
}
#form1 {
    display: inline-block;
}
.top-border {
    border-color: #3E6F7C;
}
.top-header {
    background: #007F8D; /* Old browsers */
    background: linear-gradient(180deg, #3E6F7C 0%,#007F8D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    flex-grow: 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
    background: #097D8B;
    position: fixed;
    width: 100%;
    z-index: 1;
    display: flex;
}
#top-header-pic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 8em;
    flex-grow: 0;
}
.top-header-logo {
    font-size: 2rem;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    background-color: #183442;
    padding: 0.5em 2.25em;
}
.top-content {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    flex-shrink: 1;
    align-items: center;
    margin: 25px auto;
    padding: 1em;
    flex-grow: 1;
    max-width: 60em;
    position: relative;
}
.top-footer {
    text-align: center;
    margin: 0 auto;
    padding: 1em;
    color: whitesmoke;
    background-color: #3E6F7C;
    flex-grow: 0;
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.content {
    flex: 1 0 auto;
}
.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
#newsdiv {
    padding-top: 1.5em;
}
