/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Quote
*/

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

*/

/* Quote
__________________________________________________________*/

.front_page_featured_quote_section .container {
	border-top: 2px solid #e9e9e9;
}
.front_page_featured_quote {
	font-family: "Sentinel A", "Sentinel B";
	margin-left: 12.5%;
	margin-right: 12.5%;
	width: 75%;
	text-align: center;
	color: #37A0B2;
	font-size: 3.2rem;
	font-weight: 300;
	margin-top: 4rem;

}
.front_page_featured_quote_author {
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	text-align: center;
	color: #37A0B2;
	font-weight: 300;
	font-size: 1.66666rem;
	margin-top: 1.66666rem;
}

.front_page_featured_quote_link {
	width: 200px;
	height: 40px;
	margin-left: calc( (100% - 151.5px) / 2);
	text-align: center;
	color: #ffffff;
	background-color: #37A0B2;
	font-size: 1.08333rem;
	font-weight: 300;
	float: none;
}
.front_page_featured_quote_link h4 {
	font-size: 1.08333rem;
	font-weight: 300;
	line-height: 38px;
	margin-top: 0;
}
.front_page_featured_quote_athor_mobil_wrap{
	display: none;
}
@media (max-width: 639px) {
	.front_page_featured_quote {
		margin-left: 13%;
		margin-right: 13%;
		width: 74%;
	}
	.front_page_featured_quote_athor_mobil_wrap{
		margin-left: 15%;
		margin-right: 15%;
		width: 70%;
		text-align: center;
		color: #37A0B2;
		margin-top: 1.33333rem;
		display: block;
	}
	.front_page_featured_quote_athor_mobil_wrap h4{
		font-weight: 300;
		font-size: 1.33333rem;
}
	.front_page_featured_quote_author{
		display: none;
	}

	.front_page_featured_quote {
		font-size: 1.66666rem;
	}
	.front_page_featured_quote_author{
		font-size: 1.33333rem;
	}
}
