/* DE-DE Regional Scripts and Styling Overrides - 4503B3DDEA6F4F8DA7BA5D34B8BEDCD3 */

.advertorial-label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #333333;
  background-color: #EEEAE4;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid #D5CBBC;
  position: relative;
  z-index: 2;
}

.hero__byline {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--color-neutral-5, #333333);
}

.landing-form {
  max-width: 560px;
  margin: 0 auto 3rem;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border: 1px solid #CED3D9;
  scroll-margin-top: 1.5rem;
}

.landing-form .form-group {
  margin-bottom: 1.25rem;
}

.landing-form .form-control {
  width: 100%;
}

.landing-form .custom-checkbox {
  position: relative;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.header__logo a,
.footer__logo a {
  display: inline-block;
  text-decoration: none;
}

.header--primary .header__logo .logo,
.footer--primary .footer__logo .logo {
  width: 320px;
  max-width: 100%;
  height: auto;
}

@keyframes slideitems {
  from {
    transform: translate(0);
  }

  to {
    transform: translate(-35%);
  }
}

.no-break-text {
  white-space: nowrap;
}

/* SMS Modal */

button.close.btn-close {
  left: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}

.modal-header,
.text--xs {
  text-align: center;
}

/* required field notices */

.field-required-notice {
  display: none;
}

a.hero__cta.button.button--primary {
  margin-bottom: 2rem;
}

/* Move some of these styles to theme */

body.page-step>.min-height-view {
  padding: 4rem 0;
}

body.page-splash .min-height-view,
body.page-ty .min-height-view,
body.page-step {
  background: linear-gradient(to bottom, #E6F2EE 0, #ffffff 600px) no-repeat;
}

body.page-step .header__logo {
  margin-left: auto;
  margin-right: auto;
}

body.page-step>.min-height-view {
  min-height: calc(100vh - 250px);
  background: top left url("../images/bkg-watercolor-corner-top-left-2.png") no-repeat,
    bottom right url("../images/bkg-watercolor-corner-bottom-right.png") no-repeat;
}

a,
a:hover,
a:focus {
  color: inherit;
}

.value-slider-wrapper {
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
}

.value-slider-wrapper:has(.top) {
  margin-top: 2rem;
}

section.about-fisher h2 {
  font-family: var(--font-sec);
  color: var(--color-brand);
  padding-top: 30px;
}

section.about-fisher hr {
  border-top: 2px solid var(--color-brand);
}

.about-fisher__external-links {
  font-family: var(--font-sec);
  color: var(--color-green);
}

.about__video {
  max-width: 720px;
  margin: 0 auto;
}

header {
  padding: 30px 0;
}

.testimonials {
  margin-top: var(--s5, 2rem);
}

body.page-step .testimonials {
  text-align: center;
}

.testimonials__title {
  color: var(--color-canopy);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: var(--text-label-lg)
}

.testimonials__body {
  margin-top: var(--s4, 1.5rem);
}

.testimonials__quote {
  margin-bottom: var(--s4, 1.5rem);
}

.testimonials__disclaimer {
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  margin-top: 3rem;
}

/* FORMS */

input {
  accent-color: var(--color-brand);
}

.form__header {
  text-align: center;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.form-builder {
  max-width: 500px;
  margin: auto;
}

.awards__header {
  margin-bottom: 2rem;
}

.awards__body {
  display: flex;
  justify-content: center;
}

.awards__award img {
  max-height: 128px;
}

.awards__award {
  margin-right: 1.5rem;
}

@media screen and (min-width: 830px) {
  .form__header h1 {
    min-width: 800px
  }
}

.form__footer {
  margin-top: 3rem;
}

.form-slider {
  overflow: visible;
  max-width: 500px;
  margin-bottom: 8rem;
}

.form-slider__step {
  overflow: visible;
}

form .radiofield .control-label {
  font-weight: 400;
  display: block;
}

form .radiofield .radio-inline {
  display: inline;
}

.button-label {
  text-align: center;
}

.button-label input {
  display: none;
}

.button-label label {
  padding: 1rem;
  border: 1px solid #ccc;
  margin: 0.5rem;
  border-radius: 6px;
  background: #fff;
  width: 100%;
  max-width: 400px;
}

.radio-inline.button-label label {
  width: auto;
}

.button-label label:hover {
  cursor: pointer;
}

.button-label input:checked+label {
  background: var(--color-brand);
  color: #fff;
  border-color: #fff;
}

.custom-checkbox label {
  font-weight: normal;
  line-height: inherit;
  font-size: var(--text-body-md);
}

.button--primary {
  text-transform: uppercase;
}

div[data-fb-submit-button] {
  margin-top: 2rem;
}

.form__disclosure {
  font-size: var(--text-body-sm);
}

form select.form-control:not([size]):not([multiple]) {
  height: auto;
}

/* override bs4 */

.appt__text {
  text-align: center;
  font-size: var(--text-body-xs);
  margin-bottom: 1rem;
}

.appt__checkbox .checkbox {
  margin: 0 auto;
  max-width: 80px;
}

.page-step .min-height-view h1,
.page-ty .min-height-view h1 {
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-size: var(--text-heading-xxl);
}

.assets__min-investment {
  font-size: var(--text-body-xs);
  text-align: center;
  font-style: italic;
}

/* sitecore structure form overrides */

.page-step .min-height-view form [data-fb-submit-button] .row {
  justify-content: center;
}

.page-step .min-height-view form [data-fb-submit-button] button {
  margin: 0 auto var(--s4, 1.5rem);
}

.page-step .min-height-view form [data-fb-submit-button] .row .col-sm-12:first-child {
  display: none;
}

.page-step .min-height-view form .form-group.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

form .custom-checkbox input {
  position: absolute;
  height: 1.75rem;
  width: 1.75rem;
}

form .custom-checkbox label {
  line-height: inherit;
  margin-left: 2.5rem;
}

.disclaimer a,
.disclaimer a:hover,
.disclaimer a:active {
  color: inherit;
  text-decoration: underline;
}

.page-splash .main-content {
  padding: 4rem 0;
  background:
    /* watercolor */
    calc(40% - 360px) 60px url("../images/blue-green-watercolor-ink-3.png") no-repeat
}

header .container {
  flex-direction: column;
  justify-content: center;
}

.header--primary .header__logo .logo,
.footer--primary .footer__logo .logo {
  fill: white;
  max-width: 100%;
  width: 320px;
  display: block;
}

.footer {
  padding: 4rem 0;
  line-height: 1.75em;
}

.footer--compact {
  padding: 1.25rem 0;
  line-height: 1.4;
}

.footer--compact .footer__links p,
.footer--compact .footer__copyright p {
  margin: 0;
}

.footer--compact .footer__links {
  margin-bottom: 10px;
}

.footer hr {
  border-top: 2px solid white;
  margin: 3rem 4rem;
}

.bkg--watercolor {
  background: center / auto 100% url("../images/blue-green-watercolor-ink-3.png") no-repeat;
}

.hero__wrapper {
  margin-bottom: 4rem;
}

.hero__title {
  font-size: 2.5rem !important;
  font-weight: 300;
  margin-bottom: var(--s4, 1.5rem);
}

.hero__subheading {
  margin-bottom: var(--s4, 1.5rem);
  font-weight: 400;
  color: var(--color-neutral-5, #333333);
}

.overlap-guides {
  text-align: center;
  position: relative;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.overlap-guides .guide-cover {
  position: relative;
  z-index: 2;
}

.overlap-guides .guide-cover img {
  max-width: 55%;
}

.overlap-guides .open-guide {
  position: absolute;
  left: 0;
  top: 24%;
  width: 100%;
}

.overlap-guides .open-guide img {
  max-height: 472px;
}

.callout {
  background-color: var(--color-neutral-warm-2);
  font-size: 1.125rem;
  padding: 1rem;
  text-align: center;
}

.page-ty .callout {
  display: none;
}

.page-ty .about {
  padding: 2rem 0 6rem;
}

.page-ty .about .heading {
  color: var(--color-brand);
  font-family: var(--font-sec);
}

.page-ty .about hr {
  border-top: 2px solid var(--color-brand);
  margin-bottom: var(--s6, 2rem);
}

.ty-about-disclaimers {
  font-size: var(--text-body-sm);
}

.ty-about-button {
  margin-top: 45px;
}

.ty-hero__images {
  margin: 0 auto;
  max-width: 600px;
}

.ty-hero__footer {
  padding: 4rem 0 8rem;
}

.ty-hero {
  padding-top: 2rem;
}

/* latest */

.appt-checkbox__text {
  margin: 2rem 0;
}

.appt-disclosure {
  font-size: var(--text-body-xs);
  margin-top: 4rem;
}

div[data-fb-id="1e8191b1-3e20-4071-85cf-1ff6a9569044"] {
  margin-bottom: 0
}

div[data-fb-id="1e8191b1-3e20-4071-85cf-1ff6a9569044"] .custom-checkbox {
  max-width: 400px;
  text-align: left;
  margin: 0 auto;
}

div[data-fb-id="1e8191b1-3e20-4071-85cf-1ff6a9569044"] .custom-checkbox label {
  font-size: var(--text-body-sm);
}

a {
  text-decoration: underline;
}

a.button {
  text-decoration: none;
}

.footer__logo {
  max-width: 250px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute
}

/* latest */

@media (max-width: 991px) {

  .hero__title {
    font-size: 1.5rem !important;
  }

  .page-splash .main-content {
    background-size: 60%;
    background-position: center 140px;
    padding-top: 3rem;
  }

  .page-splash .hero {
    text-align: center;
  }

  .hero__wrapper {
    margin-bottom: 0;
  }

  .hero__cta {
    margin: 0 auto;
  }

  .page-splash .solo-cover img {
    max-height: 215px;
  }

  .appt__text {
    font-size: 1rem;
  }

  .testimonials__disclaimer {
    margin: var(--s5, 2rem) 0;
  }
}

@media (max-width: 767px) {
  .page-splash .main-content {
    background-size: 60%;
    background-position: center center;
  }
}

@media (max-width: 576px) {
  body.page-step>.min-height-view {
    padding: .5rem;
  }

  .modal-dialog {
    padding: 1rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  header .container {
    flex-direction: initial;
  }

  /*.header__logo .logo {
            max-height: 40px;
        }*/

  .header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-splash .main-content {
    padding: 0 0 8rem 0;
    background-position: center 100px;
    background-size: 100%;
  }

  .page-step>.min-height-view {
    background: bottom right url("../images/bkg-watercolor-corner-bottom-right.png") no-repeat !important;
  }

  .page-step .callout {
    display: none;
  }

  .hero__images,
  .hero__body,
  .hero__cta {
    margin-bottom: var(--s2, 1rem);
  }

  a.button,
  .button--primary,
  .button--secondary,
  button[type="submit"] {
    width: 93% !important;
  }

  div[data-fb-submit-button] {
    margin-top: 0;
  }

  div[data-fb-submit-button] .row {
    flex-direction: column;
  }

  .ty-hero .overlap-guides .guide-cover img {
    max-height: 200px;
  }

  .ty-hero .overlap-guides .open-guide img {
    max-height: 200px;
  }

  .ty-hero__footer.bkg--watercolor {
    background-size: contain;
  }

  .overlap-guides .open-guide {
    top: 65px;
  }

  .footer {
    text-align: left;
  }

  .ty-hero__footer {
    padding: 0 0 2rem;
  }

  .footer__logo {
    max-width: 100%;
  }

  .page-ty .about {
    padding-top: 5rem;
  }

  .page-splash .main-content {
    padding-bottom: 4rem;
  }

  .page-step .form-builder {
    margin-bottom: 0;
  }

  .awards__header {
    margin-bottom: 2rem;
  }

  .awards__body {
    width: 580px;
    padding: 0 2rem;
    animation: slideitems 18s linear infinite alternate;
  }

  .awards__body-clip {
    width: 100%;
    overflow: hidden;
  }

  .award-badges>.container {
    padding: 0;
  }

  .callout {
    margin-top: 4rem;
  }

  .hero__text {
    padding-top: 2rem;
  }
}

.header .container,
.header .header__container {
  display: flex;
  flex-direction: row;
  justify-content: center !important;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.header--primary {
  color: #fff;
  box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, .25);
  position: relative;
  z-index: 1;
}

.offer-phone {
  text-decoration: none;
  margin-left: .5rem;
}

header {
  padding: 28px 0;
}

header.header {
  border: none;
}

/* Override lpds-base logo lock (max-height: 24px / height: 24px) */
header.header--primary .header__logo .logo,
.header--primary .header__logo img.logo,
header .header__logo .logo {
  max-width: 320px !important;
  width: 320px !important;
  max-height: none !important;
  min-height: 0 !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header__logo {
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__logo a {
  display: inline-block;
  line-height: 0;
}

.header__phone a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .page-splash:has(.flag-emblem) .header__phone {
    margin-right: 120px;
  }

  header.page-step:has .header__phone {
    margin-right: 120px;
  }

  header .container:has(.header__phone),
  header .container {
    flex-direction: row;
    justify-content: center !important;
  }

}

@media only screen and (max-width: 991px) {
  .header__logo {
    padding-left: 0 !important;
  }

  header.header--primary .header__logo .logo,
  .header--primary .header__logo img.logo,
  header .header__logo .logo {
    width: 280px !important;
    max-width: 82vw !important;
  }

  header {
    padding: 22px 0;
  }
}

@media only screen and (max-width: 776px) {
  .offer-phone {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  header .container {
    flex-direction: row;
    justify-content: center !important;
  }

  header.header--primary .header__logo .logo,
  .header--primary .header__logo img.logo,
  header .header__logo .logo {
    width: 72vw !important;
    max-width: 260px !important;
  }

  .header__phone a {
    text-decoration: none;
  }

  .header__logo {
    padding-right: 0;
  }
}


