.lyft-site-header.so-bg-navy {
  background-color: #f2f0eb;
}
.lyft-site-header .container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.lyft-site-header .container {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position : sticky;
}
.lyft-site-header .logo {
  line-height: 0;
}
.lyft-site-header .logo .custom-logo-link {
  display: inline-block;
  max-width: 175px;
  color: #fff;
}
.lyft-site-header .logo a img {
  /* width: 15.2rem;
  height: 3.2rem; */
  background-size: 100%;
}
.lyft-site-header #mobile-logo a img {
  max-width: none !important;
}
img.siteLogo {
  width: 16rem;
}
@media only screen and (min-width: 767.99px) {
  img.siteLogo {
    width: 12rem;
  }
}
@media only screen and (min-width: 1023.99px) {
  img.siteLogo {
    width: 18rem;
  }
}

.lyft-site-header #menu-toggle {
  position: absolute;
  top: 24px;
  right: 15px;
  z-index: 100;
  line-height: 15px;
  cursor: pointer;
}
.lyft-site-header #hamburger {
  position: relative;
  height: 15px;
  width: 20px;
  display: inline-block;
}
.lyft-site-header #hamburger span {
  position: absolute;
  top: 0;
  right: 0;
  height: 3px;
  width: 100%;
  border-radius: 4px;
  display: block;
  background-color: #fff;
}
.lyft-site-header #hamburger span:nth-child(2) {
  top: 7px;
}
.lyft-site-header #hamburger span:nth-child(3) {
  top: 14px;
}
.lyft-site-header #site-navigation {
  display: none;
}
.lyft-site-header #mobile-navigation {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 100;
  text-align: left;
  background: #f2f0eb;
  -webkit-transition: right 250ms ease 0;
  transition: right 250ms ease 0;
}
.lyft-site-header .mobile-navigation.open {
  right: 0 !important;
}
.lyft-site-header #mobile-navigation ul.nav {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 40px;
}
.lyft-site-header #mobile-navigation ul.nav a {
  display: block;
  color: #272320;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.8px;
  font-size: 1rem;
  padding: 22px 0;
  border-bottom: 0.5px solid #f5f7fa;
}
.lyft-site-header #mobile-navigation ul.nav li.search-toggle {
  display: none;
}
.lyft-site-header #mobile-navigation ul.nav li.hide-mobile-border a {
  border-bottom: 0;
}
.lyft-site-header #mobile-close {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 15px;
  z-index: 50;
}
.lyft-site-header #mobile-close:after,
.lyft-site-header #mobile-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 3px;
  width: 100%;
  background-color: #000;
}
.lyft-site-header #mobile-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lyft-site-header #mobile-logo a img {
  margin-bottom: 12px;
}
.lyft-site-header #mobile-overflow {
  height: 100%;
  min-height: 575px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 11;
}
.lyft-site-header #mobile-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #b4b7bd;
  margin: 0;
  width: 100%;
  padding-top: 1rem;
  padding-left: 1rem;
}
.lyft-site-header #mobile-middle {
  padding: 20px;
}
@media only screen and (min-width: 1100px) {
  .lyft-site-header .logo .custom-logo-link {
    max-width: 257px;
  }
  .lyft-site-header #menu-toggle {
    display: none;
  }
  .lyft-site-header #site-navigation {
    display: block;
    margin-left: auto;
  }
  .lyft-site-header #site-navigation ul.nav {
    margin: 0;
    float: left;
  }
  .lyft-site-header #site-navigation ul.nav li {
    display: inline-block;
    margin: 0;
    padding-left: 35px;
  }
  .lyft-site-header #site-navigation ul.nav a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #272320;
    position: relative;
    letter-spacing: 1.8px;
  }
  .lyft-site-header #site-navigation ul.nav li.current-menu-item a {
    color: #eaeaed;
  }
  .lyft-site-header #site-header .container {
    height: 75px;
  }
  .lyft-site-header #mobile-navigation {
    display: none;
  }
  .lyft-site-header #mobile-logo {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lyft-site-header .logo a img {
    /* width: 12.2rem;
    height: 2.5rem; */
    width: 100%;
  }
}
.wrapper {
  margin: 0 auto 0 auto;
  position: relative;
  width: 85.3333333333em;
}

.aria-hidden, .aria-offscreen {
  color: #000000;
  background: #ffffff;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip-main-content{

  left: -9999px;
  z-index: 999;
  padding: 1em;
  color: white;
  opacity: 0;
}

