.fc_wrapper {
  max-width: 1009px;
  padding: 0;
  margin: 0 auto;
  display: flex;
}
.fc_wrapper.fc__wrapper--textWrap {
  display: block;
  overflow: hidden;
}
.fc_wrapper.fc__wrapper--textWrap .fc_see-more-preview {
  width: auto;
}
.fc_hide-image [class*=aspect-ratio] {
  display: none;
}
.fc_text-form {
  flex: 1 1 50%;
}
.fc_title {
  font-size: 30px;
  line-height: 36px;
  color: #004494;
}
.fc_subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #666666;
  margin: 0 0 25px 0;
}
.fc_hide-image .fc_subtitle.fc_subtitle-only {
  margin-top: 0;
}
.fc_text,
.fc_text p,
.fc_text ul,
.fc_text ol {
  font-size: 16px;
  line-height: 24px;
}
.fc_text p,
.fc_text ul,
.fc_text ol {
  margin: 10px 0;
}
.fc_text p:empty,
.fc_text ul:empty,
.fc_text ol:empty {
  margin: -10px 0 0 0;
}
.fc_text p:last-child,
.fc_text ul:last-child,
.fc_text ol:last-child {
  margin-bottom: 0;
}
.fc_text p:last-child {
  margin-bottom: 0;
}
.fc_title-section--empty .fc_text > *:first-child {
  margin-top: 0;
}
.fc_text ol {
  padding-left: 17px;
}
.fc_text ul {
  list-style-image: none !important;
  list-style-type: square;
  padding: 0 0 0 20px;
}
.fc_text .ppUX2020_design_readmore {
  display: block;
  margin: 25px 0 0 0;
  color: #004494;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
.fc_text .ppUX2020_arrow {
  padding: 3px;
  margin: 0 0 0 10px;
  position: absolute;
  top: 3px;
}
.fc_text .ppUX2020_arrow.down {
  top: 8px;
}
.svc_form_and_phone_wrapper {
  display: flex;
}
.fc_feedback-btn-wrap {
  margin: 25px 0 0 0;
}
.fc_feedback-btn-wrap .moreinfo_btn {
  margin: 0 20px 0 0;
}
.fc_feedback-btn-wrap .btn-action span {
  font-size: 13px;
  line-height: 21px;
  max-height: 40px;
}
.fc_feedback-btn-wrap .btn-primary span {
  box-sizing: border-box;
  padding: 10px 20px;
}
.fc_feedback-btn-wrap .btn-secondary span {
  box-sizing: border-box;
  padding: 9px 20px;
}
.fc_feedback-btn-wrap .btn-large span {
  line-height: 1.5rem;
}
/* Desktop sticky CTA text */
.pti_sticky-cta-text-wrap {
  display: none;
}
.fc_text-preview-wrap ~ .listbasic {
  margin: 15px 0 0 0;
}
.fc_see-more-preview {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
}
.fc_see-more-preview p:empty,
.fc_see-more-preview ul:empty,
.fc_see-more-preview ol:empty {
  margin: 0;
}
