/** IN THE NEWS **/
body.post-type-archive-in-the-news #posts small {
    display: block;
    margin-bottom: 15px;
}
body.post-type-archive-in-the-news #posts a {
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: 1px dotted;
}
body.post-type-archive-in-the-news #posts a:hover {
    text-decoration: none;
    border-color: transparent;
}
body.post-type-archive-in-the-news #posts > li {
    padding-right: 120px;
    font-size: 14px;
}
body.post-type-archive-in-the-news #posts li .headshots {
    float: right;
    margin-right: -120px;
    list-style: none;
}
body.post-type-archive-in-the-news #posts li .headshots li + li {
    margin-top: 10px;
}
/** END: IN THE NEWS **/


/** SPOTLIGHTS/ UM HISTORY **/
body.post-type-archive-old-school #posts li,
body.post-type-archive-um_history #posts li,
body.post-type-archive-spotlight #posts li {
    padding-right: 262px;
    font-size: 14px;
}
body.post-type-archive-old-school #posts li small,
body.post-type-archive-um_history #posts li small,
body.post-type-archive-spotlight #posts li small {
    display: block;
    padding-bottom: 15px;
}
body.post-type-archive-old-school #posts li h3,
body.post-type-archive-um_history #posts li h3 {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.4;
    font-family: 'Archivo Narrow', Arial, Helvetica, sans-serif;
}
body.post-type-archive-old-school #posts li .wp-block-image,
body.post-type-archive-old-school #posts li > img,
body.post-type-archive-um_history #posts li img,
body.post-type-archive-spotlight #posts li img {
    float: right;
    margin-right: -242px;
}
body.post-type-archive-old-school #posts li .wp-block-image {
    max-width: 220px;
}
body.post-type-archive-spotlight #posts li blockquote {
    margin: 0;
    padding: 0;
    color: #ac5600;
    font-weight: bold;
}
body.post-type-archive-spotlight #posts li blockquote p {
    padding: 0;
    font-family: 'Archivo Narrow', sans-serif;
}
body.post-type-archive-old-school #posts li p,
body.post-type-archive-um_history #posts li p,
body.post-type-archive-spotlight #posts li p {
    margin: 0;
    padding: 15px 0 0 0;
}
body.post-type-archive-old-school #posts li > p,
body.post-type-archive-um_history #posts li > p,
body.post-type-archive-spotlight #posts li > p {
    font-family: Georgia, Times, serif;
}
body.post-type-archive-spotlight #posts li > p {
    color: #666;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}
body.post-type-archive-old-school #posts li .more,
body.post-type-archive-um_history #posts li .more,
body.post-type-archive-spotlight #posts li .more {
    color: #695301;
    padding: 15px 0 0 0;
}
body.post-type-archive-old-school #posts li .more:hover,
body.post-type-archive-um_history #posts li .more:hover,
body.post-type-archive-spotlight #posts li .more:hover {
    color: #00274c;
}
/** END: SPOTLIGHTS/ UM HISTORY **/


/** FEATURES **/
body.post-type-archive-feature #posts {
    max-width: 596px;
}
body.post-type-archive-feature #posts li h3.articleTitle {
    margin: 0 0 10px 0;
    padding-top: 10px;
    font-size: 17px;
    font-family: 'Archivo Narrow', Arial, Helvetica, sans-serif;
    line-height: 1.2;
}
body.post-type-archive-feature #posts li .media {
    margin: 15px 0 20px 0;
}
body.post-type-archive-feature #posts li.img-float .media {
    float: left;
    max-width: 60%;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 0;
}
body.post-type-archive-feature #posts li .media .more-images {
    float: right;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #695301;
}
body.post-type-archive-feature #posts li .excerpt {
    font-size: 14px;
}
body.post-type-archive-feature #posts li .excerpt a {
    border-bottom: 1px dotted;
    color: #024794;
    font-weight: normal;
}
body.post-type-archive-feature #posts li .excerpt a:hover {
    border-color: transparent;
    text-decoration: none;
    color: #3b77bb;
}
body.post-type-archive-feature #posts li .more {
    float: right;
    color: #695301;
    padding: 15px 0 0 0;
    font-size: 14px;
}
body.post-type-archive-feature #posts li .more:hover {
    color: #00274c;
}
/** END FEATURES **/


/** NEWSLETTERS **/
body.post-type-archive-newsletter #newsletters {
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
    columns: 6;
    column-gap: 15px;
}
/** END NEWSLETTERS **/
