/* top navigation */
div.header__navigation--large__menu a {
  font-size: 18px;
  font-weight: 400;
  color: rgba(1,6,51,0.5);
} 

figure.image-right img {
  border: 0;
}

footer.hc-footer-background-color {
  background-image: linear-gradient(270deg,#1128ed,#030c5a);
}
.footer__logo { 
  width: 40px; 
}
div.footer__links {
  font-size: 15px;
  font-weight: lighter;
  line-height: 2.6;
}
div.footer__links span.footer__links--separator {
  color: transparent;
  padding-right: 1rem;
}  

/* no superfluous space images in tables */
table div.content-wrapper figure.vp-image {
  margin: 0;
  top: -12px;  
}
table div.content-wrapper figure.vp-image img {
  border: 0;
}
DIV.noborder figure.vp-image img {
  border: 0;
}

/* format home page icons */
DIV.three-equal figure.vp-image {
	margin-left: 0;  /* let it left-align */
}
DIV.three-equal figure.vp-image img {
	border: 0;
	vertical-align: bottom;
}