/*Hide bottom section of conf page*/
.confirmation-page>div:nth-child(3) {
  display:none;
}

/*hide skip nav*/
.rf-accessibility-skip-nav {
display:none;
}

/*Temporary header image size*/
.nav-logo> img {
  width:100%;
  height:100%;
  object-fit:fill;
}

