html { 
	height: 100%;
	margin-bottom: 1px;
	margin-top: 0px;
	overflow-y: scroll;
		font-size: 22px;
}

body { 
	background-color: #fff;
	color: #222222;
	position: relative; 
	margin: 0px;

	line-height: 1.125em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: fit-content;
}


div#Shadow
{
width:980px;
height: 100px; 
margin: 0 auto; 
padding: 0px 0px 0px 0px; 
text-align: center;
background-color:transparent;
border-width: 0px;
border-color: #fff;
border-style: solid;
text-decoration: none;
background: url(../Images/Shadow.png) scroll repeat-x;
background-position: top right;
z-index: 10;
}


div#background1
{
width:100%;
height: 105px; 
margin: 0 auto; 
padding: 0px 0px 0px 0px; 
text-align: center;
background-color:#8f8f8f;
text-decoration: none;
background: url(../images/background.jpg) scroll;
background-repeat: no;
background-position: top center;
z-index: 10;
border-bottom: 6px solid #d5d5d5;
box-shadow: inset 0px 16px 8px -10px rgba(0,0,0,0.75);
}

div#background2
{
width:100%;
height: 105px; 
margin: 0 auto; 
padding: 0px 0px 0px 0px; 
text-align: center;
background-color:#8f8f8f;
text-decoration: none;
background: url(../images/background_2.jpg) scroll;
background-repeat: no;
background-position: top center;
z-index: 10;
border-bottom: 6px solid #d5d5d5;
box-shadow: inset 0px 16px 8px -10px rgba(0,0,0,0.75);
}

div#background3
{
width:100%;
height: 105px; 
margin: 0 auto; 
padding: 0px 0px 0px 0px; 
text-align: center;
background-color:#8f8f8f;
text-decoration: none;
background: url(../images/background_3.jpg) scroll;
background-repeat: no;
background-position: top center;
z-index: 10;
border-bottom: 6px solid #d5d5d5;
box-shadow: inset 0px 16px 8px -10px rgba(0,0,0,0.75);
}

div#background4
{
width:100%;
height: 105px; 
margin: 0 auto; 
padding: 0px 0px 0px 0px; 
text-align: center;
background-color:#8f8f8f;
text-decoration: none;
background: url(../images/background_4.jpg) scroll;
background-repeat: no;
background-position: top center;
z-index: 10;
border-bottom: 6px solid #d5d5d5;
box-shadow: inset 0px 16px 8px -10px rgba(0,0,0,0.75);
}

div#background5
{
width:100%;
height: 105px; 
margin: 0 auto; 
padding: 0px 0px 0px 0px; 
text-align: center;
background-color:#8f8f8f;
text-decoration: none;
background: url(../images/background_5.jpg) scroll;
background-repeat: no;
background-position: top center;
z-index: 10;
border-bottom: 6px solid #d5d5d5;
box-shadow: inset 0px 16px 8px -10px rgba(0,0,0,0.75);
}

/** HEADER **/
	header {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		/**background-color: #65aaaf;**/
		background: linear-gradient(black, #32006e);
		padding: 15px 20px 10px 20px;
		text-align: center;
	}

	#HeaderText {
		margin: 10px 50px;
		order: 2;
		line-height: 1.85em;
		font-size: 1.05em;
	}
	
	a#HeaderUWLogo:link,a#HeaderUWLogo:active,a#HeaderUWLogo:visited {
		order: 3;
		min-width: 100px;
		min-height: 40px;
		background: url("../images/UW_logo_grad.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	a#HeaderUWLogo:hover {
		background: url("../images/UW_logo_grad-y.png");
				background-repeat: no-repeat;
		background-size: contain;
		transition: 1s;
	}
	
	
	a#HeaderAcronymn:link,a#HeaderAcronymn:active,a#HeaderAcronymn:visited {
		display: flex;
		
		order: 1;
		width: fit-content;
		height: fit-content;
		font-size: 2.0em;
		font-weight: bold;
		color: #ccc;
		border: 3px #ccc solid;
		padding: 10px 6px 11px 5px;
		border-radius: 0px 0px  15px 0px;
		margin: 0px;
		background-color: transparent;
	}
	
	a#HeaderAcronymn:hover {
		background-color: #222;
		color: #fff;
		transition: 1s;
	}

	img.photo {
		border: 5px #ccc solid;
		border-radius: 0px 0px 55px 0px;
		margin: 0 auto;
		width: 80%;
		max-width: 600px;
	}
		


	#MainMenuWrap {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		width: auto;
		background-color: #545454;
		flex-wrap: wrap;
		padding-bottom: 6px;
	}
	
	a.MainMenuOption:link, a.MainMenuOption:visited, a.MainMenuOption:active  {
		padding: 8px 10px 10px 10px;
		color: #fff;
		background-color: #444;
		border: 0px #ccc solid;
		margin: 6px 3px 0px 3px;
		border-radius: 0px 0px 10px 0px;
		font-size: 1.0em;
	}
	
	a.MainMenuOption:hover {
		background-color: #000;
		transition: background-color 1s;
	}
	
