/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Header
- Section Listings
*/


/* Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-374		2 columns
375-639		6 columns
640-1023	12 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

*/


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Section Listings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__classic-speech-listings {}
.classic-speech-listings {
	display: flex;
	flex-wrap: wrap;
}
.classic-speech-listings article {
	max-width: 100%;
	width: 100%;
	margin: 5px 0px;
}
.classic-speech-listings .card .card__tag {
	display: none;
}
.classic-speech-listings .card .card__byline {
	width: 100%;
}
.classic_description{
	font-family: "Gotham A", "Gotham B";
	font-style: italic;
	font-weight: 300;
	line-height: 4rem;
}
.highlight-card-block{
	height: 456.94px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
	background-color: rgba(155,154,155,0.13);
	margin-bottom: 50px;
}

@media (min-width: 640px) {
	.classic-speech-listings article {
		max-width: 175px;
		width: 175px;
		margin: 0px 5px 50px;
	}
	.section__classic-speech-listings .card{
		margin-bottom: 50px;
	}
	.highlight-card-block{
		width: 100%;
	}
}
@media (max-width: 639px) {
	.highlight-card-block{
		margin-left: .5rem;
		margin-right: .5rem;
	}
}
@media (max-width: 641px) {
	.section__highlight-classic_mobile{
		display: block;
	}
	.highlight-card-block{
		display: none;
	}
}
@media (min-width: 640px) {
	.section__highlight-classic_mobile{
	}
	.highlight-card-block{
		display: block;
	}
}