#skip-main-content:focus {
    left: 0%;
  /*transform: translateX(-50%);*/
  opacity: 1;
}
@media only screen and (max-width: 575.98px) {
  .lyft-site-header .logo a img {
    /* width: 11.5rem;
    height: 2.5rem; */
    width: 100%;
  }
}
ul.footer-nav li a:focus {
    border: 2px solid grey !important;
}
.lyft-site-footer .footer-column .logo {
  /* max-width: 197px; */
  height: auto;
  margin-top: 25px;
}
.lyft-site-footer .logo .footer-custom-logo{
    background-color: #f2f0eb !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.lyft-site-footer .footer-column {
  padding-top: 6rem;
  margin-left: 2rem;
  padding-bottom: 7rem;
}
.lyft-site-footer .footer-column ul li {
  line-height: 2.5rem;
}
.lyft-site-footer .footer-column ul li a {
  font-weight: 600;
  font-size: 14px;
  color: #272320;
  letter-spacing: 1.8px;
}
.lyft-site-footer {
  height: 100%;
  width: 100%;
}
.lyft-site-footer .footer-column .lyft-footer-social li {
  margin-bottom: 1.2rem;
}
.lyft-site-footer .footer-column .lyft-footer-social {
  padding-top: 1.8rem;
  padding-left: 2rem;
}
.lyft-site-footer .footer-column .footer-nav {
  padding-left: 2rem;
}
.lyft-site-footer .footer-column .lyft-footer-social li img {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .lyft-site-footer .footer-column .footer-line {
    position: relative;
  }
  .lyft-site-footer .footer-column .footer-line:after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 0.5px solid #fff;
    top: 10%;
    bottom: 6%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lyft-site-footer .footer-column {
    padding-top: 4rem;
    margin-left: 0;
  }
  .lyft-site-footer .footer-column .footer-nav li a {
    letter-spacing: 0;
  }
  .lyft-site-footer .footer-column .lyft-footer-social {
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .lyft-site-footer .footer-column .footer-nav {
    padding-left: 0;
  }
  .lyft-site-footer .footer-column .logo {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lyft-site-footer .footer-column {
    padding-top: 3rem;
    margin-left: 1rem;
    padding-bottom: 4rem;
  }
  .lyft-site-footer .footer-column .footer-nav {
    padding-top: 3rem;
    padding-left: 0;
    margin: 0;
    padding-bottom: 2rem;
    border-bottom: 0.5px solid #fff;
  }
  .lyft-site-footer .footer-column ul li {
    margin-bottom: 0.5rem;
  }
  .lyft-site-footer .footer-column .lyft-footer-social {
    margin: 0;
    padding-left: 0;
    border-bottom: 0;
  }
  .lyft-site-footer .footer-column .lyft-footer-social li a {
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0;
  }
}
.lyft-how-it-works-section.section-grey {
  background-color: #fff;
}
.lyft-how-it-works-section h1,
.lyft-how-it-works-section .introDescText {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  color: #000;
  margin: 1.25rem 0 -0.5rem -0.25rem;
}
.lyft-how-it-works-section .introDescText {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.lyft-how-it-works-section .introDescText .lightTextPara {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
  margin: 30px 0;
}
.lyft-how-it-works-section .lyft-icon-heading {
  padding: 1rem 0.5rem;
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 42px;
  text-align: center;
  color: #0b1f66;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.lyft-how-it-works-section .lyft-icon-heading-content {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 28px;
  text-align: center;
  color: #0b1f66;
}
@media only screen and (max-width: 991.98px) {
  .lyft-how-it-works-section .globalanchorchk img {
    width: 60%;
    height: 100%;
    left: 3rem;
  }
  .lyft-how-it-works-section .lyft-icon-heading {
    font-family: Whitney-Book;
    font-style: normal;
    font-weight: normal;
    font-size: 2.4rem !important;
    line-height: 42px;
    text-align: center;
    color: #0b1f66;
  }
  .lyft-how-it-works-section .lyft-icon-heading-content {
    font-family: Whitney-Book;
    font-style: normal;
    font-weight: 300;
    font-size: 1.25rem !important;
    line-height: 28px;
    text-align: center;
    color: #0b1f66;
  }
}
.lyft-how-it-works-section .lyft-icon-heading {
  padding: 1rem 0.5rem;
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 42px;
  text-align: center;
  color: #0b1f66;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.lyft-how-it-works-section .lyft-icon-heading-content {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 28px;
  text-align: center;
  color: #0b1f66;
}
.lyft-how-it-works-section .lyft-icon-text-link {
  text-transform: uppercase;
  font-weight: 600;
  color: #0b1f66;
}
@media only screen and (max-width: 991.98px) {
  .lyft-how-it-works-section .globalanchorchk img {
    width: 60%;
    height: 100%;
    left: 3rem;
  }
  .lyft-how-it-works-section .lyft-icon-heading {
    font-family: Whitney-Book;
    font-style: normal;
    font-weight: normal;
    font-size: 2.4rem !important;
    line-height: 42px;
    text-align: center;
    color: #0b1f66;
  }
  .lyft-how-it-works-section .lyft-icon-heading-content {
    font-family: Whitney-Book;
    font-style: normal;
    font-weight: 300;
    font-size: 1.25rem !important;
    line-height: 28px;
    text-align: center;
    color: #0b1f66;
  }
}
.lyft-gallery-text .card-text-area h3 {
  font-family: WhitneyCondensed-Semibold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #0b1f66;
}
.lyft-gallery-text .card-descriptiontxt {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0b1f66;
}
.lyft-gallery-text .cardComponentLink {
  background: url(../../image/_.svg) no-repeat;
}
.lyft-gallery-text .carda .card-componentTxt {
  background-color: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .lyft-gallery-text .card-grid-component .card-componentTxt {
    padding: 0 !important;
  }
  .lyft-gallery-text .card-grid-component .card-componentTxt:first-child {
    padding: 0 1rem !important;
    padding-left: 0 !important;
  }
  .card-d-img,
  .fresh-air .card-c-img {
    height: 14.13875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lyft-gallery-text .cardComponentLink {
    background: 0;
  }
  .lyft-gallery-text .cardcd .card-descriptiontxt {
    max-width: 100%;
    padding-right: 0 !important;
  }
  .lyft-gallery-text .card-grid-component .card-componentTxt:first-child {
    padding-left: 0;
  }
  .lyft-gallery-text .cardcd .card-grid-component .btn-secondary-cta {
    margin-top: 2rem;
    border: 2px solid #0b1f66 !important;
    box-sizing: border-box;
    font-family: Whitney-Book;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #0b1f66 !important;
    background-color: #f8f8f8;
  }
  .lyft-gallery-text .btn-secondary-cta:focus,
  .lyft-gallery-text .btn-secondary-cta:hover {
    background-color: #f8f8f8;
  }
}
.lyft-how-it-works-section .lyft-icon-heading {
  padding: 1rem 0.5rem;
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #0b1f66;
  flex: none;
  order: 0;
  flex-grow: 0;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.5rem;
}
.lyft-how-it-works-section .lyft-icon-heading-content {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 28px;
  text-align: center;
  color: #0b1f66;
  margin-bottom: 0.5rem;
}
.lyft-how-it-works-section .lyft-icon-heading-content span {
  max-width: 280px;
  display: inline-block;
}
.lyft-how-it-works-section .lyft-icon-text-link {
  text-transform: uppercase;
  font-weight: 600;
  color: #0b1f66;
}
@media only screen and (max-width: 991.98px) {
  .lyft-how-it-works-section .globalanchorchk img {
    width: 60%;
    height: 100%;
    left: 3rem;
  }
  .lyft-how-it-works-section .lyft-icon-heading,
  .lyft-how-it-works-section .lyft-icon-heading-content {
    font-size: 18px !important;
    line-height: 30px;
  }
}
.lyft-join-skymiles-wrapper .hero-home-image {
  position: relative;
}
.lyft-join-skymiles-wrapper .hero-home-image .floating-skymile-logo {
  position: absolute;
  top: 25px;
  right: 25px;
  content: "";
  display: inline-block;
  width: 230px;
  height: 67px;
  background-size: cover;
  background-repeat: no-repeat;
}
.lyft-join-skymiles-wrapper .brand-head-home {
  font-family: Whitney-Book !important;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 50px;
  margin-left: 5.5rem;
  color: #0b1f66 !important;
}
.lyft-join-skymiles-wrapper .brand-subhead-home {
  font-family: Whitney-Book !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-left: 5.5rem;
  display: inline-block;
  padding-top: 1rem;
  color: #0b1f66 !important;
}
.lyft-join-skymiles-wrapper #learnMore {
  margin-top: 1rem;
  background: transparent;
  border: 2px solid #0b1f66 !important;
  box-sizing: border-box;
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #0b1f66 !important;
  width: 81%;
}

@media only screen and (min-width: 992px) {
  .lyft-join-skymiles-wrapper .brand-head-home {
    width: 28rem;
  }
}
@media only screen and (max-width: 768px) {
  .lyft-join-skymiles-wrapper.BS4-Hero {
    height: 40rem;
  }
  .lyft-join-skymiles-wrapper .card-img-overlay {
    position: relative;
  }
  .lyft-join-skymiles-wrapper .hero-home-text-container {
    position: absolute;
    top: 20rem;
    padding: 1rem;
  }
  .lyft-join-skymiles-wrapper .brand-head-home {
    font-family: Whitney-Book !important;
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 50px;
    color: #0b1f66;
    margin-left: 0;
    text-align: left;
    width: 90%;
  }
  .lyft-join-skymiles-wrapper .brand-subhead-home {
    text-align: left;
    width: 90%;
  }
  .lyft-join-skymiles-wrapper .hero-home-image {
    min-height: 650px;
  }
  .lyft-join-skymiles-wrapper #learnMore {
    width: 100%;
    max-width: 295px;
  }
}
#learnMore.blue:focus {
    border: 2px solid grey !important
}
#learnMore.green:focus {
    border: 2px solid grey !important
}
#chkTermsConditions:focus {
  outline: 2px solid grey !important;
}
@media only screen and (max-width: 767.98px) {
  .lyft-join-skymiles-wrapper.BS4-Hero {
    height: 45rem;
  }
  .lyft-join-skymiles-wrapper .hero-home-text-container {
    top: 18rem;
  }
  .lyft-join-skymiles-wrapper .hero-home-image {
    min-height: 700px;
    background-position: 50% 50% !important;
  }
  .lyft-join-skymiles-wrapper .hero-home-image .floating-skymile-logo {
    left: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 340px) {
  .lyft-join-skymiles-wrapper.BS4-Hero {
    height: 48rem;
  }
  .lyft-join-skymiles-wrapper .hero-home-image {
    min-height: 765px;
    background-position: 73% 50% !important;
  }
  .lyft-join-skymiles-wrapper .brand-subhead-home {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1440px) {
  .lyft-join-skymiles-wrapper .brand-head-home {
    margin-left: 15rem;
  }
  .lyft-join-skymiles-wrapper .brand-subhead-home {
    margin-left: 15rem;
    margin-bottom: 4.813rem !important;
  }
  .lyft-join-skymiles-wrapper .hero-home-text-container {
    margin-bottom: 3rem;
  }
}
.lyft-skymiles-amex .lyft-skymiles-amex-wrapper {
  background-color: #f8f8f8;
}
.lyft-skymiles-amex .amexTextComponent {
  width: 100%;
  padding-top: 4rem;
}
.lyft-skymiles-amex .amexTextComponent h1 {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  text-transform: capitalize;
  color: #0b1f66;
}
.lyft-skymiles-amex .amexTextComponent .card-descriptiontxt {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0b1f66;
}
.lyft-skymiles-amex .learnMoreAmexCard {
  padding-top: 4rem;
  padding-right: 2rem;
}
.lyft-skymiles-amex .learnMoreAmexCard #learnMore {
  border: 2px solid #0b1f66 !important;
  box-sizing: border-box;
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #0b1f66;
  background-color: #f8f8f8;
}
.lyft-skymiles-amex .termsApplyAmex {
  display: inline-block;
  margin-top: 2rem;
  margin-left: 0;
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #4470c3;
  text-align: right;
  width: 100%;
  padding-right: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .lyft-skymiles-amex .lyft-skymiles-amex-wrapper {
    padding-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2rem;
  }
  .lyft-skymiles-amex .amexTextComponent h1 {
    font-family: Whitney-Book;
    font-style: normal;
    font-weight: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #0b1f66;
  }
  .lyft-skymiles-amex .amexTextComponent .card-descriptiontxt {
    max-width: 100%;
    padding-right: 0rem !important;
    font-size: 16px;
    line-height: 24px;
  }
  .lyft-skymiles-amex .learnMoreAmexCard {
    padding-top: 2rem;
    padding-right: 0rem;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
  }
  .lyft-skymiles-amex .amexTextComponent {
    padding-top: 1rem;
  }
  .lyft-skymiles-amex .termsApplyAmex {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lyft-skymiles-amex .lyft-skymiles-amex-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3rem;
  }
  .lyft-skymiles-amex .amexTextComponent {
    padding-top: 1rem;
  }
  .lyft-skymiles-amex .learnMoreAmexCard {
    padding-right: 0rem;
  }
  .lyft-skymiles-amex .termsApplyAmex {
    margin-left: 16rem;
  }
}
@media only screen and (min-width: 992px) {
  .lyft-skymiles-amex {
    margin-top: 2rem;
  }
  .lyft-skymiles-amex .lyft-skymiles-amex-wrapper {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .lyft-skymiles-amex .card-c-img {
    height: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lyft-skymiles-amex .card-c-img {
    height: 14rem;
    background-position: 50% 20% !important;
  }
  .lyft-skymiles-amex .lyft-skymiles-amex-wrapper {
    padding-bottom: 0;
  }
  .lyft-skymiles-amex .amexTextComponent {
    padding-top: 1rem;
  }
  .lyft-skymiles-amex .amexTextComponent h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
  }
  .lyft-skymiles-amex .learnMoreAmexCard {
    padding-right: 0;
    padding-top: 3rem;
  }
  .lyft-skymiles-amex .learnMoreAmexCard #learnMore {
    padding: 1.5rem 1rem;
  }
  .lyft-skymiles-amex .termsApplyAmex {
    margin-left: 0;
    margin-top: 1rem;
    padding-right: 0;
  }
}
.lyft-how-it-works-section.section-grey {
  background-color: #fff;
}
.lyft-how-it-works-section h1 {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  color: #0b1f66;
  margin: 1.25rem 0 -0.5rem -0.25rem;
}
.lyft-how-it-works-section .introDescText {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #0b1f66;
  margin: 0rem;
  margin-top: 0rem;
}
.lyft-how-it-works-section .title-container {
  position: relative;
}
.lyft-how-it-works-section .title-container::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2.6em;
  right: 1.5em;
  width: 105px;
  height: 95px;
  background-image: url(../../image/Angle.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .lyft-how-it-works-section .title-container::before {
    width: 100px;
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .lyft-how-it-works-section .title-container::before {
    width: 65px;
    height: 55px;
    top: -2.65em;
    right: 2em;
  }
}
.lyft-how-it-works-section .introDescText {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.lyft-how-it-works-section .lightTextPara {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
  margin: 30px 0;
}
.lyft-how-it-works-section .lightTextParaNote {
  font-weight: normal;
  font-size: 14px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
  margin: 25px 0;
}
.lyft-how-it-works-section .lyft-text-link {
  color: #4470c3;
  font-weight: 900;
}
.lyft-faq {
  font-weight: 400;
  color: #0b1f66;
}
.lyft-faq .buttons {
  margin-bottom: 15px;
}
.lyft-faq .buttons button {
  border: 0;
  background: transparent;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  color: #4470c2;
}
.lyft-faq .buttons button.active {
  font-weight: 600;
}
.lyft-faq .lyft-faq-group .lyft-faq {
  padding: 27px 10px;
  border-top: 1px solid #dedfe1;
}
.lyft-faq .lyft-faq-group .lyft-faq:last-child {
  border-bottom: 1px solid #dedfe1;
}
.lyft-faq .lyft-faq-group .lyft-faq .lyft-faq-header {
  font-size: 28px;
  line-height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lyft-faq .lyft-faq-group .lyft-faq .lyft-faq-header::after {
  position: absolute;
  right: 3%;
  content: "";
  border-top: 1px solid #e51937;
  border-right: 1px solid #e51937;
  background: transparent;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  transition: transform 0.4s ease-in;
}
.lyft-faq .lyft-faq-group .lyft-faq .lyft-faq-header.expand::after {
  transform: rotate(315deg);
}
.lyft-faq .lyft-faq-group .lyft-faq .lyft-faq-header .faq-title {
  display: inline-block;
  max-width: 90%;
  color: #0b1f66;
}
.lyft-faq .lyft-faq-group .lyft-faq .lyft-faq-details {
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0 0;
  display: none;
}
.lyft-faq .faq-terms-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 40px 0;
}
.lyft-faq-details p a,
.lyft-faq-details a {
  color: #706969 !important;
  text-decoration: underline;
}
.lyft-faq-details p a:focus,
.lyft-faq-details a:focus {
  box-shadow: 0 0 0 2px #858d9f !important;
  border-radius: 3px !important;
}
@media only screen and (max-width: 767px) {
  .lyft-faq .lyft-faq-group .lyft-faq {
    padding: 20px 0;
  }
  .lyft-faq .lyft-faq-group .lyft-faq .lyft-faq-header {
    font-size: 24px;
    line-height: 32px;
  }
  .lyft-faq .lyft-faq-group .lyft-faq .lyft-faq-header::after {
    right: 1%;
  }
  .lyft-faq .lyft-faq-group .lyft-faq .lyft-faq-details {
    font-size: 16px;
    line-height: 24px;
  }
}
.lyft-tout {
  background-color: #f8f8f8;
  padding: 30px 0;
  font-family: Whitney-Book;
  font-weight: 400;
  color: #0b1f66;
}
.lyft-tout h1 {
  font-size: 42px;
  line-height: 50px;
}
.lyft-tout .content {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  margin: 10px 0;
}
.lyft-tout .store-links a {
  margin-right: 5px;
  display: inline-block;
  width: 135px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.lyft-tout .store-links .apple {
  width: 120px;
}
.lyft-tout .store-links .galaxy {
  width: 147px;
}
.faq-slider-container {
  background-color: #f8f8f8;
  padding: 1em 0;
  margin-top: 0.5em;
  position: relative;
  overflow: hidden;
}
.faq-slider-container .slider-wrapper {
  width: 100%;
  height: 630px;
  display: flex;
  justify-content: center;
}
.faq-slider-container .slider-item {
  width: 38%;
  height: 95%;
  display: flex;
  align-items: flex-end;
  float: left;
  background-repeat: no-repeat;
  background-position: -40px 40%;
}
.faq-slider-container .slider-item .slider-title {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #0b1f66;
  max-width: 280px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: -30px;
  padding-left: 40px;
}
.faq-slider-container .pagination-wrapper {
  display: none;
  justify-content: center;
}
.faq-slider-container .pagination-wrapper .pagination-dot {
  width: 50px;
  height: 4px;
  background-color: #0b1f66;
  margin: 0 5px;
  opacity: 0.15;
}
.faq-slider-container .pagination-wrapper .pagination-dot.active {
  opacity: 1;
}
.faq-slider-container .nav-arrow {
  width: 17px;
  height: 17px;
  border: 0;
  border-top: 2px solid #e51937;
  position: absolute;
  top: 40%;
  display: none;
}
.faq-slider-container .nav-arrow.left {
  border-left: 2px solid #e51937;
  transform: rotate(-45deg);
  left: 5%;
}
.faq-slider-container .nav-arrow.right {
  border-right: 2px solid #e51937;
  transform: rotate(45deg);
  right: 5%;
}
@media only screen and (max-width: 1024px) {
  .faq-slider-container .slider-item {
    width: 50%;
    background-size: cover;
  }
  .faq-slider-container .slider-item .slider-title {
    height: 64px;
    max-width: 200px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .faq-slider-container {
    padding: 1em 0 0;
  }
  .faq-slider-container .slider-wrapper {
    margin-left: -20px;
  }
  .faq-slider-container .slider-item {
    background-position: -50px 40%;
  }
  .faq-slider-container .slider-item .slider-title {
    height: 64px;
    max-width: 215px;
    padding-left: 40px;
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 1366px) {
  .faq-slider-container .slider-wrapper {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .faq-slider-container {
    padding: 1em 0;
  }
  .faq-slider-container .slider-wrapper {
    width: 570px;
    height: 420px;
    display: block;
    transition: all 0.8s ease-in;
    margin-left: 0;
  }
  .faq-slider-container .slider-item {
    width: 285px;
    height: 365px;
    background-size: cover;
    background-position: -20px 50%;
  }
  .faq-slider-container .pagination-wrapper {
    display: flex;
  }
  .faq-slider-container .nav-arrow {
    display: block;
  }
  .faq-slider-container .slider-item .slider-title {
    height: 64px;
    margin-bottom: -50px;
    max-width: 175px;
    padding-left: 0;
  }
}
.lyft-hero-image {
  border-top: 1px solid #b4b7bd;
  background-color: #f2f0eb;
}
.lyft-hero-image .error-notification,
.lyft-hero-image .server-error {
  padding: 15px 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  color: #0b1f66;
}
.lyft-hero-image .server-error {
  position: static;
  padding: 25px 0;
}
.notification-text:focus {
    border: 2px solid grey !important;
}
.lyft-hero-image .error-notification.errors,
.lyft-hero-image .server-error.errors {
  display: flex;
}
.lyft-hero-image .error-notification #error-count {
  cursor: pointer;
  color: #4470c2;
  font-weight: 600;
}
.lyft-hero-image .error-notification .notification-text::before,
.lyft-hero-image .server-error .error-text::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../../image/error-alert.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  top: 3px;
  position: relative;
}
.lyft-hero-image .hero-banner-container {
  position: relative;
  height: auto;
  min-height: 800px;
  /*overflow: hidden;*/
}

/* Banner Image */
.lyft-hero-image .hero-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*box-shadow: 10rem 0rem 9rem 3rem rgb(242 240 235 / 95%) inset;*/
}
@media only screen and (min-width: 767.98px) {
  .lyft-hero-image .hero-banner-image {
    box-shadow: 20rem 0rem 9rem 3rem rgb(242 240 235 / 95%) inset;
  }
}

@media only screen and (min-width: 1023.98px) {
  .lyft-hero-image .hero-banner-image {
    box-shadow: 28rem 0rem 9rem 3rem rgb(242 240 235 / 95%) inset;
    background-size: contain;

    background-position: right;
  }
}
@media only screen and (min-width: 1439.98px) {
  .lyft-hero-image .hero-banner-image {
    box-shadow: 58rem 0rem 12rem 7rem rgb(242 240 235 / 99%) inset;
  }
}

@media only screen and (min-width: 1600px) {
  .lyft-hero-image .hero-banner-image {
    box-shadow: 64rem 0rem 12rem 7rem rgb(242 240 235 / 99%) inset;
  }
}

@media only screen and (min-width: 1800px) {
  .lyft-hero-image .hero-banner-image {
    box-shadow: 75rem 0rem 12rem 7rem rgb(242 240 235 / 99%) inset;
  }
}

@media only screen and (min-width: 2559.98px) {
  .lyft-hero-image .hero-banner-image {
    box-shadow: 80rem 0rem 14rem -2rem rgb(242 240 235 / 99%) inset;
    background-size: cover;
  }
}

.lyft-hero-image .hero-banner-content {
  position: static;
  width: 40rem;
  height: 100%;
  margin-left: 4%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  margin-top: 3rem;
}
.lyft-hero-image .w-100 {
  width: 100%;
}
/* .lyft-hero-image .hero-banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  width: 106px;
  height: 94px;
  background: url("/content/dam/starbucks/image/Angle.svg") no-repeat;
  background-size: 100% auto;
} */
.lyft-hero-image .hero-banner-content h1 {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 52px;
  line-height: 62px;
  color: #272320;
}

.lyft-hero-image .hero-banner-content p {
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #272320;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 10px 0;
}
.lyft-hero-image .hero-banner-content .existing-affiliation-info p {
  font-size: 18px !important;
}
.lyft-hero-image .checkbox-wrapper {
  padding-top: 1.5rem;
}
.lyft-hero-image .checkbox-wrapper input[type="checkbox"].searchOptionChk {
  top: 1.9rem;
  left: 0rem;
}
.lyft-hero-image .form-control:focus,
.lyft-hero-image .form-control[readonly],
.lyft-hero-image .form-control {
  height: auto;
  padding: 0 0.3125rem;
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  line-height: 2.875rem;
  color: #272320;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #6c718a;
  border-radius: 0;
  box-shadow: none;
  transition: padding-left 0.2s ease-in;
}
.lyft-hero-image .form-control.errors {
  border-bottom: 2px solid #fff;
  margin-bottom: -2px !important;
  padding-left: 20px !important;
}
.lyft-hero-image .errIcon {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: none;
  width: 16px;
  height: 16px;
  background-image: url("../../image/error-alert.png");
  background-repeat: no-repeat;
  background-size: cover;
  transition: display 1s ease-in;
}
.lyft-hero-image .errIcon.errors {
  display: inline-block;
}
.lyft-hero-image .show-error {
  position: absolute;
  top: -25px;
  min-width: 220px;
  background: #fff;
  color: #0b1f66;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 15px;
  display: none;
  align-items: center;
}
.lyft-hero-image .searchOptionCheckboxColumn .show-error {
  min-width: 290px;
}
.lyft-hero-image .show-error::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../../image/error-alert.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
}
.lyft-hero-image .show-error::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  transform: rotate(45deg);
}
.lyft-hero-image .confirmation-btn {
  padding-top: 20px;
  padding-bottom: 20px;
}
.lyft-hero-image .show-error.errors {
  display: flex;
}
.lyft-hero-image .form-row > [class*="col-"],
.lyft-hero-image .form-row > .col {
  padding-left: 0;
}
.lyft-hero-image a.termsConditions {
  color: #272320;
  font-family: Whitney-Book;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-decoration: underline;
}
.link-account-form-step,
.input-mobile-tab-class::placeholder {
  color: #272320 !important;
}
.lyft-hero-image a.termsConditions:nth-of-type(2) {
  margin-left: 2rem;
}
.lyft-hero-image a.termsConditions:focus,
.lyft-hero-image a.termsConditions:active {
  background-color: transparent;
}
.lyft-hero-image .btn-outline-white.confirmation-btn:hover {
  background-color: #fff !important;
  color: #212529 !important;
  text-decoration: none !important;
}
.lyft-hero-image .form-control::-webkit-input-placeholder {
  color: #fff;
}
.lyft-hero-image .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.lyft-hero-image .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.lyft-hero-image .form-control:-ms-input-placeholder {
  color: #fff;
}
.lyft-hero-image .form-control::-ms-input-placeholder {
  color: #fff;
}
.lyft-hero-image::placeholder {
  color: #fff;
}
.lyft-hero-image::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("../../image/error-arrow.svg")
    url("../../image/error-alert.png");
}
@media (min-width: 992px) {
  .lyft-hero-image .form-control:focus {
    background-color: transparent !important;
    border-radius: 3px !important;
    outline: none !important;
    box-shadow: 0 0 0 2px #616778 !important;
  }
  .fresh-air .searchOptionActive input[type="checkbox"] + label:before {
    background-color: #fff !important;
  }
  .lyft-hero-image .form-control:focus {
    color: #fff;
    border-bottom: 0.125rem solid #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .lyft-hero-image .hero-banner-content {
    width: 100%;
    left: 0;
    margin: 0 auto;
    height: auto;
    margin-top: 300px;
    padding-top: 0;
  }

  .lyft-hero-image .hero-banner-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    width: 65px;
    height: 57px;
    background: url("../../image/Angle.svg") no-repeat;
    background-size: 100% auto;
  }
  .lyft-hero-image a.termsConditions:nth-of-type(2) {
    margin-top: 2rem;
    display: block;
    margin-left: 0;
  }
  .lyft-hero-image .hero-adjust-mob {
    min-height: 500px !important;
  }
  .lyft-hero-image .hero-adjust-img-mob {
      background-position: 0% 0% !important;
      box-shadow: -1rem -35rem 3rem -1rem rgb(242 240 235 / 96%) inset !important;
  }
  .lyft-hero-image .ext-hero-adjust-img-mob {
      background-position: 0% 0% !important;
      box-shadow: -1rem -27rem 3rem -1rem rgb(242 240 235 / 96%) inset !important;
  }

  .lyft-hero-image .hero-banner-image {
    /*box-shadow: -1rem -67rem 3rem -1rem rgb(242 240 235 / 96%) inset; */
    box-shadow: -1rem -54rem 3rem -1rem rgb(242 240 235 / 96%) inset;
  }
}
button.w-100.btn.btn-danger.btn-primary-cta.btn-default:focus {
    border: 2px solid #616778 !important;
    outline: 2px solid #616778 !important;
}
@media (min-width: 500px) and (max-width: 767px) {
  .lyft-hero-image .hero-banner-image {
    background-position: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lyft-hero-image .hero-banner-image::after {
    top: 0;
    bottom: unset;
    right: 10px;
    width: 80px;
    height: 70px;
  }
  .lyft-hero-image .hero-banner-container {
    overflow: auto;
  }
  .lyft-hero-image .hero-banner-image {
    background-size: contain;
    background-position: 0 0;
  }
  .lyft-hero-image .hero-banner-content {
    width: 95%;
    margin-top: 18rem;
  }
  .lyft-hero-image button[type="submit"] {
    max-width: 295px;
  }
}
@media only screen and (min-width: 1366px) {
  .lyft-hero-image .hero-banner-image::after {
    right: 9%;
  }
}
@media only screen and (min-width: 1440px) {
  .lyft-hero-image .hero-banner-content {
    margin-left: 13%;
  }
  .lyft-hero-image .container-fluid {
    width: 1600px;
  }
  .lyft-hero-image .hero-banner-image::after {
    right: 195px;
  }
}
@media only screen and (min-width: 1600px) {
  .lyft-hero-image .hero-banner-image::after {
    right: 22%;
  }
}
@import (once) "/libs/wcm/foundation/clientlibs/grid/grid_base.less";
@max_col: 12;
.aem-Grid {
  .generate-grid(default,@max_col);
}
@media (max-width: 650px) {
  .aem-Grid {
    .generate-grid(phone,@max_col);
  }
}
@media (min-width: 651px) and (max-width: 1200px) {
  .aem-Grid {
    .generate-grid(tablet,@max_col);
  }
}

.lyft-how-it-works-section .polaris-img {
  width: auto;
}

.right {
  width: 50%;
  margin: 0 0 3% 65%;
  justify-content: flex-end;
}

.right span {
  margin: 0 !important;
  width: 50% !important;
}
@media (min-width: 1023px) {
  .right span {
    margin: 0 !important;
    width: 92% !important;
    max-width: 529px;
  }
}

.lyft-hero-image .form-control:focus {
  background: transparent;
}

.form-control {
  color: #000 !important;
}

.lyft-site-header #hamburger span {
  background-color: #000;
}

