  td {vertical-align:top;}

#contact ul {
padding: 0;
list-style: none;
}
#contact li {
margin: 12px 0;
}
#contact li#cus-call {background: url(https://www.reed.edu/it/help/assets/images/contact-icons-black/phone.png) 0 50% no-repeat; padding-left: 23px; background-size: 16px;}
#contact li#cus-email a {background: url(https://www.reed.edu/it/help/assets/images/contact-icons-black/envelope.png) 0 50% no-repeat; padding-left: 23px; background-size: 16px;}
#contact li#cus-chat-online {background: url(https://www.reed.edu/it/help/assets/images/contact-icons-black/comments.png) 0 50% no-repeat; padding-left: 23px; background-size: 16px;}

/*---- CONTENT ----*/
#pageNav {
    float: right;
    width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 20px;
    background: #eee url(https://www.reed.edu/global_assets/images/gradient/v.100px.fff-trans.100.png) top repeat-x;
}
#pageNav h3 { margin-top: 0;}
#pageNav ul { padding-left: 1.5em; }

/*------------------*/
/*-- MISC CLASSES --*/
/*------------------*/
.Note, .note {
    display: block;
    width: 75%;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 12px 17px;
    margin: 1em auto;
}
.Quote, .quote {
    margin-right: 4em;
    margin-left: 4em;
}
.Application, .application {
    font-style: italic;
}
.Image, .image {
    margin-top: 3px;
    margin-bottom: 3px;
}
.MenuBoxSelection {
    font-weight: bold;
}
.User, .user {
    font-family: "Courier New", Courier, mono;
}
a.helpVidLink {
    padding: 5px 7px 5px 22px;
    background: #eee url(https://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/film.png) 3px 50% no-repeat;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.helpVidHidden {display: none;}

/*-- PANOPTO EMBED CODE RESPONSIVE --*/
.embed-container { 
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*-----------------*/
/*-- FORMS --*/
/*-----------------*/
.required {
	 font-weight:bold;
	 color: #EB0000;
}