/* Type */

.primary-header {
  font-size: 46px !important;
  line-height: 1.2 !important;
  margin-bottom: 0.25em !important;
  font-weight: 200;
  text-align: center;
  color: #0091ba;
}

@media screen and (min-width: 35em) {
.primary-header {
	font-size: 58px !important;
}
}

.profile-header {
	line-height: 1 !important;
	text-transform: uppercase !important;
	color: #000 !important;
	font-weight: 600 !important;
}

.subheader {
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 1;
	color: #000;
	font-size: 14px;
}

h4 {
	font-weight: 200;
	color: #222;
	line-height: 1.3;
	margin-bottom: 0.5em;
	font-size: 22px;
}

p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #67757f;
}

.intro {
	margin: 0 auto 35px auto;
	font-size: 22px;
	width: 66.66667%;
}

/* Modules */

.row-section {
	margin-top: 50px;
	padding-top: 70px;
	text-align: center;
	background: url(../../../Landing/2015/Leadership/section-divider.png) center top no-repeat;
}

.row-section.first {
	margin: 20px auto 0;
	padding: 0;
	background: none;
}

.profiles {
	text-align: center;
}

.profiles img {
	margin: 50px 0 30px;
}

.profiles a img {
	margin: 0;
}

.profiles .columns {
	padding: 0 50px;
}

.learn-more {
	padding-bottom: 50px;
}

.learn-more .subheader {
	font-size: 36px !important;
  	line-height: 1.3 !important;
  	margin-bottom: 1em !important;
  	color: #0091ba;
  	font-weight: 200;
  	text-transform: none;
}

.learn-more p {
	margin-bottom: 0.5em;
	font-size: 14px;
}

.learn-more a {
	text-transform: uppercase;
	color: #222;
	font-weight: bold;
	font-size: 12px;
}

.learn-more .large-3:first-of-type {
	border: 0;
	margin-top: 0;
}

.learn-more .large-3 {
	margin-top: 30px;
}

.learn-more .columns {
	padding: 0 30px;
}

.learn-more.fr .columns {
	padding: 0 20px;
}

@media screen and (min-width: 64em) {
.learn-more .large-3 {
	margin: 0;
	border-left: 1px solid #222;
}

.learn-more .columns {
	min-height: 155px;
}
}

.accordion {
	border-bottom: 1px solid #000;
}

.accordion-toggle {
	margin-top: 15px;
	cursor: pointer;
}

.accordion-toggle:after {
	content:"+";
	margin-left: 5px;
	font-size: 20px;
}

.accordion-toggle.expanded:after {
	content:"-";
}