.VF header.top-header {
  padding-top: 2.5vw;
}

.VF h2.header-logo {
  background-image: url(../img/vf-logo.svg);
  height: 5vw;
  max-height: 50px;
  width: 23vw;
  max-width: 230px;
}

.VF .hero {
  background-image: url(../img/CF-2020-Opt-Out-page-Hero-VF.jpg);
}

.VF .hero.postsubmit {
  background-image: url(../img/CF-2020-Post-Submit-page-Hero-VF.jpg);
}

.VF .hero h1 {
  color: white;
}

.VF .checkbox:hover + label:before {
  background: #ee343f;
}

.VF input[type="submit"]:hover,
.VF a.button:hover {
  background-color: #ee343f;
}

.VF footer {
  border-top-color: #ee343f;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Large Desktop */
@media only screen and (min-width: 1000px) {
  .VF header.top-header {
    padding-top: 25px;
  }
}

/* Mobile */
@media only screen and (max-width: 768px) {
  .VF h2.header-logo {
    height: 48px;
    width: 220px;
    margin-bottom: 0;
  }
}
