.format-link-set-items.grid .threecol {width: 160px !important;
inline-block !important;
float: none !important;
}

.format-link-set-items.grid {
  display: flex !important;
  justify-content: left !important;
}

.header.nav-up {
transform: none !important;
}

header.header {
position: fixed !important; 
top: 0 !important;
}

/* test to reduce size of links in footer */
.w-25-l.w-50-ns.pl4.mt0-ns.mt4 a{
font-size:22px!important;
text-decoration:none;
}

.w-25-l.w-50-ns.pl4.mt0-ns.mt4 a:hover{
  text-decoration:underline;
}

@media (max-width: 768px){
.link.bg-none.bn.pa0.input-reset.button-reset
{display: none;}
  span{
    font-size: 18px !important;
    line-height: 100% !important;
  }
}