@charset "UTF-8";
@font-face {
  font-family: Harmicons;
  src: url("../fonts/Harmicons.woff2") format("woff2"), url("../fonts/Harmicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* only for DEMO Page */
.profile-pic {
  float: left;
  width: 250px;
}

@media screen and (max-width: 320px) {
  .profile-pic {
    width: 100px;
    float: none;
  }
}

@media screen and (min-width: 960px) {
  .profile-pic {
    float: right;
  }
}

#pegExtRegForm {
  position: relative;
  max-width: 480px;
  margin: 5rem 0 0;
  padding: 12px;
  background-color: transparent;
  color: #fff;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#pegExtRegForm.ps-blog {
  max-width: 360px;
  min-width: 280px;
  margin: 20px 0;
  background-color: #01878e;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
}

#pegExtRegForm.ps-blog.us-dating-advice {
  width: 100%;
  margin: 0;
}

#pegExtRegForm.ps-blog h3 {
  font-size: 22px;
}

#pegExtRegForm.ps-blog h3 i {
  font-size: 30px;
}

@media screen and (max-width: 640px) {
  #pegExtRegForm.ps-blog {
    margin: 20px auto;
  }
}

#pegExtRegForm.ps-success {
  max-width: none;
  width: auto;
  margin: 2rem;
  background-color: #01878e;
}

@media screen and (max-width: 640px) {
  #pegExtRegForm.ps-success h3 {
    font-size: 22px;
  }
  #pegExtRegForm.ps-success h3 i {
    font-size: 30px;
  }
}

#pegExtRegForm.ps-promo {
  max-width: 480px;
  width: 100%;
  margin: 2rem;
  background-color: #01878e;
}

@media screen and (max-width: 640px) {
  #pegExtRegForm.ps-promo {
    max-width: none;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  #pegExtRegForm {
    background-color: #01878e;
    margin: 0;
    width: 100%;
    max-width: none;
  }
}

#pegExtRegForm * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#pegExtRegForm img.formLogo {
  display: block;
  width: 150px;
  margin: 12px auto 22px;
}

#pegExtRegForm h3 {
  font-family: "Lato",Arial,Helvetica,sans-serif;
  margin: 10px 0 15px;
  padding: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

#pegExtRegForm h3 i {
  color: #ffcb4a;
  font-size: 38px;
  font-style: italic;
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-weight: 700;
  text-transform: none;
  padding-right: 5px;
}

#pegExtRegForm hr {
  width: 285px;
  margin: 0 auto;
  margin-bottom: 25px;
  background: #fff;
  border: none;
  height: 1px;
}

#pegExtRegForm p {
  font-size: 11px;
  line-height: normal;
}

#pegExtRegForm #hidden_rows {
  display: none;
}

#pegExtRegForm form {
  max-width: 335px;
  margin: 0 auto;
}

#pegExtRegForm .regRow {
  padding-bottom: 10px;
}

#pegExtRegForm .regRow:after {
  content: "";
  display: table;
  clear: both;
}

#pegExtRegForm .regRow .errorBox {
  opacity: 0;
  display: none;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 9px 16px 9px 16px;
  text-align: center;
  border-radius: 4px;
  background-color: #ff5e68;
  color: #fff;
}

#pegExtRegForm .regRow .errorBox p {
  font-size: 13px;
  line-height: 18px;
}

#pegExtRegForm #mysexEssexRow {
  margin-bottom: 8px;
  font-size: 14px;
}

#pegExtRegForm #mysexEssexRow .column {
  width: 48%;
}

#pegExtRegForm #mysexEssexRow .column#mysexRow {
  float: left;
}

#pegExtRegForm #mysexEssexRow .column#essexRow {
  float: right;
}

#pegExtRegForm #mysexEssexRow .column .rowLabel {
  margin: 0 0 8px 0;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: none;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  color: #4c4c4c;
  font: 400 16px/22px "Lato", Arial, Helvetica, sans-serif;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap:last-child {
  margin-top: 10px;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap input {
  display: none;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap input:checked + label::before {
  display: block;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap input:checked + label::after {
  display: none;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap label {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap label[for=mysexM]::before, #pegExtRegForm #mysexEssexRow .column .radioWrap label[for=essexM]::before {
  background-color: #0caeb1;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap label[for=mysexM]::after, #pegExtRegForm #mysexEssexRow .column .radioWrap label[for=essexM]::after {
  border-color: #0caeb1;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap label[for=mysexW]::before, #pegExtRegForm #mysexEssexRow .column .radioWrap label[for=essexW]::before {
  background-color: #ef5f54;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap label[for=mysexW]::after, #pegExtRegForm #mysexEssexRow .column .radioWrap label[for=essexW]::after {
  border-color: #ef5f54;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap label::before {
  display: none;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 24px;
  height: 24px;
  z-index: 1;
  border-radius: 50%;
  font-family: Harmicons;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  content: "";
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

#pegExtRegForm #mysexEssexRow .column .radioWrap label::after {
  position: absolute;
  content: " ";
  left: 8px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #4c4c4c;
}

#pegExtRegForm #mysexEssexRow .column span {
  display: block;
}

#pegExtRegForm #emailRow {
  position: relative;
  overflow: hidden;
}

#pegExtRegForm #emailRow::before {
  position: absolute;
  bottom: 18px;
  left: 12px;
  font-size: 26px;
  color: #4c4c4c;
  z-index: 1;
  font-family: Harmicons;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  content: "";
}

#pegExtRegForm #emailRow input {
  width: 100%;
  height: 44px;
  padding: 5px 5px 5px 54px;
  border: 0 none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  line-height: 22px;
  color: #4c4c4c;
}

