@charset "utf-8";
/* content
---------------------------------------- */
.primary-block {
  /*
	.slideshow {
		width: 700px;
		height: 440px;
		margin: 28px 0 35px;
	}
*/
}
.primary-block h3.sub-heading {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
.primary-block h3.sub-heading + p {
  margin-top: 0;
}
.primary-block p {
  margin-bottom: 22px;
}
.primary-block p:last-child {
  margin-bottom: 0;
}
.primary-block p.question {
  color: #999;
}
.secondary-block {
  display: none;
}
/* navigation menu
---------------------------------------- */
.nav-block > .block-content > ul ul > li.statement > a img {
  top: 0px;
}
.nav-block > .block-content > ul ul > li.interview > a img {
  top: -25px;
}
/* language-specific styles
---------------------------------------- */
.primary-block p.statement {
  line-height: 1.57142857;
}
.primary-block span.strong {
  border-bottom: solid 1px #ff2828 /* accent color */;
}
.primary-block span.large {
  font-size: 121.42857143%;
}
.primary-block p.person,
.primary-block p.statement {
  margin-top: 24px;
  margin-bottom: 22px;
}
.primary-block p.person:last-child,
.primary-block p.statement:last-child {
  margin-bottom: 0;
}
