/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Speech Meta
- Speech Video
- Speech Content
- Speech Notes
- Speech Similar Speeches
- Speech More Talks
*/

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

*/

/* Speech Meta
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.paged-list {}
.paged-list__items {
	list-style-type: none;
	width: 100%;
}
.paged-list__item {
	overflow: auto;
}
.paged-list__nav {}
.paged-list__nav-pages {
	list-style-type: none;
	display: flex;
}
.paged-list__nav-page {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	font-size: 1.333333rem;

	margin: 0 1rem;
	width: 2rem;
	text-align: center;
	cursor: pointer;
}
.paged-list__nav-page__selected {
	color: white;
	background-color: #38A0B2;
	cursor: default;
	border-radius: 50%;
}
.paged-list__nav__toggle-all {
	cursor: pointer;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	font-size: 1.333333rem;
	float: left;
	text-transform: uppercase;
}
.paged-list__no-pages-needed .paged-list__nav {
	display: none;
}











