.dxp-banner.dxp-banner__medium .dxp-banner__media {
  height: 477px;
}

.dxp-banner.dxp-banner__default .dxp-banner__info {
  bottom: initial;
  top: 4rem;
  max-width: 42%;
}

@media screen and (max-width: 768px) {
  .dxp-banner.dxp-banner__default .dxp-banner__info {
    max-width: 86%;
  }
}

.dxp-banner.dxp-banner__small .dxp-banner__info {
  top: 9rem;
}

.dxp-banner__text .text-white p {
  font-size: 48px;
  line-height: 56px;
  font-family: "Soleil", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .dxp-banner.dxp-banner__default .dxp-banner__info {
    top: 0;
    position: absolute;
    margin-top: 3rem;
  }
  .dxp-banner.dxp-banner__small .dxp-banner__info {
    top: 4rem;
  }
  .dxp-banner__text .text-white p {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }
  .dxp-banner__text .text-white br {
    display: none;
  }

  #bg-sub-page .dxp-banner__info {
    position: relative;
    margin-top: 0;
  }

  #bg-sub-page .dxp-bannerv2 .dxp-banner__text {
    margin-bottom: 0;
  }

  .dxp-bannerv2 .dxp-banner__text .dxp-banner__text-section {
    padding: 0 2.75rem 2.75rem 2.75rem;
  }
}

.dxp-banner.dxp-banner__default .dxp-banner__media img {
  object-position: bottom center;
}

.dxp-banner.dxp-banner__small .dxp-banner__media img {
  object-position: center;
}

@media screen and (min-width: 1800px) {
  .dxp-banner.dxp-banner__default .dxp-banner__media img {
    object-position: center;
  }
}

#blurb-image .image {
  margin-bottom: -6px;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#terminology-guide-cta .aem-Grid {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #terminology-guide-cta .aem-Grid {
    flex-direction: column;
    align-items: center;
  }
  #toolbox-section .aem-Grid {
    display: flex;
    flex-direction: column-reverse;
  }
}

#toolbox-cards .dxp-card {
  padding-bottom: 2rem;
}

#terminology-guide-cta .text {
  display: inline-block;
  float: left;
}

#terminology-guide-cta .button {
  display: inline-block;
  float: left;
  max-width: 180px;
  margin-left: 24px;
}

/* Plan your Estate */

#estate-cards .dxp-card {
  padding-bottom: 1rem;
}

#estate-page-nav .aem-Grid {
  display: flex;
  align-items: center;
}

#estate-page-nav .text {
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
}

#estate-page-nav .button {
  flex: 0;
}

@media screen and (max-width: 768px) {
  #estate-page-nav #left-column .aem-Grid--6 {
    flex-direction: column;
  }

  #estate-page-nav #right-column .aem-Grid--6 {
    flex-direction: column-reverse;
  }

  #estate-page-nav .button {
    margin-bottom: 0.75rem;
  }
}
/*------------------------------------------------------------------------------*/

/* Terminology Guide */
#container-6527a6e141 .cmp-breadcrumb {
  padding: 0;
}

/*------------------------------------------------------------------------------*/

/* Print Styles -----------------------------------------------------------------*/

@media print {
  .dxp-main-nav,
  .banner,
  .dxp-utility-links,
  footer,
  #container-6527a6e141,
  .dxp-nav__right,
  #disclaimer-section,
  #estate-page-nav {
    display: none;
  }
  .globalheader .global-header__main {
    box-shadow: none;
    background-color: transparent;
  }
  h3.cmp-title__text {
    font-size: 1rem;
    line-height: 1.25rem;
    break-before: always;
  }
  .text {
    margin-bottom: 0;
  }
  .text p {
    font-size: 0.75rem;
    line-height: 1.125rem;
    break-inside: avoid;
  }
  #print-break-1,
  #print-break-2,
  #print-break-3 {
    break-after: page;
  }
  .container .responsivegrid .pb-24 {
    padding-bottom: 1rem;
  }
}
