/* By GW, ITS Web Team 10 Aug 2017 */

.id7-page-title h1 {
  border-bottom: none;
}
.row-boxout img,
.boxout-right img {
  margin-bottom: 5px;
}

/* Captions */

.row-boxout,
.boxout-right {
  font-size: 0.95em;
  line-height: 1.4em;
  color: #525559;
}
@media (max-width:767px) {
  .boxout-right.box {
    background: #eee;
    padding: 20px 20px 10px 20px;
    margin: 20px 0;
  }
  .boxout-right.box blockquote {
    margin-left: -20px;
    border-left: none;
  }
}
@media (min-width: 768px) {
  /* Media spanning full row */
  .row-boxout {
    position: relative;
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
  }
  .row-boxout:before,
  .row-boxout:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    /* <-- put left edge in the middle */
    margin-left: -42%;
    /* <-- shift to the left by half of the width */
    width: 84%;
    height: 1px;
    background: #D9D9DA;
  }
  .row-boxout:after {
    top: inherit;
    bottom: 0;
  }
  /* Media aligned right of text */
  .boxout-right {
    padding: 20px 0 20px 0;
    border-top: 1px solid #D9D9DA;
    border-bottom: 1px solid #D9D9DA;
  }
}