/* Save To Ancestry */
.saveToAncestry .carouselInner.variedHeightDisabled {
  height: auto !important;
}
.saveToAncestry .carouselInner.variedHeightDisabled .carouselSlide:not(.carouselActiveSlide) {
  height: 0px;
}
.saveToAncestry .userCardNoImage {
  float: right;
  margin: 0 0 10px 10px;
}
.saveToAncestry .userCardNoImage .ancBtn {
  float: none;
  margin-left: 10px;
  vertical-align: middle;
}
.saveToAncestry .cardMedia {
  margin: 0;
}
.saveToAncestry .ancBtn.blue .textClipped {
  display: inline-block;
  max-width: 188px;
  vertical-align: middle;
}
.saveToAncestry .checkbox + label {
  float: left;
}
.saveToAncestry h3.bold {
  line-height: 1;
}
.saveToAncestry .conSection .conTitle {
  padding-bottom: 0;
}
.saveToAncestry .alertBody p,
.saveToAncestry .alertBody .listInline {
  display: inline;
}
.saveToAncestry .linkedList li {
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}
.saveToAncestry .listInline li {
  padding-left: 0;
}
.saveToAncestry .listInline li:nth-last-child(2) p::after {
  content: 'or';
  display: inline;
  margin: 0 4px;
}
.saveToAncestry .listInline li:nth-last-child(1n+3) p::after {
  content: ',';
  display: inline;
  margin-right: 4px;
}
@media only all and (min-width: 768px) {
  .saveToAncestry .carousel {
    padding-bottom: 20px;
  }
  .saveToAncestry .photo.photoSquare.icon.iconImage::before {
    font-size: 160px;
  }
}
@media only all and (max-width: 767px) {
  .saveToAncestry .modalContents {
    padding-right: 10px;
  }
  .saveToAncestry .modalHeader {
    margin-right: -10px;
    padding-right: 10px;
  }
  .saveToAncestry .carousel {
    padding-bottom: 10px;
  }
  .saveToAncestry .photo.photoSquare.icon.iconImage::before {
    font-size: 95px;
  }
  .saveToAncestry .ancCol.w66 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .saveToAncestry .photo.photoSquare.icon.iconImage::before {
    font-size: 170px;
  }
}
