/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Post Title
- Post Content (and Date)
*/



/* 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

*/

/* Post Title
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Post Content (and Date)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__topic-archive__listing {}
.topic-archive__listing {}
#topic-archive-listing__speeches-list {}
.topic-archive-listing__speeches {}
.topic-archive-listing__speech {}
.topic-archive-listing__speech article {
	margin-bottom: 2rem;
}

#topic-archive-listing__speeches-list .paged-list__nav {
	display: flex;
	justify-content: center;
}


#topic-archive-listing__speeches-list .paged-list__nav__toggle-all {
	text-align: center;
}

.topic-quote .show_more, .topic-quote .show_less {
	margin-top: 50px;
}

.topic_content.collapsed {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 10rem;
	overflow: hidden;
}

.hidden {
	display: none;
}
.topic-quote-text {
	margin: 0;
}

.topic-quote {
	text-align: initial;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
	font-size: 1.33333rem;
	line-height: 2.66666rem;
	word-wrap: break-word;
	letter-spacing: -.3px;
}



















