/*#region Variables*/
/*#endregion*/
/*#region Social Sign On */
h3 {
  font-size: 2em;
  color: #1a2348;
}

.signup-opts {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.signup-opts .signup-opt {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 0.3em;
  margin-bottom: 1rem;
  text-decoration: none;
  background-color: #fff;
  text-align: left;
  color: #050296;
}
.signup-opts .signup-opt:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.signup-opts .signup-opt:hover .opt-title {
  color: #ff9900;
}
.signup-opts .signup-opt .opt-icon {
  display: inline-block;
  width: 1.5rem;
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
}
.signup-opts .signup-opt .opt-icon img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.signup-opts .signup-opt .signup-text-link, .signup-opts .signup-opt button.signup-opt-button {
  text-align: left;
  background-color: none;
  background: none;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  padding: 1rem;
  padding-left: 3rem;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.signup-opts .signup-opt .signup-text-link:focus, .signup-opts .signup-opt button.signup-opt-button:focus {
  outline: 2px solid #007cc4;
}

.social-details-wrap {
  display: inline-block;
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em) {
  .social-details-wrap {
    padding: 1rem;
  }
}
.social-details-wrap.visible ~ fieldset li.leads-check-field {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .social-details-wrap.visible ~ fieldset li.leads-check-field {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .social-details-wrap.visible ~ fieldset li.leads-email {
    margin-top: 1rem;
  }
}
.social-details-wrap .social-details {
  width: 100%;
  background: #f3f3f3;
  border-radius: 0.2em;
  padding: 0.9em;
  padding-bottom: 0.25rem;
  margin-top: 1rem;
}
.social-details-wrap .social-details li {
  margin-bottom: 0.75rem;
}

label.chosen-profile-label {
  display: block;
  margin-bottom: 0.5rem;
}

.or {
  display: inline-block;
  width: 100%;
  margin: 0.5rem 0 1.5rem 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.or > span {
  display: inline-block;
  color: #666;
  font-weight: bold;
  margin: 0;
}
.or > span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(50% - 2rem);
  left: 0;
  top: 0.65rem;
  height: 1px;
  background-color: #eee;
}
.or > span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(50% - 2rem);
  right: 0;
  top: 0.65rem;
  height: 1px;
  background-color: #eee;
}

.chosen-social {
  width: 100%;
  position: relative;
  padding-right: 3.2rem;
  margin: 0;
}
.chosen-social p {
  display: block;
  font-size: 1rem;
  margin: 0;
}
.chosen-social p.profile-name {
  font-weight: 700;
}
.chosen-social img.profile-pic {
  display: inline-block;
  width: 2.3rem;
  vertical-align: middle;
}
.chosen-social .chosen-profile {
  display: inline-block;
  width: calc(100% - 2.7rem);
  padding-left: 0.5rem;
  overflow: hidden;
  vertical-align: middle;
}
.chosen-social .socials-toggle {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-size: 1.5em;
  pointer-events: all;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.chosen-social .socials-toggle.toggle-open {
  color: #ff9900;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chosen-social .socials-toggle .fa {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.3rem;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  color: #8899d6;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

/*#endregion Social Sign On */
/*# sourceMappingURL=socialSignOn.css.map */
