<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MS+SBA/signup.css">
<style>
*{
	font-weight: normal!important;
}
.login-link{
	text-align: left!important;
}
#login{
	padding: 30px 65px!important;
}
 div.bigImageContainer{
 	background: url('https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/images/MSIA/field.png')!important;
    background-size: cover!important;
    background-position: right!important;
}

.learn-more-section{
	left: 0!important;
	right: 20%!important;
}

div.signContainer > span {
    width: 100%;
}
div.formContainer {
	width: 100%;
}
.conditions .conditions-message {
    font-size: 14px;
    font-weight: 600;
	line-height: 1.6;
}
input#checkbox {
	margin-top: 5px;
}
.conditions {
	margin-bottom: 15px !important;
}

</style>





<script>
window.location.replace("/display/MSIH");
</script>







<div id="login">
    <p class="login-link"><a href="/display/InnovationAwards/Login">Already have an account?</a></p>
</div>




<div class="learn-more-section">
    <p>The Morgan Stanley Alliance for Children's Mental Health Innovation Awards initiative aims to seed fund transformative mental healthcare solutions for children and young people across the U.S. It helps address the lack of investment in this space, connect innovative ideas with capital, and build capacity for nonprofits.</p><a href="https://www.morganstanley.com/about-us/giving-back/childrens-mental-health-awards" style="font-weight:bold;">Learn More</a>
</div>




<style>
#deadline-passed-signup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    background-color: var(--main-background);
    margin-bottom: 100px;
    padding: 20px;
    margin-top: 10px;
}
#deadline-passed-signup h4 {
    font-size: 18px;
    font-weight: bold !important;
}
</style>

<script>
const END_DATE_TIME = Date.parse("7/18/2023 17:00:00 EDT");
const DEADLINE_PASSED_STATE_VAR = END_DATE_TIME < Date.now();

const handleDeadlinePassedState = () => {
	$("form[name='signupform']").html(`<div id='deadline-passed-signup'><h4>The deadline for the Morgan Stanley Innovation Awards has passed.</h4> <p>Please contact us at <a href='mailto:morganstanley@theonevalley.com'>morganstanley@theonevalley.com</a> if you have any questions.</p></div>`);
}

if (DEADLINE_PASSED_STATE_VAR == true) {
	//handleDeadlinePassedState();
}
$("a[href='http://support.theonevalley.com/en/articles/2546657-privacy-policy']").attr("target", "_blank");
$("a[href='http://support.theonevalley.com/en/articles/2546657-privacy-policy']").attr("href", "https://21125213.hs-sites.com/knowledge/privacy-policy")
$("a[href='http://support.theonevalley.com/en/articles/2546656-terms-and-conditions']").attr("target", "_blank");
$("a[href='http://support.theonevalley.com/en/articles/2546656-terms-and-conditions']").attr("href", "https://21125213.hs-sites.com/knowledge/terms-and-conditions")
</script>