/* Dana Hartle Site Theme Styles
   Updated to match hero blue + gold palette
   Keeps dark blue card backgrounds for content sections
*/

main {
  background-color: #f0f0f0;
}

/* SECTION WRAPPER */

.dana-section {
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 1.7;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) clamp(18px, 4vw, 48px);
}

/* EYEBROW */

.dana-eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 700;
  color: #d4af37;
  margin: 0 0 12px;
}

/* HEADINGS */

.dana-section h1,
.dana-section h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.15;
  margin: 0 0 20px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.dana-section h3 {
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.3;
  margin: 0 0 12px;
  color: #d4af37;
}

/* BODY TEXT */

.dana-section p {
  font-size: 1rem;
  margin: 0 0 16px;
  color: rgba(255,255,255,.82);
}

/* MAIN CONTENT CARD */

.dana-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #0a1628 0%,
    #1a2d4a 40%,
    #1e3a5f 100%
  );

  border-radius: 22px;

  padding: clamp(24px, 3vw, 38px);

  box-shadow:
    0 18px 45px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,255,255,.06);

  border: 1px solid rgba(255,255,255,.06);
}

/* GOLD LIGHT EFFECT */

.dana-card::before {
  content: '';
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      ellipse at 20% 50%,
      rgba(212,175,55,.10) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(255,255,255,.03) 0%,
      transparent 50%
    );

  pointer-events: none;
}

/* CONTENT ABOVE EFFECT */

.dana-card > * {
  position: relative;
  z-index: 2;
}

/* LIGHT VARIATION */

.dana-soft {
  background: linear-gradient(
    135deg,
    #13233a 0%,
    #1c3557 100%
  );
}

/* IMAGE + TEXT LAYOUT */

.dana-card-media {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.dana-card-media .dana-image {
  width: 38%;
  max-width: 360px;
  height: auto;

  border-radius: 18px;

  display: block;

  margin: 0;

  object-fit: cover;

  flex-shrink: 0;

  box-shadow:
    0 18px 40px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.08);
}

.dana-card-content {
  flex: 1;
}

/* CALLOUT */

.dana-callout {
  margin-top: 26px;

  background:
    linear-gradient(
      135deg,
      rgba(212,175,55,.18),
      rgba(212,175,55,.08)
    );

  border: 1px solid rgba(212,175,55,.28);

  border-left: 5px solid #d4af37;

  padding: 20px 24px;

  border-radius: 16px;
}

.dana-callout p {
  color: rgba(255,255,255,.9);
  margin-bottom: 12px;
}

/* BUTTON */

.dana-cta {
  display: inline-block;

  margin-top: 6px;

  padding: 13px 24px;

  border-radius: 6px;

  background:
    linear-gradient(
      135deg,
      #d4af37,
      #c49b2a
    );

  color: #0a1628 !important;

  text-decoration: none;

  font-weight: 700;

  transition: all .25s ease;

  box-shadow:
    0 6px 18px rgba(212,175,55,.28);
}

.dana-cta:hover,
.dana-cta:focus {
  background:
    linear-gradient(
      135deg,
      #e0be4a,
      #d4af37
    );

  color: #0a1628 !important;

  text-decoration: none;

  transform: translateY(-1px);

  box-shadow:
    0 10px 24px rgba(212,175,55,.38);
}

/* LISTS */

.dana-list {
  margin: 0 0 16px 22px;
  padding: 0;
}

.dana-list li {
  margin: 0 0 8px;
  color: rgba(255,255,255,.82);
}

/* GRID */

.dana-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

/* TABLET */

@media (max-width: 991px) {

  .dana-card-media {
    gap: 2rem;
  }

  .dana-card-media .dana-image {
    width: 42%;
  }
}

/* MOBILE PORTRAIT */

@media (max-width: 767px) and (orientation: portrait) {

  .dana-grid {
    grid-template-columns: 1fr;
  }

  .dana-card-media {
    flex-direction: column;
    align-items: flex-start;
  }

  .dana-card-media .dana-image {
    width: 100%;
    max-width: none;
  }
}

/* MOBILE LANDSCAPE */

@media (max-width: 900px) and (orientation: landscape) {

  .dana-card-media {
    flex-direction: row;
  }

  .dana-card-media .dana-image {
    width: 40%;
  }
}
/* Gold utility accents */

