body {
    font-family: 'Mercury SSm A','Mercury SSm B',Georgia,serif;
    font-weight: 400;
    font-style: normal;
}

#header {
    background-color: #FEF6EF;
    display: flex;
    flex-direction: row;
    height: 152px;
}

#buttons {
    /*align-self: flex-start;*/
    flex-basis: 100%;
}

#filler {
    flex-grow: 1;
}

#logos {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.link {
    background: none;
    border: none;
    font-family: 'Mercury SSm A','Mercury SSm B',Georgia,serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: black;
}

a.link:visited {
    color: black;
}


.action {
    border:none;
    border-radius:3px;
    color:#fff;
    margin: 5px;
    padding:1.069em 1.333em 1em;
    display:inline-block;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font-family:'Gotham SSm A','Gotham SSm B',Verdana,sans-serif;
    font-weight:400;
    font-style:normal;
    line-height:1;
    font-size:.75rem;
    transition: background-color .3s ease-out;
    background-color: #137cbd;
}

.action:hover {
 background-color:#10679d
}

.navigation {
    font-size: 1rem;
    padding: 12px 12px;
}

a.image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    /*height: 100px;
    width: auto;*/
}

/*#nsflink {
    width: 50%;
}*/

img {
    height: 100px;
}

#unl {
    height: 75px;
}

#consystlab {
    height: 125px;
}
