﻿/* Gift Registry Software Page */
@keyframes slidy {
  0% {
    top: 0%;
  }
  27% {
    top: 0%;
  }
  33% {
    top: -100%;
  }
  60% {
    top: -100%;
  }
  66% {
    top: -200%;
  }
  94% {
    top: -200%;
  }
  100% {
    top: -300%;
  }
}
@keyframes slidyMobile {
  0% {
    top: 0%;
  }
  27% {
    top: 0%;
  }
  33% {
    top: -100%;
  }
  60% {
    top: -100%;
  }
  66% {
    top: -200%;
  }
  94% {
    top: -200%;
  }
  100% {
    top: -300%;
  }
}
#MR_GlobalWrapper.fixed-headerVisitor-float #MR_GlobalMain {
  margin-top: 80px;
}
#MR_GlobalWrapper #MR_GlobalMain {
  margin-top: -40px;
}
div#sliderMobile figure,
div#sliderWeb figure {
  position: relative;
  width: 100%;
  margin: 0;
  left: 0;
  text-align: center;
  font-size: 0;
}
div#sliderWeb figure {
  animation: 12s slidy infinite ease-in-out;
  -webkit-animation: 12s slidy infinite ease-in-out;
}
div#sliderMobile figure {
  animation: 14s slidyMobile infinite ease-in-out;
  -webkit-animation: 14s slidyMobile infinite ease-in-out;
}
#MR_GlobalMain {
  padding-bottom: 0;
}
.mr_header_thin {
  background-color: #FAFBF6;
  height: 70px;
  max-width: 100%;
  min-width: 420px;
}
.mr_header_thin .chat {
  padding-top: 9px;
  visibility: hidden;
}
.mr_header_thin .chat:before {
  content: "Need Help? Call us at 201-363-0045. M-F 9AM-6PM EST";
  visibility: visible;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
}
.mr_logo_thin {
  background-attachment: scroll;
  background-image: url(/images/graph_2.png);
  background-repeat: no-repeat;
  background-position: 0px -174px;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 30px;
  margin-top: 21px;
  width: 218px;
}
.mrw_messagepanel.error {
  background: #c1f5eb;
  color: #324a4d !important;
  font-family: Proxima-Nova;
}
.spacet.extra {
  margin-top: 20px;
}
.grs_title {
  font-size: 28px;
}
.grs_subtitle {
  padding-bottom: 5px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.grs_text {
  font-size: 16px;
}
.grs_title.big {
  font-size: 36px;
  padding: 12px 32px;
  font-weight: 400;
  margin: 0 auto 5px;
  font-family: "Modern TwoSxtn";
  font-style: italic;
  color: #141414;
}
#btnSeeHowItWorks {
  color: #3a3c41;
  display: block;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}
#btnSeeHowItWorks .videoText {
  margin-top: 6px;
  font-size: 18px;
  display: inline-block;
}
#btnSeeHowItWorks .videoBtn {
  display: inline-block;
  vertical-align: middle;
}
#btnSeeHowItWorks .grs_howitworks_play {
  background-image: url(/RegistryWidget/Images/RegistryWidget/arrow-green.png);
  background-repeat: no-repeat;
  background-size: 29px 29px;
  cursor: pointer;
  display: block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}