/** INDEX **/

	#PageWrap {
		background-color: #fff;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}

	.IndexRowWrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: auto;
	}
	
	
	
	.RowWrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		width: auto;
	}
	
	.yellowhead {
		background-color: #343275;
		width: 250px;
		color: #fff;
		font-weight: bold;
		padding: 10px 20px;
		
	}
	a.option:link,a.option:visited, a.option:active {
		width: 150px;
		height: 30px;
		padding: 20px;
		color: #fff;
		text-align: center;
		background-color: #888;
		margin: 10px 10px;
		font-weight: bold;
	}
	
	a.option:hover {
		background-color: #343275;
		color: #fff;
	}
	
	em.subtitle {
		font-family: 'Open Sans', sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 2.50em;
		line-height: 1.05em;
		color: #fff;
		padding-bottom: 25px;
		max-width: 1200px;
		display: inline-block;
		
	}
	
	em.subtitle span {
		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-style: normal;
		font-size: 1.00em;
		color: #ccc;
		padding-bottom: 25px;
	}
	
	em.title {
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		font-style: normal;
		font-size: 4.20em;
		color: #fff;
		padding-right: 15px;
	}
	
	.PictureBox {
		order: 1;
		width: 400px;
		height: 272px;
		Margin: 20px 0px 20px 20px;
		border: solid 12px #e8e3d3;
	}
	
	figure {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}	
	
	
	figure img {
		border: 5px solid #ccc;
		width: 290px;
	}
	
	figcaption {
		background-color: #ccc;
		font-size: 0.85em;
		text-align: center;
		padding: 0px 5px 5px 5px;
	}
	
	.BorderNormal {border: solid 12px #e8e3d3;}
	
	#IndexPictureBox {
		order: 2;
		background: url(../images/index_image.jpg) scroll no-repeat;
		width: 420px;
		height: 320px;
		Margin: 20px 20px 20px 20px;
		border: solid 12px #e8e3d3;
		}
	


	.SubDescriptionBox {
		order: 1;		
		background-color: transparent;
		flex: 2;
		padding: 10px 50px 20px 0px;
		border-top: #85754d solid 0px;
		Margin: 20px 20px 0px 0px;
	}	
		
	.SubDescriptionBox p {
		margin-left: 36px;
	}	

	.SubDescriptionBox ul {
		margin-left: 36px;
	}			
	
	a.button_lg:link, a.button_lg:visited, a.button_lg:active {
		background-color: #343275;
		font-size: 1.40em;
		font-weight: bold;
		color: #ffffff;
		padding: 10px 20px 10px 20px;
		margin-top: 20px;
		width: 200px;
		line-height: 1.25em;
		text-align: center;
		display: block;
		border: solid 6px #e8e3d3;
		text-transform: uppercase;
	}
	
	a.button_lg:hover {
				background-color: #222222;
	}
	
	#IndexDescriptionBox {
		order: 1;		
		background-color: transparent;
		flex: 1;
		padding: 10px 50px 20px 50px;
		border-top: #85754d solid 0px;
		Margin: 0px 20% 0px 20%;
		line-height: 1.55em;
	}
	
	#MainBox {
		order: 1;		
		background-color: transparent;
		flex: 1;
		padding: 10px 50px 20px 50px;
		border-top: #85754d solid 0px;
		Margin: 20px 20px 0px 20px;
		min-height: 500px;
	}
	
	#IndexEventsBox {
		order: 1;
		height: 320px;
		width: 520px;
		background-color: transparent;
		flex: 1;
		padding: 10px 20px 10px 20px;
		border-top: #85754d solid 12px;
		Margin: 20px 50px 20px 50px;
	}
	
	#IndexFeaturedProjectBox {
		order: 2;
		flex: 2;
		padding: 10px 20px 10px 20px;
		border-top: #85754d solid 12px;
		Margin: 20px 50px 20px 50px;
	}
	
	#IndexFeaturedPublicationBox {
		order: 3;
		flex: 2;
		background-color: transparent;
		padding: 10px 20px 10px 20px;
		border-top: #85754d solid 12px;
		Margin: 20px 50px 20px 50px;
	}

	a.ReadMore:link, a.ReadMore:visited, a.ReadMore:active {
		background-color: #85754d;
		padding: 5px 10px 5px 10px;
		color: #fff;
		font-size: 0.85em;
		float: right;
	}
	
	a.ReadMore:hover {
		background-color: #4b2e83;
		color: #fff;
	}
	
	.question_wrap {
		background-color: #ddd;
		padding: 25px;
		margin-top: 25px;
	}
	
	.question_wrap h2 {
		margin-top: 0px;
	}
	
	a.download:link,a.download:visited, a.download:active {
		width: 300px;
		height: 20px;
		padding: 10px;
		color: #fff;
		text-align: center;
		background-color: #888;
		margin: 10px 10px 30px 10px;
		font-weight: bold;
		display: block;
	}
	
	a.download:hover {
		background-color: #87754D;
		color: #fff;
	}
	
	#nextwrap {
		
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: nowrap;
	}
	
	a#nexttier {
		display: block;
		margin-top: 25px;
		background-color: #cfc;
		padding: 25px 25px 25px 25px;
		margin-left: 5px;
		width: 120px;
		font-size: 2.0em;
		text-align: center;
		order: 2;
	}
	
	a#prevtier {
		display: block;
		margin-top: 25px;
		background-color: #ccf;
		padding: 25px 25px 25px 25px;
		margin-right: 5px;
		width: 120px;
		font-size: 2.0em;
		text-align: center;
		order: 1;
	}
	
	a#prevtier:hover {
		background-color: #4b2e83;	
		color: #fff;
	}
	
	a#nexttier:hover {
		background-color: #4b2e83;	
		color: #fff;
	}
	
	
	a.h2 {
		font-size: 1.40em;
		line-height: 1.50em;
		color: #85754d;
		background-color: #ddd;
		padding: 25px;
		margin-top: 25px;
		display: block;
	}
	
	a.h2:hover {
		color: #fff;
		background-color: #85754d;
	}
	
	.circle {
	border-radius: 50%;
	width: 50px;
	height: 50px; 
	border: 6px #888 solid;

	}
	
	
	div.program {
	background-color: #e8e3d3;
	color: #000; 
	padding: 20px;
	}
	
	div.program h3 {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	div.program div.program_flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	div.program div.program_flex p {
		background-color: #85754d;
		color: #fff;
		padding: 20px 20px 20px 20px;
		margin: 10px 20px;
		width: 40%;
	}
	
	div.program div.program_flex p b {
		font-size: 1.75em;
	}
	
	ul {
		line-height: 1.55em;
	}
	
	ul li {
		margin-bottom: 10px;
		padding-left: 5px;
		font-size: 1.15em;
	}
	
	.events {
		margin-left: 20px;
	}
	
	.memberwrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
		margin: 15px 0px 15px 0px;
	}
	
	.memberwrap img {
		width: 100px;
		height: 100px;
		order: 1;
		border: 5px solid #ccc;
	}
	
	.memberwrap div {
		height: 100px;
		order: 2;
		flex-grow: 2;
		padding: 10px 20px 0px 20px;
		width: 90%;
		max-width: 780px;
		line-height: 0.85em;
		font-size: 1.00em;
		background-color: #eee;
	}
	
	.memberwrap div p {
		margin: 0px 0px 5px 0px;
		padding: 0;
		font-size: 0.90em;
	}
	
	.memberwrap div p em {
		font-size: 1.25em;
		font-style: normal;
	}
	
	.memberwrap div span {
		font-size: 0.75em;
		font-style: normal;
	}
	