.dana-gold-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      rgba(212,175,55,.16),
      rgba(212,175,55,.06)
    );

  border: 1px solid rgba(212,175,55,.35);

  color: #d4af37;

  box-shadow:
    0 8px 20px rgba(212,175,55,.12);
}

.dana-gold-divider {
  width: 90px;
  height: 4px;
  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      #d4af37 0%,
      #f1d67a 100%
    );

  margin: 18px 0 26px;
}
@media (max-width: 767px) {

  .dana-responsive-two-col {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

}

.dana-wide-section {
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 72px) clamp(18px, 5vw, 72px);
}

.dana-white-feature-card {
  background: #ffffff;
  border-radius: 28px;
  padding: clamp(36px, 5vw, 72px);
  box-shadow: 0 28px 60px rgba(10, 22, 40, .20);
}

.dana-feature-header {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  margin-bottom: clamp(36px, 5vw, 64px);
}

.dana-feature-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f8e58e 0%, #d4af37 70%);
  border: 3px solid #c49b2a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(212, 175, 55, .24);
}

.dana-feature-header h2 {
  color: #0a1628;
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0;
  font-weight: 800;
}

.dana-feature-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 7vw, 110px);
}

.dana-feature-card h2 {
  color: #0a1628;
  font-size: clamp(2.1rem, 3.8vw, 3.9rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
  font-weight: 800;
}

.dana-feature-copy p {
  color: #344054;
  font-size: clamp(1.05rem, 1.35vw, 1.45rem);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .dana-feature-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dana-feature-icon {
    width: 140px;
    height: 140px;
    font-size: 5rem;
  }

  .dana-feature-copy {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* HERO SECTION - migrated from original DNN HTML module */

.dana-hero-wrapper {
  background: #f0f0f0;
}

.dana-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a1628 0%, #1a2d4a 40%, #1e3a5f 100%);
  padding: 0;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.dana-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.dana-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px;
  gap: 40px;
}

.dana-hero-media {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dana-hero-photo-wrap {
  position: relative;
  width: 300px;
  height: 370px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dana-hero-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.dana-hero-content {
  flex: 1 1 55%;
  min-width: 0;
}

.dana-hero h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.dana-hero h1 span {
  display: block;
  color: #d4af37;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  margin-top: 4px;
}

.dana-hero-role {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}

.dana-hero-tagline {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 20px 0 28px;
  max-width: 480px;
}

.dana-hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.dana-hero-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.dana-hero-btn-primary {
  background: linear-gradient(135deg, #d4af37, #c49b2a);
  color: #0a1628 !important;
  padding: 12px 28px;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.dana-hero-btn-primary:hover,
.dana-hero-btn-primary:focus {
  background: linear-gradient(135deg, #e0be4a, #d4af37);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.45);
  transform: translateY(-1px);
  color: #0a1628 !important;
  text-decoration: none;
}

.dana-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dana-hero-btn-secondary:hover,
.dana-hero-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  text-decoration: none;
}

.dana-hero-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.dana-hero-details span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dana-hero-details a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.dana-hero-details a:hover,
.dana-hero-details a:focus {
  color: #d4af37;
  text-decoration: none;
}

.dana-hero-details svg {
  width: 14px;
  height: 14px;
  fill: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}

.dana-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0.08));
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #d4af37;
  text-transform: uppercase;
}

.dana-hero-badge svg {
  width: 16px;
  height: 16px;
  fill: #d4af37;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .dana-hero-inner {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
    gap: 30px;
  }

  .dana-hero-tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .dana-hero-contact,
  .dana-hero-details {
    justify-content: center;
  }

  .dana-hero-badge {
    margin: 0 auto;
  }

  .dana-hero h1 {
    font-size: 34px;
  }

  .dana-hero h1 span {
    font-size: 22px;
  }

  .dana-hero-photo-wrap {
    width: 240px;
    height: 300px;
  }
}

@media (max-width: 575px) {
  .dana-hero-inner {
    padding: 30px 20px;
  }

  .dana-hero h1 {
    font-size: 28px;
  }

  .dana-hero h1 span {
    font-size: 19px;
  }

  .dana-hero-tagline {
    font-size: 15px;
  }

  .dana-hero-contact {
    flex-direction: column;
    align-items: center;
  }

  .dana-hero-photo-wrap {
    width: 200px;
    height: 250px;
  }
}

/* HOME WHITE BOX TEMPLATE
   Migrated from home-white-box-template-1.html
   Scoped under .dana-home-content to avoid broad conflicts.
*/

.dana-home-content {
  padding: 40px 20px;
  background: #f0f0f0;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

/* Reset shared site classes when used inside the home white box template */

.dana-home-content .dana-section {
  max-width: none;
  margin: 0 0 42px;
  padding: 0;
  color: #425466;
  line-height: inherit;
}

.dana-home-content .dana-card {
  position: relative;
  overflow: visible;
  flex: 1 1 280px;
  min-width: 260px;
  background: #ffffff;
  border: 1px solid #dbe7f3;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(22, 61, 99, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.dana-home-content .dana-card::before {
  content: none;
}

.dana-home-content .dana-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(22, 61, 99, .14);
}

.dana-home-content .dana-card > * {
  position: static;
  z-index: auto;
}

.dana-home-content .dana-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}

.dana-home-content .dana-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.dana-home-content .dana-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 34px;
}

