/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
.logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  height: auto;
  z-index: 500; }

.headerWrapper .header .logo {
  top: 23px;
  width: 170px; }

.headerWrapper .header .links a:link, .headerWrapper .header .links a:visited, .headerWrapper .header .links a:active {
  font-size: 18px; }

.grid a.gridBox:link, .grid a.gridbox:visited {
  width: calc(100% / 2 - 2em);
  padding-bottom: 40%; }

.footer {
  height: 80px; }
  .footer img {
    margin: 25px 15px;
    height: 30px;
    width: 30px; }
    .footer img.last {
      margin-right: 30px; }
