/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Block
*/

/* Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-374		2 columns
375-639		6 columns
640-1023	6 columns
1024-1439	12 columns
1440+		12 columns

*/

@media (min-width: 375px) {}
@media (min-width: 640px) {}
@media (min-width: 800px) {}
@media (min-width: 1024px) {}
@media (min-width: 1440px) {}

@media (max-width: 374px) {}
@media (max-width: 639px) {}
@media (max-width: 799px) {}
@media (max-width: 1023px) {}
@media (max-width: 1439px) {}

/* Wordpress Admin Bar Height-Change Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-782		46px tall
783-...		32px tall

*/

/* Block
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-excerpt-listing-block {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}
.image-excerpt-listing-block__inner {}
.image-excerpt-listing-block__image-wrap {
	width: 280px;
	height: 185px;
	float: left;
	overflow: hidden;
	margin-right: 1.5rem;
	z-index: 10;
}
.image-excerpt-listing-block__meta {}

.image-excerpt-listing-block__title {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	font-size: 2rem;
	line-height: 2.333333rem;
	margin-bottom: 4px;
	color: #000;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;

}
.image-excerpt-listing-block__title:hover {
	color: #38A0B2;
}
.image-excerpt-listing-block__byline {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	font-size: 1.333333rem;
	line-height: 1.333333rem;
	letter-spacing: -.0433333rem;
}
.image-excerpt-listing-block__speaker {
	color: #000;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.image-excerpt-listing-block__speaker:hover {
	color: #38A0B2;
}
.image-excerpt-listing-block__speaker-date-divider {}
.image-excerpt-listing-block__date {
	font-family: "Gotham A", "Gotham B";
	font-style: italic;
	font-weight: 400;
	color: #979797;
}
.image-excerpt-listing-block__content {
	margin-top: 10px;
}
.image-excerpt-listing-block__excerpt {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	font-size: 1.1666666rem;
	max-height: calc((2.333333rem * 4) + 6px);
	height: calc((2.333333rem * 4) + 6px);
	overflow: hidden;
}
.image-excerpt-listing-block__excerpt span {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 2.333333rem;
	text-overflow: ellipses;
	overflow: hidden;
}

@media (min-width: 640px) {
	.image-excerpt-listing-block__excerpt {
		font-size: 1.333333rem;
		line-height: 2.5rem;
	}
}
