@media screen and (max-width: 768px) {
	html,body {
	overflow-x: hidden;
	height: 100%;
	}
	#menuicon {
		display:block;
	}
	
	h2 {
		font-size:2em;
	}
	h3 {
		font-size:1.2em;
	}
	
	
	#wrapper {
		width: 95%;
	}
	#header {
	
	}
	#content {
		width: 100%;
	}
	#title a:link, #title a:visited {
		
	}
	#title {
		width: 100%;
		background-size: 100%;
		height: 120px;
	}
	
	
	.nav {
		float:none;
		height:auto;
		width 100%;
		margin:2px;
     		padding: 20px 0 15px 0;
		font-size: 1.5em;
		background: #ff1f1f26;
	}
	#musNav {
		background: #80808099;
	}
	
	.nav #headernav li{
		
	}
	#headernav{
		display:none;
	}
	.nav ul {
		
	}
	.nav ul, li{
		float: none;
	}
	.nav li a{
		color: #000;
		line-height: 1.5em;
	}
	.nav ul, li a:hover, .nav ul, li:hover > a, .nav ul, li.current_page_item > a, .nav ul, li.current_page_parent > a, .nav ul, li.current_page_ancestor > a, .nav ul, li.current-cat > a, .nav ul, li.current-menu-ancestor > a, .nav ul, li.current-menu-item > a, .nav ul, li.current-menu-parent a {
		
	}
	.nav #currentpage a, a:hover{
		
	}
	.nav #currentpage {
		
	}
	.wf-active #nav {
		
	}
	h1.pagetitle, h2.pagetitle {
		
	}
	.sectionHeader{
		
	}
	.sectionHeaderL{
		
	}
	.musInlineImage{
		width:100%;
		margin: 0 auto;
		float:none;
	}
	.inlineImageRight{
		
	}
	.centerImage{
		width: 95%;
	}
	p {
		font-size: 1em;
	}
	.musContentBody{
		width:99%
	}
	.contentBody a:link {color: #096d83; text-decoration: none;}
	.contentBody a:link, a:visited { color: #096d83; font-weight:bold; }
	.contentBody a:active {color: #B57430; text-decoration: underline;}
	.contentBody a:hover {color: #B57430; text-decoration: underline; border-top: none;}
	
	.footer {
		font-size:.8em;
	}
	.pageList ul,li{
		font-size: 1em;
		}
	
}