.grs_text.bigger {
  font-size: 22px;
}
.container_holder.fixed_height {
  height: 100%;
  padding: 0 50px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.title_container {
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  width: 100%;
  left: 0;
  text-align: center;
}
.title_container .grs_text {
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.title_container .grs_text.packages {
  padding: 0 30px;
  margin-bottom: 15px;
}
.title_container .grs_text.packages a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
.request_button {
  margin-top: 30px;
}
.request_button.top {
  display: inline-block;
  max-width: 590px;
}
.enterprise_link {
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
}
.title_container .grs_text.enterprise {
  margin-bottom: 0px;
  padding: 23px 40px;
  border: 1px solid #ccc;
  background-color: #f2f8f8;
  font-weight: 600;
}
.smr_button.large {
  padding: 17px 30px;
  margin: 0 10px;
  background-color: #4cb9a3;
  border-color: #4cb9a3;
  transition: all 250ms ease;
}
.smr_button.large:hover {
  background-color: #c1f5eb;
  color: #324a4d;
  border-color: #c1f5eb;
}
a.smr_button {
  color: #4cb9a3;
}
a.smr_button:hover {
  color: #058471;
}
.txtEmail {
  max-width: 300px;
  font-size: 21px;
  height: 56px;
}
.grs_ways,
.grs_pnpHow,
.grs_storeLogos,
.grs_provider,
.grs_bottom {
  margin: 40px auto;
  text-align: center;
}
.grs_ways {
  background-image: url(/RegistryWidget/Images/RegistryWidget/PNP_Top.jpg);
  padding: 0;
  width: 100%;
  background-size: contain;
  background-color: #a28b71;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
}
.grs_ways .holder {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: -3px;
}
.grs_ways .smr_left_holder {
  margin-left: 20px;
  display: inline-block;
  width: calc(40% - 24px);
}
.grs_ways .smr_right_holder {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.grs_ways .smr_right_holder #sliderWeb {
  overflow: hidden;
  position: absolute;
  transform: scale(1.02);
  width: 438px;
  height: 322px;
  right: 56px;
  top: 275px;
}
.grs_ways .smr_right_holder #sliderMobile {
  position: absolute;
  overflow: hidden;
  transform: scale(1.03);
  width: 138px;
  height: 244px;
  right: 592px;
  top: 448px;
}
.grs_ways .container_holder_list {
  margin: 0 auto;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  max-width: 620px;
  float: right;
  max-height: 800px;
}
.grs_ways .container_holder_list .holder {
  margin: 0 auto 10px;
  max-width: 550px;
}
.grs_ways .container_holder_list .grs_title {
  max-width: 500px;
  margin: 6px auto -10px;
}
.grs_ways .smr_left_holder .benefits {
  padding: 15px 0px;
  width: 100%;
}
.grs_ways .smr_left_holder .benefits .indexNumb {
  display: inline-block;
  max-width: 54px;
  margin-right: 10px;
}
.smr_left_holder .benefits .indexNumb img {
  max-width: 100%;
  vertical-align: middle;
}
.smr_left_holder .benefits .benefitText {
  display: inline-block;
  text-align: left;
  max-width: 100%;
  vertical-align: middle;
  padding: 0 20px;
}
.grs_pnpHow .holder {
  margin: 0 auto;
  width: 100%;
}
.grs_pnpHow .holder .grs_subtitle {
  font-size: 28px;
}
.pag_group_image_holder {
  width: 100%;
  max-width: 1336px;
  margin: 40px auto 0;
}
.grs_pnpHow .pag_group_image.dashboard {
  cursor: pointer;
  position: relative;
}
.grs_pnpHow .pag_group_image {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.grs_pnpHow .pag_group_image .zoom {
  position: absolute;
  background-position: center;
  width: 100%;
  height: 100%;
}
.grs_pnpHow .pag_group_image .zoom:hover {
  background-image: url(/RegistryWidget/Images/RegistryWidget/dashboard_sampleZoom.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 120px;
}
.grs_pnpHow .pag_group_image img {
  max-width: 100%;
}
.grs_pnpHow .pag_group_text {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  text-align: left;
}
.grs_pnpHow .pag_group_text.shortText {
  margin-top: 4%;
}
.grs_pnpHow .pag_group_text .grs_text {
  max-width: 88%;
  margin: 0 auto;
}
.grs_pnpHow .plus_text {
  max-width: 746px;
  margin: 30px auto 0;
}
.grs_subtitle.big {
  font-size: 24px;
}
.grs_text.big {
  font-size: 20px;
}
.grs_storeLogos {
  background-image: url(/RegistryWidget/Images/RegistryWidget/PNP_Bottom.jpg);
  padding: 0;
  width: 100%;
  background-position: left;
  background-size: cover;
  float: right;
}
.grs_storeLogos .holder {
  max-width: 1280px;
  margin: 0 auto;
}
.grs_storeLogos .smr_right_holder {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  max-width: 510px;
  float: right;
  text-align: center;
  padding-bottom: 15px;
}
.grs_storeLogos .smr_right_holder .logos {
  display: inline-block;
  padding: 5px 0;
}
.grs_storeLogos .smr_right_holder .ecommerceLogos img {
  max-width: 60%;
  padding: 10px 0;
}
.grs_storeLogos .smr_right_holder .grs_provider_subtitle {
  padding: 10px 52px;
}
.grs_provider .holder .grs_subtitle.big {
  margin: 0 auto 30px;
  max-width: 680px;
  padding: 0 20px;
}
.grs_provider .logoContainer {
  padding-bottom: 10px;
}
.grs_provider .logoContainer img {
  max-width: 156px;
}
.grs_provider .request_buttonB {
  margin-bottom: 30px;
}
.grs_provider .holder .platform {
  border: 1px solid #ccc;
  background-color: #f2f8f8;
  max-width: 585px;
  margin: 10px auto 30px;
  padding: 30px;
}
.grs_provider .holder .platform .platformLogo {
  display: inline-block;
  padding: 0 20px;
}
.grs_provider .holder .platform .grs_subtitle {
  display: inline-block;
  max-width: 360px;
  margin: 0 auto;
  vertical-align: top;
}
.grs_provider .grs_title.packages a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 23px;
}
.grs_provider_subtitle {
  padding: 10px 52px;
}
.grs_bottom {
  margin: 40px auto 0;
  padding: 20px 0;
}
.grs_bottom a {
  text-decoration: underline;
}
@media only screen and (max-width: 1920px) {
  .grs_ways {
    background-position: right;
    background-size: cover;
  }
  .grs_ways .container_holder_list {
    max-height: initial;
  }
  .grs_ways .smr_right_holder #sliderWeb {
    width: 436px;
    height: 321px;
    overflow: hidden;
    position: absolute;
    right: 62px;
    top: 282px;
  }
  .grs_ways .smr_right_holder #sliderMobile {
    width: 139px;
    height: 244px;
    position: absolute;
    overflow: hidden;
    right: 603px;
    top: 455px;
  }
}
@media only screen and (max-width: 1500px) {
  .grs_ways .container_holder_list .holder {
    margin: 0 auto 10px;
    max-width: 540px;
    min-height: 757px;
  }
  .grs_ways .smr_left_holder .benefits .indexNumb {
    max-width: 34px;
  }
  .grs_ways .smr_right_holder #sliderMobile {
    right: 564px;
    top: 422px;
    transform: scale(0.96);
  }
  .grs_ways .smr_right_holder #sliderWeb {
    right: 47px;
    top: 256px;
    transform: scale(0.96);
  }
}
@media only screen and (max-width: 1280px) {
  .grs_ways {
    background-position: right -204px;
    background-size: auto;
    background-color: #fff;
  }
  .grs_ways .holder .smr_left_holder {
    width: 100%;
    display: block;
    float: right;
    margin-top: 540px;
    margin-left: 0;
  }
  .grs_ways .container_holder_list {
    float: none;
    margin-top: 60px;
  }
  .grs_ways .container_holder_list .holder {
    max-width: 960px;
  }
  .grs_ways .smr_right_holder {
    display: block;
    width: 100%;
    float: left;
  }
  .grs_ways .smr_left_holder .benefits .indexNumb {
    max-width: 44px;
  }
  .grs_ways .smr_right_holder #sliderMobile {
    right: 591px;
    top: 241px;
    transform: scale(1);
  }
  .grs_ways .smr_right_holder #sliderWeb {
    right: 58px;
    top: 70px;
    transform: scale(1);
  }
}
@media only screen and (max-width: 1000px) {
  .grs_title {
    font-size: 24px;
  }
  .grs_title.big {
    font-size: 28px;
  }
  .grs_storeLogos .smr_right_holder {
    max-width: 400px;
  }
  .grs_storeLogos .holder .smr_right_holder .grs_title {
    padding: 16px 53px;
  }
  .grs_storeLogos .smr_right_holder .logos {
    max-width: 45%;
  }
  .grs_storeLogos .smr_right_holder .grs_provider_subtitle {
    font-size: 18px;
  }
  .grs_pnpHow .pag_group_image {
    display: block;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
  }
  .grs_pnpHow .pag_group_text {
    width: 100%;
    max-width: 800px;
    text-align: center;
  }
  .grs_pnpHow .pag_group_image_holder.dashboard {
    margin: 0 auto;
  }
  .grs_pnpHow .pag_group_image.dashboard {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 891px) {
  .title_container .request_button,
  .title_container .enterprise_link {
    width: 100%;
  }
  .title_container #btnSeeHowItWorks {
    margin-top: 30px;
    max-width: 540px;
  }
  .title_container .enterprise_link {
    margin-top: 20px;
  }
  .title_container .grs_text.enterprise {
    margin-top: 30px;
    max-width: 430px;
    padding: 10px 40px;
  }
  .smr_button.large {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 800px) {
  .grs_title {
    font-size: 22px;
  }
  .grs_title.big {
    font-size: 24px;
  }
  .grs_text {
    font-size: 16px;
  }
  .grs_text.big {
    font-size: 18px;
  }
  .grs_subtitle {
    font-size: 20px;
  }
  .grs_subtitle.big {
    font-size: 20px;
  }
  .grs_pnpHow .holder {
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  .container_holder .title_container .grs_title.big {
    margin: 0 auto;
    padding: 10px 20px 30px;
  }
  .container_holder .title_container .grs_text {
    max-width: 100%;
  }
  .title_container .grs_text.enterprise {
    max-width: 430px;
  }
  .container_holder .title_container {
    max-width: 100%;
  }
  .grs_ways .container_holder_list .grs_title {
    font-size: 20px;
  }
  .grs_pnpHow .pag_group_text .grs_text {
    max-width: 100%;
    padding: 0 3%;
  }
  .grs_pnpHow .plus_text {
    max-width: 400px;
  }
  .grs_storeLogos {
    height: 300px;
    float: none;
    background-image: url(/RegistryWidget/Images/RegistryWidget/PNP_Bottom_Mobile.jpg);
    background-position: center;
  }
  .grs_storeLogos .holder .smr_right_holder {
    max-width: 100%;
    margin-top: 320px;
    margin-bottom: 30px;
  }
  .grs_storeLogos .holder .smr_right_holder .grs_title {
    padding: 16px 0;
    max-width: 300px;
    margin: 0 auto;
  }
  .grs_storeLogos .holder .smr_right_holder .container_holder_list .ecommerceLogos {
    padding: 0 22px;
  }
  .grs_storeLogos .smr_right_holder .logos {
    max-width: 48%;
  }
  .grs_storeLogos .smr_right_holder .logos img {
    max-width: 80%;
  }
  .grs_storeLogos .smr_right_holder .grs_provider_subtitle {
    max-width: 300px;
    margin: 10px auto;
    padding: 0;
  }
  .grs_provider .logoContainer img {
    max-width: 40%;
    padding: 10px 5px;
  }
  .grs_bottom {
    padding: 10px 0;
  }
  .grs_text.bigger {
    font-size: 22px;
  }
  .grs_provider .holder .platform .grs_subtitle {
    line-height: 29px;
  }
}
@media only screen and (max-width: 768px) {
  .grs_ways {
    background-position: right top;
    margin-top: 20px;
    background-image: url(/RegistryWidget/Images/RegistryWidget/PNP_Top_Tablet.jpg);
  }
  .grs_ways .smr_right_holder #sliderMobile {
    transform: scale(0.93);
    top: 225px;
    right: 542px;
  }
  .grs_ways .smr_right_holder #sliderWeb {
    transform: scale(0.92);
    right: 37px;
    top: 65px;
  }
  .grs_ways .holder .smr_left_holder {
    margin-top: 490px;
  }
  .grs_title.show {
    display: none;
  }
  .grs_title.hide {
    display: block !important;
  }
}
@media only screen and (max-width: 720px) {
  .mr_header_thin {
    height: 50px;
  }
  .mr_logo_thin {
    background-position: -232px -172px;
    width: 153px;
    float: none;
    margin-top: 4px;
  }
  .mr_header_thin .chat:before {
    visibility: hidden;
  }
}
@media only screen and (max-width: 680px) {
  .grs_provider .holder .platform {
    max-width: 300px;
    padding: 3% 1%;
  }
  .grs_provider .holder .platform .platformLogo {
    padding: 0 0 20px;
  }
  .grs_provider .holder .platform .grs_subtitle {
    padding: 0;
  }
}
@media only screen and (max-width: 540px) {
  .smr_button.large {
    margin: 20px 20px 0px;
  }
  .title_container .grs_text.enterprise {
    max-width: 220px;
  }
  #btnSeeHowItWorks {
    font-size: 16px;
  }
  #btnSeeHowItWorks .videoText {
    max-width: 260px;
  }
  #btnSeeHowItWorks .videoBtn {
    vertical-align: baseline;
  }
}
@media only screen and (max-width: 500px) {
  .grs_ways {
    background-image: url(/RegistryWidget/Images/RegistryWidget/PNP_Top_Mobile.jpg);
    background-size: auto;
    background-position: left top;
    margin-bottom: 0;
    overflow: hidden;
  }
  .grs_ways .container_holder_list {
    margin-top: 20px;
  }
  .grs_ways .smr_right_holder #sliderMobile {
    transform: scale(0.85);
    top: 30px;
    right: 0;
    left: 5px;
  }
  .grs_ways .smr_right_holder #sliderWeb {
    transform: scale(0.85);
    top: -122px;
    right: 0;
    left: 184px;
  }
  .grs_ways .holder .smr_left_holder {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 476px) {
  .container_holder .title_container .grs_title.big {
    padding: 0px 15px 30px;
  }
  .title_container .grs_text {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 414px) {
  .container_holder .request_button .title_container .grs_text {
    font-size: 20px;
  }
  .title_container .request_button .grs_text.packages a {
    font-size: 18px;
  }
  .grs_provider .grs_title.packages a {
    font-size: 20px;
  }
  .grs_ways .smr_left_holder .benefits .indexNumb {
    max-width: 30px;
  }
  .grs_ways .smr_left_holder .benefits .grs_subtitle {
    font-size: 15px;
  }
  .grs_ways .smr_left_holder .benefits .grs_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .container_holder .title_container .grs_title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 335px) {
  .title_container .grs_text.packages {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 320px) {
  .container_holder .title_container .grs_title {
    padding: 0 10px 30px;
  }
}