@charset "UTF-8";
/* CSS Document */
/* Author: Russ Sitka */


/* Listing page adjustments */

#main-content article.widest-col {
	max-width:1400px;
	padding-right: 0%;
	padding-left: 0%;
	border:0;
}

#main-content ul.alpha-nav {
	display:flex;
	padding-left: 0;
	justify-content: flex-start;
	flex-wrap: wrap;
	letter-spacing: 0;
}

ul.alpha-nav li {
	list-style: none;
	/* margin-right:1%; */
}

.display-list li:first-child {
    border-top: 1px solid;
    padding-top: 2em;
}

.display-list li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 40px;
    max-width: 1400px;
    background-color: #fff;
    padding: 2em;
}

.display-list li > div {
	flex-basis: 85%;
    -webkit-flex-basis: 85%;
}

.display-list li figure, .bio-top figure {
    float: none;
    width: 200px;
    height: auto;
    max-height: 240px;
    position: relative;
    overflow: hidden;
    margin: 2px 25px 10px 0;
    flex-basis: 12%;
    -webkit-flex-basis: 12%;
}

article#page-main .bio-top figure {
	width:auto;
	flex-basis:auto;
}

.display-list li figure img, .bio-top figure img {
    width: 100%;
    position: relative;
	padding:0px;
    left: 0%;
    top: 0%;
    border-radius: 50%;
    max-width: 110px;
}

.bio_dates_places, .fellowship-details {
	font: normal 100 .85em 'Knockout 50 A', 'Knockout 50 B', 'Arial Narrow', 'Trebuchet MS', Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}

.bio_dates_places span.died, .fellowship-details .project {
	display:block;
	color:#8D8D8D;
}

.display-list li a.learn-more {
	font: normal 100 1em 'Knockout 50 A', 'Knockout 50 B', 'Arial Narrow', 'Trebuchet MS', Helvetica, sans-serif;
	color:#e67700;
}

.fellowship-description {
	margin-top:1em;
}

/* END listing page adjustments */

/* Detail page adjustments */

.bio-top {
	display:flex;
	width:100%;
	max-width: 900px;
    margin: 0 auto 24px;
	align-items: center;
}

.bio-top .bio_dates_places, .fellowship-details {
	font-size:1.1em;
}

/* END Detail page adjustments */

/* Media collection adjustments */

article#page-main .mc-pinnedBox .mc-content ol,
article#page-main .mc-pinnedBox .mc-content ul {
	padding-left:0;
}

article#page-main .mc-pinnedBox .mc-content h3 {
	text-align:left;
}

article#page-main .mc-pinnedBox .mc-content p,
article#page-main .mc-pinnedBox .mc-content li {
	font: normal 1.15em/1.72em 'Mercury SSm A', 'Mercury SSm B', 'Palatino', 'Palatino Linotype', Georgia, serif;
	padding-left:0;
	background:none;
	border:none;
}

article#page-main .mc-pinnedBox .mc-content img {
	width:100% !important;
	height:auto !important;
}

article#page-main .mc-pinnedBox .mc-content .view-more {
	font: normal 100 1.2em 'Knockout 50 A', 'Knockout 50 B', 'Arial Narrow', 'Trebuchet MS', Helvetica, sans-serif;
}

/* END Media collection adjustments */

/* -----------------------------
Responsive Adjustments
________________________________*/
@media (max-width:500px) {

	article#page-main .bio-top {
		flex-direction: column;
		align-items: flex-start;
  }

}

@media (max-width:600px) {



}

@media (min-width:768px) {



}

@media (min-width:992px) {



}
