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

.open-sans {
  font-family: "Open Sans", sans-serif; }
  .open-sans * {
    font-family: inherit; }

.main-nav .logo .partner-link {
  height: 40px !important; }
  @media (max-width: 767px) {
    .main-nav .logo .partner-link {
      height: 28px !important; } }

.bumper-page-hero {
  border-bottom: 6px solid transparent;
  -o-border-image: linear-gradient(to right, #f76b1c, #fad961) 1;
  border-image: linear-gradient(to right, #f76b1c, #fad961) 1; }

.hero-content {
  background-color: white; }

.hero-content .cta-buttons .button-gold {
  background-color: #004785;
  border-color: #004785;
  color: white; }
  .hero-content .cta-buttons .button-gold:hover, .hero-content .cta-buttons .button-gold:active, .hero-content .cta-buttons .button-gold:focus, .hero-content .cta-buttons .button-gold:focus-visible {
    background-color: #1273a5;
    border-color: #1b6e9d; }

.hero-content .cta-buttons .button-outlined {
  color: #004785;
  border-color: #004785; }
  .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 {
    background-color: #1273a5;
    border-color: #1273a5;
    color: white; }

.hero-content .a__content-wrapper {
  color: #3a3a3a !important; }
  .hero-content .a__content-wrapper h1 span {
    font-size: 38px;
    vertical-align: text-top; }
    @media (max-width: 991px) {
      .hero-content .a__content-wrapper h1 span {
        font-size: 28px; } }
  .hero-content .a__content-wrapper .other-links a {
    color: #0073ad !important; }
		
.section-1 {
  margin-top: 60px;
  color: #17345e;
  padding-left: 16px;
  padding-right: 16px; }
  .section-1 .bonus-heading {
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: none;
    margin-right: auto; }
    .section-1 .bonus-heading .earn {
      font-size: 24px; }
    .section-1 .bonus-heading del {
      position: relative;
      color: inherit;
      /* keep same text color */
      text-decoration: none;
      /* remove default line‐through */
      margin-right: 8px; }
      .section-1 .bonus-heading del::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 40%;
        background: url("../img/orange-strike.svg") center/cover no-repeat;
        transform: translateY(-50%);
        pointer-events: none; }
  .section-1 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px; }
  .section-1 p {
    max-width: 555px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300; }
  .section-1 .blue-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    position: relative; }
    .section-1 .blue-cards::before {
      content: "";
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: calc(100% - 160px);
      z-index: -1; }
    .section-1 .blue-cards .blue-card {
      width: 300px;
      border-radius: 10px;
      background: linear-gradient(90deg, #0091ca 0%, #004785 100%);
      padding: 40px 20px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-1 .blue-cards .blue-card__icon {
        height: 50px;
        width: auto;
        margin-bottom: 16px; }
      .section-1 .blue-cards .blue-card__title {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 8px; }
        .section-1 .blue-cards .blue-card__title.flex-title {
          font-size: 28px;
          flex: 1; }

.faq details summary {
  font-weight: 700;
  font-size: 16px; }

.faq details .answer {
  font-size: 16px; }
  .faq details .answer ul {
    line-height: 24px; }
  .faq details .answer a {
    color: #0073ad;
    font-weight: 600; }
	
/* Adding code to resolve sign in button color issue */

.global-nav .main-nav .main-nav__content-grid .login-area #login-button {
        background-color: #FBC600;
    }
.global-nav .main-nav .main-nav__content-grid .login-area #login-button span{
        color: #3B3D49;
    }
	
.footnotes a {
  color: #3f647c;}
  
/* fix to resolve faq colour mismatch issue */
.faq {
  color: #3b3d49;
}

.faq h3 {
    font-weight: 500; }
	
.link-to-footnote {
    color: inherit;
    text-decoration: none;
}
	

