#yp-banner {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  min-width: 320px;
  height: 72px;
  border-bottom: 0;
  background-color: #fff;
  color: #000;
}
#yp-banner .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 2vw;
  max-width: 1100px;
  height: 100%;
}
#yp-banner .container a {
  color: inherit;
  line-height: 19px;
}
#yp-banner .container .logo {
  top: -2px;
  margin-left: 0;
  background: url(/images/logos/mkts_svcs.svg) no-repeat;
  background-size: 152px 52px;
  width: 152px;
  height: 52px;
}
#yp-banner .container #call-cta-hdr {
  position: relative;
  display: block;
  padding: 10px 22px 12px 23px;
  text-align: right;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #000;
}
#yp-banner .container #call-cta-hdr img {
  float: left;
  margin-right: 6px;
  width: 14px;
  height: 14px;
}
#yp-banner .container #call-cta-hdr .call-label {
  display: none !important;
}
#yp-banner .container #call-cta-hdr .call-label.mobile-only {
  display: inline-block !important;
  font-weight: bold;
  line-height: 16px;
  vertical-align: top;
}
#yp-banner .container #call-cta-hdr .phone-no {
  font-weight: bold;
}
#brands-hdr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 72px;
  padding: 7px 0;
  font-weight: 100;
  background: rgba(253, 253, 253, 0.63);
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  color: #000;
  font-size: 12px;
  z-index: 1;
}
#brands-hdr .yp,
#brands-hdr .sp,
#brands-hdr .dk {
  margin: 0 10px;
}
#brands-hdr .yp {
  margin-top: 3px;
  width: 86px;
  height: 20px;
}
#brands-hdr .sp {
  width: 77px;
  height: 25px;
}
#brands-hdr .dk {
  width: 79px;
  height: 14px;
}
@media screen and (max-width: 430px) {
  #brands-hdr {
    display: block;
    text-align: center;
  }
  #brands-hdr span {
    display: block;
    margin-bottom: 5px;
  }
  #brands-hdr img {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 660px) {
  #yp-banner .container {
    padding-right: 2vw;
    width: 100%;
  }
  #yp-banner .container .desktop-only {
    display: inline-block !important;
  }
  #yp-banner .container .mobile-only {
    display: none !important;
  }
  #yp-banner .container #call-cta-hdr {
    padding: 0;
    height: auto;
    border: 0;
    font-size: 18px;
  }
  #yp-banner .container #call-cta-hdr img {
    margin-top: 2px;
    margin-right: 4px;
  }
  #yp-banner .container #call-cta-hdr .call-label.mobile-only {
    display: none !important;
  }
  #yp-banner .container #call-cta-hdr .call-label.desktop-only {
    display: block !important;
    padding-bottom: 3px;
    font-weight: 100;
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  #yp-banner .container {
    padding-left: 0;
    padding-right: 0;
  }
  #yp-banner .container .logo {
    padding-left: 0;
  }
  #yp-banner .container .call-cta-hdr img {
    margin-top: 0;
  }
  #yp-banner .container .call-cta-hdr .call-label.desktop-only {
    display: none!important;
  }
}
.claim-yahoo #yp-banner .container {
  padding-right: 13px;
  padding-left: 16px;
}
.claim-yahoo #yp-banner .container .logo {
  top: 0;
  background: url(/images/logos/yp-only.svg) no-repeat;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
}
.claim-yahoo #yp-banner .container .logo-yahoo {
  margin-left: 16px;
  padding-left: 15px;
  width: 110px;
  height: 38px;
  border-left: 1px solid #efefef;
}
.claim-yahoo #yp-banner .container #call-cta-hdr {
  margin-left: auto;
}
@media screen and (min-width: 660px) {
  .claim-yahoo #yp-banner .container .logo {
    background: url(//i4.ypcdn.com/ypu/images/svgs/yp.svg?ca94614) no-repeat;
    background-size: 152px 52px;
    width: 152px;
    height: 52px;
  }
}
#progress-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: top;
  -moz-align-items: top;
  align-items: top;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 6.75px;
  margin: 0 auto 0 50%;
  width: 84%;
  min-height: 80px;
  font-size: 13px;
  text-align: center;
}
#progress-bar.step1 #active-bar {
  width: 0;
}
#progress-bar.step2 #active-bar {
  width: 32%;
}
#progress-bar.step3 #active-bar {
  width: 65%;
}
#progress-bar.step4 #active-bar {
  width: 100%;
}
#progress-bar .active:last-child {
  margin-right: -14px;
}
#progress-bar #active-bar {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  right: 13.5px;
  border: 3px solid #233142;
  z-index: 2;
}
#progress-bar::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 13.5px;
  width: 100%;
  border: 3px solid #d8d8d8;
  z-index: 1;
}
#progress-bar span {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-size: inherit;
  color: #bbb;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