.dana-home-content .dana-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #1d5f92;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dana-home-content h2 {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1.2;
  color: #163d63;
}

.dana-home-content h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.3;
  color: #163d63;
}

.dana-home-content p {
  color: #425466;
}

.dana-home-content .dana-lead {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.8;
}

.dana-home-content .dana-card p {
  margin: 0 0 16px;
  line-height: 1.75;
}

.dana-home-content .dana-card .dana-link,
.dana-home-content .dana-button {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 8px;
  background: #d4af37;
  color: #163d63 !important;
  text-decoration: none;
  font-weight: 700;
  transition: background .2s ease, color .2s ease;
}

.dana-home-content .dana-link:hover,
.dana-home-content .dana-button:hover {
  background: #b8962e;
  color: #163d63 !important;
  text-decoration: none;
}

.dana-home-content .dana-section-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 26px;
}

.dana-home-content .dana-section-header h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #d4af37;
  margin: 12px auto 0;
  border-radius: 2px;
}

.dana-home-content .dana-section-header p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
}

.dana-home-content .dana-highlight {
  background: #f3f8fd;
  border: 1px solid #dbe7f3;
  border-radius: 18px;
  padding: 32px 26px;
}

.dana-home-content .dana-contact {
  text-align: center;
  background: #163d63;
  color: #ffffff;
  border-radius: 18px;
  padding: 34px 24px;
  box-shadow: 0 12px 30px rgba(22, 61, 99, .18);
}

.dana-home-content .dana-contact h2,
.dana-home-content .dana-contact p,
.dana-home-content .dana-contact a,
.dana-home-content .dana-contact strong {
  color: #ffffff;
}

.dana-home-content .dana-contact > p {
  max-width: 720px;
  margin: 0 auto 12px;
  line-height: 1.8;
}

.dana-home-content .dana-contact h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #d4af37;
  margin: 12px auto 0;
  border-radius: 2px;
}

.dana-home-content .dana-contact .contact-row {
  margin: 10px 0 0;
  font-size: 1.04rem;
  line-height: 1.8;
}

