

/* Quote Module. */
.quote-text {
font-family: FrutigerLTW01-55Roman;
  margin: 0px 0px 8px 0px;
  letter-spacing: -0.4px;
  font-weight: normal;
  margin: 0px 0px 48px 0px;
  text-align: right;
}

.quote-name-2 {
  font-size: 24px;
  font-family: Frutiger LT W01_65 Bold;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  text-align: right;
	padding-top:16px;
}


.quote-institution {
  font-size: 24px;
  font-family: FrutigerLTW01-55Roman;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  text-align: right;
}

.quote-location {
  font-size: 24px;
  font-family: FrutigerLTW01-55Roman;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  text-align: right;
}

.quote-job-title {
  font-size: 24px;
  font-family: FrutigerLTW01-55Roman;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  text-align: right;
}

@media (max-width: 768px) {
.quote-text {
  font-family: 'Frutiger LT W01_65 Bold';
	font-size: 20px !important;
  margin: 0px 0px 8px 0px;
  letter-spacing: -0.4px;
  font-weight: normal;
  margin: 0px 0px 8px 0px;
  text-align: right;
}
	
	@media (max-width: 768px) {
.quote-name-2, .quote-job-title, .quote-location, .quote-institution  {
  font-size: 18px !important;

}