#pegExtRegForm #passwordRow {
  position: relative;
  margin-bottom: 0px;
}

#pegExtRegForm #passwordRow::before {
  position: absolute;
  bottom: 18px;
  left: 12px;
  font-size: 26px;
  color: #4c4c4c;
  z-index: 1;
  font-family: Harmicons;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  content: "";
}

#pegExtRegForm #passwordRow input {
  width: 100%;
  height: 44px;
  padding: 5px 5px 5px 54px;
  border: 0 none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  line-height: 22px;
  color: #4c4c4c;
}

#pegExtRegForm #passwordRow #passwordRestrictionInfo {
  position: absolute;
  width: 100%;
  max-width: 380px;
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  padding: 24px 20px;
  background: rgba(0, 30, 50, 0.97);
  border-radius: 4px;
  z-index: 3;
}

#pegExtRegForm #passwordRow #passwordRestrictionInfo:before, #pegExtRegForm #passwordRow #passwordRestrictionInfo:after {
  content: '';
  position: absolute;
  left: -webkit-calc(50% - 12px);
  left: calc(50% - 12px);
  top: 100%;
}

#pegExtRegForm #passwordRow #passwordRestrictionInfo:before {
  margin-left: 2px;
  border-color: rgba(0, 30, 50, 0.8) transparent transparent transparent;
  border-width: 15px 15px 9px 15px;
  border-style: solid;
  z-index: 0;
}

#pegExtRegForm #passwordRow #passwordRestrictionInfo:after {
  margin-left: 4px;
  border-color: transparent transparent transparent transparent;
  border-width: 12px 13px 9px 13px;
  border-style: solid;
  z-index: 1;
}

#pegExtRegForm #passwordRow #passwordRestrictionInfo p {
  font-size: 16px;
}

#pegExtRegForm #passwordRow #passwordRestrictionInfo ul {
  list-style-type: none;
}

#pegExtRegForm #passwordRow #passwordRestrictionInfo ul li {
  position: relative;
  margin: 12px 0 0 0;
  padding-left: 24px;
  background-image: none;
  font-size: 16px;
  line-height: 22px;
}

#pegExtRegForm #passwordRow #passwordRestrictionInfo ul li::before {
  position: absolute;
  top: -2px;
  left: -5px;
  font-size: 22px;
  color: rgba(100, 100, 100, 0.7);
  font-family: Harmicons;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  content: "";
}

#pegExtRegForm #passwordRow #passwordRestrictionInfo ul li.successCheck:before {
  color: #19b88d;
}

#pegExtRegForm #submitRow {
  padding-bottom: 0;
}

#pegExtRegForm #submitRow #regFormSubmit {
  width: 100%;
  padding: 14px 14px 14px 14px;
  border: none;
  border-radius: 4px;
  background: #fd9f82;
  background-image: url(../img/premium-default.svg);
  background-position: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  font: 600 13px/16px "Lato", Arial, Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

#pegExtRegForm #submitRow #regFormSubmit:hover {
  background-color: #1a5f78;
  opacity: 0.75;
}

#pegExtRegForm #facebookRow #facebookRegContainer {
  display: none;
  width: 100%;
}

#pegExtRegForm #facebookRow #facebookRegContainer.is-visible {
  display: block;
}

#pegExtRegForm #facebookRow #facebookRegContainer .socialSignOnSeparator {
  position: relative;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

#pegExtRegForm #facebookRow #facebookRegContainer .socialSignOnSeparator::before, #pegExtRegForm #facebookRow #facebookRegContainer .socialSignOnSeparator::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  width: 44%;
  border-top: 1px solid #fff;
  opacity: .5;
  vertical-align: 4px;
}

#pegExtRegForm #facebookRow #facebookRegContainer .socialSignOnSeparator::before {
  left: 0;
}

#pegExtRegForm #facebookRow #facebookRegContainer .socialSignOnSeparator::after {
  right: 0;
}

#pegExtRegForm #facebookRow #facebookRegContainer .socialSignOnSeparator .speratorText {
  position: relative;
  padding: 4px 8px;
  z-index: 1;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

#pegExtRegForm #facebookRow #facebookRegContainer #facebookRegButton {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 12px;
  padding: 12px 12px 12px 44px;
  background: #fff url(../img/icon-fb-invert.svg) no-repeat 12px 50%;
  -webkit-background-size: 24px 24px;
          background-size: 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #4c4c4c;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

#pegExtRegForm #facebookRow #facebookRegContainer #facebookRegButton.disabled {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: default;
}

#pegExtRegForm #facebookRow #facebookRegContainer .regFacebookGenericError {
  display: none;
}

#pegExtRegForm #legalTextRow {
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

#pegExtRegForm #legalTextRow a {
  color: #fff;
  text-decoration: underline;
}