.dana-home-content .dana-cta {
  display: block;
  margin: 0;
  padding: 50px 20px;
  text-align: center;
  background: linear-gradient(135deg, #0b3a6f 0%, #1f5fa8 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(11, 58, 111, .18);
  font-weight: inherit;
  text-decoration: none;
  transform: none;
}

.dana-home-content .dana-cta:hover,
.dana-home-content .dana-cta:focus {
  background: linear-gradient(135deg, #0b3a6f 0%, #1f5fa8 100%);
  color: #ffffff;
  text-decoration: none;
  transform: none;
  box-shadow: 0 14px 34px rgba(11, 58, 111, .18);
}

.dana-home-content .dana-cta h2,
.dana-home-content .dana-cta p {
  color: #ffffff;
}

.dana-home-content .dana-cta h2 {
  margin: 0 0 12px;
  font-size: 2.2rem;
  line-height: 1.2;
}

.dana-home-content .dana-cta p {
  margin: 0 0 24px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.dana-home-content .dana-cta-divider {
  width: 60px;
  height: 4px;
  background: #d4af37;
  margin: 16px auto 20px;
  border-radius: 2px;
}

.dana-home-content .dana-cta-button {
  display: inline-block;
  padding: 14px 28px;
  background: #d4af37;
  color: #0b3a6f !important;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  transition: background .2s ease, color .2s ease;
}

.dana-home-content .dana-cta-button:hover {
  background: #b8962e;
  color: #0b3a6f !important;
  text-decoration: none;
}

.dana-home-content .dana-cta-bubble {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 140px;
  opacity: .12;
  z-index: 1;
}

.dana-home-content .dana-cta-glow {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: #d4af37;
  opacity: .08;
  border-radius: 50%;
  z-index: 0;
}

.dana-home-content .dana-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .dana-home-content {
    padding: 32px 16px;
  }

  .dana-home-content h2 {
    font-size: 1.7rem;
  }

  .dana-home-content .dana-card {
    padding: 22px;
  }

  .dana-home-content .dana-cta {
    padding: 40px 18px;
  }

  .dana-home-content .dana-cta-bubble {
    width: 100px;
    right: 10px;
    bottom: 10px;
  }
}



/* Reduced spacing between stacked home sections */

.dana-home-content {
  padding: 18px 20px;
}

.dana-home-content + .dana-home-content {
  padding-top: 0;
  margin-top: -8px;
}

/* Full bleed image cards */

.dana-image-card {
  padding: 0 !important;
  overflow: hidden;
}

.dana-image-card img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 14px;
}

.dana-grid-media {
  align-items: stretch;
}

.dana-grid-media .dana-card {
  height: 100%;
}

/* Dark background contact block */

.dana-contact-block {
  color: rgba(255,255,255,.82);
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

.dana-contact-block h3 {
  color: #ffffff;
  margin: 0 0 10px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.dana-contact-block p {
  margin: 0 0 12px;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
}

.dana-contact-block a {
  color: #d4af37;
  text-decoration: none;
  transition: color .2s ease;
}

.dana-contact-block a:hover,
.dana-contact-block a:focus {
  color: #f1d67a;
  text-decoration: none;
}

.dana-contact-location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dana-contact-location svg {
  width: 18px;
  height: 18px;
  fill: #d4af37;
  flex-shrink: 0;
}

/* License badge */

.dana-license {
  display: inline-flex;
  align-items: center;

  margin-top: 6px;
  padding: 5px 12px;

  border-radius: 999px;

  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.28);

  color: #777;

  font-size: .7rem important;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
}

/* Footer credit */

.dana-site-credit {
  margin-top: 18px;

  font-size: .8rem important;
  line-height: 1.4;

  color: #777;
}

.dana-site-credit a {
  color: #777;
  text-decoration: none;

  transition: color .2s ease;
}

.dana-site-credit a:hover,
.dana-site-credit a:focus {
  color: #777;
  text-decoration: none;
}
/* Footer legal / Medicare disclaimer for white background */

.dana-footer-legal {
  margin-top: 18px;
  padding-top: 14px;

  border-top: 1px solid rgba(10,22,40,.08);

  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

.dana-footer-legal h4 {
  margin: 0 0 8px;

  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;

  color: rgba(10,22,40,.62);

  text-transform: uppercase;
}

.dana-footer-legal p {
  margin: 0 0 7px;

  font-size: .64rem;
  line-height: 1.38;

  color: rgba(10,22,40,.52);
}

.dana-footer-legal a {
  color: rgba(29,95,146,.82);
  text-decoration: none;
}

.dana-footer-legal a:hover,
.dana-footer-legal a:focus {
  color: #1d5f92;
  text-decoration: none;
}
/* DNN Form Submit Button Override */

li.Submitbutton .bSubmit,
li.Submitbutton input[type="submit"] {
  display: inline-block !important;

  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;

  padding: 12px 24px !important;

  margin: 0 !important;

  background: #1d5f92 !important;
  background-image: none !important;

  color: #ffffff !important;

  border: 1px solid #184f79 !important;
  border-radius: 6px !important;

  font-family: "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;

  line-height: 1.2 !important;

  text-transform: none !important;

  box-shadow: 0 4px 12px rgba(29,95,146,.18) !important;

  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
}

li.Submitbutton .bSubmit:hover,
li.Submitbutton input[type="submit"]:hover {
  background: #164a71 !important;
  border-color: #123c5c !important;

  color: #ffffff !important;

  box-shadow: 0 8px 18px rgba(29,95,146,.28) !important;
}

li.Submitbutton .bSubmit:focus,
li.Submitbutton input[type="submit"]:focus {
  outline: none;
}

/* Remove any giant pill/container styling */

li.Submitbutton.ConsultButton {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;

  padding: 0 !important;
  margin: 0 !important;

  box-shadow: none !important;
}

li.Submitbutton .Submit-Align-Left {
  display: block !important;
}
