.header-promo-bottom {
  width: 100%;
  display: block;
  position: relative;
  z-index: -1;
}

.header-promo-bottom .promo-banner {
  max-width: 1260px;
  margin: 18px auto;
  text-align: center;
  text-transform: none;
  font-size: 13px;
  font-family: 'Frutiger LT W01_55 Roma1475738';
  display: block;
  letter-spacing: 0.5px;
}

.header-promo-bottom .promo-banner .promo-banner-image {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 4px;
}

.header-promo-bottom .promo-banner img {
	vertical-align: middle;
}

.header-promo-bottom .promo-banner .promo-banner-image img {
  vertical-align: bottom;
}

.header-promo-bottom .promo-banner .promo-text {
  padding: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Frutiger LT W01_65 Bold1475746';
  font-size: 13px;
  color: #4b4b4b;
  letter-spacing: 0.5px;
}

.header-promo-bottom .promo-banner a {
  padding: 0;
  color: #297491;
  margin: 0;
  border-bottom: 1px solid #297491;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-promo-bottom .promo-banner {
    margin: 16px auto;
  }
  .header-promo-bottom .promo-banner .promo-text {
	width: auto;
  }
  .header-promo-bottom .promo-banner .promo-banner-image {
	width: auto;
  }
  .header-promo-bottom .promo-banner .promo-text.preapproved {
    width: 83%;
  }
}

@media screen and (max-width: 767px) {
  .header-promo-bottom .promo-banner {
    padding: 0 10px;
    margin: 10px auto;
    font-size: 12px;
    letter-spacing: 0.2px;
	box-sizing: border-box;
    display: inline-block;
	width: 100%;
  }

  .header-promo-bottom .promo-banner span {
    padding: 0 4px;
  }

  .header-promo-bottom .promo-banner span.promo-banner-image {
	width: auto;
  }

  .header-promo-bottom .promo-banner span.credit {
    display: none;
  }

  .header-promo-bottom .promo-banner span.applynow {
    float: none;
  }

  .header-promo-bottom .promo-banner span.header-promo-bottom-creditlimit {
    float: none;
    margin: 0;
  }
  .header-promo-bottom .promo-banner .promo-text {
    width: 83%;
    box-sizing: border-box;
  }	
  .header-promo-bottom .promo-banner .promo-text.preapproved {
    width: 85%;
  }
}

@media screen and (max-width: 480px) {
  .header-promo-bottom .promo-banner span.promo-banner-image {
	float: left;
	padding: 5px 0 0 0;
  }
}
.footer-plcc {
  display: block;
}

.footer-plcc .footer-plcc-banner {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 1310px;
  border-collapse: separate;
  border-spacing: 25px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.footer-plcc .footer-plcc-heading {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Frutiger LT W01_65 Bold1475746';
  letter-spacing: 0.4;
}

.footer-plcc p {
  font-size: 14px;
  font-family: 'Frutiger LT W01_55 Roma1475738';
  line-height: 20px;
  color: #4b4b4b;
  letter-spacing: 0px;
}

.footer-plcc .section {
  width: 45.81%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  max-height: 200px;
}

.footer-plcc .section .image-section {
  width: 30%;
  text-align: center;
}

.footer-plcc .section .image-section img {
  vertical-align: middle;
  padding: 5px 0px;
  height: auto;
  width: auto;
  max-height: 150px;
}

.footer-plcc .right-section .image-section img {
    max-height: 90px;
}

.footer-plcc .section .text-section {
  width: 48%;
  text-align: left;
  padding: 26px 10px;
  max-width: 48%;
}

.footer-plcc .section .text-section a span {
  display: inline-block;
  padding: 0;
}

.footer-plcc .left-section .footer-plcc-heading {
  margin: 0 0 20px;
}

.footer-plcc .left-section p {
  margin: 0 auto;
}

.footer-plcc .right-section .footer-plcc-heading {
  margin: 0 0 20px;
}

.footer-plcc .right-section p {
  margin: 0;
}

.footer-plcc .right-section p span.desktop-block {
	margin: 0 0 20px;
}

.footer-plcc .right-section a span {
  padding: 0 0 2px 0;
  color: #297491;
  margin: 0;
  font-family: 'Frutiger LT W01_65 Bold1475746';
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .footer-plcc {
    padding: 0;
  }

  .footer-plcc .footer-plcc-banner {
    padding: 0 15px;
  }

  .footer-plcc .section .image-section img {
    width: auto;
    height: auto;
  }
  
  .footer-plcc {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

@media screen and (max-width: 1023px) {
	.footer-plcc .section .text-section {
		padding: 20px 10px;
		width: 56%;
		max-width: 56%;
	}
	
	.footer-plcc .right-section .footer-plcc-heading {
		margin: 0;
	}
	
	.footer-plcc .right-section p span.desktop-block {
		margin: 0;
	}
	.footer-plcc .left-section .footer-plcc-heading {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
  footer .footer-plcc {
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .footer-plcc .section {
    flex-basis: 100%;
    margin-bottom: 15px;
    min-height: 150px;    
  }

  footer .footer-plcc .footer-plcc-heading {
    font-size: 14px;
  }

  footer .footer-plcc p {
    font-size: 11px;
  }

  footer .footer-plcc .footer-plcc-banner {
    padding: 0;
  }

}

@media screen and (max-width: 400px) {
    .footer-plcc .section {
        flex-basis: 100%;
        margin-bottom: 15px;
        max-height: none;
        min-height: 0;
    }
}


@media screen and (max-width: 340px) {
    .footer-plcc .section .image-section img {
        padding: 0;
    }
    .footer-plcc .section .image-section {
        width: 38%;
    }
}