.gold-outline:focus {
  outline: 2px solid #fbc600 !important;
}

.breadcrumbs {
  /* commented by ashwini */
  /* margin-top: 1rem; */
}

@media screen and (min-width: 62rem) {
  .breadcrumbs {
    /* commented by ashwini */
    /* margin-top: 2.5rem; */
  }
}

.breadcrumbs__list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.breadcrumbs__li {
  display: inline;
}

.breadcrumbs__li + .breadcrumbs__li::before {
  content: "|";
  color: #3b3c43;
  margin: 0.375rem;
}

.breadcrumbs__link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  color: #3b3c43;
}

.breadcrumbs__link:not([aria-current]) {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #3b3c43;
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  font-weight: 500;
}

.breadcrumbs__link:not([aria-current]):focus,
.breadcrumbs__link:not([aria-current]):hover {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85);
}

.breadcrumbs__link:not([aria-current]).active {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85);
}

.breadcrumbs__link[aria-current] {
  font-weight: 400;
}

.designed-valprop {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .designed-valprop {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .designed-valprop {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .designed-valprop {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .designed-valprop {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .designed-valprop {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .designed-valprop {
    width: 90rem;
  }
}

.designed-valprop__heading {
  font-size: 50px;
  font-size: 3.125rem;
  color: #3b3c43;
  font-weight: 500;
  margin: 3rem 0 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: left;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .designed-valprop__heading {
    font-size: 32px;
    font-size: 2rem;
    margin: 2rem 0 1.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .designed-valprop__row {
    display: flex;
    align-items: stretch;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .designed-valprop__block + .designed-valprop__block {
    margin-top: 40px;
  }
}

@media screen and (min-width: 48rem) {
  .designed-valprop__block {
    box-sizing: border-box;
    width: calc(33.33333% - 27px);
    margin-right: 40px;
  }
  .designed-valprop__block:nth-child(3n) {
    margin-right: 0;
  }
}

.designed-valprop img {
  display: block;
  width: 100%;
}

.benefits-ca {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .benefits-ca {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .benefits-ca {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .benefits-ca {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .benefits-ca {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .benefits-ca {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .benefits-ca {
    width: 90rem;
  }
}

@media screen and (min-width: 48rem) {
  .benefits-ca__c1 {
    display: flex;
  }
}

.benefits-ca__img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 30rem) {
  .benefits-ca__img {
    width: 50%;
  }
}

@media screen and (min-width: 48rem) {
  .benefits-ca__img {
    order: 2;
    width: 40%;
  }
}

.benefits-ca__img--drop-shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

.benefits-ca__img--credit-card {
  border-radius: 31px;
}

@media screen and (min-width: 48rem) {
  .benefits-ca__content {
    order: 1;
    width: calc(60% - 2rem);
    margin-right: 2rem;
  }
}

.benefits-ca__heading {
  font-size: 50px;
  font-size: 3.125rem;
  color: #3b3c43;
  font-weight: 500;
  margin: 3rem 0 1.5rem;
  text-transform: uppercase;
  margin-top: 0;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .benefits-ca__heading {
    font-size: 32px;
    font-size: 2rem;
    margin: 2rem 0 1.5rem;
  }
}

.benefits-ca__copy {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 30rem) {
  .benefits-ca__copy {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.benefits-ca__button {
  display: inline-block;
  border: 0;
  padding: 0.875rem;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  min-width: 200px;
}

.benefits-ca__button:focus {
  outline: 2px solid #3b3c43 !important;
}

.benefits-ca__button:hover {
  background-color: #3b3c43 !important;
  color: #fff !important;
}

.benefits-ca__button--home {
  background-color: #58a7af;
  color: #fff;
}

.benefits-ca__button--home:hover {
  background-color: #4e97a3 !important;
}

.locator {
  background: linear-gradient(#417d9f 0, #34657f 100%);
  background-size: cover;
  background-position: center;
  position: relative;
}

.locator__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(0);
  clip-path: circle(0);
  transition: -webkit-clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
}

.locator__background.show {
  -webkit-clip-path: circle(100%);
  clip-path: circle(100%);
}

.locator__container {
  position: relative;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

@media screen and (min-width: 48rem) {
  .locator__container {
    padding: 120px 60px;
  }
}

.locator__heading {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: lowercase;
  &:first-letter {
    text-transform: uppercase;
  }
}

@media screen and (min-width: 48rem) {
  .locator__heading {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.locator__heading,
.locator__subhead {
  text-align: center;
  color: #fff;
}

.locator__subhead {
  margin: 0 auto 1.75rem;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (min-width: 30rem) {
  .locator__subhead {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 48rem) {
  .locator__subhead {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.locator__button {
  display: inline-block;
  border: 0;
  padding: 0.875rem;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  text-transform: lowercase;
  width: 100%;
  min-width: 12.5rem;
  font-weight: 700;
  border-radius: 8px;
  &:first-letter {
    text-transform: uppercase;
  }
}

.locator__button:focus {
  outline: 2px solid #3b3c43 !important;
}

.locator__button:hover {
  background-color: #3b3c43 !important;
  color: #ffffff !important;
}

.locator__button--home {
  background-color: #58A7AF;
  color: #ffffff;
}

.locator__button--home:hover {
  background-color: #4e97a3 !important;
}

@media screen and (min-width: 48rem) {
  .locator__button {
    width: auto;
    min-width: 15.625rem;
  }
}

.loader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
  background: url('../img/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
.loader-hide {
  height: 0;
  width:0;
  visibility: hidden;
}

.offer-card {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}

.offer-card:active,
.offer-card:hover {
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.25);
}

.offer-card__header--background {
  background-size: cover;
  min-height: 120px;
  padding-bottom: 37.5%;
  box-sizing: border-box;
}

.offer-card__header--only-image .offer-card__image-row {
  padding-top: 3.75rem;
}

.offer-card__info-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 3.75rem;
}

.offer-card__type-icon {
  width: 2rem;
  margin: 0.5rem 0 0 1rem;
  align-self: flex-start;
}

.offer-card__banner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
}

.offer-card__featured {
  margin: 0.375rem 0.5rem 0 0;
  color: #34657f;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.offer-card__expiration {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  padding: 0.375rem 0.625rem;
  background-color: #34657f;
  position: relative;
}

.offer-card__expiration::before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: transparent #34657f transparent transparent;
  border-width: 0 15px 30px 0;
  box-sizing: border-box;
  top: 0;
  left: -15px;
}

.offer-card__body {
  padding: 0 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.offer-card__image-row {
  padding: 0 1rem;
  display: flex;
  align-items: flex-start;
}

.offer-card__logo {
  max-height: 3.75rem;
  max-width: 9.375rem;
}

.offer-card__icon {
  width: 140px;
  height: 129px;
  object-fit: scale-down;
}

@media screen and (min-width: 48rem) {
  .offer-card__icon {
    width: 125px;
    height: 100px;
  }
}

.offer-card__title {
  color: #3b3c43;
  font-weight: bold;
  margin: 0.75rem 0 0;
  display: block;
  line-height: 1.1;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (min-width: 30rem) {
  .offer-card__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 48rem) {
  .offer-card__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.hero__subheading-link{
  color: #3b3c43;
}

.offer-card__text {
  color: #3b3c43;
  margin: 0.5rem 0 1rem;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 30rem) {
  .offer-card__text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.offer-card__button {
  display: inline-block;
  border: 0;
  padding: 0.875rem;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  padding: 0.875rem 1rem;
}

.offer-card__button:focus {
  outline: 2px solid #3b3c43 !important;
}

.offer-card__button:hover {
  background-color: #3b3c43 !important;
  color: #ffffff !important;
}

.offer-card__button--home {
  background-color: #58A7AF;
  color: #ffffff;
}

.offer-card__button--home:hover {
  background-color: #4e97a3 !important;
}

@media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
  .offer-card__button {
    width: 100%;
  }
}

@media screen and (min-width: 30rem) {
  .offer-card__button {
    min-width: calc(50% - 10px);
  }
}

.offer-card__app-button {
  display: block;
  width: 200px;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .offer-card__app-button {
    max-width: 100%;
  }
}

@media screen and (min-width: 48rem) {
  .offer-card__app-button {
    width: calc(50% - 5px);
  }
}

.offer-card__buttons {
  width: 100%;
  margin-top: auto;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
  .offer-card__buttons .offer-card__button + .offer-card__button {
    margin-top: 10px;
  }
  .offer-card__buttons .offer-card__app-button + .offer-card__app-button {
    margin-top: 10px;
  }
}

@media screen and (min-width: 30rem) {
  .offer-card__buttons {
    display: flex;
  }
  .offer-card__buttons .offer-card__button + .offer-card__button {
    margin-left: 1rem;
  }
  .offer-card__buttons .offer-card__app-button + .offer-card__app-button {
    margin-left: 0.5rem;
  }
}

.offers__container {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .offers__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .offers__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .offers__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .offers__container {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .offers__container {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .offers__container {
    width: 90rem;
  }
}

.offers__header {
  font-size: 42px;
  color: #3b3c43;
  font-weight: 500;
  margin: 3rem 0 1.5rem;
  text-transform: lowercase;
  padding-top: 0;
  margin-bottom: 1rem;
  text-align: left;
  &:first-letter {
    text-transform: uppercase;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .offers__header {
    margin: 2rem 0 1.5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 61.9375rem) {
  .offers.up3 .offers__offer-list .offer-card + .offer-card {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 62rem) {
  .offers.up3 .offers__offer-list {
    display: flex;
  }
  .offers.up3 .offers__offer-list .offer-card {
    box-sizing: border-box;
    width: calc(33.33333% - 27px);
    margin-right: 40px;
  }
  .offers.up3 .offers__offer-list .offer-card:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .offers.up4 .offers__offer-list .offer-card + .offer-card {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 71.1875rem) {
  .offers.up4 .offers__offer-list {
    display: flex;
    flex-wrap: wrap;
  }
  .offers.up4 .offers__offer-list .offer-card {
    box-sizing: border-box;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .offers.up4 .offers__offer-list .offer-card:nth-child(2n) {
    margin-right: 0;
  }
  .offers.up4 .offers__offer-list .offer-card:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 71.25rem) {
  .offers.up4 .offers__offer-list {
    display: flex;
  }
  .offers.up4 .offers__offer-list .offer-card {
    box-sizing: border-box;
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .offers.up4 .offers__offer-list .offer-card:nth-child(4n) {
    margin-right: 0;
  }
}

.offers.up4 .offer-card__content,
.offers.up4 .offer-card__img-section {
  padding-left: 20px;
  padding-right: 20px;
}

.network-callout {
  padding-top: 55px;
}

.network-callout__container {
  position: relative;
  background: linear-gradient(#417d9f 0, #34657f 100%);
}

.network-callout__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.network-callout__content-wrap {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .network-callout__content-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .network-callout__content-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .network-callout__content-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .network-callout__content-wrap {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .network-callout__content-wrap {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .network-callout__content-wrap {
    width: 90rem;
  }
}

.network-callout__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 48rem) {
  .network-callout__content {
    width: 70%;
  }
}

.network-callout__copy {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 2rem;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .network-callout__copy {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.network-callout__button {
  display: inline-block;
  border: 0;
  padding: 0.875rem;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  min-width: 200px;
}

.network-callout__button:focus {
  outline: 2px solid #3b3c43 !important;
}

.network-callout__button:hover {
  background-color: #3b3c43 !important;
  color: #fff !important;
}

.network-callout__button--home {
  background-color: #58a7af;
  color: #fff;
}

.network-callout__button--home:hover {
  background-color: #4e97a3 !important;
}

.benefits {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .benefits {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .benefits {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .benefits {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .benefits {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .benefits {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .benefits {
    width: 90rem;
  }
}

@media screen and (min-width: 30rem) {
  .benefits {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 62rem) {
  .benefits__container {
    position: relative;
    min-height: 400px;
  }
}

.benefits__image {
  display: block;
}

@media screen and (min-width: 30rem) {
  .benefits__image {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 62rem) {
  .benefits__image {
    position: absolute;
    top: 0;
    right: 60px;
  }
}

.benefits__image--credit-card {
  border-radius: 31px;
}

.benefits__image--drop-shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 62rem) {
  .benefits__content {
    width: 60%;
  }
}

.benefits__headline {
  font-size: 50px;
  font-size: 3.125rem;
  color: #3b3c43;
  font-weight: 500;
  margin: 3rem 0 1.5rem;
  text-transform: uppercase;
  padding-top: 0;
  text-align: left;
  .benefits__container & {
    font-size: 42px;
    text-transform: lowercase;
    &:first-letter {
      text-transform: uppercase;
    }
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .benefits__headline {
    font-size: 32px;
    font-size: 2rem;
    margin: 2rem 0 1.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .benefits__headline {
    width: 60%;
  }
}

.benefits__item {
  position: relative;
  color: #3b3c43;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.benefits__item > span {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

@media screen and (min-width: 30rem) {
  .benefits__item {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .benefits__item {
    width: 60%;
  }
}

.benefits__item + .benefits__item {
  margin-top: 1.5rem;
}

@media screen and (min-width: 30rem) {
  .benefits__item + .benefits__item {
    margin-top: 2rem;
  }
}

.benefits__box {
  border: 4px solid #fbc600;
  padding: 1.5rem;
}

@media screen and (min-width: 30rem) {
  .benefits__box {
    padding: 2rem;
  }
}

.benefits__link {
  color: #3b3c43;
  /*display: inline-block;*/
  font-size: 21px;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  /*font-weight: 700*/
}

.benefits__link:focus,
.benefits__link:hover {
  box-shadow: inset 0 -9px 0 0 rgba(251, 198, 0, 0.85);
}

.benefits__link.active {
  box-shadow: inset 0 -9px 0 0 rgba(251, 198, 0, 0.85);
}

.benefits__list {
  padding-left: 1rem;
  margin: 0;
}

.benefits__list--plain {
  list-style: none;
  padding-left: 0;
}

.benefits__list--plain .benefits__item {
  padding-left: 2rem;
}

.benefits__list--plain + * {
  margin-left: 2rem;
}

.benefits__check {
  width: 20px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}

.general-servicing {
  background: linear-gradient(#417d9f 0, #34657f 100%);
}

@media screen and (min-width: 62rem) {
  .general-servicing {
    display: flex;
  }
}

.general-servicing__content,
.general-servicing__image-section {
  padding: 3rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 62rem) {
  .general-servicing__content,
  .general-servicing__image-section {
    width: 50%;
  }
}

.general-servicing__image-section {
  align-items: center;
  background-origin: padding-box;
  justify-content: center;
}

.general-servicing__content {
  align-items: flex-start;
}

@media screen and (min-width: 0rem) and (max-width: 61.9375rem) {
  .general-servicing__content {
    padding-top: 0;
  }
}

.general-servicing__headline {
  font-size: 21px;
  font-size: 1.3125rem;
  width: 100%;
  color: #fff;
  margin: 0 0 1.5rem;
}

.general-servicing__copy {
  margin: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.general-servicing__copy + .general-servicing__copy {
  margin-top: 1rem;
}

.general-servicing__button {
  display: inline-block;
  border: 0;
  padding: 0.875rem;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  margin: 1rem 0 0;
  align-self: flex-start;
}

.general-servicing__button:focus {
  outline: 2px solid #3b3c43 !important;
}

.general-servicing__button:hover {
  background-color: #3b3c43 !important;
  color: #fff !important;
}

.general-servicing__button--home {
  background-color: #58a7af;
  color: #fff;
}

.general-servicing__button--home:hover {
  background-color: #4e97a3 !important;
}

.app-promo {
  background: linear-gradient(#417d9f 0, #34657f 100%);
}

.app-promo__container {
  display: flex;
  align-items: stretch;
  height: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .app-promo__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .app-promo__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .app-promo__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .app-promo__container {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .app-promo__container {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .app-promo__container {
    width: 90rem;
  }
}

.app-promo__image {
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 48rem) {
  .app-promo__image {
    width: 50%;
  }
}

@media screen and (min-width: 62rem) {
  .app-promo__image {
    width: 30%;
  }
}

.app-promo__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}

@media screen and (min-width: 48rem) {
  .app-promo__content {
    width: 50%;
  }
}

@media screen and (min-width: 62rem) {
  .app-promo__content {
    width: 70%;
  }
}

.app-promo__headline {
  text-align: left;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  width: 100%;
  font-weight: 400;
  color: #fff;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 62rem) {
  .app-promo__headline {
    font-size: 48px;
    font-size: 3rem;
  }
}

.app-promo__headline img {
  margin-right: 0.5rem;
}

@media screen and (min-width: 48rem) {
  .app-promo__headline img {
    display: none;
  }
}

.app-promo__copy {
  margin: 0;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 62rem) {
  .app-promo__copy {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.app-promo__copy + .app-promo__copy {
  margin-top: 1rem;
}

@media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
  .app-promo__copy {
    text-align: center;
  }
}

.app-promo__button img {
  width: 100%;
  max-width: 9rem;
}

.app-promo__buttons {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  box-sizing: border-box;
}

@media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
  .app-promo__buttons {
    flex-direction: column;
    align-items: center;
  }
  .app-promo__buttons .app-promo__button + .app-promo__button {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 30rem) {
  .app-promo__buttons {
    flex-direction: row;
  }
  .app-promo__buttons .app-promo__button + .app-promo__button {
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .app-promo__buttons .app-promo__button + .app-promo__button {
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .app-promo--small .app-promo__container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 62rem) {
  .app-promo--small .app-promo__image {
    width: 50%;
  }
  .app-promo--small .app-promo__content {
    width: 50%;
  }
  .app-promo--small .app-promo__headline {
    text-transform: none;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.2;
    font-weight: 700;
  }
  .app-promo--small .app-promo__copy {
    font-size: 16px;
    font-size: 1rem;
  }
  .app-promo--small
    .app-promo__buttons
    .app-promo__button
    + .app-promo__button {
    margin-left: 0.5rem;
  }
}

.partner-message {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .partner-message {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .partner-message {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .partner-message {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .partner-message {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .partner-message {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .partner-message {
    width: 90rem;
  }
}

.partner-message__container {
  position: relative;
  padding-bottom: 3rem;
}

@media screen and (min-width: 48rem) {
  .partner-message__container {
    min-height: 18rem;
  }
}

@media screen and (min-width: 62rem) {
  .partner-message__container {
    min-height: 25rem;
  }
}

.partner-message__box,
.partner-message__image {
  box-sizing: border-box;
}

@media screen and (min-width: 48rem) {
  .partner-message__box,
  .partner-message__image {
    width: 52%;
  }
}

.partner-message__image {
  margin: 0 auto;
  margin-top: 3rem;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .partner-message__image {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 30rem) and (max-width: 47.9375rem) {
  .partner-message__image {
    width: 50%;
  }
}

.partner-message__image img {
  width: auto;
  max-height: 100%;
}

@media screen and (min-width: 48rem) {
  .partner-message__image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}

.partner-message__image--drop-shadow img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

.partner-message__image--credit-card img {
  border-radius: 31px;
}

.partner-message__box {
  border: 4px solid #fbc600;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
}

@media screen and (min-width: 62rem) {
  .partner-message__box {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
  }
}

.partner-message__headline {
  font-size: 42px;
  text-transform: lowercase;
  color: #3b3c43;
  font-weight: 500;
  margin: 0 0 1.5rem;
  &:first-letter {
    text-transform: uppercase;
  }
}

.partner-message__copy {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 62rem) {
  .partner-message__copy {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.partner-message__link {
  color: #3b3c43;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 62rem) {
  .partner-message__link {
    font-size: 21px;
    font-size: 1.3125rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #fbc600;
    transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  .partner-message__link:focus,
  .partner-message__link:hover {
    box-shadow: inset 0 -9px 0 0 rgba(251, 198, 0, 0.85);
  }
  .partner-message__link.active {
    box-shadow: inset 0 -9px 0 0 rgba(251, 198, 0, 0.85);
  }
}

.component-layout__up1 {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .component-layout__up1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .component-layout__up1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .component-layout__up1 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .component-layout__up1 {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .component-layout__up1 {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .component-layout__up1 {
    width: 90rem;
  }
}

.component-layout__up2 {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .component-layout__up2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .component-layout__up2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .component-layout__up2 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .component-layout__up2 {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .component-layout__up2 {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .component-layout__up2 {
    width: 90rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 61.9375rem) {
  .component-layout__up2 > * + * {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 62rem) {
  .component-layout__up2 {
    display: flex;
    justify-content: space-between;
  }
  .component-layout__up2 > * {
    width: calc(50% - 10px);
  }
}

.cmp-footnotes__link {
  color: #3b3c43;
  margin: 1.5rem 0 0 0.5rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*Changed background color and margin-bottom added */
.cmp-subnav {
  background-color:#3F647C;
  overflow: hidden;
  min-height: 2.75rem;
  max-height: 2.75rem;
  margin-top: -40px;
  /* margin-bottom: 65px; */
}
.cmp-nav-text{
  text-align: center;
     /* padding: 0 2.5rem; */
      color: #fff;
      font-size: 1rem;
      letter-spacing: .0125em;
      font-weight: 500;
      cursor: pointer;
      }

@media screen and (max-width: 579px) {
  .cmp-subnav {
      /* margin-top: -55px; */     
  }
}
@media screen and (max-width:439px){
  .cmp-subnav{
max-height: 4rem;
  }
}
.cmp-nav-text a{color:#fff; text-decoration:none;}

/*Added by Vinda Sawant for styling LOG IN CTA on CMP header*/
.cmp-link{
	font-weight:700 !important;
	white-space:nowrap;
	color:#3b3d49 !important;
}	
.breadcrumb-first-color{
	box-shadow:inset 0 -2px 0 0 #fbc600 !important;
}

/*Added by Vignesh link for mobile version - RITM1891681*/
.cmp-nav-text{
  line-height: 50px;
}
.cmp-subnav__navigate_mobile{
  display:none;
}
@media (max-width:1023px){
  .cmp-subnav__navigate_mobile{
   display:block;
}
  .cmp-subnav__navigate{
  display:none;
}
}

/*Ashley page Benefits section CTA Update KHAN-700*/
.benefits__h2 {
	font-weight: 600;
}
.benefits__ctas {
  margin-top: 30px;
  margin-left: 0; }
  
@media (min-width:992px) and (max-width:1024px){
            .benefits__list p.hero__body{
                width:75%;
				padding-bottom: 15px;
            }
	.benefits__h2 {
                width:75%;	
            }
        }
        @media (min-width:1025px){
            .benefits__list p.hero__body{
                width: 75%;
                padding-bottom: 15px;
            }
	.benefits__h2 {
                width:75%;	
            }

        }  
  
        @media screen and (min-width: 0rem) {
          .cmp-subnav{
            margin-bottom: 45px;
          }          

        }

        @media (max-width: 505px) {
          .hero-baner-footer {
            padding-top: 20px;
        }
        }

        @media (min-width:320px) and (max-width:1024px){
          .benefits__list p.hero__body{
                     padding-bottom: 15px;
                     font-size: 1.5rem;
                  }
          }

       @media only screen and (min-width: 1024px) and (orientation: portrait) {
            .hero-baner-footer {
                     padding-top: 20px; 
                  }
            }