/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Speech Meta
- Speech Downloads
- Speech Share
- Speech Video
- Speech Audio
- 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.section__speech-meta {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
}
.section.section__speech-meta .container {
	padding-bottom: 1rem;
}
.speech_meta-wrap {
	padding: 0 1.66666rem;
	text-align: center;
}
.speech__title {
	font-size: 3.33333rem;
	letter-spacing: .018333rem;
	line-height: 3.5rem;
	margin-bottom: 3rem;
	margin-top: 0;
}
.speech__speaker {
	display: block;
	text-transform: uppercase;
	color: #38A0B2;
	font-size: 1.33333rem;
	letter-spacing: 0;
	line-height: 1.5rem;
	margin-bottom: .5rem;
}

.speech__date {
 	font-family: "Gotham A", "Gotham B";
	font-style: italic;
	font-weight: 400;
 	color: #979797;
 	font-size: 1.33333rem;
 }
.speech__speaker:hover {
	text-decoration: underline;
}
.speech__speaker-position {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	display: block;
	font-size: 1.33333rem;
	letter-spacing: -.040833333rem;
	line-height: 1.5rem;
}
.speech__icons-wrap {
	display: flex;
	width: 200px;
	margin: 2rem auto;
	justify-content: space-between;
}
.speech__icon-wrap {
	width: 40px;
	height: 40px;
}

.no-hover {
	color: #000;
	text-decoration: none;
}

.no-hover:hover {
	color: #000;
	text-decoration: none;
}

.speaker-photo {
	display: table-cell;
	max-width: 135px;
	float: left;
}

.end-of-speech-info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

.end-of-speech-info-container {
	display: table;
	padding: 55px 0px;
	margin: 0 0 55px;
	border-bottom: solid;
	border-width: 2px;
	border-color: #F5F5F5;
}

p.speech-notes {
	font-size: 1.16666rem;
}

@media (min-width: 640px) {
	.speech__title {
		font-size: 4rem;
		letter-spacing: .02166666rem;
		line-height: 4rem;
	}
	.speech__speaker {
		font-size: 1.66666rem;
		letter-spacing: 0;
		line-height: 1.9166666rem;
	}
}
@media (min-width: 1024px) {
	.speech_meta-wrap {
		padding: 0 .9166666rem;
	}
}
@media (min-width: 1440px) {
	.speech_meta-wrap {
		padding: 0 4.5rem;
	}
}

/* Speech Downloads
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.speech__downloads-wrap {
	display: flex;
	justify-content: center;
}
.speech__download {
	border-right: 1px solid #E5E5E5;
	padding: 0px 2rem;
}
.speech__download:last-child {
	border-right: none;
}
.speech__download-text {}
.speech__download-audio {}
.speech__download-video {}
.speech__download-section-title {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 2.5rem;
	text-align: left;
	margin: 0;
}

/* Speech Share
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 973px) {
	.speech__share-social-wrap {
		padding: 0 10rem 0 10rem;
	}
	.button--full-width {
		margin-bottom: 3px;
	}
}
@media (max-width: 444px) {
	.speech__share-social-wrap {
		padding: 0;
	}
}

/* Speech Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__speech-video {
	padding: 0;
}
.section__speech-video .container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.speech-video__wallpaper {
	padding: 0px !important;
	background-size: cover;
	padding: 0;
	display: flex;
	justify-content: center;
	background-position: center;
	z-index: 10;
}
#speech-video__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: black;
    opacity: .3;
    z-index: -10;
}
.speech-video__wallpaper iframe {
	width: 100%;
	border: none;
	display: none;
}
.speech-video__wallpaper::before {
	content: '';
	display: block;
	padding-top: 56.25%; /* maintain a 16 by 9 ratio */
}
.speech-video__play-video-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
	padding: 0 1.5rem;
	visibility: hidden;
}
.speech-video__play-video-block {
	text-align: center;
	z-index: 100;
}
.speech-video__play-video-block:hover {
	cursor: pointer;
}
.speech-video__play-video-block:hover .speech-video__icon-title {
	color: #38A0B2;
}
.speech-video__play-video-icon__white,
.speech-video__play-video-icon__teal {
	display: block;
	width: 100px;
	margin: auto;
}
.speech-video__play-video-icon__teal {
	display: none;
}
.speech-video__play-video-block:hover .speech-video__play-video-icon__white {
	display: none;
}
.speech-video__play-video-block:hover .speech-video__play-video-icon__teal {
	display: block;
}
.speech-video__icon-title {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 500;
	line-height: 1.666666rem;
	font-size: 1.666666rem;
	margin-top: 1.5rem;
}
.speech-video__time {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	line-height: 1.333333rem;
	font-size: 1.333333rem;
	letter-spacing: -.040833333rem;
}

