.leader {
	margin-bottom: 30px;
}

.leader h1 {
	color: var(--primary);
	border-bottom: var(--border-bottom);
}

.role-summary {
	border-bottom: var(--border-bottom);;
	clear: both;
	margin: 0 0 40px 0;
	position: relative;
}

.role-summary > h2 {
	color: var(--primary);
	border-bottom: var(--border-bottom);
	font-size: 125%;
	line-height: 1.3;
	padding: 0 0 5px 0;
	margin: 0 0 0.5em 0;
}

.role-summary > h2 > a {
	color: var(--primary);
}

.role-summary > dl {
	line-height: 1.3;
	margin: 0;
}

.role-summary > dl div.data-1 > dt {
	font-style: italic;
	font-weight: 700;
}

.role-summary > dl div.data-2 {
	margin-bottom: 60px;
}

.role-summary > dl div.data-2 > dt {
	font-style: italic;
	font-weight: 700;
}

.role-summary > dl div.data-1 > dd, .role-summary > dl div.data-2 > dd {
	margin: 0 0 1em 0;
	line-height: 1.3;
}

.role-summary > p.options {
	line-height: 1.5;
	bottom: -1px;
	margin: 0;
	right: 0;
	position: absolute;
	z-index: 2;
	min-width: 28%;
}

.role-summary > p.options a {
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	background-color: var(--primary);
	border-color: var(--primary);
	color: var(--secondary);
	padding: 8px;
	font-size: 87.5%;
	display: block;
}

div.role-summary:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}

.role-summary > p.options a:focus, .role-details a:focus {
	outline: #000;
}

@media only screen and (min-width:540px){ /* body:after{content:"min-width:540px"}*/
	div.role-summary dl div.data-1{float:left;padding-bottom:0;width:67% }
	div.role-summary dl div.data-2{float:right;width:28%}
	div.role-summary p.options{min-width:28%}
	div.role-summary p.options a.btn{display:block}
	.role-details div.role-summary p.options{width:auto}
	.role-details div.role-summary p.options a.btn{display:inline-block}
}

@media only screen and (min-width:1024px){ /* body:after{content:"min-width:1024px"}*/
	div.role-summary dl div.data-1{float:left;width:67% }
	div.role-summary dl div.data-2{float:right;width:28%}
}

@media only screen and (min-width:1152px){ /* body:after{content:"min-width:1152px"}*/
div.role-summary a.btn{font-size:93.75%}
}