#progress-bar span.active::before {
  color: #ffd400;
  background-color: #233142;
  border: 0;
}
#progress-bar span::before {
  content: attr(data-step);
  display: block;
  padding: 0;
  width: 27px;
  height: 27px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: #d8d8d8;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}
#progress-bar span::after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: attr(data-desc);
  position: absolute;
  display: block;
  margin: 17px 50% 0;
  max-width: 94px;
  overflow: visible;
}
#progress-bar span:first-child {
  margin-left: -1px;
}
#progress-bar span:last-child {
  margin-right: -1px;
}
#progress-bar .active {
  color: #4d4d4d;
}
#progress-bar-labels {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: top;
  -moz-align-items: top;
  align-items: top;
  margin: 0 auto;
  max-width: 600px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #progress-bar {
    max-width: 568px;
  }
  #progress-bar span::after {
    width: max-content;
  }
}
.active-bar.step1 #active-bar {
  width: 0;
}
.active-bar.step2 #active-bar {
  width: 32%;
}
.active-bar.step3 #active-bar {
  width: 65%;
}
.active-bar.step4 #active-bar {
  width: 100%;
}
.active-bar .active:last-child {
  margin-right: -14px;
}
.active-bar #active-bar {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  right: 13.5px;
  border: 3px solid #233142;
  z-index: 2;
}
.claim #content.registration_form .form-wrapper,
.claim-yahoo #content.registration_form .form-wrapper {
  padding: 0;
  max-width: 405px;
}
.claim #content.registration_form .form-wrapper header,
.claim-yahoo #content.registration_form .form-wrapper header,
.claim #content.registration_form .form-wrapper > p,
.claim-yahoo #content.registration_form .form-wrapper > p {
  color: #222;
}
.claim #content.registration_form .form-wrapper header,
.claim-yahoo #content.registration_form .form-wrapper header,
.claim #content.registration_form .form-wrapper > p,
.claim-yahoo #content.registration_form .form-wrapper > p {
  text-align: center;
}
.claim #content.registration_form .form-wrapper header,
.claim-yahoo #content.registration_form .form-wrapper header {
  margin-top: 35px;
  font-size: 24px;
  font-weight: normal;
}
.claim #content.registration_form .form-wrapper header.highlight,
.claim-yahoo #content.registration_form .form-wrapper header.highlight {
  margin-bottom: 0;
}
.claim #content.registration_form .form-wrapper > p,
.claim-yahoo #content.registration_form .form-wrapper > p {
  font-size: 15px;
}
.claim #content.registration_form .form-wrapper form,
.claim-yahoo #content.registration_form .form-wrapper form {
  margin-top: 35px;
}
.claim #content.registration_form .form-wrapper form label,
.claim-yahoo #content.registration_form .form-wrapper form label {
  float: none;
  width: 100%;
}
.claim #content.registration_form .form-wrapper form label:first-child + label,
.claim-yahoo #content.registration_form .form-wrapper form label:first-child + label {
  margin-left: 0;
}
.claim #content.registration_form .form-wrapper form label input,
.claim-yahoo #content.registration_form .form-wrapper form label input {
  max-width: 405px;
}
.claim #content.registration_form .form-wrapper .error-message,
.claim-yahoo #content.registration_form .form-wrapper .error-message {
  display: block;
  margin: 18px 0 17px;
  text-align: left;
  font-size: 13px;
  color: #e01a4f;
}
.claim #content.registration_form .form-wrapper .point-of-entry,
.claim-yahoo #content.registration_form .form-wrapper .point-of-entry {
  display: block;
  margin-top: 29px;
  width: 100%;
}
.claim #content.registration_form .form-wrapper .point-of-entry a,
.claim-yahoo #content.registration_form .form-wrapper .point-of-entry a {
  font-weight: normal;
}
.claim #content.registration_form .form-wrapper #join-email,
.claim-yahoo #content.registration_form .form-wrapper #join-email {
  width: 100%;
  text-align: center;
}
.claim #content.registration_form .form-wrapper .btn.default,
.claim-yahoo #content.registration_form .form-wrapper .btn.default {
  float: none;
  margin-top: 69px;
  width: auto;
}
.claim #content.registration_form .form-wrapper .call,
.claim-yahoo #content.registration_form .form-wrapper .call {
  float: left;
  max-width: none;
  font-size: 14px;
}
@media screen and (min-width: 660px) {
  .claim #content.registration_form,
  .claim-yahoo #content.registration_form {
    padding-top: 64px;
  }
  .claim #content.registration_form .form-wrapper header,
  .claim-yahoo #content.registration_form .form-wrapper header {
    margin-top: 25px;
    font-size: 34px;
  }
  .claim #content.registration_form .form-wrapper > p,
  .claim-yahoo #content.registration_form .form-wrapper > p {
    font-size: 16px;
  }
  .claim #content.registration_form .form-wrapper .call,
  .claim-yahoo #content.registration_form .form-wrapper .call {
    font-size: 14px;
  }
  .claim #content.registration_form .form-wrapper .point-of-entry,
  .claim-yahoo #content.registration_form .form-wrapper .point-of-entry {
    text-align: left;
  }
  .claim #content.registration_form .form-wrapper .btn.default,
  .claim-yahoo #content.registration_form .form-wrapper .btn.default {
    margin-left: 0;
  }
}
.claim #content.login_form,
.claim-yahoo #content.login_form {
  padding: 0 16px;
}
.claim #content.login_form .form-wrapper,
.claim-yahoo #content.login_form .form-wrapper {
  padding-top: 30px;
  background-color: #fff;
  text-align: center;
  border: 0;
}
.claim #content.login_form .form-wrapper section,
.claim-yahoo #content.login_form .form-wrapper section {
  margin: 0;
  padding: 0;
  border: none;
}
.claim #content.login_form .form-wrapper section:last-child,
.claim-yahoo #content.login_form .form-wrapper section:last-child {
  width: 100%;
}
.claim #content.login_form .form-wrapper header,
.claim-yahoo #content.login_form .form-wrapper header {
  margin: 0 auto 28px;
  font-size: 24px;
  font-weight: normal;
}
.claim #content.login_form .form-wrapper form,
.claim-yahoo #content.login_form .form-wrapper form {
  margin: 0 auto;
  max-width: 349px;
}
.claim #content.login_form .form-wrapper form .btn.default,
.claim-yahoo #content.login_form .form-wrapper form .btn.default {
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.claim #content.login_form .form-wrapper .forgot-password,
.claim-yahoo #content.login_form .form-wrapper .forgot-password {
  display: block;
  margin: 10px 0 34px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.claim #content.login_form .form-wrapper .join-upsell,
