/* =========================
   PAGE BACKGROUND
   ========================= */


.BannerArea-row-1-padding {
  background:
    radial-gradient(circle at 16% 18%, rgba(88, 126, 188, 0.34) 0%, rgba(88, 126, 188, 0) 28%),
    radial-gradient(circle at 82% 16%, rgba(52, 92, 155, 0.26) 0%, rgba(52, 92, 155, 0) 24%),
    radial-gradient(circle at 72% 72%, rgba(24, 58, 106, 0.22) 0%, rgba(24, 58, 106, 0) 26%),
    radial-gradient(circle at 30% 82%, rgba(44, 78, 132, 0.18) 0%, rgba(44, 78, 132, 0) 22%),
    linear-gradient(135deg, #04101d 0%, #0a1d33 38%, #103052 72%, #173d65 100%) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
}


/* This is the key part */
.BannerArea-row-1-background-layers .row-fluid {
    position: relative;
    z-index: 2;
}

.form-arrow-heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 24px;
  line-height: 1.25;
  color: #fff;
  padding-right: 15px; /* room for arrow on same line */
}

.form-arrow-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  width: 50px;
  height: 90px;
  transform: translateY(-30%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  opacity: 0.95;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 70' fill='none'%3E%3Cpath d='M6 14C28 14 43 18 55 30C63 38 67 47 67 57' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M58 49L67 58L76 49' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}





/* =========================
   GENERAL SMALL UTILITIES
   ========================= */

h6 { margin-bottom: 0.3rem !important; }

.dnd_area-row-1-max-width-section-centering {
  width: 90%;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

.dnd-column table { background-color: transparent !important; }

.hs-image__grid__list__item {
  padding: 5px;
  box-sizing: border-box;
}

.hs-image__grid__list__item__image {
  width: 100%;
  height: auto;
  object-fit: contain !important;
}

.hs-image__grid__container { overflow: visible !important; }

.embed_container {
  width: 60%;
  margin: 0 auto !important;
  display: block;
}

.iframe_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe_wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* =========================
   ROTATING TEXT
   ========================= */

.rotating-text {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  min-width: 24ch;
}

.hs-content-id-208406686607 .rotating-text {
  min-width: 16ch !important;
}
/* Wealth Advisors */
.hs-content-id-212669036384 .rotating-text {
  min-width: 18ch !important;
}
/* Funeral Homes */
.hs-content-id-212751364765 .rotating-text {
  min-width: 21ch !important;
}

.rotating-text span {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-83%);
  white-space: nowrap;
  opacity: 0;
  text-decoration: underline;
  animation: fadeText 9s infinite;
}

.rotating-text span:nth-child(1) { animation-delay: 0s; }
.rotating-text span:nth-child(2) { animation-delay: 3s; }
.rotating-text span:nth-child(3) { animation-delay: 6s; }

@keyframes fadeText {
  0%, 33% { opacity: 1; }
  34%, 100% { opacity: 0; }
}

