.bordered.benenden-section {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
  .bordered.benenden-section .section-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    width: 100%;
    padding: 15px;
    color: #ffffff; }
  .bordered.benenden-section .section-content {
    padding: 15px;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.15); }
  .bordered.benenden-section a:not(.click-pod-outline.click-heading) {
    color: #007ACC; }
  .bordered.benenden-section p > a {
    color: inherit; }
  .bordered.benenden-section li span p span a {
    color: inherit; }
  .bordered.benenden-section .pods-section {
    margin: 0; }
  .bordered.benenden-section .full-width-pod {
    border: none; }
    .bordered.benenden-section .full-width-pod > div {
      padding: 0; }
    .bordered.benenden-section .full-width-pod div + div:not(.col-md-pull-6) {
      padding-left: 25px; }
    .bordered.benenden-section .full-width-pod div + div.col-md-pull-6 {
      padding-right: 25px; }
  .bordered.benenden-section .full-width-pod.coloured-background-theme {
    margin: -15px;
    padding: 15px; }
  .bordered.benenden-section .themed-button {
    margin-bottom: 0px; }
    .bordered.benenden-section .themed-button .button {
      margin: 0px; }

@media screen and (max-width: 520px) {
  .row.bordered.benenden-section {
    margin: 0 0 20px 0; }
  .redesign-theme .row.bordered.benenden-section .themed-button a.button {
    width: 100%; }
  .redesign-theme .row.bordered.benenden-section .content-tab .themed-button a.button {
    width: 94%; }
  .redesign-theme .row.bordered.benenden-section .section-content > .themed-button a.button {
    width: 90%;
    margin-left: 15px;
    margin-right: 15px; }
  .bordered.benenden-section .full-width-pod div + div:not(.col-md-pull-6) {
    padding-left: initial; }
  .bordered.benenden-section .full-width-pod div + div.col-md-pull-6 {
    padding-right: initial; }
  .bordered.benenden-section .themed-button {
    width: 100%; } }

.bordered.benenden-section .col-md-12 {
  padding-left: 0px;
  padding-right: 0px; }
