.jdp-about-exact-editable-no-header-footer *, .jdp-about-exact-editable-no-header-footer *::before, .jdp-about-exact-editable-no-header-footer *::after{ box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --ink: #13100C;
    --deep: #1C1812;
    --charcoal: #2C2520;
    --gold: #C9A84C;
    --gold-light: #E8C97A;
    --gold-pale: #F5E8C0;
    --cream: #FAF7F2;
    --warm: #F2EBE0;
    --parchment: #EDE5D5;
    --muted: #9A8E7A;
    --warm-brown: #6B5A42;
    --border: rgba(201,168,76,0.2);
    --border-mid: rgba(201,168,76,0.4);
  }

  

  body.elementor-page{background:inherit!important}
.jdp-about-exact-editable-no-header-footer{
    font-family: 'Montserrat', sans-serif;
    background: var(--cream);
    color: var(--ink);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  .jdp-about-exact-editable-no-header-footer nav{
    background: var(--ink);
    padding: 20px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
  }

  .jdp-about-exact-editable-no-header-footer .nav-logo img{
    height: 52px;
    width: auto;
  }

  .jdp-about-exact-editable-no-header-footer .nav-links{
    display: flex;
    gap: 28px;
    list-style: none;
  }

  .jdp-about-exact-editable-no-header-footer .nav-links a{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
  }

  .jdp-about-exact-editable-no-header-footer .nav-links a:hover{ color: var(--gold); }

  .jdp-about-exact-editable-no-header-footer .nav-cta{
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--gold);
    padding: 10px 22px;
    border-radius: 2px;
    text-decoration: none;
  }

  /* ── HERO ── */
  .jdp-about-exact-editable-no-header-footer .hero{
    background: var(--ink);
    padding: 80px 24px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .jdp-about-exact-editable-no-header-footer .hero::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
  }

  .jdp-about-exact-editable-no-header-footer .hero-eyebrow{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    position: relative;
  }

  .jdp-about-exact-editable-no-header-footer .hero h1{
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 900;
    color: white;
    line-height: 1.05;
    margin-bottom: 12px;
    position: relative;
  }

  .jdp-about-exact-editable-no-header-footer .hero h1 em{
    font-style: italic;
    color: var(--gold-light);
  }

  .jdp-about-exact-editable-no-header-footer .hero-sub{
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
    font-style: italic;
    color: rgba(255,255,255,0.65);
    margin-bottom: 56px;
    position: relative;
  }

  .jdp-about-exact-editable-no-header-footer .hero-logo{
    display: inline-block;
    background: white;
    border-radius: 4px 4px 0 0;
    padding: 20px 32px 0;
    position: relative;
    bottom: -2px;
  }

  .jdp-about-exact-editable-no-header-footer .hero-logo img{
    height: 100px;
    width: auto;
    display: block;
  }

  /* ── GOLD DIVIDER ── */
  .jdp-about-exact-editable-no-header-footer .gold-bar{
    background: var(--gold);
    height: 4px;
    width: 100%;
  }

  /* ── ABOUT JDP SECTION ── */
  .jdp-about-exact-editable-no-header-footer .about-jdp{
    background: white;
    padding: 80px 24px;
    border-bottom: 1px solid var(--border);
  }

  .jdp-about-exact-editable-no-header-footer .about-jdp-inner{
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 72px;
    align-items: start;
  }

  .jdp-about-exact-editable-no-header-footer .about-eyebrow{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    display: block;
  }

  .jdp-about-exact-editable-no-header-footer .about-title{
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .jdp-about-exact-editable-no-header-footer .about-title em{
    font-style: italic;
    color: var(--gold);
  }

  .jdp-about-exact-editable-no-header-footer .about-body p{
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 400;
    color: var(--warm-brown);
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .jdp-about-exact-editable-no-header-footer .about-body p strong{
    color: var(--ink);
    font-weight: 600;
  }

  .jdp-about-exact-editable-no-header-footer .founding-story{
    background: var(--ink);
    border-left: 4px solid var(--gold);
    padding: 28px 28px 28px 32px;
    margin: 32px 0;
    border-radius: 0 4px 4px 0;
  }

  .jdp-about-exact-editable-no-header-footer .founding-label{
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
    display: block;
  }

  .jdp-about-exact-editable-no-header-footer .founding-text{
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
  }

  /* Philosophy cards */
  .jdp-about-exact-editable-no-header-footer .philosophy-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .jdp-about-exact-editable-no-header-footer .phil-card{
    background: var(--warm);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 20px 18px;
    border-top: 2px solid var(--gold);
  }

  .jdp-about-exact-editable-no-header-footer .phil-title{
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
  }

  .jdp-about-exact-editable-no-header-footer .phil-desc{
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    color: var(--warm-brown);
    line-height: 1.6;
  }

  /* RIGHT COLUMN: Who we serve */
  .jdp-about-exact-editable-no-header-footer .serve-panel{
    background: var(--parchment);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 36px 32px;
    position: sticky;
    top: 24px;
  }

  .jdp-about-exact-editable-no-header-footer .serve-title{
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
  }

  .jdp-about-exact-editable-no-header-footer .serve-list{
    list-style: none;
    margin-bottom: 28px;
  }

  .jdp-about-exact-editable-no-header-footer .serve-list li{
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: var(--warm-brown);
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid rgba(201,168,76,0.1);
    line-height: 1.5;
  }

  .jdp-about-exact-editable-no-header-footer .serve-list li::before{
    content: '';
    width: 5px;
    height: 5px;
    background: var(--gold);
    border-radius: 50%;
    margin-top: 7px;
    flex-shrink: 0;
  }

  .jdp-about-exact-editable-no-header-footer .genre-title{
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
    display: block;
  }

  .jdp-about-exact-editable-no-header-footer .genre-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .jdp-about-exact-editable-no-header-footer .genre-tag{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ink);
    background: rgba(201,168,76,0.15);
    border: 1px solid var(--border-mid);
    padding: 5px 12px;
    border-radius: 2px;
  }

  /* ── SANDRA BIO ── */
  .jdp-about-exact-editable-no-header-footer .sandra-section{
    background: var(--ink);
    padding: 0;
    overflow: hidden;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-inner{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 480px 1fr;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-photo-col{
    position: relative;
    overflow: hidden;
    min-height: 700px;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-photo-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-photo-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(19,16,12,0.85));
    padding: 40px 32px 32px;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-name-overlay{
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-title-overlay{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-light);
  }

  .jdp-about-exact-editable-no-header-footer .sandra-content{
    padding: 64px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-eyebrow{
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    display: block;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-heading{
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 700;
    color: white;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-heading em{
    font-style: italic;
    color: var(--gold-light);
  }

  .jdp-about-exact-editable-no-header-footer .sandra-bio p{
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 300;
    color: rgba(255,255,255,0.78);
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .jdp-about-exact-editable-no-header-footer .sandra-credentials{
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(201,168,76,0.2);
  }

  .jdp-about-exact-editable-no-header-footer .cred-label{
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    display: block;
  }

  .jdp-about-exact-editable-no-header-footer .cred-list{
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .jdp-about-exact-editable-no-header-footer .cred-list li{
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
  }

  .jdp-about-exact-editable-no-header-footer .cred-list li::before{
    content: '';
    width: 4px;
    height: 4px;
    background: var(--gold);
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
  }

  .jdp-about-exact-editable-no-header-footer .motto-block{
    background: rgba(201,168,76,0.08);
    border-left: 3px solid var(--gold);
    padding: 20px 24px;
    margin-top: 28px;
    border-radius: 0 3px 3px 0;
  }

  .jdp-about-exact-editable-no-header-footer .motto-label{
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
    display: block;
  }

  .jdp-about-exact-editable-no-header-footer .motto-text{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-style: italic;
    color: var(--gold-pale);
    line-height: 1.5;
  }

  /* ── VALUES STRIP ── */
  .jdp-about-exact-editable-no-header-footer .values-strip{
    background: var(--gold);
    padding: 56px 24px;
  }

  .jdp-about-exact-editable-no-header-footer .values-inner{
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: rgba(0,0,0,0.1);
  }

  .jdp-about-exact-editable-no-header-footer .value-block{
    background: var(--gold);
    padding: 32px 28px;
    text-align: center;
  }

  .jdp-about-exact-editable-no-header-footer .value-word{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
  }

  .jdp-about-exact-editable-no-header-footer .value-desc{
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    color: rgba(19,16,12,0.7);
    line-height: 1.6;
  }

  /* ── CTA ── */
  .jdp-about-exact-editable-no-header-footer .cta-section{
    background: var(--deep);
    padding: 80px 24px;
    text-align: center;
    border-top: 1px solid var(--border);
  }

  .jdp-about-exact-editable-no-header-footer .cta-section h2{
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 4vw, 48px);
    font-weight: 700;
    color: white;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .jdp-about-exact-editable-no-header-footer .cta-section h2 em{ font-style: italic; color: var(--gold-light); }

  .jdp-about-exact-editable-no-header-footer .cta-section p{
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.7;
  }

  .jdp-about-exact-editable-no-header-footer .btn-gold{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--gold);
    border: none;
    padding: 16px 36px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
    border-radius: 2px;
    margin: 0 8px 8px;
  }

  .jdp-about-exact-editable-no-header-footer .btn-gold:hover{ background: var(--gold-light); }

  .jdp-about-exact-editable-no-header-footer .btn-outline{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 16px 36px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.2s;
    border-radius: 2px;
    margin: 0 8px 8px;
  }

  .jdp-about-exact-editable-no-header-footer .btn-outline:hover{ border-color: var(--gold); color: var(--gold); }

  /* ── FOOTER ── */
  .jdp-about-exact-editable-no-header-footer footer{
    background: #060402;
    border-top: 1px solid var(--border);
    padding: 32px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  .jdp-about-exact-editable-no-header-footer .footer-text{
    font-size: 10px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 1px;
  }

  .jdp-about-exact-editable-no-header-footer .footer-text strong{ color: var(--gold); }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .jdp-about-exact-editable-no-header-footer nav{ padding: 16px 24px; }
    .jdp-about-exact-editable-no-header-footer .about-jdp-inner{ grid-template-columns: 1fr; }
    .jdp-about-exact-editable-no-header-footer .serve-panel{ position: static; }
    .jdp-about-exact-editable-no-header-footer .sandra-inner{ grid-template-columns: 1fr; }
    .jdp-about-exact-editable-no-header-footer .sandra-photo-col{ min-height: 480px; }
    .jdp-about-exact-editable-no-header-footer .sandra-content{ padding: 40px 28px; }
    .jdp-about-exact-editable-no-header-footer .cred-list{ grid-template-columns: 1fr; }
    .jdp-about-exact-editable-no-header-footer .values-inner{ grid-template-columns: 1fr; }
    .jdp-about-exact-editable-no-header-footer .philosophy-grid{ grid-template-columns: 1fr; }
    .jdp-about-exact-editable-no-header-footer footer{ flex-direction: column; text-align: center; padding: 24px; }
  }

  /* ── MEDIA PANEL ── */
  .jdp-about-exact-editable-no-header-footer .media-panel{
    background: var(--ink);
    padding: 80px 24px;
    border-top: 1px solid var(--border);
  }
  .jdp-about-exact-editable-no-header-footer .media-panel-inner{ max-width: 1200px; margin: 0 auto; }

  .jdp-about-exact-editable-no-header-footer .media-eyebrow{
    font-size: 9px; font-weight: 700; letter-spacing: 4px;
    text-transform: uppercase; color: var(--gold);
    margin-bottom: 10px; display: block; text-align: center;
  }
  .jdp-about-exact-editable-no-header-footer .media-heading{
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 3vw, 36px); font-weight: 700;
    color: white; text-align: center; margin-bottom: 8px; line-height: 1.2;
  }
  .jdp-about-exact-editable-no-header-footer .media-heading em{ font-style: italic; color: var(--gold-light); }
  .jdp-about-exact-editable-no-header-footer .media-intro{
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; font-weight: 300; font-style: italic;
    color: rgba(255,255,255,0.55); text-align: center; margin-bottom: 48px;
    max-width: 620px; margin-left: auto; margin-right: auto; line-height: 1.75;
  }

  /* Section label */
  .jdp-about-exact-editable-no-header-footer .gallery-label{
    display: flex; align-items: center; gap: 16px;
    margin: 36px 0 20px;
  }
  .jdp-about-exact-editable-no-header-footer .gallery-label span{
    font-size: 9px; font-weight: 700; letter-spacing: 4px;
    text-transform: uppercase; color: var(--gold); white-space: nowrap;
  }
  .jdp-about-exact-editable-no-header-footer .gallery-label::before, .jdp-about-exact-editable-no-header-footer .gallery-label::after{
    content: ''; flex: 1; height: 1px; background: var(--border);
  }

  /* Photo grids */
  .jdp-about-exact-editable-no-header-footer .photo-row-3{
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 3px;
    margin-bottom: 3px;
  }
  .jdp-about-exact-editable-no-header-footer .photo-row-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin-bottom: 3px;
  }
  .jdp-about-exact-editable-no-header-footer .photo-row-1{
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    margin-bottom: 3px;
  }

  .jdp-about-exact-editable-no-header-footer .photo-item{
    position: relative; overflow: hidden;
    background: #1a1510;
  }
  .jdp-about-exact-editable-no-header-footer .photo-item img{
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
    display: block; transition: transform 0.4s ease;
  }
  .jdp-about-exact-editable-no-header-footer .photo-item:hover img{ transform: scale(1.03); }

  /* Fixed heights for each row */
  .jdp-about-exact-editable-no-header-footer .row-main .photo-item{ height: 380px; }
  .jdp-about-exact-editable-no-header-footer .row-chibok .photo-item{ height: 300px; }
  .jdp-about-exact-editable-no-header-footer .row-wide .photo-item{ height: 260px; }

  .jdp-about-exact-editable-no-header-footer .photo-caption{
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(13,11,12,0.93));
    padding: 36px 18px 16px;
  }
  .jdp-about-exact-editable-no-header-footer .photo-caption-tag{
    font-size: 8px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; color: var(--gold);
    display: block; margin-bottom: 4px;
  }
  .jdp-about-exact-editable-no-header-footer .photo-caption-text{
    font-size: 12px; color: rgba(255,255,255,0.88);
    line-height: 1.45; font-weight: 500;
  }

  /* Video grid */
  .jdp-about-exact-editable-no-header-footer .video-grid{
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px;
  }
  .jdp-about-exact-editable-no-header-footer .video-item{ background: #0a0808; }
  .jdp-about-exact-editable-no-header-footer .video-item iframe{
    width: 100%; aspect-ratio: 16/9; display: block; border: none;
  }
  .jdp-about-exact-editable-no-header-footer .video-caption{ padding: 12px 14px; border-top: 1px solid var(--border); }
  .jdp-about-exact-editable-no-header-footer .video-caption-tag{
    font-size: 8px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: var(--gold);
    display: block; margin-bottom: 3px;
  }
  .jdp-about-exact-editable-no-header-footer .video-caption-text{
    font-size: 11px; color: rgba(255,255,255,0.6); line-height: 1.4;
  }

  @media (max-width: 900px) {
    .jdp-about-exact-editable-no-header-footer .photo-row-3, .jdp-about-exact-editable-no-header-footer .photo-row-2{ grid-template-columns: 1fr; }
    .jdp-about-exact-editable-no-header-footer .row-main .photo-item, .jdp-about-exact-editable-no-header-footer .row-chibok .photo-item, .jdp-about-exact-editable-no-header-footer .row-wide .photo-item{ height: 260px; }
    .jdp-about-exact-editable-no-header-footer .video-grid{ grid-template-columns: 1fr; }
  }
.jdp-about-exact-editable-no-header-footer a{text-decoration:none}
.jdp-about-exact-editable-no-header-footer img{max-width:100%}
body.jdp-about-generated header,
body.jdp-about-generated footer,
body.jdp-about-generated .site-header,
body.jdp-about-generated .site-footer,
body.jdp-about-generated #masthead,
body.jdp-about-generated #colophon,
body.jdp-about-generated .main-header-bar,
body.jdp-about-generated .ast-primary-header-bar,
body.jdp-about-generated .elementor-location-header,
body.jdp-about-generated .elementor-location-footer,
body.jdp-about-generated .page-header,
body.jdp-about-generated .entry-header,
body.jdp-about-generated .breadcrumbs,
body.jdp-about-generated .breadcrumb{
    display:none!important;
}
