/* Universal breakpoints */
.main-nav .logo .partner-link {
  height: 40px !important; }
  @media (max-width: 767px) {
    .main-nav .logo .partner-link {
      height: 30px !important; } }
  @media (max-width: 479px) {
    .main-nav .logo .partner-link {
      height: 20px !important; } }

.one-sign-in {
  background-color: #1967d2;
  color: white; }

.hero-content {
  background-color: #F8F9FA; }

.hero-content .cta-buttons .button-basic,
#login-button {
  background-color: #3c4043;
  color: white; }
  .hero-content .cta-buttons .button-basic:hover, .hero-content .cta-buttons .button-basic:active, .hero-content .cta-buttons .button-basic:focus-visible,
  #login-button:hover,
  #login-button:active,
  #login-button:focus-visible {
    background-color: #17191a; }

.hero-content .cta-buttons .button-outlined {
  border-color: #3c4043;
  color: #3c4043; }
  .hero-content .cta-buttons .button-outlined:hover, .hero-content .cta-buttons .button-outlined:active, .hero-content .cta-buttons .button-outlined:focus {
    background-color: #3c4043;
    color: white; }

.hero-content .a__content-wrapper {
  color: #3c4043; }

.hero-content .link-to-footnote {
    color: inherit;
    text-decoration: none;
} 

.sign-in {
  background-color: #fbc600!important;
  color: #3b3d49!important;
}  

.footnotes p {
    scroll-margin-top: 100px!important;
}