/* =========================
   HERO SECTION
   row 0 only when it contains a form + feature table
   ========================= */

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) {
  width: 80%;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden !important;
  background:
    radial-gradient(circle at top left, rgba(229,106,84,.14), transparent 28%),
    linear-gradient(135deg, #10263f 0%, #1b365d 58%, #25476f 100%);
  box-shadow: 0 24px 60px rgba(8,22,38,.28);
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 34px;
  padding: 34px 40px !important;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid > .span6 {
  float: none !important;
  width: calc(50% - 17px) !important;
  margin-left: 0 !important;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid > .span6:first-child {
  border-right: 1px solid rgba(255,255,255,.18);
  padding-right: 34px;
}

/* feature table */
.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column table {
  width: 100% !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
  table-layout: fixed !important;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column td {
  padding: 20px 18px !important;
  height: auto !important;
  vertical-align: middle !important;
  background: rgba(255,255,255,.06) !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column td:first-child {
  width: 78px !important;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 18px 0 0 18px;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column td:last-child {
  border-right: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 0 18px 18px 0;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column td span[data-hs-icon-hubl="true"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(229,106,84,.12) !important;
  border: 1px solid rgba(229,106,84,.28);
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column td svg,
.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column td svg path {
  fill: #c3543c !important;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column h6,
.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column h6 span,
.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column h6 strong {
  color: #fff !important;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column h6 {
  margin: 0 0 8px !important;
  font-size: 1.1rem !important;
  line-height: 1.3 !important;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column p,
.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .dnd-column p span {
  margin: 0 !important;
  color: rgba(255,255,255,.82) !important;
  font-size: .96rem !important;
  line-height: 1.6 !important;
}

/* form card */
.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .widget-type-form .form-title {
  margin: 0 0 18px !important;
  font-size: 1.75rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #173252 !important;
}


.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table),
.dnd_area-row-0-max-width-section-centering.dnd_area-row-0-background-color:has(.widget-type-form):has(.rich-text table),
.dnd_area-row-0-max-width-section-centering.dnd_area-row-0-background-layers:has(.widget-type-form):has(.rich-text table) {
  width: 80%;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden !important;
  background-color: #10263f !important;
  background-image:
    radial-gradient(circle at top left, rgba(229,106,84,.10), transparent 25%),
    linear-gradient(135deg, #091726 0%, #10263f 55%, #173252 100%) !important;
  box-shadow: 0 24px 60px rgba(8,22,38,.28);
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid,
.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid > .span6 {
  background: transparent !important;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid > .span6:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid > .span6:first-child > .row-fluid-wrapper,
.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid > .span6:first-child > .row-fluid-wrapper > .row-fluid,
.dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid > .span6:first-child .widget-span {
  width: 100%;
}

.dnd-section:has(.widget-type-linked_image):has(.widget-type-rich_text) .span10 .widget-type-rich_text h3 {
  position: relative;
  margin: 0 0 16px !important;
  padding-left: 78px;
}

.dnd-section:has(.widget-type-linked_image):has(.widget-type-rich_text) .span10 .widget-type-rich_text h3::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 4px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c3543c;
  font-size: 72px;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 700;
}
.dnd_area-row-5-background-color .span10 .widget-type-rich_text p {
  padding-left: 78px;
  margin-top: 12px;
}

/* =========================
   Left text + 3 stat cards section
   ========================= */

.dnd_area-row-4-background-color > .row-fluid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; /* vertically centers cards to left text */
  gap: 26px;
}

/* left text column */
.dnd_area-row-4-background-color > .row-fluid > .span6 {
  float: none !important;
  width: 50% !important;
  margin-left: 0 !important;
  padding-right: 20px;
}

/* right 3 card columns */
.dnd_area-row-4-background-color > .row-fluid > .span2 {
  float: none !important;
  width: calc(16.666% - 18px) !important;
  margin-left: 0 !important;
  display: flex;
  align-self: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dnd_area-row-4-background-color > .row-fluid > .span2 > .row-fluid-wrapper,
.dnd_area-row-4-background-color > .row-fluid > .span2 > .row-fluid-wrapper > .row-fluid,
.dnd_area-row-4-background-color > .row-fluid > .span2 .widget-span,
.dnd_area-row-4-background-color > .row-fluid > .span2 .hs_cos_wrapper {
  width: 100%;
  height: 100%;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* actual stat card */
.dnd_area-row-4-background-color > .row-fluid > .span2 .widget-type-rich_text {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  background: #1b365d !important;
  border-top: 6px solid #c3543c !important;
  border-radius: 22px;
  padding: 28px 28px 24px;
  box-sizing: border-box;
  box-shadow: 0 16px 28px rgba(17, 32, 58, 0.16);
}

/* inner text wrapper */
.dnd_area-row-4-background-color > .row-fluid > .span2 .widget-type-rich_text span[data-hs-cos-type="rich_text"] {
  display: block;
  width: 100%;
}

/* stat number */
.dnd_area-row-4-background-color > .row-fluid > .span2 h2 {
  margin: 0 0 14px !important;
  font-size: 3rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  text-align: left !important;
}

.dnd_area-row-4-background-color > .row-fluid > .span2 h2,
.dnd_area-row-4-background-color > .row-fluid > .span2 h2 span {
  color: #ffffff !important;
}

/* stat label */
.dnd_area-row-4-background-color > .row-fluid > .span2 h5 {
  margin: 0 !important;
  font-size: 0.85rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left !important;
}

.dnd_area-row-4-background-color > .row-fluid > .span2 h5,
.dnd_area-row-4-background-color > .row-fluid > .span2 h5 span {
  color: #d6dbe6 !important;
}

.dnd_area-row-3-background-color > .row-fluid {
  display: flex;
  gap: 18px; /* controls spacing cleanly */
}
.dnd_area-row-3-background-color > .row-fluid > .span4 {
  flex: 1;
  width: auto !important;
  margin-left: 0 !important;
  float: none !important;
  align-self: stretch;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.dnd_area-row-3-background-color > .row-fluid > .span4 .widget-type-rich_text {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  background: #ffffff !important;
  border-top: 6px solid #c3543c !important;
  border-radius: 22px;
  padding: 28px 28px 24px;
  box-sizing: border-box;
  box-shadow: 0 16px 28px rgba(17, 32, 58, 0.16);
}
.dnd_area-row-3-background-color > .row-fluid > .span4 .widget-type-rich_text span[data-hs-cos-type="rich_text"] {
  display: block;
  width: 100%;
}
.dnd_area-row-3-background-color > .row-fluid > .span4 h2,
.dnd_area-row-3-background-color > .row-fluid > .span4 h2 span {
  margin: 0 0 10px;
}

.dnd_area-row-3-background-color > .row-fluid {
  display: flex;
  gap: 18px;
}



.hsfc-Renderer,
.hsfc-Renderer * {
  box-sizing: border-box;
}

.hsfc-Renderer {
  --c1-text: #142033;
  --c1-muted: #5f6f86;
  --c1-line: #d5deea;
  --c1-primary: #0f62fe;
  --c1-primary-dark: #0b4fd1;
  --c1-accent: #c3543c;
  --c1-accent-dark: #eb6544;
  --c1-surface: #ffffff;
  --c1-field-bg: #f8fafc;
  --c1-shadow-lg: 0 30px 80px rgba(18, 38, 63, 0.14);
  --c1-shadow-md: 0 18px 40px rgba(18, 38, 63, 0.08);

  font-family: "Inter", sans-serif;
  color: var(--c1-text);
}

/* outer card */
.hsfc-FormWrapper {
  border-radius: 20px;
max-width: 550px;
  margin: 0 auto;
}

/* form base */
.hsfc-Form {
  margin: 0;
}

/* rows */
.hsfc-Row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem !important;
  margin-bottom: 1rem;
}

/* common full-width rows */
.hsfc-Row:has(.hsfc-DropdownField:only-child),
.hsfc-Row:has(.hsfc-TextareaField:only-child),
.hsfc-Row:has(.hsfc-NavigationRow),
.hsfc-Row:has(.hsfc-EmailField:only-child),
.hsfc-Row:has(.hsfc-PhoneField:only-child) {
  grid-template-columns: 1fr;
}

/* field wrappers */
.hsfc-TextField,
.hsfc-EmailField,
.hsfc-PhoneField,
.hsfc-DropdownField,
.hsfc-TextareaField {
  display: flex;
  flex-direction: column;
  gap: 0.3rem !important;
  min-width: 0;
}

/* labels */
.hsfc-FieldLabel {
  font-size: 0.92rem;
  font-weight: 500;
  color: #516074;
  margin: 0;
}

.hsfc-FieldLabel__RequiredIndicator {
  color: var(--c1-accent-dark);
  margin-left: 0.2rem;
}

/* text inputs / selects / textarea */
.hsfc-TextInput,
.hsfc-TextareaInput,
.hsfc-Renderer input[type="text"],
.hsfc-Renderer input[type="email"],
.hsfc-Renderer input[type="tel"],
.hsfc-Renderer textarea,
.hsfc-Renderer select {
  width: 100%;
  min-height: 42px;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--c1-line) !Important;
  border-radius: 8px;
  background: var(--c1-field-bg) !important;
  color: var(--c1-text);
  font: inherit;
  outline: none;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.hsfc-TextareaInput {
  min-height: 140px;
  resize: vertical;
  padding-top: 1rem;
}

/* focus */
.hsfc-TextInput:focus,
.hsfc-TextareaInput:focus,
.hsfc-Renderer input:focus,
.hsfc-Renderer textarea:focus,
.hsfc-Renderer select:focus {
background: #fff;  
border-color: #8db7ff;
  box-shadow: 0 0 0 4px rgba(15, 98, 254, 0.08);
}

/* placeholder */
.hsfc-Renderer input::placeholder,
.hsfc-Renderer textarea::placeholder {
  color: #8c9aab;
}

/* dropdown */
.hsfc-DropdownInput {
  position: relative;
}

.hsfc-TextInput--button {
  cursor: pointer;
  padding-right: 3rem;
}


/* dropdown panel */
.hsfc-DropdownOptions {
  margin-top: 0.5rem;
  border: 1px solid var(--c1-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--c1-shadow-md);
  overflow: hidden;
}

.hsfc-DropdownOptions__Search {
  padding: 0.75rem;
  border-bottom: 1px solid #edf2f7;
}

.hsfc-DropdownOptions__List {
  list-style: none;
  margin: 0;
  padding: 0.4rem;
  max-height: 280px;
  overflow: auto;
}

.hsfc-DropdownOptions__List__ListItem {
  padding: 0.8rem 0.9rem;
  border-radius: 10px;
  font-size: 0.95rem;
  color: var(--c1-text);
  cursor: pointer;
}

.hsfc-DropdownOptions__List__ListItem:hover {
  background: #f5f9ff;
}

.hsfc-DropdownOptions__List__ListItem--selected {
  background: rgba(15, 98, 254, 0.08);
  color: var(--c1-primary-dark);
  font-weight: 600;
}

/* phone input */
.hsfc-PhoneInput {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--c1-line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.hsfc-PhoneInput .hsfc-TextInput {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* submit row */
.hsfc-NavigationRow {
  display: block;
  margin-top: 0.25rem;
}

.hsfc-NavigationRow__Buttons {
  width: 100%;
}

//* button */
.hsfc-NavigationRow .hsfc-Button,
.hsfc-NavigationRow__Buttons .hsfc-Button,
.widget-type-form .hsfc-Button,
.hsfc-Renderer .hsfc-Button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 0.95rem 1.35rem !important;
  border-radius: 20px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #c3543c, #ff936e) !important;
  color: #fff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  cursor: pointer !important;
  box-shadow: 0 12px 24px rgba(255, 122, 89, 0.28),
              0 0 0 1px rgba(255, 255, 255, 0.08) inset,
              0 0 22px rgba(255, 122, 89, 0.22) !important;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease !important;
}

.hsfc-NavigationRow .hsfc-Button:hover,
.hsfc-NavigationRow__Buttons .hsfc-Button:hover,
.widget-type-form .hsfc-Button:hover,
.hsfc-Renderer .hsfc-Button:hover {
  transform: translateY(-1px) !important;
  background: linear-gradient(135deg, #eb6544, #ff855f) !important;
}


.hs-form label,
.hs-form .inputs-list span {
    line-height: 12px !important;
}


/* alerts / errors */
.hsfc-NavigationRow__Alerts,
.hsfc-Renderer [role="alert"] {
  color: #c2410c;
  font-size: 0.84rem;
  margin-bottom: 0.75rem;
}







/* OUTER CARD */
.cell_17708406446834-row-1-vertical-alignment > .row-fluid {
  display: grid !important;
  grid-template-columns: 43% 57%;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(18, 38, 63, 0.10);
}

/* REMOVE HUBSPOT FLOAT/WIDTH */
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6 {
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
  min-width: 0;
}

/* LEFT COLUMN */
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  background: #000; /* fallback so no gray shows through */
}

/* RIGHT COLUMN */
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:last-child {
  padding: 1rem 1.25rem !important;
  background: #fff;
}

/* REMOVE FORM CARD STYLING */
.hsfc-FormWrapper {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* FORCE ALL LEFT-SIDE WRAPPERS TO FILL */
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child > .row-fluid-wrapper,
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child > .row-fluid-wrapper > .row-fluid,
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child .widget-span,
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child .dnd-module,
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child .hs_cos_wrapper,
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child .hs_cos_wrapper_type_module,
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child .hs_cos_wrapper_type_linked_image,
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child .hs_cos_wrapper_type_linked_image > span {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* IMAGE FILLS ENTIRE LEFT SIDE */
.cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: 60% center; /* adjust to 55%, 60%, 65% if needed */
}

#hs-button_module_177809730948310 {
    background-color: #c3543c !important;
    border-color: #c3543c !important;
}

#hs-button_module_177809730948310:hover,
#hs-button_module_177809730948310:active {
    background-color: #c3543c !important;
    border-color: #c3543c !important;
}
#hs_cos_wrapper_module_17780973094838 h2 span {
    color: #c3543c !important;
}


/* tablet */
@media (max-width: 991px) {
  .dnd_area-row-4-background-color > .row-fluid {
    flex-wrap: wrap;
    gap: 18px;
  }

  .dnd_area-row-4-background-color > .row-fluid > .span6 {
    width: 100% !important;
    padding-right: 0;
  }

  .dnd_area-row-4-background-color > .row-fluid > .span2 {
    width: calc(33.333% - 12px) !important;
  }

  .dnd_area-row-4-background-color > .row-fluid > .span2 .widget-type-rich_text {
    min-height: 150px;
    padding: 24px 22px 20px;
  }

  .dnd_area-row-4-background-color > .row-fluid > .span2 h2 {
    font-size: 2.4rem !important;
  }
  .dnd_area-row-3-background-color > .row-fluid > .span4 .widget-type-rich_text {
  height: 170px;
}
  .dnd_area-row-3-background-color > .row-fluid {
    flex-direction: column;
  }

  .dnd_area-row-3-background-color > .row-fluid > .span4 {
    width: 100% !important;
  }
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 768px) {
  .hs-content-id-208398625621,
  .hs-content-id-208398770585,
  .hs-content-id-208406746467 {
    background-image:
      var(--page-bg-overlay),
      url('https://241375.fs1.hubspotusercontent-na1.net/hubfs/241375/healthcare_mobile.png');
  }

  .hs-content-id-208406686607 {
    background-image:
      var(--page-bg-overlay),
      url('https://241375.fs1.hubspotusercontent-na1.net/hubfs/241375/FA_EPA_Background_mobile.png');
  }

  .hs-content-id-212252657715 {
    background-image:
      var(--page-bg-overlay),
      url('https://241375.fs1.hubspotusercontent-na1.net/hubfs/241375/student-apron-textbook-notebook-mobile.png');
  }

  h1 { font-size: 24px !important; }
  h3 { font-size: 22px !important; }
   h4 { font-size: 14px !important; }
  .embed_container { width: 100%; }

  .dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) {
    width: 92%;
  }

  .dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid {
    padding: 22px !important;
    gap: 18px;
  }

  .dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid > .span6 {
    width: 100% !important;
  }

  .dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) > .row-fluid > .span6:first-child {
    border-right: 0;
    padding-right: 0;
  }

  .dnd_area-row-0-max-width-section-centering:has(.widget-type-form):has(.rich-text table) .widget-type-form .hsfc-Step__Content {
    padding: 22px !important;
  }
  
  .dnd_area-row-4-background-color > .row-fluid > .span2 {
    width: 100% !important;
  }

  .dnd_area-row-4-background-color > .row-fluid > .span2 .widget-type-rich_text {
    height: 80px;
    border-radius: 18px;
  }
  
  .dnd_area-row-3-background-color > .row-fluid {
    flex-direction: column;
  }

  .dnd_area-row-3-background-color > .row-fluid > .span4 {
    width: 100% !important;
  }
  .dnd_area-row-3-background-color > .row-fluid > .span4 .widget-type-rich_text {
  height: 200px;
}
  
  .hsfc-FormWrapper {
    padding: 1.5rem;
    border-radius: 22px;
  }
  
#hs_form_target_widget_1770912046446-r[data-hsfc-id="Renderer"] {
    --hsf-default-background__padding: 10px;
  }

  #hs_form_target_widget_1770912046446-r[data-hsfc-id="Renderer"] .hsfc-Step .hsfc-Step__Content {
    padding: 10px !important;
  }

.cell_17708406446834-row-1-vertical-alignment > .row-fluid {
    grid-template-columns: 1fr;
  }

  .cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:first-child {
    min-height: 320px;
  }

  .cell_17708406446834-row-1-vertical-alignment > .row-fluid > .span6:last-child {
    padding: 2rem;
  }

.form-arrow-heading {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 18px;
    padding-right: 40px;
    font-size: 14px !important;
    line-height: 1.3;
  text-align: left !important;
  }

  .form-arrow-heading::after {
    width: 52px;
    height: 42px;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-20%);
  }

  
}