<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 identify and fund mental healthcare solutions for children and young adults across the United States. This program specifically addresses the lack of both private and public investment in children’s mental health and of effective ways to connect innovative ideas with capital through seed funding, networking and capacity building opportunities.</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>