.claim-yahoo #content.login_form .form-wrapper .join-upsell {
  display: block;
  margin-top: 28px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.claim #content.login_form .form-wrapper .join-upsell a,
.claim-yahoo #content.login_form .form-wrapper .join-upsell a {
  font-weight: normal;
}
@media screen and (min-width: 660px) {
  .claim #content.login_form .form-wrapper header,
  .claim-yahoo #content.login_form .form-wrapper header {
    font-size: 34px;
  }
  .claim #content.login_form .form-wrapper .forgot-password,
  .claim-yahoo #content.login_form .form-wrapper .forgot-password {
    margin-top: 17px;
  }
  .claim #content.login_form .form-wrapper .join-upsell,
  .claim-yahoo #content.login_form .form-wrapper .join-upsell {
    margin-top: 33px;
  }
}
.claim-yahoo #content.login_form .form-wrapper {
  margin-bottom: 0;
}
.claim-yahoo #content.login_form .form-wrapper .login {
  min-height: 665px;
}
.claim-yahoo #content.login_form .form-wrapper header {
  line-height: 34px;
}
.claim-yahoo #content.login_form .form-wrapper header::after {
  content: 'You may use your Client Portal credentials here.';
  display: block;
  margin: 20px auto 0;
  max-width: 80%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
