#logo-bar-con {
  padding: 20px 0;
  height: 140px;
}

#logo-bar-con #logo {
  height: 145px;
}

#cta-container .cta {
  font-size: 11px;
  line-height: 1;
}

div#cta-The-Talk-of-a-Lifetime:after {
  position: absolute;
  left: 0;
  bottom: -90px;
  content: "";
  width: 100%;
  height: 85px;
  background: url("cta-toal-bg.png") bottom center no-repeat;
}

.default-cta#cta-The-Talk-of-a-Lifetime:after {
  bottom: auto;
  top: 35px;
}

.helping-container {
  width: 100%;
  height: inherit;
}

.helping-container .grief-column {
  width: 46%;
}

#cropperCon {
  z-index: 9999999 !important;
}

/* responsive */

@media screen and (max-width: 960px) {
  .helping-container {
    width: 92%;
  }
}

@media screen and (max-width: 479px) {
  .helping-container .grief-column {
    width: 100%;
  }
}