html { 
height: 100%;
margin-bottom: 1px;
margin-top:0px;
overflow-y: scroll;
font-family: 'Open Sans', sans-serif;
}

body { 
font-family: 'Open Sans', sans-serif;
background-color: #ccc;
color: #222222;
height:100%;
position: relative; 
margin: 0px;
font-size:100%;
line-height:1.125em;
}

h1 {
font-family: 'Open Sans', sans-serif;	
color: #fff;
font-size:2.0em;
}


.soundcloud-wrapper iframe {
    /* --- your styles if applicable --- */
display:block;
margin-bottom: 5px;
}

.soundcloud-wrapper.loading {
    width:100%;
    height:166px;
}

.mobilebutton {
	background-color: #fff;
	color: #888;
	width: 90%;
	height: 30px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	font-size:1.5em;

}

.maintext {
font-family: 'Open Sans', sans-serif;
color: #fff;
position: relative; 
margin: 0px;
font-size:1.125em;
line-height:1.125em;	
padding: 0 0 0 0;
margin:0 0 10% 0;
}

a {text-decoration: none; color: #00BBB3; font-weight: bold;}

.boxg {
	background: url(images/bckgd_grey_trans.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.boxp {
	background: url(images/bckgd_purple_trans.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a.boxg:hover {
	background: url(images/bckgd_yellow_trans.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}	

a.boxp:hover {
	background: url(images/bckgd_yellow_trans.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}								

div#wrapper {
	@include flexbox();
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	position: relative;
	height:100%;
}

#indexbackground {
	background: url(images/background_320.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	min-height: 100%;
	width: 100%;
    overflow:hidden;
	order: 1;
}

#header {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: stretch;
	align-content: stretch;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

#headerlogo {
	display: none;
	order: 1;
	background: url(images/Logo_sm.png) no-repeat;
	background-size: cover;
	width: 240px;
}

div#nHeaderBackground {

	background-color: #888888;

}
	
#mobilemenu h3   { cursor:pointer; margin:0px auto; padding:0px;}
#mobilemenu div  { display: block;}
#mobilemenu {order: 2; }

.mobilemenuoptions {
	width: 320px;
	height: auto;
	color: #fff;
	margin: 0 auto;
	padding: 0px;
	Border-width: 0px;
	border-color: #ddd;
	border-style: solid;
	display: flex;
}

p.mobilemenusubheader {
	background: url(http://depts.washington.edu/llc/Images/mmbg.png) scroll repeat-x;
	width: 320px;
	height: 50px;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	padding: 27px 0px 0px 0px;
	Border-width: 0px 0px 0px 0px;
	border-color: #ddd;
	border-style: solid;
	float: none;
	display: block;
	margin: 0 auto;
}

p.mobilemenusubheader:hover {background: url(http://depts.washington.edu/llc/Images/mmbg_hover.png) scroll repeat-x;}

.mobilemenuoptionsblock {
	background-color: #000;	
	width: 300px;
	height: 35px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	padding: 15px 0px 0px 20px;
	border-width: 0px 0px 2px 0px;
	border-color: #ddd;
	border-style: solid;
	text-align: left;
	margin: 0 auto;
}

.mobilemenuoptionsblock:hover {background-color: #444;}

div#mainmenuwrap {display: none;}

nav ul {display: block;}
nav ul li {display: block; list-style-type: none;}
nav ul li a {
	padding: 0.1em 0.70em;
	background-color: transparent;
	color: #fff;
	font-size: 1.15em;
	font-weight: normal;
	text-decoration: none;
	float: none;
	line-height: 14px;
	border-right: 2px solid #ccc;
}

#indexcenterpagewrap1 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	position: relative;
	width: 100%;
	margin-top: 10px;
}

#indexcenterpagewrap2 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	position: relative;
	width: 100%;
}

#box1 {order: 1;}
#box2 {order: 2;}
#box3 {order: 3;}
#box4 {order: 4;}
#box5 {order: 5;}
#box6 {order: 6;}

.box {
	width: 260px;
	font-size: 1.15em;
	line-height: 1.15em;
	font-weight: normal;
	color: #fff;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
	margin-top: 10px;
}		

#indexfooterwrap {
	display: flex;
	align-self: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	position: relative;
	width: 100%;
	background-color: #9f9f9f;
	margin-top: 100px;
	color: #fff;
	line-height: 1.25em;
	padding: 10px 0px 12px 0px;
}

#box7 {order: 1; width: 80%; margin: 0 auto; margin-bottom: 10px;}
#box8 {order: 2; width: 80%; margin: 0 auto; margin-bottom: 10px;}
#box9 {order: 3; width: 80%; margin: 0 auto; }

.mobilehide { display: none; }

@media (min-width : 321px) and (max-width : 759px) {
	.mobilehide {display: none;}

	#indexbackground {
		background: url(images/background_760.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: absolute;
		min-height: 100%;
		width: 100%;
		overflow:hidden;
		order: 1;
	}

}

	@media (min-width : 760px) and (max-width : 1026px) {
		.mobilehide { display: block; }

		#mobilemenu h3    { display: none; }
		#mobilemenu div   { display: none; }
		.mobilemenuoptions {display: none;}
		.mobilemenusubheader {display: none;	}
		.mcmsh {display: none;}
		.mobilemenushrink {}
		.mobilemenuoptionsblock {display: none;}
		
		#indexbackground {
			background: url(images/background_1024.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		
		#header {
			display: flex;
			flex-direction: column;
			justify-content: left;
			align-items: stretch;
			align-content: stretch;
			margin: 40px 40px 20px 40px;
		}
		
		div#nHeaderBackground {display: none;	}
		#mobilemenu{display: none;
		}
		#headerlogo {
			order: 1;
			background: url(images/Logo_sm.png) no-repeat;
			width: 556px;
			display: block;
			margin: 0 auto;
		}
		
		#indexcenterpagewrap1 {
			display: flex;
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-flex-direction: row;
			flex-direction: row;
			justify-content: center;
			align-items: stretch;
			align-content: stretch;
			position: relative;
			width: 100%;
			margin-top: 10px;
		}

		#indexcenterpagewrap2 {
			display: flex;
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-flex-direction: row;
			flex-direction: row;
			justify-content: center;
			align-items: stretch;
			align-content: stretch;
			position: relative;
			width: 100%;
		}
		
		.box {
			width: 180px;
			height: 100px;
			font-size: 1.5em;
			line-height: 1.15em;
			font-weight: normal;
			color: #fff;
			padding: 20px 20px 0px 20px;
			margin: 15px;
		}
		
		#indexfooterwrap {
				display: flex;
				align-self: flex-end;
				-webkit-flex-wrap: nowrap;
				flex-wrap: nowrap;
				-webkit-flex-direction: row;
				flex-direction: row;
				justify-content: center;
				align-items: stretch;
				align-content: stretch;
				position: relative;
				width: 100%;
				background-color: #9f9f9f;
				margin-top: 50px;
				color: #fff;
				line-height: 1.25em;
				padding: 10px 0px 12px 0px;
			}	

		#box7 {order: 1; margin-left: 20px; margin-right: 10px;}
		#box8 {order: 2; margin-right: 10px;}
		#box9 {order: 3;}
		
		div#mainmenuwrap {
			display: block;
			margin: 18px 0px 10px 0px;
			width: 100%;
			margin-top: 0px;
			float: left;
		}
		

		
		nav ul {
			display: inline;
			height: 21px;
			float: left;
			margin-top: 0;
						padding: 0 0 0 2%;
		}

		nav ul li {
			display: inline-block;
			list-style-type: none;
		}
			
		nav ul li a {
			padding: 0.1em 0.70em;
			color: #fff;
			font-size: 1.0em;
			font-weight: normal;
			text-decoration: none;
			float: left;
			line-height: 14px;
			border-right: 2px solid #ccc;
		}
	}

		@media (min-width : 1025px) and (max-width : 1401px) {
			.mobilehide { display: block; }
			#mobilemenu h3    { display: none; }
			#mobilemenu div   { display: none; }
			.mobilemenuoptions {display: none;}
			.mobilemenusubheader {display: none;	}
			.mcmsh {display: none;}
			.mobilemenushrink {}
			.mobilemenuoptionsblock {display: none;}
			
			#indexbackground {
				background: url(images/background_1440.jpg) no-repeat center center fixed; 
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
			}
			
			#header {
				display: flex;
				flex-direction: column;
				justify-content: left;
				align-items: stretch;
				align-content: stretch;
				margin: 40px 40px 20px 40px;
			}
			
			div#nHeaderBackground {display: none;	}
			#mobilemenu{display: none;
			}
			#headerlogo {
				order: 1;
				background: url(images/Logo_sm.png) no-repeat;
				width: 556px;
				display: block;
				margin: 0 auto;
			}

			#indexcenterpagewrap1 {
				display: flex;
				-webkit-flex-wrap: nowrap;
				flex-wrap: nowrap;
				-webkit-flex-direction: row;
				flex-direction: row;
				justify-content: center;
				align-items: stretch;
				align-content: stretch;
				position: relative;
				width: 100%;
				margin-top: 10px;
			}

			#indexcenterpagewrap2 {
				display: flex;
				-webkit-flex-wrap: nowrap;
				flex-wrap: nowrap;
				-webkit-flex-direction: row;
				flex-direction: row;
				justify-content: center;
				align-items: stretch;
				align-content: stretch;
				position: relative;
				width: 100%;
			}
			
			.box {
				width: 250px;
				height: 150px;
				font-size: 1.5em;
				line-height: 1.15em;
				font-weight: normal;
				color: #fff;
				padding: 20px 20px 0px 20px;
				margin: 15px;
			}
			
			#indexfooterwrap {
				display: flex;
				align-self: flex-end;
				-webkit-flex-wrap: nowrap;
				flex-wrap: nowrap;
				-webkit-flex-direction: row;
				flex-direction: row;
				justify-content: center;
				align-items: stretch;
				align-content: space-around;
				position: relative;
				width: 100%;
				background-color: #9f9f9f;
				margin-top: 50px;
				color: #fff;
				line-height: 1.25em;
				padding: 10px 0px 12px 0px;
				}	

			#box7 {order: 1; margin-left: 5%; margin-right: 10%; width: 25%}
			#box8 {order: 2; margin-right: 10%; width: 25%}
			#box9 {order: 3; width: 25%}
			
			div#mainmenuwrap {
				display: block;
				order: 2;
				margin: 18px 0px 10px 0px;
			    float: left;
				margin-top: 0px;
			width: 100%;
			}

			nav ul {
				display: inline;
				height: 21px;
				float: left;
				margin-top: 0;
						padding: 0 0 0 2%;
			}

			nav ul li {
				display: inline-block;
				list-style-type: none;
			}
				
			nav ul li a {
				padding: 0.1em 0.70em;
				color: #fff;
				font-size: 1.15em;
				font-weight: normal;
				text-decoration: none;
				float: left;
				line-height: 14px;
				border-right: 2px solid #ccc;
			}
		}
	
			@media (min-width : 1401px) and (max-width : 1682px) {
						.mobilehide { display: block; }
				#mobilemenu h3    { display: none; }
				#mobilemenu div   { display: none; }
				.mobilemenuoptions {display: none;}
				.mobilemenusubheader {display: none;	}
				.mcmsh {display: none;}
				.mobilemenushrink {}
				.mobilemenuoptionsblock {display: none;}
				
				#indexbackground {
					background: url(images/background_1680.jpg) no-repeat center center fixed; 
					-webkit-background-size: cover;
					-moz-background-size: cover;
					-o-background-size: cover;
					background-size: cover;
				}
				
				#header {
					display: flex;
					flex-direction: row;
					justify-content: left;
					align-items: stretch;
					align-content: stretch;
					margin: 40px 40px 40px 40px;
				}
				
				div#nHeaderBackground {display: none;	}
				#mobilemenu{display: none;
				}
				#headerlogo {
					order: 1;
					background: url(images/Logo_sm.png) no-repeat;
					width: 556px;
					display: block;
				}
				
				#indexcenterpagewrap1 {
					display: flex;
					-webkit-flex-wrap: nowrap;
					flex-wrap: nowrap;
					-webkit-flex-direction: row;
					flex-direction: row;
					justify-content: center;
					align-items: stretch;
					align-content: stretch;
					position: relative;
					width: 100%;
					margin-top: 10px;
				}

				#indexcenterpagewrap2 {
					display: flex;
					-webkit-flex-wrap: nowrap;
					flex-wrap: nowrap;
					-webkit-flex-direction: row;
					flex-direction: row;
					justify-content: center;
					align-items: stretch;
					align-content: stretch;
					position: relative;
					width: 100%;
				}
				
				
				.box {
					width: 260px;
					height: 150px;
					font-size: 1.5em;
					line-height: 1.15em;
					font-weight: normal;
					color: #fff;
					padding: 20px 20px 0px 20px;
					margin: 15px;
				}
				
				#indexfooterwrap {
					display: flex;
					align-self: flex-end;
					-webkit-flex-wrap: nowrap;
					flex-wrap: nowrap;
					-webkit-flex-direction: row;
					flex-direction: row;
					justify-content: center;
					align-items: stretch;
					align-content: space-around;
					position: relative;
					width: 100%;
					background-color: #9f9f9f;
					margin-top: 100px;
					color: #fff;
					line-height: 1.25em;
					padding: 10px 0px 12px 0px;
					}	

				#box7 {order: 1; margin-left: 5%; margin-right: 10%; width: 25%}
				#box8 {order: 2; margin-right: 10%; width: 25%}
				#box9 {order: 3; width: 25%}
				
				div#mainmenuwrap {
					display: block;
					order: 2;
					margin: 18px 0px 0px 0px;
					float: left;
			width: 100%;
				}
				
				nav ul {
					display: inline;
					height: 21px;
					float: left;
					margin-top: 0;
						padding: 0 0 0 2%;
				}

				nav ul li {
					display: inline-block;
					list-style-type: none;
				}
					
				nav ul li a {
					padding: 0.1em 0.70em;
					background-color: transparent;
					color: #fff;
					font-size: 1.15em;
					font-weight: normal;
					text-decoration: none;
					float: left;
					line-height: 14px;
					border-right: 2px solid #ccc;
				}
			}
			
			
				@media (min-width : 1682px) and (max-width : 1922px) {
							.mobilehide { display: block; }
					#mobilemenu h3    { display: none; }
					#mobilemenu div   { display: none; }
					.mobilemenuoptions {display: none;}
					.mobilemenusubheader {display: none;	}
					.mcmsh {display: none;}
					.mobilemenushrink {}
					.mobilemenuoptionsblock {display: none;}
					
					#indexbackground {
						background: url(images/background_1920.jpg) no-repeat center center fixed; 
						-webkit-background-size: cover;
						-moz-background-size: cover;
						-o-background-size: cover;
						background-size: cover;
					}
					
					#header {
						display: flex;
						flex-direction: row;
						justify-content: left;
						align-items: stretch;
						align-content: stretch;
						margin: 40px 40px 100px 40px;
					}
					
					div#nHeaderBackground {display: none;	}
					#mobilemenu{display: none;
					}
					#headerlogo {
						order: 1;
						background: url(images/Logo_sm.png) no-repeat;
						width: 556px;
						display: block;
					}
					
					#indexcenterpagewrap1 {
						display: flex;
						-webkit-flex-wrap: nowrap;
						flex-wrap: nowrap;
						-webkit-flex-direction: row;
						flex-direction: row;
						justify-content: center;
						align-items: stretch;
						align-content: stretch;
						position: relative;
						width: 100%;
						margin-top: 10px;
					}

					#indexcenterpagewrap2 {
						display: flex;
						-webkit-flex-wrap: nowrap;
						flex-wrap: nowrap;
						-webkit-flex-direction: row;
						flex-direction: row;
						justify-content: center;
						align-items: stretch;
						align-content: stretch;
						position: relative;
						width: 100%;
					}
					
					.box {
						width: 260px;
						height: 150px;
						font-size: 1.5em;
						line-height: 1.15em;
						font-weight: normal;
						color: #fff;
						padding: 20px 20px 0px 20px;
						margin: 15px;
					}
					
					#indexfooterwrap {
						display: flex;
						align-self: flex-end;
						-webkit-flex-wrap: nowrap;
						flex-wrap: nowrap;
						-webkit-flex-direction: row;
						flex-direction: row;
						justify-content: center;
						align-items: stretch;
						align-content: space-around;
						position: relative;
						width: 100%;
						background-color: #9f9f9f;
						margin-top: 100px;
						color: #fff;
						line-height: 1.25em;
						padding: 10px 0px 12px 0px;
						}	

					#box7 {order: 1; margin-left: 5%; margin-right: 10%; width: 25%}
					#box8 {order: 2; margin-right: 10%; width: 25%}
					#box9 {order: 3; width: 25%}
					
					div#mainmenuwrap {
						display: block;
						order: 2;
						margin: 18px 0px 0px 0px;
						float: left;
			width: 100%;
					}
					
					nav ul {
						display: inline;
						height: 21px;
						float: left;
						margin-top: 0;
						padding: 0 0 0 2%;
					}

					nav ul li {
						display: inline-block;
						list-style-type: none;
					}
						
					nav ul li a {
						padding: 0.1em 0.70em;
						background-color: transparent;
						color: #fff;
						font-size: 1.15em;
						font-weight: normal;
						text-decoration: none;
						float: left;
						line-height: 14px;
						border-right: 2px solid #ccc;
					}
				}



					@media (min-width : 1922px) and (max-width : 9999px) {
								.mobilehide { display: block; }
						#mobilemenu h3    { display: none; }
						#mobilemenu div   { display: none; }
						.mobilemenuoptions {display: none;}
						.mobilemenusubheader {display: none;	}
						.mcmsh {display: none;}
						.mobilemenushrink {}
						.mobilemenuoptionsblock {display: none;}


						#indexbackground {
							background: url(images/background_2560.jpg) no-repeat center center fixed; 
							-webkit-background-size: cover;
							-moz-background-size: cover;
							-o-background-size: cover;
							background-size: cover;
						}
						
						#header {
							display: flex;
							flex-direction: row;
							justify-content: left;
							align-items: stretch;
							align-content: stretch;
							margin: 40px 40px 100px 40px;
							
						}
						
						div#nHeaderBackground {display: none;	}
						#mobilemenu{display: none;
						}
						#headerlogo {
							order: 1;
							background: url(images/Logo_sm.png) no-repeat;
							width: 556px;
							display: block;
						}
						
						#indexcenterpagewrap1 {
							display: flex;
							-webkit-flex-wrap: nowrap;
							flex-wrap: nowrap;
							-webkit-flex-direction: row;
							flex-direction: row;
							justify-content: center;
							align-items: stretch;
							align-content: stretch;
							position: relative;
							width: 100%;
							margin-top: 10px;
						}

						#indexcenterpagewrap2 {
							display: flex;
							-webkit-flex-wrap: nowrap;
							flex-wrap: nowrap;
							-webkit-flex-direction: row;
							flex-direction: row;
							justify-content: center;
							align-items: stretch;
							align-content: stretch;
							position: relative;
							width: 100%;
						}
						
						
						.box {
							width: 260px;
							height: 150px;
							font-size: 1.5em;
							line-height: 1.15em;
							font-weight: normal;
							color: #fff;
							padding: 20px 20px 0px 20px;
							margin: 15px;
						}

						#indexfooterwrap {
							display: flex;
							align-self: flex-end;
							-webkit-flex-wrap: nowrap;
							flex-wrap: nowrap;
							-webkit-flex-direction: row;
							flex-direction: row;
							justify-content: center;
							align-items: stretch;
							align-content: space-around;
							position: relative;
							width: 100%;
							background-color: #9f9f9f;
							margin-top: 100px;
							color: #fff;
							line-height: 1.25em;
							padding: 10px 0px 12px 0px;
							}	

						#box7 {order: 1; margin-left: 5%; margin-right: 10%; width: 25%}
						#box8 {order: 2; margin-right: 10%; width: 25%}
						#box9 {order: 3; width: 25%}

						div#mainmenuwrap {
							display: block;
							order: 2;
							margin: 18px 0px 0px 0px;
							float: left;
							width: 100%;
						}
							
						nav ul {
							display: inline;
							height: 21px;
							float: left;
							margin-top: 0;
						padding: 0 0 0 2%;
						}

						nav ul li {
							display: inline-block;
							list-style-type: none;
						}
							
						nav ul li a {
							padding: 0.1em 0.70em;
							background-color: transparent;
							color: #fff;
							font-size: 1.15em;
							font-weight: normal;
							text-decoration: none;
							float: left;
							line-height: 14px;
							border-right: 2px solid #ccc;
						}

					}	