@media screen and (min-width: 660px) {
  .claim-yahoo #content.login_form .login {
    min-height: 0;
  }
  .claim-yahoo #content.login_form .form-wrapper header {
    margin-right: auto;
    margin-left: auto;
    max-width: 89%;
  }
  .claim-yahoo #content.login_form .form-wrapper header::after {
    font-size: 22px;
    line-height: 35px;
  }
}
#yp-footer {
  padding: 0;
  height: auto;
  background: #f7f7f7;
}
#yp-footer .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex-wrap: wrap;
  /* OLD - Firefox 19- */
  -webkit-flex-wrap: wrap;
  /* Chrome */
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 21px 0;
  width: 100%;
  text-align: center;
  color: #777;
  font-size: 12px;
}
#yp-footer .row a,
#yp-footer .row p {
  font-size: 12px;
  line-height: 30px;
}
#yp-footer .row a {
  margin-right: 14px;
  color: inherit;
  text-decoration: none;
}
#yp-footer .row a::after {
  content: '';
  display: inline-block;
  height: 9px;
  border-left: solid 1px #777;
  margin-left: 14px;
}
#yp-footer .row a:last-child::after {
  display: none;
}
#yp-footer .row p {
  padding-top: 23px;
}
@media screen and (min-width: 1100px) {
  #yp-footer .container {
    max-width: 1100px;
  }
  #yp-footer .row {
    -webkit-box-flex-wrap: nowrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex-wrap: nowrap;
    /* OLD - Firefox 19- */
    -webkit-flex-wrap: nowrap;
    /* Chrome */
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: left;
    margin: 0 auto;
    padding: 40px 0;
  }
  #yp-footer .row .footer-links {
    -webkit-box-flex: 4;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 4;
    /* OLD - Firefox 19- */
    -webkit-flex: 4;
    /* Chrome */
    flex: 4;
    /* New flex shorthand, pass only flex-grow */
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -webkit-order: 2;
    /* Chrome */
    order: 2;
  }
  #yp-footer .row a {
    white-space: nowrap;
  }
  #yp-footer .row p {
    -webkit-box-flex: 3;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 3;
    /* OLD - Firefox 19- */
    -webkit-flex: 3;
    /* Chrome */
    flex: 3;
    /* New flex shorthand, pass only flex-grow */
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -webkit-order: 1;
    /* Chrome */
    order: 1;
    padding-top: 0;
  }
}
.claim-yahoo #yp-footer {
  height: 140px;
}
.claim-yahoo #yp-footer a {
  margin-right: 10px;
}
.claim-yahoo #yp-footer a::after {
  margin-left: 10px;
}
.claim-yahoo #yp-footer p {
  padding-top: 0;
  text-align: left;
}
.claim-yahoo #yp-footer .row {
  height: 100%;
  text-align: center;
}
.claim-yahoo #yp-footer .footer-links {
  width: 100%;
}
@media screen and (min-width: 660px) {
  .claim-yahoo #yp-footer .footer-links {
    width: auto;
    text-align: right;
  }
  .claim-yahoo #yp-footer .row {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    max-width: 1100px;
  }
}
@media screen and (min-width: 660px) and (max-width: 1100px) {
  .claim-yahoo #yp-footer .row {
    padding-right: 13px;
    padding-left: 16px;
  }
}
.desktop-only {
  display: none!important;
}
.mobile-only {
  display: inline-block !important;
}
.claim #content .form-wrapper,
.claim-yahoo #content .form-wrapper {
  border: 0;
}
.claim #content .form-wrapper label,
.claim-yahoo #content .form-wrapper label {
  display: block;
}
.claim #content .form-wrapper label ::-webkit-input-placeholder,
.claim-yahoo #content .form-wrapper label ::-webkit-input-placeholder {
  color: #bbb;
  font-style: regular;
  font-weight: normal;
}
.claim #content .form-wrapper label :-moz-placeholder,
.claim-yahoo #content .form-wrapper label :-moz-placeholder {
  color: #bbb;
  font-style: regular;
  font-weight: normal;
}
.claim #content .form-wrapper label ::-moz-placeholder,
.claim-yahoo #content .form-wrapper label ::-moz-placeholder {
  color: #bbb;
  font-style: regular;
  font-weight: normal;
}
.claim #content .form-wrapper label :-ms-input-placeholder,
.claim-yahoo #content .form-wrapper label :-ms-input-placeholder {
  color: #bbb;
  font-style: regular;
  font-weight: normal;
}
.claim #content .form-wrapper label input,
.claim-yahoo #content .form-wrapper label input {
  margin-bottom: 0;
  padding: 16px 13px;
  height: 48px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.claim #content .form-wrapper label input.error,
.claim-yahoo #content .form-wrapper label input.error {
  background-color: #fff;
  border: 1px solid #e01a4f;
}
.claim #content .form-wrapper .btn.default,
.claim-yahoo #content .form-wrapper .btn.default {
  background-color: #3cadc9;
}
.claim #content .form-wrapper .call,
.claim-yahoo #content .form-wrapper .call {
  margin: 57px auto 0;
  max-width: 360px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  clear: both;
}
.claim #content .form-wrapper .call a,
.claim-yahoo #content .form-wrapper .call a {
  color: #222;
}
.claim-yahoo #content {
  min-height: calc(100vh -  140px);
}
