/* COMMON STYLES */
.subscribe-banner > h2,
.subscribe-banner > h3,
.login-link {
  text-align: center;
}

html,
body {
  height: 100%;
}
/* end COMMON STYLES */

.page {
  overflow: hidden;
  padding: 0;
  height: 100%;
  min-height: 450px;
}

.intro-header {
  background: black;
  height: 53px;
  left: 0;
  position: fixed;
  top: 35px;
  width: 100%;
  z-index: 100;
}
.intro-header h3 {
  /*background: url("//us-cdn.sd-assets.com/media/images/rachel_zoe/rz-intro-header.jpg") no-repeat; */
  background: url("//us-cdn.sd-assets.com/media/images/shared/gx_header.gif") no-repeat;
  width: 530px;
  height: 53px;
  padding-left: 0;
  margin: 0 auto;
  line-height: 53px;
  text-align: center;
  color: white;
  font-family: "PNovaBold", Helvetica, Arial;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subscribe-banner-container {
  margin: auto;
  position: relative;
  width: 1150px;
}

.subscribe-banner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 40px solid rgba(255,255,255,.75);
  left: 50%;
  margin: -209px 0 0 -382px;
  padding: 44px 0 50px;
  position: absolute;
  top: 50%;
  width: 764px;
}

.subscribe-banner > h2 {
  color: #363636;
  font-family: "PNovaBold", Helvetica, Arial;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.subscribe-banner > h3 {
  color: black;
  font-family: 'PNovaSemiB';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 2px 0 7px;
}
.subscribe-banner hr {
  background-color: #d7d7d7;
  border: none;
  height: 1px;
  margin: 0 auto 0;
  width: 550px;
}
.subscribe-banner > span,
.subscribe-banner > h3 span {
  color: #f2018a;
}
.subscribe-banner > span {
  background-color: #fff;
  font-size: 20px;
  left: 50%;
  margin-left: -23px;
  padding: 0 14px;
  position: relative;
  top: 11px;
}
.subscribe-steps {
  margin: 22px auto 27px;
  height: 27px;
  overflow: hidden;
  width: 680px;
}
.subscribe-steps > li {
  color: black;
  font-family: "PNovaReg", Helvetica, Arial;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  float: left;
  margin-left: 30px;
}
.subscribe-steps > li:first-child {
  margin-left: 40px;
}
.subscribe-steps span {
  color: black;
  font-family: Georgia, Helvetica, Arial;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}

.login-link {
  color: #7d7d7d;
  font-family: "PNovaReg", Helvetica, Arial;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  display: block;
}
.login-link > a {
  color: black;
  font-family: "PNovaSemiB", Helvetica, Arial;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  text-decoration: underline;
}

.btn-pink {
  background-color: #f2018a;
  color: white;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: "PNovaBold";
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 245px;
  -webkit-transition: background-color 0.5s ease-in 0s, color 0.5s ease-in 0s;
  -moz-transition: background-color 0.5s ease-in 0s, color 0.5s ease-in 0s;
  transition: background-color 0.5s ease-in 0s, color 0.5s ease-in 0s;
  font-size: 15px;
  height: 12px;
  letter-spacing: 3px;
  padding-bottom: 17px;
  padding-top: 11px;
  margin: 0 auto 20px;
}

.btn-pink span {
  display: inline-block;
  font-family: "Fontello";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-transition: color 0.5s ease-in 0s;
  -moz-transition: color 0.5s ease-in 0s;
  transition: color 0.5s ease-in 0s;
  color: white;
  padding-left: 5px;
  position: relative;
  top: 1px;
}

.btn-pink:hover {
  background-color: black;
  color: white;
}

.btn-pink:hover span {
  color: white;
}

.subscribe-banner .btn-pink {
  margin-bottom: 19px;
  width: 192px;
}

/* BACKGROUND COVER */
.page {
  background-image: url("//us-cdn.sd-assets.com/media/images/cover-bg/public-home-september.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0 !important;
}

.page.homepage-redesign-test {
  background-image: url("//us-cdn.sd-assets.com/media/images/cover-bg/public-home-bg-b.jpg");
}

/* TODO - get GX background image for retina display? */

/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .page {
    background-image: url("//us-cdn.sd-assets.com/media/images/cover-bg/public-home-test_x2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
}
*/

/* end BACKGROUND COVER */

/* Get Styled page */
.landing-page {
  background-image: url("//us-cdn.sd-assets.com/media/images/cover-bg/HashTag_photos_border_larger.jpg");
}
.landing-page .subscribe-banner {
  border: 0;
  height: 290px;
  margin-left: -390px;
  margin-top: -113px;
  padding-top: 33px;
  width: 780px;
}
.landing-page .subscribe-banner h2 {
  font-size: 54px;
  letter-spacing: .22em;
  margin-bottom: 2px;
}
.landing-page .subscribe-banner h3 {
  color: #363636;
  font: 13px/1.1 Georgia;
  margin-bottom: 20px;
}
.landing-page .subscribe-steps {
  margin: 15px auto 23px;
  width: 750px;
}
.landing-page .btn-pink {
  width: 244px;
}
/* end Get Styled page */

/* JFI-1546 HomePage Redesign test */


.hp-content .fine_print {
  font: 12px PNovaReg;
  line-height: 1.3;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  width: 525px;
}

.hp-content .subscribe-banner,
.hp-content .subscribe-steps {
  width: 646px;
}
.hp-content .subscribe-banner {
  border-width: 25px;
  margin-left: -323px;
  padding-bottom: 42px;
}
.hp-content .subscribe-steps {
  margin-top: 10px;
}
.hp-content  .subscribe-steps > li:first-child {
  margin-left: 88px;
}
.promo-sticker {
  background-image: url("//us-cdn.sd-assets.com/media/images/public_homepage/promo_label_vip_75.png");
  height: 139px;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 139px;
}
.hp-content {
  position: relative;
}
.btn-scroll {
  background-image: url("//us-cdn.sd-assets.com/media/images/public_homepage/scroll_pink.png");
  display: block;
  height: 96px;
  left: 50%;
  margin: -44px 0 0 -42px;
  position: absolute;
  width: 84px;
  z-index: 109;
}
.hdr-title {
  font: 32px/1 Georgia;
  letter-spacing: .1em;
  margin-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}
.section-closet {
  padding-top: 105px;
}
.section-closet .product {
  min-height: 283px;
}
.section-closet .product-wrap {
  position: relative;
  margin-bottom: 14px;
}
.section-closet .product-name {
  font-size: 12px;
  color: #7d7d7d;
}
.section-closet .product-wrap a:hover .cta-quiz {
  display: block;
}
.cta-quiz {
  background-color: #f2018a;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: none;
  font: 15px/40px PNovaReg;
  height: 40px;
  left: 50%;
  letter-spacing: .1em;
  line-height: 40px;
  margin: 0 0 0 -91px;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 105px;
/*  -webkit-transition: background-color .5s ease-in 0s, color .5s ease-in 0s;
  -moz-transition: background-color .5s ease-in 0s, color .5s ease-in 0s;
  transition: background-color .5s ease-in 0s, color .5s ease-in 0s;*/
  width: 182px;
}
.cta-quiz:hover {
  background-color: #f2018a;
}

.section-shopping {
  padding-top: 70px;
}
.section-shopping h3 {
  padding-bottom: 40px;
}

.pods {
  border: 8px solid #f7f7f7;
  float: left;
  margin-left: 27px;
  position: relative;
}
h3 + .pods {
  margin-left: 10px;
}
.pods img {
  left: 0;
  position: relative;
  top: 0;
}
.pods > span {
  background-color: #fff;
  color: #363636;
  display: block;
  font: 15px/1 Georgia;
  height: 40px;
  left: 30px;
  line-height: 40px;
  top: 153px;
  width: 284px;
}
.pods,
.pods a {
  height: 344px;
  width: 344px;
}
.pods > span,
.pods a {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.pods > span,
.pods h5 {
  letter-spacing: .1em;
}
.pods a {
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
  left: 0;
  top: 0;
}
.pods:hover > span,
.pods a {
  display: none;
}
.product-wrap a:hover + .cta-quiz,
.pods .cta-quiz,
.pods:hover a,
.pods h5 span {
  display: block;
}
.pods h5 {
  font: 18px/1 Georgia;
  margin-top: 102px;
}
.pods h5 span {
  font: 13px/1.7 PNovaReg;
  display: block;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 23px;
}

.pods .cta-quiz {
  height: 36px;
  line-height: 36px;
  margin-left: -78px;
  top: 203px;
  width: 156px;
}

.section-social {
  clear: both;
  padding-top: 153px;
}

.section-social > div {
  float: left;
  height: 330px;
  padding: 0 15px;
  width: 540px;
}
.section-social > div:first-child {
  margin-right: 10px;
}
.section-social img {
  display: block;
  margin: 23px auto 0;
}
.section-social h4 {
  font-size: 18px;
}
.review-title {
  margin-bottom: 32px;
  position: relative;
}
.review-title:after {
  background-color: #7d7d7d;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  top: 40px;
  width: 32px;
}

.section-social h3 {
  font: 18px/1 Georgia;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 26px;
}

.section-social h3 span {
  color: #7d7d7d;
  display: block;
  font: 12px/1 PNovaReg;
  padding-bottom: 6px;
}

.chief > div {
  padding-top: 87px;
}

.chief,
.chief .banner-wrap {
  padding-top: 0;
}
.chief .review-title{
  padding-bottom: 2px;
}

.chief .review-title:after {
  top: 63px;
}

.video-wrap {
  background: url("//us-cdn.sd-assets.com/media/images/shared/video_icon.png") no-repeat;
  cursor: pointer;
  display: block;
  height: 112px;
  width: 112px;
  left: 50%;
  margin-left: -56px;
  margin-top: -56px;
  position: absolute;
  top: 50%
}
.banner-wrap a:hover .video-wrap {
  background-position: 0 -112px;
}
.banner-wrap a {
  -webkit-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc;
  background-image: url("//us-cdn.sd-assets.com/media/images/shared/video_chief.jpg");
  border: 20px solid #fff;
  display: block;
  height: 250px;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 440px;
}
.banner-wrap img {
  margin: 0;
}
.section-social blockquote {
  font: 15px/1.6 Georgia;
  font-style: italic;
  margin: 15px 60px;
  text-align: center;
  width: 420px;
}
.section-social cite {
  color: #7d7d7d;
  display: block;
  font: 12px/1 PNovaSemiB;
  letter-spacing: 0.1em;
  padding-top: 12px;
  text-align: center;
  text-transform: uppercase;
}
.section-social cite,
cite .glyph {
  position: relative;
}

cite .glyph {
  font-size: 18px;
  color: #3399ff;
  padding-right: 3px;
  top: 3px;
}
cite .fb {
  color: #3b5998;
}

.section-social .slider-container,
.section-social .scrollable {
  height: auto;
  width: 540px;
}
.section-social .scrollable {
  height: 200px;
}

.section-social .browse {
  font-size: 16px;
  padding: 5px 10px 10px 5px;
  margin-right: 9px;
}
.section-social .slider-item {
  position: relative;
  width: 540px;
}
.section-social .prev {
  margin-left: 244px;
  padding-left: 5px;
  padding-right: 10px;
}

.section-instagram h2,
.section-quiz h2 {
  font: 30px/1 Georgia;
  text-align: center;
  padding-bottom: 30px;
}

.section-instagram h2 {
  text-align: center;
  letter-spacing: .1em;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.section-instagram h2 span,
.section-quiz h2 span {
  font: 12px/1 PNovaReg;
  display: block;
  padding-bottom: 8px;
  letter-spacing: .05em;
}

.section-instagram img {
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.5);
  box-shadow: 1px 1px 10px rgba(0,0,0,.5);
  padding: 4px;
  display: block;
  height: 192px;
  width: 192px;
}

.section-instagram .slider-container {
  margin: 0 auto 23px;
  width: 1150px;
}
.section-instagram .slider-container,
.section-instagram .scrollable {
  height: 220px;
}
.section-instagram .scrollable {
  width: 1000px;
}

.section-instagram .browse {
  font-size: 30px;
  padding: 90px 35px 100px 25px;
  margin: 0;
}
.section-instagram .next {
  padding-right: 25px;
  padding-left: 35px;
}
.section-instagram .slider-item {
  margin: 10px 25px 0;
  position: relative;
}
.section-instagram .slider-item a {
  background-color: rgba(0,0,0,.75);
  display: none;
  color: #fff;
  height: 200px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 200px;
}
.section-instagram .slider-item:hover a {
 display: block;
}
.section-instagram .slider-item h5 {
  font: 24px/1 PNovaReg;
  padding-top: 50px;
}
.section-instagram h5 .glyph {
  font-size: 30px;
  display: block;
  padding-top: 6px;
}
.section-instagram .cta-quiz {
  display: block;
  font-size: 13px;
  height: 32px;
  left: 50%;
  letter-spacing: .1em;
  line-height: 32px;
  margin-left: -55px;
  top: 133px;
  width: 110px;
}

.section-instagram .btn-scroll {
  margin-left: -42px;
  margin-top: 9px;
}
.section-instagram {
  padding-bottom: 47px;
}
.section-quiz {
  background: #fff url("//us-cdn.sd-assets.com/media/images/shared/shadow-bottom.png") repeat-x 0 -6px;
  padding-top: 119px;
  padding-bottom: 30px;
}
.section-quiz h2 {
  font-family: PNovaReg;
  letter-spacing: .01em;
}

.section-quiz h2 span {
   letter-spacing: .1em;
   padding-bottom: 15px;
   text-transform: uppercase;
}

.section-quiz .product,
.section-quiz .product-img,
.section-quiz .product-img img {
  width: 344px;
}
.section-quiz .product-img,
.section-quiz .product-img img {
  height: 344px;
}
.section-quiz .product-wrap {
  margin-bottom: 0;
}
.section-quiz .product-grid  {
  padding-left: 0;
  padding-right: 0;
}
.section-quiz .product {
  margin-left: 45px;
  margin-bottom: 16px;
  min-height: 370px;
}
.section-quiz a span {
  background-image: url("//us-cdn.sd-assets.com/media/images/public_homepage/i_fav_pink.png");
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  height: 91px;
  width: 91px;
}
.section-quiz .product:hover .product-name {
  color: #f2018a;
}
.section-quiz .product:hover span,
.section-quiz .product .selected span {
  display: block;
}
.section-quiz .product-grid .product:first-child {
  margin-left: 15px;
}
.section-quiz .product-name {
  font-size: 14px;
  text-transform: uppercase;
}
.section-quiz .btn-pink {
  font-family: PNovaReg;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  width: 290px;
}
.section-featuring {
  clear: both;
  padding-top: 30px;
}
.section-featuring a,
.section-featuring img {
  display: block;
  margin: 0 auto;
  height: 826px;
  width: 1280px;
}

.presentation-c.page-content,
.presentation-b.page-content,
.presentation-d.page-content {
  background:#fff;
  z-index:100;
  margin-top:-70px;
}

.presentation-c .section-shopping {
  padding-top: 103px;
}
.presentation-c .section-featuring {
  padding-top: 68px;
}

.presentation-d .section-inspiration {
  background: #fafafa url("//us-cdn.sd-assets.com/media/images/shared/shadow-bottom.png") repeat-x 0 100%;
  padding-bottom: 55px;
  padding-top: 105px;
}
.title-boutiques {
  font: 30px/1 Georgia;
}
.title-boutiques span {
  color: #7d7d7d;
  display: block;
  font: 13px/1 PNovaReg;
  padding-top: 10px;
  letter-spacing: normal;
  text-transform: capitalize;
}

.section-inspiration .slider-item a:hover:after {
  background-image: url("//us-cdn.sd-assets.com/media/images/public_homepage/btq_hover.png");
  display: block;
  content: '';
  height: 260px;
  position: absolute;
  width: 330px;
  top: 0;
  left: 10px;
}

.section-inspiration .slider-container {
  height: 352px;
  margin-top: 40px;
}
.section-inspiration .scrollable {
  height: 320px;
}
.section-inspiration .scrollable,
.section-inspiration .slider-item {
  width: 1056px;
}
.section-inspiration .browse {
  font-size: 42px;
  padding-bottom: 139px;
  padding-top: 139px;
}
.extra-section .right {
  padding-left: 13px;
  padding-right: 9px;
}
.section-inspiration .left {
  padding-left: 9px;
  padding-right: 13px;
}
.section-inspiration .slider-item a {
  float: left;
  padding: 0 11px 10px;
  position: relative;
}
.section-inspiration .slider-item p {
  color: #363636;
  font-family: "PNovaSemiB", Helvetica, Arial;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 19px;
  text-align: center;
}
.section-inspiration .slider-item span {
  color: #7d7d7d;
  font-family: "PNovaReg", Helvetica, Arial;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  display: block;
  padding-top: 3px;
}

.section-inspiration .btn-scroll {
  margin-top: 10px;
}

.section-shop {
  padding-top: 125px;
}

h3.section-header {
  font-size: 30px;
  clear: both;
  padding-top: 15px;
  position: relative;
  margin-bottom: 38px;
}

h3.section-header span {
  top: -30px;
}

.section-shop .slider-container {
  width: 1150px;
  height: 200px;
  margin-bottom: 60px;
}
.section-shop .scrollable {
  width: 900px;
  height: 170px;
}
.section-shop .slider-item {
  margin: 0 15px;
}
.section-shop .slider-item,
.section-shop .slider-item a,
.section-shop .slider-item img {
  height: 150px;
  width: 150px;
}
.section-shop .slider-item:hover a:after {
  background-image: url("//us-cdn.sd-assets.com/media/images/public_homepage/btn-shop.png");
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -73px;
  height: 36px;
  width: 146px;
}
.section-shop .browse {
  font-size: 30px;
  padding: 60px 20px 50px 20px;
}
.section-shop .prev {
  margin-right: 70px;
}
.section-shop .next {
  margin-left: 70px;
}
.section-pods {
  height: 480px;
}

.promotional-secondary,
.promotional-alternate p {
  background: black;
}
.promotional-secondary p,
.promotional-alternate p {
  color: white;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.promotional-secondary,
.promotional-alternate {
  position: relative;
}
.promotional-secondary,
.promotional-alternate {
  margin: 53px 0 0 116px;
  border: 18px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.promotional-secondary {
  float: left;
  height: 265px;
  margin-bottom: 43px;
  overflow: hidden;
  width: 360px;
}
.promotional-secondary p {
  background: black;
  display: none;
  font-family: "PNovaBold";
  font-size: 132px;
  height: 265px;
  left: 0;
  line-height: 255px;
  padding-left: 12px;
  top: 0;
  width: 348px;
}
.promotional-secondary:hover p {
  display: block;

}
.promotional-secondary .glyph {
  font-size: 120px;
}
.promotional-alternate {
  float: right;
  margin-right: 121px;
  margin-left: 0;
}
.promotional-alternate p {
  font-family: "PNovaExtraB";
  left: 0;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  padding: 21px 0;
  top: 117px;
  width: 100%;
}
.promotional-alternate:hover p {
  background: #f2018a;
}
.promotional-alternate span {
  font-family: "PNovaSemiB";
  letter-spacing: 0;
  margin-top: 4px;
  text-transform: capitalize;
  display: block;
  font-size: 13px;
}
.section-pods .icon {
  color: #f2018a;
  display: block;
  float: left;
  font-size: 20px;
  margin-left: 52px;
  position: relative;
  top: 210px;
}
/* JFI-1546 end */


/* JFI-2259 public HP that looks like Gateway landing pages */

.hp-content-lp {
	margin: auto;
	padding-top: 60px;
	position: relative;
	width: 1165px;
}

.hero_memorial_day {
	background: url("//us-cdn.sd-assets.com/media/images/public_homepage/memorial_day_hp_hero.jpg") no-repeat;
	height: 633px;
	position: relative;
	width: 1165px;
}

.hero_memorial_day .cta {
	height:55px;
	left: 405px;
	position: relative;
	top: 480px;
	width:340px;
}

.hero_memorial_day .cta .btn-pink {
	font: 18px "PNovaSemiB";
	padding-bottom: 18px;
	width: 340px;
}

.hero_memorial_day .cta .btn-pink span {
	font-size: 18px;
}

.hero_memorial_day .cta .btn-white,
.hero_memorial_day .cta .btn-white span {
	background-color: #fff;
	color: #000;
	-webkit-transition: background-color 0.5s ease-in 0s, color 0.5s ease-in 0s;
	-moz-transition: background-color 0.5s ease-in 0s, color 0.5s ease-in 0s;
	transition: background-color 0.5s ease-in 0s, color 0.5s ease-in 0s;
} 

.hero_memorial_day .cta .btn-white:hover,
.hero_memorial_day .cta .btn-white:hover span {
	background-color: #f2018a;
	color: #fff;
}


.hero_75_percent, .hero_bogo, .hero_1995, .hero_50_percent {
	height: 530px;
	position: relative;
	width: 1165px;
}

.hero_75_percent {
	background: url("//us-cdn.sd-assets.com/media/images/public_homepage/hp_hero_75_percent.jpg") no-repeat;
}

.hero_50_percent {
	background: url("//us-cdn.sd-assets.com/media/images/public_homepage/hp_hero_50_percent.jpg") no-repeat;
}

.hero_75_percent .cta,
.hero_50_percent .cta {
	height:60px;
	left: 655px;
	position: relative;
	top: 375px;
	width:350px;
}

.hero_75_percent .cta .btn-pink,
.hero_50_percent .cta .btn-pink {
	font: 30px "PNovaSemiB";
	padding-bottom: 30px;
	width: 350px;
}

.hero_75_percent .cta .btn-pink span,
.hero_50_percent .cta .btn-pink span {
	font-size: 30px;
}

.hero_bogo {
	background: url("//us-cdn.sd-assets.com/media/images/public_homepage/hp_hero_bogo.jpg") no-repeat;
}

.hero_bogo .cta {
	height:50px;
	left: 700px;
	position: relative;
	top: 400px;
	width:260px;
}

.hero_bogo .cta .btn-pink {
	font: 22px "PNovaSemiB";
	padding-bottom: 22px;
	width: 260px;
}

.hero_bogo .cta .btn-pink span {
	font-size: 22px;
}

.hero_1995 {
	background: url("//us-cdn.sd-assets.com/media/images/public_homepage/hp_hero_1995.jpg") no-repeat;
}

.hero_1995 .cta {
	height:60px;
	left: 655px;
	position: relative;
	top: 375px;
	width:350px;
}

.hero_1995 .cta .btn-pink {
	font: 30px "PNovaSemiB";
	padding-bottom: 30px;
	width: 350px;
}

.hero_1995 .cta .btn-pink span {
	font-size: 30px;
}

.pods_container {
	margin-top: 15px;
	position: relative;
}

.pods_container .pod {
	float: left;
	height: 382px;
	margin-left: 9px;
	width: 382px;
}

.pods_container .pod:first-child {
	margin-left: 0;
}

.pods_container .shoe_style {
	background: url("//us-cdn.sd-assets.com/media/images/public_homepage/pod_shoe_style.gif") no-repeat;
	position: relative;
}

.pods_container .shoe_style .btn-pink {
	left: 93px;
	margin: 0;
	top: 285px;
	position: relative;
	width: 200px;
}

.hp-content-lp .products_container {
	height: 225px;
	position: relative;
	margin-bottom: 25px;
}

.hp-content-lp .products_container .product {
	float: left;
	height: 225px;
	margin-left:8px;
	min-height: 225px;
	position: relative;
	width: 225px;
}

.hp-content-lp .products_container .product:first-child {
	margin-left:0;
}

.visa-checkout-homepage {
	clear: both;
	padding: 20px 0 0;
	text-align: center;
}
	.visa-checkout-homepage a {
		color: #0c307a;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
	}
		.visa-checkout-homepage a .divider {
			border-left: 1px solid #0c307a; 
			height: 30px;
			margin: 0 15px;
		}
		.visa-checkout-homepage a img {
			vertical-align: middle;
		}
		.visa-checkout-homepage a img:before {
			
		}

/* end JFI-2259 public HP that looks like Gateway landing pages */

/* scroller home page */

.hp-content-scroller{
	width:1168px;
	margin:0 auto;	
}

.hp-content-scroller .scrollers{
	float:left;
	margin-top: 5px;
	width:100%;
	padding-top:60px;
}

.hp-content-scroller .scrollers a.hover-container{
	position:relative;
	display:inline-block;
}

.hp-content-scroller .scrollers a.hover-container img{
	z-index:8;
}

.hp-content-scroller .scrollers .hover-container:hover .hover{
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	z-index:9;
}

.hp-content-scroller .scrollers a.left,
.hp-content-scroller .scrollers a.right{
	position:absolute;
	width:37px;
	height:50px;
	cursor:pointer;
	top:47%;
	z-index:100;
}

.hp-content-scroller .scrollers a.left{
	left:0;
	background:url('//us-cdn.sd-assets.com/media/images/dm/images/1006/arrow_left.png') no-repeat;
}

.hp-content-scroller .scrollers a.right{
	right:0;
	background:url('//us-cdn.sd-assets.com/media/images/dm/images/1006/arrow_right.png') no-repeat;
}

.hp-content-scroller .scroll {
	float:left;
	overflow:hidden;
	position:relative;
	width:1168px;
	height:732px;
}

.hp-content-scroller .scroll .items {
    clear:both;
    position:absolute;
    width:20000em;
}

.hp-content-scroller .items .slide {
    float:left;
    width:1168px;
	text-align:center;
}

.hp-content-scroller .items .slide img{
	margin-right: 25px;
}

.hp-content-scroller .scrollers .dots {
    margin:10px auto;
	display:table;
} 

.hp-content-scroller .scrollers .dots a{
	display:inline-block;
	width:12px;
	height:12px;
	background-color:#aaa;
	border-radius:50%;
	margin:0 2px;
} 

.hp-content-scroller .scrollers .dots a.active{
	background-color:#ff0099;
}



.hp-content-lp-update {
	margin: auto;
	padding-top: 60px;
	position: relative;
	width: 1170px;
}

.hero_50_percent_update {
	background: url("//us-cdn.sd-assets.com/media/images/public_homepage/hero_50_percent_grid.jpg") no-repeat;
	height: 659px;
	margin-bottom: 50px;
	position: relative;
	width: 1170px;
}



.hero_50_percent_update .cta {
	height:60px;
	left: 417px;
	position: relative;
	top: 433px;
	width:350px;
}

.hero_50_percent_update .cta .btn-pink {
	font: 30px "PNovaSemiB";
	padding-bottom: 30px;
	width: 350px;
}

.hero_50_percent_update .cta .btn-pink span {
	font-size: 30px;
}

.grid_table_container {
	margin: -20px 0 30px;
	position: relative;
}

.trends_container {
	margin: 10px 0 50px;
}

.reviews_container,
.seen_on_container {
	margin-bottom: 50px;
}
.trends_container,
.reviews_container,
.seen_on_container {
	position: relative;
}

h4.section-header {
  font-size: 18px;
  clear: both;
	color: #4b4b4b;
  padding-top: 9px;
  position: relative;
  margin-bottom: 0;
}

h4.section-header span {
  top: -18px;
}



/* ------------ HIW  --------------- */

.hiw-section.how-works-v2{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
}

.hiw-section.how-works-v2 h1{
	font: 68px/1 PNovaBold;
    letter-spacing: 6px;
    text-align: center;
    text-transform: uppercase;
	margin:30px 0;
	color:#000;
}

.hiw-section.how-works-v2 .inner{
	margin:0 auto;
	width:1100px;
	padding:20px 0;
}

.hiw-section.how-works-v2 .steps{
	float:left;
	width:100%;
	margin:25px 0;
	padding:0px 0 40px 0;
	color:#000;
}

.hiw-section.how-works-v2 .steps .step{
	float:left;
	width:360px;
	padding:0 30px;
	text-align:center;
	font-size:20px;
	line-height:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hiw-section.how-works-v2 .steps .step:nth-child(2){
	width:375px;
	padding:0;
}
