   .comms-container {
	 margin-top:50px;
}
 .comms-container ul {
	 list-style-type:none;
	 display:grid;
	 grid-template-columns: 3fr 1fr;
	 grid-template-areas: "subject date";
	 padding: 5px 9px 23px;
	 border-bottom: 1px solid #ddd;
	 grid-gap:0 30px;
}
 .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;
}
 @media only screen and (max-width: 600px) {
	 .comms-container ul {
		 display:block;
	}
}

h2.campus-climate-survey {
    width: 443px;
    height: 72px;
    background-image: url(/institutional_diversity/assets/css/"");
    background-repeat: no-repeat;
    background-size: 443px 72px;
    margin: 0 0 40px 0;
    text-indent: -9999px;
}

ul.contact {
    display:inline-block;
    margin:15px 0 0 0;
    list-style-type:none;
    width: 100%;
    padding-left: 0px;
}
ul.contact li:nth-child(1) {
    float: left;
    padding: 0 15px 10px 0;
    margin:0;
}
ul.contact li:nth-child(2) {
	 margin:0;
	 text-decoration:none;
	 border:none;
	 font-size:1.5em;
}
ul.contact li:nth-child(3) {
	 text-transform: uppercase;
	 font-size: 0.9em;
	 letter-spacing: 1px;
	 font-weight:normal;
}
img.contact {
	 float: left;
	 padding: 0 15px 10px 0;
}

dt {
    font-weight:bold;
    margin-top:8px;
}
dd {
    margin:0;
    padding-left:6px;
}
div ul { padding-left:26px; }
#listenToBox { margin-bottom:24px; }
img.speaker {
    margin-left:15px;
    margin-bottom:10px;
}
#listenToBox img { padding-right:5px; }
#listenToBox p {
    margin:0;
    padding:0 10px 0 0;
    float:left;
}