label.content.icon-Checked.booking-widget_checkbox-mobile.searchOptionFilter {
  color: #272320;
  font-family: Whitney-Book !important;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
}

.lyft-hero-image .hero-banner-image::after {
  display: none !important;
}

*,
span.card-text.brand-subhead-home,
span.card-title.brand-head-home,
.lyft-join-skymiles-wrapper #learnMore {
  color: #000 !important;
}

.lyft-join-skymiles-wrapper #learnMore {
  border: 2px solid #000 !important;
}

.fresh-air .checkbox-wrapper input[type="checkbox"]:focus {
  box-shadow: none !important;
}

.lyft-hero-image .hero-banner-image::after {
  display: none !important;
}
.fresh-air .checkbox-wrapper input[type="checkbox"] + label:before {
  background: #fff !important;
}

footer.fresh-air {
  position: absolute;
  width: 100%;
}

.lyft-how-it-works-section .title-container::before {
  display: none;
}

.footer-line:nth-child(2):after {
  display: none !important;
}

.sbux-disclaimer {
  margin-bottom: 0 !important;
}

hr.redlinerule {
  background: #000 !important;
}

div#BS4-hero {
  margin-top: 1.5rem !important;
}

button.w-100.btn.btn-danger.btn-primary-cta.btn-default,
.fresh-air .btn-primary-cta,
.lyft-join-skymiles-wrapper #learnMore,
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
button.w-100.btn.btn-danger.btn-primary-cta.btn-default,
.fresh-air .btn-primary-cta,
.lyft-join-skymiles-wrapper #learnMore,
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
.fresh-air .btn-danger:focus,
.fresh-air .btn-danger:hover {
  color: #fff !important;
  border: 1px solid #006241 !important;
  background: #006241 !important;
  box-shadow: none !important;
}
#learnMore.blue {
  background-color: #003366 !important;
  color: #fff !important;
}

#learnMore.green,
.btn-primary-cta.green,
.btn-primary-cta.green:hover {
  background-color: #006241 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .footer-line {
    text-align: center;
  }
}

.dotcombtn,
.dotcombtn:hover,
#goToDeltaBtn:hover {
  background-color: #003366 !important;
  color: #fff !important;
  border: none !important;
  text-decoration: none !important;
}

.footer-nav a:focus {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}


a.w-100.btn.btn-danger.btn-primary-cta.btn-default:focus {
    border: 3px solid grey !important;
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .lyft-hero-image .hero-banner-content {
    margin-top: 45rem;
  }
  .lyft-hero-image .hero-banner-image {
    box-shadow: 0rem -32rem 3rem 4rem rgb(242 240 235 / 95%) inset;
  }
}
