.join-link {text-align: center;}
#verify-link{
	border: none;
	background: transparent;
	color: #44d62c;
	font-size: 1.125rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
		&:hover{
		text-decoration: underline;
		text-underline-offset: 3px;
	}
}
.education-program {
      overflow: hidden;
      transition: height 0.4s ease;
      height: 0;
      display: none;     
}
/*fixes bug in verify form by BORN*/
.registration-complete h2 span + span:after{
content: "Registration Complete!";
}
.registration-complete p span:after{
content: "We will review your information and be in touch with you via email within two business days";
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}