  #content{padding-left:0; padding-right:0; width:100%; padding-bottom:0;}

#programcontent{padding-left:2%; padding-right:2%; width:96%;}

#title-options-whychoose{float:left;}

#programoptions{background:#fff; color:#639; padding: 0.5em 1%; border: 2px dotted #639; margin-bottom: 2%; }
#programoptions a{color:#639; font-weight:bold;}
#programoptions span{float:left; line-height:150%; margin-right: 2em;}
#programoptions ul{padding-bottom:0;}
#programoptions ul li{display: inline-block; margin:0 2em 0 0 !important;}
#programoptions ul li:before{content: "• ";}
div#why{
	float:left;
	
}

.narrow{
	width:70%;
	
}

img#whychooselogo{
    float: left;
    max-width: 80px;
}

#content #whychoose li{
    margin-left: 6.5em;
}

#opportunitycontainer, #scholarshipscontainer {
clear:both;
border-top: solid thin #C0C0C0;
}

.scholarships{
	float:left;
	width: 50%;
}

.firstcol{
	margin-left:10%;
	width:40%;
}



#event{
float:right;
margin:1em 1% 1em 1%;
width: 28%;
}


.viewmore{
    font-weight: bold;
    clear: both;
    margin: 0.8em 8% 1em 0;
    text-align: right;
}


#dept_footer {
    background: #eee;
    clear: both;
    width: 100%;
    padding: 0;
    overflow: hidden;
	margin-top:2em;
}


#dept_footer .dept_link_column {
    float: left;
    margin: 1.5%;
    padding: 0 1%;
    width: 15%;
    /*border-left: 1px solid #444;*/
}

#dept_footer .dept_link_column h3 {
    color: #639;
    font-size: 1.2em;
    margin: .5em 0 1em .5em;
}


#dept_footer .dept_link_column ul {
    margin: .5em 0 3em .5em;
}


#dept_footer .dept_link_column ul li {
	margin-left:0;
    padding: .1em;
    font-size: .8em;
    line-height: 150%;
	list-style-type: none;
}

#dept_footer .dept_link_column ul li a {
    color: #000;
    text-decoration: none;
}



@media only screen and (max-width:1024px) {

#dept_footer{
	padding:0;
	}
	
#dept_footer .dept_link_column{
	margin:0 1.5%;
	padding:0 1.5%;
	width:27.33333333%
	}
	
	
#dept_footer .dept_link_column ul{
	margin:.5em 0 1em .5em
	}
	
#dept_footer .dept_link_column ul li{
	padding:.5em
	}
	
	
	#whychooselogo{display:none;}
	#whychoose li{margin-left:2em !important;}
	
	.narrow{
		width:50%;
	}
	
	div #event{
		width:48%;

	}
	
	#programoptions{max-width:100%;}

	#programoptions span{float:none;}			
	
	div#programinfo{float:none; width:100%;}
	
	.scholarships{float:none; margin:0; width:100%;}

}

@media only screen and (max-width: 767px){

div#event,div#title-options-whychoose{
	float: none;
	width:100%;
	margin:0;
}

div#event img{margin:0 auto;}


#dept_footer .dept_link_column {
    float: left;
	display: inline-block;
    vertical-align: top;
    width: 43%;
}


}