/* Speech Audio
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__speech-audio {}
.section__speech-audio .container {
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.speech-audio__wrap {}
.speech-audio__wrap audio {
	width: 100%;
}


/* Speech Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.section__speech-content {}
.section.section__speech-content .container {
	padding-top: 4rem;
}
.section.section__speech-content h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 500;
	font-size: 1.666666rem;
	color: black;
	text-transform: uppercase;
	padding-top: 2.5rem;
	margin-bottom: .8333333rem;
}
.section__speech-content .body-copy__standard {
	float: initial;
}

/* Pull Quote */
.speech-content__pull-quote {
	text-align: center;
	color: #38A0B2;
	font-family: "Sentinel A", "Sentinel B";
	font-style: normal;
	font-weight: 400;
	font-size: 2.0833333rem;
	line-height: 2.75rem;
	padding: 2rem 0;
	border-top: 1px solid rgba(150,150,150,0.21);
	border-bottom: 1px solid rgba(150,150,150,0.21);
	margin-bottom: 2rem;
}
@media (min-width: 1024px) {
	.speech-content__pull-quote {
		font-size: 3.333333rem;
		line-height: 4.5rem;
		padding: 2rem 10rem;
	}
}
/* See More Sidebar */
.speech-content__similar_interest_sidebar {
	display: none;
	padding-top: 85px;
}
.speech-content__similar_interest_sidebar .tag__title {
	left: -1.666666rem;
}
.speech-content__similar_interest_sidebar .tag__title span {
	max-width: 12rem;
	display: block;
	margin: auto;
}

@media (min-width: 375px) {}
@media (min-width: 640px) {
	.speech-content__similar_interest_sidebar {
		display: block;
	}
}
@media (min-width: 800px) {}
@media (max-width: 1023px) {
	.speech-content__similar_interest_sidebar .generic-block__title {
		font-size: 1.3333333rem;
	}
	.speech-content__similar_interest_sidebar .generic-block__byline {
		font-size: 1.1666666rem;
	}
}
@media (min-width: 1024px) {
	.speech-content__similar_interest_sidebar {
		padding-top: 110px;
	}
	.speech-content__similar_interest_sidebar .tag__title {
		left: -1.5rem;
	}
	.speech-content__similar_interest_sidebar .tag__title span {
		max-width: 22rem;
	}
}
@media (min-width: 1440px) {}

/* Bottom Links */
.speech-content__extra-links {
	display: flex;
	justify-content: space-between;
	padding: 3rem 0;
}
.button.speech-content__back-to-top {

}

.speech-content__speeches-home-link {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 500;
	font-size: 1.33333rem;
	letter-spacing: -.019166666rem;
	color: #002E5D;
	text-transform: uppercase;
	padding: .5rem 0;
}
.speech-content__speeches-home-link:hover {
	text-decoration: underline;
}

/* Speech Notes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.speech-content__notes {
	margin-top: 8rem;
}
.speech-content__notes-title {
	text-transform: uppercase;
	font-size: 1.166667rem;
	line-height: 2.75rem;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
}
.speech-content__notes-list {
	list-style-type: decimal;
	list-style-position: inside;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
}
.speech-content__notes-list-item p {
	font-size: 1.166667rem;
	line-height: 2.75rem;
	margin: 0;
}

/* Related Talks
 ----------------------------------------------- */
.speech-content__related-speeches-title {
	color: #38A0B2;
	font-weight: 100;
	font-family: "Sentinel A", "Sentinel B";
	font-size: 48px;
}

.speech-content__related-topics-list {
	border-top: 1px solid #ccc;
	margin-bottom: 30px;
}

.speech-content__related-topics-list h2 {
	color: #38A0B2;
	font-size: 1.5rem;
	font-family: "Gotham A", "Gotham B";
	margin: 30px 0 0 0;
}

.speech-content__related-speeches-image-wrap {
	left: 25%;
	width: 50%;
}

.speech-content__related-speeches-meta {
	text-align: center;
}

.speech-content__related-speeches-image {
	width: 100%;
}

@media (max-width: 799px) {
	.speeches-content__related-speeches-card-3 {
		display: none;
	}
}

@media (max-width: 639px) {
	.speech-content__related-speeches-meta {
		margin-bottom: 20px;
	}
	.speech-content__related-speeches-speech-title {
		line-height: 2rem;
	}
}

/* Speech Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */






/* Speech More Talks
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.section__speech-more-talks {}

.speech-more-talks__section-title-wrap {}
.speech-more-talks__section-title {

}

.speech-more-talks__speech-block {}












