<style>
#pdf-download-button {
	display: none !important;
}
</style>





<p>Program Information</p>
<div id="header">
	<h1>2024 Strategy Challenge</h1>
	<a id="pdf-download-button" href="/download/attachments/146375348/2024%20Strategy%20Challenge%20-%20Program%20Info.pdf?api=v2" download onclick="trackDownload()">Download PDF</a>
</div>
<iframe src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/content-files/MS+Strategy+Challenge/2024+Strategy+Challenge+-+Program+Info.pdf"> </iframe>

<script>

function trackDownload(){
	analytics.track('buttonSelected', {
		title: 'Download Program Information',
		pageTitle: AJS.params.pageTitle,
		url: window.location.href
	})
}

</script>



<style>

#main-content, #information-container, #header, iframe{
	background-color: #f2f2f2!important;
}
#custom-footer {
	display: none !important;
}
#information-container{
	padding-top: 20px;
 	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
}

#header > h1{
	font-weight: bold!important;
	font-size: 32px;
}

#information-container > p{
	font-style: italic;
	color: #187ABA !important;
	font-size: 16px;
}

#header > a{
 	text-decoration: none;
    color: #187ABA !important;
	background: #187ABA33;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.75em 1em;
    height: 50px;
    width: 300px;
    border-radius: 7px;
    box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #187ABA !important;
}

#information-container > a{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
 
iframe{
	border: none;
	width: 100%;
	height: 800px;
}





</style>


<script>
$("#rw_logo_container a")[0].href = "/display/MSSCD";
</script>