/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Header
- SAF Quotes
- 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* SAF Quotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.saf-quotes {

}
.saf-quotes__box {
	background-color: #ccc;
}

/* Section Listings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.saf-listings {}
.saf-listings__section__speeches {
	list-style-type: none;
}
.saf-listings__section__speech {
	display: table;
	margin: 1rem 0;
}
.saf-listings__section__speech .simple-listing-block {
	display: table-cell;
}
.saf_description{
	font-family: "Gotham A", "Gotham B";
	font-style: italic;
	font-weight: 300;
	line-height: 4rem;
}
.saf-quote-and-button-wrapper{
	height: 580px;
}
@media (max-width: 639px) {
	.saf-listings {
		width: calc(100% - 32px);
		margin-left: 30px;
	}
}
@media (min-width: 640px) {
	.saf-listings__section__speeches {
		padding-left: 3rem;
	}
	.saf-listings__section__speech {
		margin: 2rem 0;
	}
}
@media (min-width: 1024px) {
	.saf-listings__section__speeches {
		padding-left: 5rem;
	}
	.saf-quotes__box {
		display: block;
		background-color: #f8f8f8;
		width: 30%;
		right: 0;
		box-shadow: 0 5px 10px rgba(0,0,0,.3);
		position: absolute;
		z-index: 1;
	}
	.section__saf-listings .container .row{
		position: relative;
		z-index: 1;
	}
	.saf-quotes__box-inner{
		margin: 2rem;
		text-align: center;
	}
	.saf-quotes__box-inner h3{
		font-family: "Sentinel A", "Sentinel B";
		font-style: italic;
		font-weight: 400;
		font-size: 2.16666rem;
		line-height: 3.41666rem;
		color: #979797;
		height: 450px;
		overflow: hidden;
	}
	.saf-quotes__box-inner h4{
		font-family: "Sentinel A", "Sentinel B";
		font-style: italic;
		font-weight: 300;
		line-height: 2rem;
		color: #979797;
		padding-right: 1rem;
		padding-left: 1rem;
		margin-bottom: 3rem;
		font-size: 1.25rem;
		height: 48px;
		overflow: hidden;

	}
}
@media (max-width: 1023px) {
	.saf-quotes__box {
		display: none;
	}
	.section__saf-listings .container .row{
		width: 100%;
		float: none;
	}
}
.colored_quotes{
	color: #38a0b2;
	font-family: cursive;

}
.colored_quotes p{
	color: #979797;
	font-family: "Sentinel A", "Sentinel B";

}
.saf_read_talk_button{
	background-color: #38a0b2;
	margin-top: 2rem;
	padding: 1rem 2rem 1rem 2rem;
	font-size: 1.25rem;
	color: white;
	width: 100%;
}
.saf_circle{
	width: 14px;
  height: 14px;
	margin: 10px;
  background: #D8D8D8;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #D8D8D8;
	float: left;
}
.saf_circle0{
	background: #38a0b2;
}
.saf_circle_wrapper{
	margin-top: 1rem;
	padding-bottom: 3rem;

}
.do_not_show_anything{
	display: none;

}
.saf_quote0{
	display: block;
}
.saf_quote1{
	display: none;
}
.saf_quote2{
	display:	none;
}
.saf_quote3{
	display: none;
}
.saf_quote4{
	display: none;
}

































/**/
