/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.main-nav .logo .partner-link {
  height: 32px !important; }
  @media (max-width: 479px) {
    .main-nav .logo .partner-link {
      height: 20px !important; } }

.one-sign-in {
  background-color: #ececec;
  color: black; }

.hero-content {
  background-color: white;
  border-bottom: 2px solid #e6e6e6; }

.hero-content .cta-buttons .button-basic {
  background-color: black;
  color: white; }
  .hero-content .cta-buttons .button-basic:hover, .hero-content .cta-buttons .button-basic:active, .hero-content .cta-buttons .button-basic:focus, .hero-content .cta-buttons .button-basic:focus-visible {
    background-color: #2e2e2e; }

.hero-content .cta-buttons .button-outlined:hover, .hero-content .cta-buttons .button-outlined:active, .hero-content .cta-buttons .button-outlined:focus, .hero-content .cta-buttons .button-outlined:focus-visible {
  color: black;
  background-color: #ececec; }

.hero-content .a__content-wrapper {
  color: black; }
  /*Added for sign in button font color issue*/
.main-nav .main-nav__content-grid .login-area #login-button {
  color: #3b3d49;}
 
 /* added for faq section open color issue*/
 details[open] {
    border: 1px solid #a0a8b7 !important;
}
.button-outlined:hover {
    
    color: #3b3d49 !important; }
.faq h3 {
    font-weight: 500; }
	
/* adding for faq subheading color issue*/

.faq {
  color: #3b3d49;}
 /* adding for register today heper link tabbing issue*/ 
.bumper-page-hero .one-sign-in a {
      outline-color: #fbc600; }

