/* ==========================================================================
   Styles for new branding
   ========================================================================== */

@font-face {
  font-family: "Helix Mabry Pro";
  src: url("/fonts/helix/HelixMabryPro-Bold.ttf") format("ttf"),
    url("/fonts/helix/HelixMabryPro-Bold.woff") format("woff"),
    url("/fonts/helix/HelixMabryPro-Bold.woff2") format("woff2");
}
  
@font-face {
	font-family: 'Manrope';
	src: url('/fonts/helix/Manrope-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('/fonts/helix/Manrope-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('/fonts/helix/Manrope-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

#main .helix-container,
#main #row-1 .helix-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  justify-content: center;
  align-items: flex-start;
  padding: 0 1.6em;
  margin: 0 auto;
}

#main .helix-container.no-cta {
  height: 50vh;
}

#main .helix-error-container {
  padding-top: 50px;
}

#main #row-1 .helix-container-activate{
  max-width: 650px;
  padding: 40px 0px;
  text-align: center;
}


.helix-error-container h1{
  font-weight: 700;
  font-size: 36px;
  color: #160E21;
}

.helix-error-container p{
  font-weight: 500;
  font-size: 16px;
  color: #6E6678;
}

@media only screen and (min-width: 1280px) {
  #main .helix-error-container {
    padding-top: 150px;
  }
}

#helix-header.helix-logo-header {
  margin: 0;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}




@media only screen and (min-width: 1280px) {
  #helix-header.helix-logo-header {
    margin-bottom: auto;
  }
}


/*Error  styling*/
.message-alert-success, .message-alert-error {
	width:100%; 
	padding: 16px;
	border-radius: 8px;
	margin: 30px 0 10px;
}

.helix-container p.accountMessage {
	padding: 16px;
	margin: 20px 0 10px;
  color: white;
}
.reset .helix-body {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 472px;
  translate: -50% -50%;
  padding: 0 24px;
}

@media only screen and (min-width: 1280px) {
  .reset .helix-body {
    bottom: 0;
    translate: -50% 50%;
  }
}

.helix-body {
  font-family: "Manrope", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: auto;
}

.helix-body.no-cta {
  translate: 0 50%;
}

.account-verify-body-svg {
  padding-bottom: 24px;
}

.helix-container h1 {
  margin: 0 0 8px 0;
  padding: 0;
  font-family: "Helix Mabry Pro", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #160e21;
  letter-spacing: -0.005em;
}

.helix-container p {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #6e6678;
}

.helix-cta {
  display: flex;
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #160e21;
  border-radius: 100px;
  margin-bottom: 2.5em;
  margin-top: auto;
  border: none;
  color: white;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 1280px) {
  a.helix-cta {
    display: none;
  }
}

.helix-cta:visited {
  color: white;
}

.helix-reset-password-body {
  text-align: left;
  width: 100%;
  padding-top: 2.7em;
  padding-bottom: 1.6em;
}

.helix-form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.helix-container .resetpassword .helix-button,
.helix-container .helix-container-activate .helix-button {
  width: 100%;
  height: 48px;
  color: white;
  background-color: #160e21;
  border-radius: 100px;
  margin-bottom: 2.5em;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
}

#password3field.form-control:valid ~ label {
  bottom: 40px;
  font-size: 1.1em;
  left: 11px;
}

#password3field.form-control:invalid {
  border: 1px solid #160e21;
}

#resetpassword-input.form-group > input:focus-visible {
  outline: 1px auto #160e21;
}

#resetpassword-input.form-group {
  position: relative;
  margin: 0;
  padding: 0;
  height: 56px;
}

#resetpassword-input.form-group > input {
  height: 56px;
  border-radius: 8px;
  padding-top: 1em;
  padding-bottom: 0.4em;
  padding-left: 16px;
  padding-right: 3em;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-top: 24px;
}

#resetpassword-input.form-group > img {
  position: absolute;
  top: 32px;
  right: 4px;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
}
#resetpassword-input.form-group > label {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #6e6678;
  bottom: 52px;
  left: 12px;
  position: relative;
  background-color: white;
  padding: 0px 5px 0px 5px;
  transition: 0.2s;
  pointer-events: none;
}

#reset-submit.form-submit {
  margin-top: auto;
}

@media only screen and (min-width: 1280px) {
  #reset-submit.form-submit {
    margin: 40px 0 0 0;
  }
}

#reset-submit.form-submit input {
  width: 100%;
  box-shadow: none;
  margin: 0 0 2.4em 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.5px;
}

#main #reset-submit.form-submit input[disabled] {
  background-color: rgba(22, 14, 33, 0.4);
  color: rgba(255, 255, 255, 0.4);
}

.helix-reset-password-input-wrapper,
.helix-reset-password-input-wrapper ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
}

.helix-container .copyright {
  margin: 3.3em auto;
}

.passwordChanged {
  display: flex;
  flex-direction: column;
  height: 50vh;
}

.passwordChanged .helix-cta {
  margin-bottom: 1.5em;
}

p.switch-signin{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

footer .footer-logo {
  display: none;
}

@media only screen and (min-width: 1280px) {
  footer.copyright {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  footer.copyright {
    display: none;
  }
}

.eye-icon-open {
  content: url("/images/account/eyeIcon.svg");
}

.helix-reset-password-input-wrapper .form-submit #passwordbutton {
  margin-top: 36px;
}

.helix-reset-password-input-wrapper .accountPhase {
  margin-top: 0;
}

.helix-form-radio p{
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 700;

}
.helix-radio-button {
  display: block;
  position: relative;
  padding-left: 39px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.helix-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.helix-radio-button .circle {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #DEDCE0;
}

.helix-radio-button .circle:after {
  content: "";
  position: absolute;
  display: none;
}

.helix-radio-button input:checked ~ .circle:after {
  display: block;
}

.helix-radio-button input:checked ~ .circle {
  display: block;
  border: 2px solid #160E21;
}

.helix-radio-button .circle:after {
  top: 5px;
  left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #160E21;
}

.helix-radio-button .button-label{
  padding-top: 2px;
  display: block;
}