/* Universal breakpoints */
.bumper-page-hero {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .bumper-page-hero {
      height: 600px; } }
  .bumper-page-hero .one-sign-in {
    padding: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 500; }
    .bumper-page-hero .one-sign-in.navy {
      background-color: #08294c;
      color: white; }
    .bumper-page-hero .one-sign-in.blue {
      background-color: #a1dae9; }
    .bumper-page-hero .one-sign-in.dark {
      background-color: #202936;
      color: white; }
    .bumper-page-hero .one-sign-in a {
      color: inherit;
      outline-color: white; }
  .bumper-page-hero .hero-content {
    flex-grow: 1;
    display: flex;
    color: #2d2d2d; }
    @media (max-width: 991px) {
      .bumper-page-hero .hero-content {
        flex-direction: column; } }
    .bumper-page-hero .hero-content .a {
      //height: 100%;
      display: grid;
      place-items: center;
      padding: 0 16px; }
      @media (min-width: 992px) {
        .bumper-page-hero .hero-content .a {
          width: 60%; } }
      @media (max-width: 991px) {
        .bumper-page-hero .hero-content .a {
          height: auto;
		  padding: 48px 16px 0 16px; } }
      @media (min-width: 992px) {
        .bumper-page-hero .hero-content .a__content-wrapper {
          max-width: 645px; } }
      .bumper-page-hero .hero-content .a__content-wrapper h1 {
        font-size: 42px;
        margin: 0; }
        @media (min-width: 992px) {
          .bumper-page-hero .hero-content .a__content-wrapper h1 {
            font-size: 64px; } }
      .bumper-page-hero .hero-content .a__content-wrapper p {
        font-size: 24px;
        margin-top: 8px;
        margin-bottom: 40px; }
        @media (max-width: 991px) {
          .bumper-page-hero .hero-content .a__content-wrapper p {
            font-size: 18px;
            margin-top: 16px;
            margin-bottom: 32px; } }
      .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons {
        display: flex;
        gap: 24px;
        margin-bottom: 16px; }
        @media (min-width: 992px) {
          .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons {
            max-width: calc(100% - 32px); } }
        @media (max-width: 991px) {
          .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons {
            justify-content: center; } }
        @media (max-width: 767px) {
          .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons {
            flex-wrap: wrap;
            max-width: 100%; } }
        .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons a {
          border-radius: 8px;
          padding: 16px 24px;
          width: 240px;
          max-width: 50%;
          text-align: center; }
          @media (max-width: 479px) {
            .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons a {
              width: 100%;
              max-width: 100%; } }
        .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.harbor-freight {
          color: #08294c;
          border-color: #08294c; }
          .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.harbor-freight:hover, .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.harbor-freight:active, .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.harbor-freight:focus {
            background-color: #08294c;
            color: white; }
        .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.sams-club {
          border-color: #0067a0;
          color: #0067a0; }
          .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.sams-club:hover, .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.sams-club:active, .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.sams-club:focus {
            background-color: #dff2f7;
            color: #024266;
            border-color: #024266; }
        .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.amazon {
          color: #0f1111;
          border-color: #888c8c; }
          .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.amazon:hover, .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.amazon:active, .bumper-page-hero .hero-content .a__content-wrapper .cta-buttons .button-outlined.amazon:focus {
            background-color: #f6f9f9;
			color: #0f1111 !important;
            border-color: #cfd4d4; }
      .bumper-page-hero .hero-content .a__content-wrapper .other-links {
        font-size: 16px;
        line-height: 22px; }
        @media (max-width: 991px) {
          .bumper-page-hero .hero-content .a__content-wrapper .other-links {
            text-align: center; } }
        .bumper-page-hero .hero-content .a__content-wrapper .other-links a {
          color: inherit; }
    .bumper-page-hero .hero-content .b {
      height: auto;
      display: grid;
      place-items: center; }
      @media (min-width: 992px) {
        .bumper-page-hero .hero-content .b {
          width: 40%; } }
      .bumper-page-hero .hero-content .b img {
        height: auto;
        max-height: 350px;
        max-width: 100%; }
        @media (max-width: 991px) {
          .bumper-page-hero .hero-content .b img {
            max-height: 300px;
            width: auto; }
			
			