/* Award Imagebox */

.quote { 
	width: 100%;
}

.quote .copy p {
	font-family:'PT Sans W01 Regular';
	font-size: 20px;
	font-style: italic;
	line-height: 39px;
}

.quote .copy p a { font-family:'PT Sans W01 Bold'; }
.quote .name,
.quote .position {
	font-family:'Architects Daughter';
	font-size: 14px;
	line-height: 1;
}
.quote .name { 
	font-size: 19px; 
	margin-top: 30px;
}

.quote .open-quote, 
.quote .closed-quote {
	background-repeat: no-repeat;
	background-position: center center;
}
.quote .open-quote { background-image: url("../png/open-quotes.png"); }
.quote .closed-quote { background-image: url("../png/closed-quotes.png"); }

.panel_custom_content_panel .quote .open-quote {
	background-image: url("../png/open-quotes-white.png");
}
.panel_custom_content_panel .quote .closed-quote {
	background-image: url("../png/closed-quotes-white.png");
}


/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/


/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
	
	.quote .copy p { margin-bottom: 10px; }
	.quote .name {margin-top: 0; }
}

/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
	.quote .copy p { font-size: 20px; }
	.quote .name { font-size: 19px; }
	.quote .position { font-size: 14px; }
}