/** LANGUAGES **/	

div.flex_row {
	display: flex;
	flex-direction: row;
}

div.flex_row div {
	width: 45%;
}
		
/** FACULTY **/
table.faculty tr td {
	vertical-align: top;
	border-bottom: 1px #ccc solid;

	padding-bottom: 15px;
	padding-top: 5px;
}

table.faculty tr th {
	vertical-align: top;
	border-bottom: 1px #ccc solid;
	padding-bottom: 15px;
	padding-top: 5px;
}

table.faculty tr td.title {
	padding-right: 10px;
}

table.faculty tr td.languages {
	padding-right: 10px;
}

table.faculty tr td.name {
	padding-right: 10px;
}

a.GS img {width:13px;}

a.GS:link, a.GS:visited, a.GS:active {background-color: #eee; border-radius: 25px; padding: 4px 2px 0px 2px;}

a.GS:hover {background-color: #aaa;}



/** REQUIREMENTS **/	

h2.li {
	font-size: 1.25em;
	font-weight: bold;
	Color: #3b2b64;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

ol  li { 
  margin: 0px 0px 20px 0px;
  text-align: left;
}

ol ol {
	list-style-type: lower-alpha; 
}

ol ol li {
	margin: 10px 0px 5px 0px;
  text-align: left;
}

ol ul {
	margin: 10px 0px 5px 0px;
  text-align: left;
}

ol ul li {
	margin: 0px 0px 0px 0px;
   text-align: left;
   line-height: 1.50em;
   font-size: 1.0em;
}


ol li ul li {
	margin: 0px 0px 0px 0px;
   text-align: left;
   line-height: 1.50em;
   font-size: 1.0em;
}

div.footnotes {
	padding: 10px;
	background-color: #eee;
	}


div.footnotes ol  li{
	margin: 0px 0px 5px 0px;
  text-align: left;
	font-size: 0.85em;
}

	
/** FOOTER **/

	footer {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		background-color: #ffffff;
		text-align: center;
		padding: 10px;
		font-size: 20px;
		color: #666;
		margin-top: 40px;
		width:auto;
	}
	
	
	footer div {
		border-right: 1px #ccc solid;
		padding-right: 6px;
		margin-right: 6px;
	}
	

	

/** Capstones **/

div.Capstones h2 {
	margin-top: 60px;
	font-size: 16px;
}

div.Capstones h3 {
	font-size: 16px;
}

div.Capstones p {
border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
}
	
/** GENERAL FONTS **/

	h1 {
		font-size: 2.0em;
		line-height: 1.25em;
		color: #333;
	}
	
	h2 {
		font-size: 2.00em;
		line-height: 1.65em;
		background-color: #343275;
		color: #fff;
		padding: 15px 30px;
	}	
	
	h3 {
		font-size: 1.80em;
		line-height: 1.50em;
		color: #343275;
	}
	
	h4 {
		font-size: 1.15em;
		color: #333;
	}
	
	p {
		font-size: 1.0em;
		line-height: 1.45em;
	}
	
	a:link, a:visited, a:active {color: #367f84; font-weight: bold; text-decoration:none; border: none;}
	a:hover  {color: #333; font-weight: bold; text-decoration:none; border: none;}
	
	
	a.purple_button:link,a.purple_button:visited, a.purple_button:active { 
background-color: #3B2B64;
 color: #fff;
 font-weight: bold;
 display: inline-block;
 padding: 10px;
 border: 5px solid #ccc;
 border-radius: 0px 0px 15px 0px;
}


a.purple_button:hover { 
background-color: #000;
transition: 1s;

}

div#MainMenuWrapMobile {display: none;}
			
	
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/


		@media (min-width : 1px) and (max-width : 599px) {
			
			em.subtitle {

				font-style: normal;
				font-size: 1.35em;
				line-height:1.25em;
			
				padding-bottom: 10px;
				padding-top: 10px;
			}
			
			
			div#MainMenuWrap {
				display: none;
			}
			
			div#MainMenuWrapMobile {
				display: flex;
				display: -webkit-flex;
				flex-direction: column;
				justify-content: center;
				flex-wrap: nowrap;
				width: auto;
				background-color: #888;
			}
			
			.menu-toggle {
			  cursor: pointer;
			  background-color: #333;
			  color: #fff;
			  padding: .5rem 1rem;
			  display: flex;
			  flex-direction: row;
			  justify-content: space-between;
			  align-items: center;
			}
			
	

			.menu-checkbox {
			  display: none;
			}

			.mobile-nav {
			  display: none;
			  transition: 1s;
			}

			.menu-checkbox:checked ~ .mobile-nav {
		
			  display: flex;
				display: -webkit-flex;
				flex-direction: column;
				justify-content: center;
				flex-wrap: nowrap;
				width: auto;
				background-color: #888;
				transition: 1s;
			}

			
			
			a.MainMenuOption:link, a.MainMenuOption:visited,a.MainMenuOption:active  {
				padding: 10px 15px 12px 15px;
				color: #fff;
				background-color: #888;
				text-align: center;
				border-top: 1px solid #fff;
				margin:0px;
			}
			
			a.MainMenuOption:hover {
				background-color: #333;
			}
			
			#IndexPictureBox {
				display: none;
			}
			
			#DennyPictureBox {
				display: none;
			}
			
			#IndexDescriptionBox {
				order: 1;		
				background-color: transparent;
				flex: 2;
				padding: 0px 10px 20px 10px;
				border-top: #85754d solid 0px;
				Margin: 0;
				line-height: 1.15em;
				width: 90%
			}
	
			h1 {
				font-size: 1.5em;
				line-height: 1.25em;
				color: #333;
			}
			
			h2 {
				font-size: 1.15em;
				line-height: 1.50em;
				color: #fff;
			}
			
			
			.memberwrap img {
					width: 100px;
					height: 100px;
					order: 1;
					border: 5px solid #ccc;
			}
				
			.memberwrap div {
				height: auto;
				order: 2;
				flex-grow: 2;
				padding: 10px 20px 10px 20px;
				width: 90%;
				max-width: 300px;
				line-height: 0.85em;
				font-size: 1.00em;
				background-color: #eee;
			}
			
			header {
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
			
			#HeaderText {
				margin: 10px 0px;
				order: 2;
			}
			
			#HeaderSpacer {
				display: none;
			}
			
			#HeaderLogoWrap {
				justify-content: center;
				width: auto;
				height: auto;
				padding-bottom: 20px;
			}
			
		
			
			div.flex_row {
				display: flex;
				flex-direction: column;
			}

			div.flex_row div {
				width: auto;
				text-align: center;
				line-height: 2.0em;
				font-size: 1.5em;
				
			}
			
				footer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		background-color: #ffffff;
		text-align: center;
		padding: 10px;
		font-size: 16px;
		color: #666;
		margin-top: 40px;
		width:auto;
	}
	
	
	footer div {
		border-right: 0px #ccc solid;
		padding-right: 0px;
		margin-right: 0px;
			
		}
		
		
		@media (min-width : 600px) and (max-width : 800px) {
			
				em.subtitle {
					font-style: normal;
					font-size: 1.30em;
					line-height: 1.3em;
					padding-bottom: 25px;
				}
				
				#Header {
					flex-direction: column;
					justify-content: center;
					align-items: center;
				}
				
				#HeaderText {
					margin: 10px 0px;
					order: 2;
				}
				
				div#MainMenuWrap {
					flex-wrap: wrap;
					padding-bottom: 6px;
				}
				
				a.MainMenuOption:link, a.MainMenuOption:visited, a.MainMenuOption:active  {
					padding: 8px 10px 10px 10px;
					color: #fff;
					font-size: 0.85;
					text-align: center;
					background-color: #333;
					border: 0px #ccc solid;
					margin: 6px 3px 0px 3px;
					border-radius: 0px 0px 10px 0px;
				}
					
				a.MainMenuOption:hover {
					background-color: #000;
				}
				
				
			div.flex_row {
				display: flex;
				flex-direction: column;
			}

			div.flex_row div {
				width: auto;
			}
								
		}
		
		@media (min-width : 801px) and (max-width : 1030px) {
			
				em.subtitle {
					font-style: normal;
					font-size: 1.30em;
					padding-bottom: 25px;
				}
				
				.memberwrap img {
					width: 100px;
					height: 100px;
					order: 1;
					border: 5px solid #ccc;
				}
				
				div#MainMenuWrap {
					flex-wrap: wrap;
					padding-bottom: 6px;
				}
				
				a.MainMenuOption:link, a.MainMenuOption:visited, a.MainMenuOption:active  {
					padding: 8px 10px 10px 10px;
					color: #fff;
					font-size: 0.85;
					text-align: center;
					background-color: #333;
					border: 0px #ccc solid;
					margin: 6px 3px 0px 3px;
					border-radius: 0px 0px 10px 0px;
				}
					
				a.MainMenuOption:hover {
					background-color: #000;
				}
				
				div.flex_row {
					display: flex;
					flex-direction: row;
					justify-content: space-between;
				}

				div.flex_row div {
					width: 45%;
				}
				
		}
		
		
		@media (min-width : 1031px) and (max-width : 1330px) {
			
				em.subtitle {
					font-style: normal;
					font-size: 1.70em;
					padding-bottom: 25px;
				}
				
							div#MainMenuWrap {
					flex-wrap: wrap;
					padding-bottom: 6px;
				}
				
				a.MainMenuOption:link, a.MainMenuOption:visited, a.MainMenuOption:active  {
					padding: 8px 10px 10px 10px;
					color: #fff;
					font-size: 0.85;
					text-align: center;
					background-color: #333;
					border: 0px #ccc solid;
					margin: 6px 3px 0px 3px;
					border-radius: 0px 0px 10px 0px;
				}
					
				a.MainMenuOption:hover {
					background-color: #000;
				}
		}
		