  .comms-container {
	 margin-top:50px;
}
 .comms-container ul {
	 list-style-type:none;
	 display:grid;
	 grid-template-columns: 3fr 2fr 1fr 4fr;
	 grid-template-areas: "subject date to from";
	 padding: 5px 9px 23px;
	 border-bottom: 1px solid #ddd;
	 grid-gap:0 20px;
}
 .comms-container ul:nth-of-type(1) {
	 background-color: #ddd;
	 border-bottom: none;
	 margin-bottom: 2px;
	 padding-bottom: 1px;
}
 .comms-container ul:nth-of-type(1) li {
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-size: .8em;
	 padding: 0;
	 margin-bottom: 5px;
}
 .comms-container ul:last-of-type {
	 border-bottom:none;
}
 .comms-container li {
}
 .comms-container li:nth-of-type(1) {
	 grid-area:subject;
}
 .comms-container li:nth-of-type(2) {
	 grid-area:date;
}
 .comms-container li:nth-of-type(3) {
	 grid-area:to;
}
 .comms-container li:nth-of-type(4) {
	 grid-area:from;
}
 @media only screen and (max-width: 600px) {
	 .comms-container ul {
		 display:block;
	}
}

div.contact {
	 display:grid;
	 grid-template-areas: "img p";
	 grid-template-columns:1fr 4fr;
	 grid-gap:20px;
	 margin-bottom:20px;
}
div.contact img {
	 grid-area:img;
}
div.contact p {}
div.contact p a {}
div.contact p:nth-child(1), div.contact-no-pic p:nth-child(1) {
	margin:0;
	font-size:1.5em;
	line-height:1em;
	padding-bottom:5px;
}
div.contact p:nth-child(2), div.contact-no-pic p:nth-child(2) {
	 text-transform: uppercase;
	 font-size: 0.9em;
	 letter-spacing: 1px;
	 font-weight:normal;
}
div.contact p:nth-child(3) {}

div.contact-no-pic {
	 display:block;
	 margin-bottom:30px;
}

td {vertical-align:top;}

.indent20px { padding-left: 20px; }
#cvBox dd {
  margin-left: 5px;
  font-size: .92em;
}
#cvBox dt { padding: 10px 0 1px 0; }
#handbookNav {
  padding: 2px 5px;
  margin: 10px 0;
  clear: both;
  border: 1px solid #ccc;
}
.rowtint td { background-color: #eee; }

@media only screen and (min-width: 768px) {
h2#facultyProfilesTitle {
  background: url(/dean_of_faculty/assets/images/faculty-lineup.jpg) -15px 0 no-repeat;
  background-size: cover;
  padding: 150px 0 15px 15px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
}
#ios_video { display: none; }
 @media only screen and (max-width: 999px) {
/* rules that only apply for canvases narrower than 1000px */
}
 @media only screen and (device-width: 768px) and (orientation: landscape) {
/* rules for iPad in landscape orientation */
#ios_video { display: block; }
#streaming_video { display: none; }
}
 @media only screen and (device-width: 768px) {
/* rules for iPad in landscape orientation */
#ios_video { display: block; }
#streaming_video { display: none; }
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* iPhone, Android rules here */
#ios_video { display: block; }
#streaming_video { display: none; }
}

/* Jump menu */
.jumpmenu {
	display: block;
	font-size: inherit;
	font-family: inherit;
	color: #333;
	line-height: 1.3;
	padding: .4em 1.4em .3em .6em;
	width: 200px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.jumpmenu::-ms-expand {
	display: none;
}
.jumpmenu:hover {
	border-color: #888;
}
.jumpmenu:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(0,0,0, .1);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.jumpmenu option {
	font-weight:normal;
}