.col-right { padding-bottom: 30px; }
@media (min-width: 992px) {
  .col-right { padding: 0 24px 30px; }
  .col-right h3 { margin-top: 24px; }
}

.heading, .intro, .process { padding: 30px 30px; }
.intro, .approach { padding-top: 20px; }
@media (min-width: 992px) {
  .heading, .intro, .process { padding-left: 75px; }
}

ul strong { color: #000; }

.content h3 { font-size: 25px; }
.content hr { margin-top: 0; }
.content .process h3 { color: #009bbe; }
.content .related h3 { color: #6d6d6d; }
.content .related hr { border-top: 1px solid #c5c5c5; }

.intro h3 { margin-bottom: 20px; }
.intro p, .intro ul { margin-bottom: 30px; }
.intro div { margin-bottom: 8px; }

.approach h3 { margin-bottom: 6px; }

.process { padding-top: 10px; }
.process h3 { margin-bottom: 14px; }
.process > p { margin-bottom: 20px; }
.process ul { padding-left: 18px; }

.strategies h3 { margin-bottom: 6px; }
.strategies a {
  display: block;
  width: 255px;
  padding: 5px 0;
  margin: 7px auto;
  background: #fff;
  color: #005884;
  border: 1px solid #ddd;
  font-size: 19px;
  text-align: center;
}
.strategies a:active,
.strategies a:focus,
.strategies a:hover { background-color: #ddd; text-decoration: none; }

.related h3 { margin-bottom: 6px; }
.related .download {
  background: url(../img/download.png) left no-repeat;
  display: block;
  padding: 8px 0 8px 30px;
  margin-left: 10px;
  font-size: 16px;
}

.member .expand {
  display: inline-block;
  padding-left: 12px;
  margin-top: 6px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.member .expand::before { content: "+ "; font-weight: normal; }
.member .expanded::before { content: "- "; font-weight: normal; }