/* Variables and Classes ================================================================================================ */
.clearafter {
  content: "";
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#subpageheader {
  background-image: url(../images/bg7.jpg);
}

.contentpicleft40 > div:nth-child(1) {
  background-image: url(../images/grief-support-here-for-you.jpg);
  background-position: 63%;
}
@media screen and (min-width: 1013px) and (max-width: 2445px) {
  .contentpicleft40 > div:nth-child(1) .contentpicleft40 > div:nth-child(1) {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 85px;
  }
}

.contentpicright40 > div:nth-child(2) {
  background-image: url(../images/grief-support-download-pdf.jpg);
  background-position: center center;
}

.content2columns40 img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 700px !important;
  width: 100%;
  margin-bottom: 20px;
}