/*
 * International Six Sigma Institute — landing page modernization 2026
 * -------------------------------------------------------------------
 * Purpose: modernize the established Six Sigma Institute visual language,
 * not replace it. Loaded AFTER bootstrap.min.css + custom.min.css.
 *
 * Intentionally NOT changed here:
 * - navbar colors, transparent-before-scroll behavior or menu mechanics
 * - hero image, hero image coloring, background-position or background-size
 * - any existing PHP/business logic
 * - the site's selected fonts
 */

/* ========================================================================== 
   1. Base rhythm and readability
   ========================================================================== */
body.sixsigma-home-2026 {
    color: #20252a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.sixsigma-home-2026 .sixsigma-home-content {
    color: #20252a;
}

body.sixsigma-home-2026 .sixsigma-home-content p,
body.sixsigma-home-2026 .sixsigma-home-content li {
    font-size: 16px;
    line-height: 1.72;
}

body.sixsigma-home-2026 .sixsigma-home-content p {
    margin-bottom: 17px;
}

body.sixsigma-home-2026 .sixsigma-home-content a {
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

body.sixsigma-home-2026 .sixsigma-home-content h2,
body.sixsigma-home-2026 .sixsigma-home-content h3 {
    text-rendering: optimizeLegibility;
}

/* Existing highlight color, made calmer and more legible. */
body.sixsigma-home-2026 .sixsigma-home-content font[style*="background-color: #d2d0ff"] {
    color: #20252a !important;
    background-color: #e4e4ff !important;
    padding: 2px 4px;
}

/* Existing low-contrast text on dark backgrounds becomes confident white. */
body.sixsigma-home-2026 .sixsigma-home-content span[style*="color: #b4bcc2"],
body.sixsigma-home-2026 .sixsigma-home-content font[style*="color: #b4bcc2"] {
    color: #f4f6f8 !important;
}

/* ========================================================================== 
   2. Hero — preserve the original photograph and original 75vh mechanics
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-hero-2026 {
    position: relative;
    /*
     * No background rule on purpose. The original .intro class remains the
     * single source of truth for image, color, crop and sizing.
     */
}

body.sixsigma-home-2026 .sixsigma-hero-content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 12px;
    text-align: center;
}

body.sixsigma-home-2026 .sixsigma-hero-leadership {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto 10px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(18, 25, 32, .88);
}

body.sixsigma-home-2026 .sixsigma-hero-leadership:before,
body.sixsigma-home-2026 .sixsigma-hero-leadership:after {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    margin: 0 13px;
    background-color: rgba(255,255,255,.72);
}

body.sixsigma-home-2026 .sixsigma-hero-title.intro-text-resize {
    margin-bottom: 12px !important;
    color: #ffffff;
    font-family: BebasNeueRegular, sans-serif;
    font-size: 50px !important;
    line-height: 58px !important;
    letter-spacing: .15px;
    text-shadow: 2px 2px #212529, 0 3px 9px rgba(0,0,0,.24) !important;
}

/* Clear hierarchy: brand-blue primary action + original white secondary action. */
body.sixsigma-home-2026 .sixsigma-hero-actions {
    margin: 0 auto 9px;
    white-space: nowrap;
}

body.sixsigma-home-2026 .sixsigma-hero-actions .btn {
    min-width: 188px;
    margin: 0 6px 8px !important;
    padding: 11px 24px;
    border-width: 2px;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    box-shadow: 0 5px 16px rgba(0,0,0,.23);
    -webkit-transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, -webkit-transform .18s ease;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.sixsigma-home-2026 .sixsigma-hero-actions .glyphicon {
    margin-right: 8px;
}

body.sixsigma-home-2026 .sixsigma-hero-actions .sixsigma-hero-register {
    color: #ffffff !important;
    background-color: #bf5800 !important;
    border-color: #bf5800 !important;
}

body.sixsigma-home-2026 .sixsigma-hero-actions .sixsigma-hero-training {
    color: #0571a8 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

body.sixsigma-home-2026 .sixsigma-hero-actions .sixsigma-hero-register:hover,
body.sixsigma-home-2026 .sixsigma-hero-actions .sixsigma-hero-register:focus {
    color: #ffffff !important;
    background-color: #a94e00 !important;
    border-color: #a94e00 !important;
    box-shadow: 0 7px 20px rgba(0,0,0,.29), 0 0 0 3px rgba(255,255,255,.16);
}

body.sixsigma-home-2026 .sixsigma-hero-actions .sixsigma-hero-training:hover,
body.sixsigma-home-2026 .sixsigma-hero-actions .sixsigma-hero-training:focus {
    color: #045f8d !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: 0 7px 20px rgba(0,0,0,.29), 0 0 0 3px rgba(255,255,255,.16);
}

body.sixsigma-home-2026 .sixsigma-hero-actions .btn:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

/* Social proof is a single typographic band, deliberately not three cards. */
body.sixsigma-home-2026 .sixsigma-hero-proof {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 10px;
    padding: 8px 0 7px;
    color: #ffffff;
    border-top: 1px solid rgba(255,255,255,.44);
    border-bottom: 1px solid rgba(255,255,255,.44);
    text-shadow: 1px 2px 3px rgba(18,25,32,.84);
}

body.sixsigma-home-2026 .sixsigma-proof-item {
    width: 33.333%;
    padding: 0 18px;
    border-left: 1px solid rgba(255,255,255,.48);
}

body.sixsigma-home-2026 .sixsigma-proof-item:first-child {
    border-left: 0;
}

body.sixsigma-home-2026 .sixsigma-proof-item strong,
body.sixsigma-home-2026 .sixsigma-proof-item span {
    display: block;
}

body.sixsigma-home-2026 .sixsigma-proof-item strong {
    font-family: BebasNeueRegular, sans-serif;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: .3px;
}

body.sixsigma-home-2026 .sixsigma-proof-item span {
    margin-top: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10.5px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .45px;
    text-transform: uppercase;
}

/* Embedded form: compact, useful and visually part of the original hero. */
body.sixsigma-home-2026 .sixsigma-hero-form {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

body.sixsigma-home-2026 .sixsigma-hero-form-label {
    margin-bottom: 5px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(18,25,32,.9);
}

body.sixsigma-home-2026 .sixsigma-hero-form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

body.sixsigma-home-2026 .sixsigma-hero-input-pair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

body.sixsigma-home-2026 .sixsigma-hero-input-pair input,
body.sixsigma-home-2026 .sixsigma-hero-form-submit {
    height: 44px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
}

body.sixsigma-home-2026 .sixsigma-hero-input-pair input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0;
    margin-right: 7px;
    padding: 10px 13px;
    color: #1d2328;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    outline: 0;
    box-shadow: 0 4px 13px rgba(0,0,0,.22);
    -webkit-transition: border-color .18s ease, box-shadow .18s ease;
    transition: border-color .18s ease, box-shadow .18s ease;
}

body.sixsigma-home-2026 .sixsigma-hero-input-pair input::-webkit-input-placeholder { color: #555f68; }
body.sixsigma-home-2026 .sixsigma-hero-input-pair input::-moz-placeholder { color: #555f68; opacity: 1; }
body.sixsigma-home-2026 .sixsigma-hero-input-pair input:-ms-input-placeholder { color: #555f68; }
body.sixsigma-home-2026 .sixsigma-hero-input-pair input::placeholder { color: #555f68; }

body.sixsigma-home-2026 .sixsigma-hero-input-pair input:focus {
    border-color: #ffffff;
    box-shadow: 0 4px 14px rgba(0,0,0,.25), 0 0 0 4px rgba(5,113,168,.30);
}

body.sixsigma-home-2026 .sixsigma-hero-form-submit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 292px;
    -ms-flex: 0 0 292px;
    flex: 0 0 292px;
    padding: 10px 18px;
    color: #ffffff;
    font-weight: 700;
    background-color: #0571a8;
    border: 2px solid #0571a8;
    outline: 0;
    box-shadow: 0 4px 13px rgba(0,0,0,.23), 0 0 12px rgba(5,113,168,.18);
    -webkit-transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, -webkit-transform .18s ease;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.sixsigma-home-2026 .sixsigma-hero-form-submit:hover,
body.sixsigma-home-2026 .sixsigma-hero-form-submit:focus {
    background-color: #045f8d;
    border-color: #045f8d;
    box-shadow: 0 6px 18px rgba(0,0,0,.28), 0 0 0 3px rgba(255,255,255,.17);
}

body.sixsigma-home-2026 .sixsigma-hero-form-submit:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

body.sixsigma-home-2026 .sixsigma-hero-form-submit[disabled] {
    cursor: default;
    opacity: .84;
}

body.sixsigma-home-2026 .sixsigma-hero-form-error {
    min-height: 15px;
    margin-top: 3px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    text-shadow: 1px 2px 3px rgba(0,0,0,.92);
}

body.sixsigma-home-2026 .sixsigma-hero-form-error:empty {
    min-height: 0;
    margin-top: 0;
}

/* ========================================================================== 
   3. Section bands — keep #183370, modernize proportion and typography
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-home-content > .row > div[style*="background-color: #183370"],
body.sixsigma-home-2026 .sixsigma-badge-zone .row > div[style*="background-color: #183370"],
body.sixsigma-home-2026 .sixsigma-accreditations-zone .row > div[style*="background-color: #183370"] {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    border-top-color: #132a5d !important;
    border-bottom-color: #132a5d !important;
}

body.sixsigma-home-2026 .sixsigma-home-content > .row > div[style*="background-color: #183370"] h2,
body.sixsigma-home-2026 .sixsigma-badge-zone div[style*="background-color: #183370"] h2,
body.sixsigma-home-2026 .sixsigma-accreditations-zone div[style*="background-color: #183370"] h2 {
    max-width: 1120px;
    margin: 0 auto !important;
    color: #ffffff !important;
    font-size: 41px !important;
    line-height: 48px !important;
    letter-spacing: .2px;
}

/* Badge heading uses divs rather than h2. Keep its wording and strong visual role. */
body.sixsigma-home-2026 .sixsigma-badge-zone div[style*="font-size: 48px"] {
    font-size: 43px !important;
    line-height: 50px !important;
    letter-spacing: .2px;
}

/* Keep this established proof heading broad, as in the original design. */
body.sixsigma-home-2026 .sixsigma-client-proof-heading h2 {
    max-width: 1500px !important;
    font-size: 39px !important;
    line-height: 47px !important;
}

/* ========================================================================== 
   4. First content / free book section
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-book-section {
    border-bottom: 1px solid #e2e5e8;
}

body.sixsigma-home-2026 .sixsigma-book-section > div:nth-child(2),
body.sixsigma-home-2026 .sixsigma-book-section > div:nth-child(3) {
    padding-top: 42px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
}

body.sixsigma-home-2026 .sixsigma-book-section > div:nth-child(2) {
    overflow: hidden;
}

body.sixsigma-home-2026 .sixsigma-book-section > div:nth-child(2) img {
    display: block;
    width: auto;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
    -webkit-filter: none;
    filter: none;
}

body.sixsigma-home-2026 .sixsigma-book-section > div:nth-child(3) {
    position: relative;
    z-index: 1;
}

body.sixsigma-home-2026 .sixsigma-book-section h2 {
    margin-top: 0;
    margin-bottom: 21px;
    color: #183370 !important;
    font-size: 40px !important;
    line-height: 44px !important;
    letter-spacing: .1px;
}

body.sixsigma-home-2026 .sixsigma-book-section p,
body.sixsigma-home-2026 .sixsigma-book-section li {
    max-width: 760px;
}


body.sixsigma-home-2026 .sixsigma-book-section h1 {
    margin-top: 0;
    color: #314f91 !important;
    font-size: 42px;
    line-height: 47px;
    letter-spacing: .15px;
}

/* ========================================================================== 
   5. Media/video, stories and proof imagery
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-badge-zone div[style*="perspective(1040px)"],
body.sixsigma-home-2026 .sixsigma-story-section div[style*="perspective(1040px)"],
body.sixsigma-home-2026 .sixsigma-cert-process div[style*="perspective(1040px)"],
body.sixsigma-home-2026 .sixsigma-community-zone div[style*="perspective(1040px)"],
body.sixsigma-home-2026 .sixsigma-blog-grid div[style*="perspective(1040px)"] {
    -webkit-transform: none !important;
    transform: none !important;
}

body.sixsigma-home-2026 .sixsigma-badge-zone .embed-responsive,
body.sixsigma-home-2026 .sixsigma-story-section img[style*="box-shadow"],
body.sixsigma-home-2026 .sixsigma-cert-process img[style*="box-shadow"],
body.sixsigma-home-2026 .sixsigma-community-zone img[style*="box-shadow"],
body.sixsigma-home-2026 .sixsigma-blog-grid img[style*="box-shadow"] {
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(25,34,43,.18) !important;
}

body.sixsigma-home-2026 .sixsigma-client-logos {
    border-bottom: 0;
}

body.sixsigma-home-2026 .sixsigma-client-logos img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

body.sixsigma-home-2026 .sixsigma-story-section > div:nth-child(2) {
    padding-top: 52px !important;
    padding-left: 44px !important;
    padding-right: 44px !important;
}

body.sixsigma-home-2026 .sixsigma-story-section img {
    margin: 0 auto;
}

body.sixsigma-home-2026 .sixsigma-story-copy {
    margin: 36px auto 0;
    max-width: 1180px;
    color: #252b31;
    text-align: center;
    font-size: 18px;
    line-height: 1.62;
}

body.sixsigma-home-2026 .sixsigma-story-highlight {
    padding: 2px 5px;
    color: #252b31;
    background-color: #d2d0ff;
}

body.sixsigma-home-2026 .sixsigma-story-highlight a {
    color: #1155cc !important;
    text-decoration: underline !important;
}

body.sixsigma-home-2026 .sixsigma-dual-proof > div {
    overflow: hidden;
}

body.sixsigma-home-2026 .sixsigma-dual-proof img {
    width: 100%;
    -webkit-transition: opacity .18s ease;
    transition: opacity .18s ease;
}

body.sixsigma-home-2026 .sixsigma-dual-proof a:hover img,
body.sixsigma-home-2026 .sixsigma-dual-proof a:focus img {
    opacity: .94;
}

body.sixsigma-home-2026 .sixsigma-students img {
    width: 100%;
}

/* ========================================================================== 
   6. Blog/discussion cards — clean editorial treatment
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-blog-grid {
    padding: 18px 18px 22px;
    background-color: #f2f2f2;
}

body.sixsigma-home-2026 .sixsigma-blog-grid > div {
    margin-bottom: 0 !important;
    padding: 14px !important;
    background-color: transparent !important;
}

body.sixsigma-home-2026 .sixsigma-blog-grid .panel.panel-default {
    margin: 0;
    overflow: hidden;
    border: 1px solid #dfe3e7;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(27,37,47,.08);
    -webkit-transition: border-color .18s ease, box-shadow .18s ease, -webkit-transform .18s ease;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.sixsigma-home-2026 .sixsigma-blog-grid .panel.panel-default:hover {
    border-color: #cfd5da;
    box-shadow: 0 12px 30px rgba(27,37,47,.12);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

body.sixsigma-home-2026 .sixsigma-blog-grid .panel-body {
    padding: 22px;
}

body.sixsigma-home-2026 .sixsigma-blog-grid .panel-body > .row > div {
    padding: 16px !important;
}

body.sixsigma-home-2026 .sixsigma-blog-grid h3,
body.sixsigma-home-2026 .sixsigma-blog-grid h3 a {
    color: #873e59 !important;
}

body.sixsigma-home-2026 .sixsigma-blog-grid h3 {
    margin-bottom: 16px !important;
    font-size: 25px !important;
    line-height: 31px !important;
}

body.sixsigma-home-2026 .sixsigma-blog-grid .label-info {
    padding: 5px 8px;
    border-radius: 3px;
    background-color: #686994 !important;
    font-size: 12px !important;
    line-height: 18px;
}

/* ========================================================================== 
   7. Testimonials — preserve every word, improve scan/readability
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-testimonials > div:nth-child(2) {
    padding-top: 52px !important;
    padding-left: 46px !important;
    padding-right: 46px !important;
}

body.sixsigma-home-2026 .sixsigma-testimonials blockquote {
    margin: 0 0 24px;
    padding: 22px 24px 21px;
    border: 1px solid #e1e4e7;
    border-left: 4px solid #183370 !important;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 5px 18px rgba(25,34,43,.055);
}

body.sixsigma-home-2026 .sixsigma-testimonials blockquote p {
    margin-bottom: 10px;
    color: #22282e;
    font-size: 16px !important;
    line-height: 1.72 !important;
}

body.sixsigma-home-2026 .sixsigma-testimonials blockquote footer {
    color: #424a52 !important;
    font-size: 14px;
    line-height: 1.55;
}

/* ========================================================================== 
   8. Certification process + product grid
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-cert-process {
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid #e1e4e6;
}

body.sixsigma-home-2026 .sixsigma-cert-process > div:nth-child(2),
body.sixsigma-home-2026 .sixsigma-cert-process > div:nth-child(3) {
    padding-top: 42px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

body.sixsigma-home-2026 .sixsigma-programs-zone > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.sixsigma-home-2026 .sixsigma-programs-zone > .row > div {
    margin-bottom: 0 !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    border-bottom: 1px solid #dde1e4;
}

body.sixsigma-home-2026 .sixsigma-programs-zone img {
    max-height: 245px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .18s ease;
    transition: transform .18s ease;
}

body.sixsigma-home-2026 .sixsigma-programs-zone a:hover img,
body.sixsigma-home-2026 .sixsigma-programs-zone a:focus img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

body.sixsigma-home-2026 .sixsigma-programs-zone h3 {
    min-height: 52px;
    margin: 19px 0 15px !important;
    color: #20252a !important;
    font-size: 19px !important;
    line-height: 26px !important;
}

body.sixsigma-home-2026 .sixsigma-programs-zone center > a.btn-primary:last-of-type {
    color: #0571a8 !important;
    background-color: transparent !important;
    border-color: #0571a8 !important;
    box-shadow: none;
}

body.sixsigma-home-2026 .sixsigma-programs-zone center > a.btn-primary:last-of-type:hover,
body.sixsigma-home-2026 .sixsigma-programs-zone center > a.btn-primary:last-of-type:focus {
    color: #ffffff !important;
    background-color: #0571a8 !important;
}

/* ========================================================================== 
   9. Accreditation + community sections
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-accreditations-zone > .row[style*="background-color: #ffffff"] {
    padding-top: 16px;
    padding-bottom: 22px;
}

body.sixsigma-home-2026 .sixsigma-accreditations-zone > .row[style*="background-color: #ffffff"] > div {
    padding: 34px !important;
    color: #20252a;
    font-size: 16px;
    line-height: 1.72;
}

body.sixsigma-home-2026 .sixsigma-accreditations-zone img {
    max-height: 178px;
    margin: 0 auto 8px !important;
}

body.sixsigma-home-2026 .sixsigma-community-zone > .row > div:nth-child(2),
body.sixsigma-home-2026 .sixsigma-community-zone > .row > div:nth-child(3) {
    padding-top: 44px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
}

body.sixsigma-home-2026 .sixsigma-community-zone h2 {
    margin-top: 0 !important;
    font-size: 40px !important;
    line-height: 44px !important;
    letter-spacing: .15px;
}

body.sixsigma-home-2026 .sixsigma-community-zone p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.72;
}

body.sixsigma-home-2026 .sixsigma-community-zone img {
    margin-left: auto;
    margin-right: auto;
}


/* Six Sigma community — keep original orange copy, make highlights feel intentional. */
body.sixsigma-home-2026 .sixsigma-community-zone font[style*="color: #FFBE85"] {
    color: #FFBE85 !important;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
}

body.sixsigma-home-2026 .sixsigma-community-zone > .row > div:nth-child(3) > p:nth-of-type(8),
body.sixsigma-home-2026 .sixsigma-community-zone > .row > div:nth-child(3) > p:nth-of-type(10) {
    position: relative;
    margin-top: 24px;
    margin-bottom: 25px;
    padding: 15px 20px 15px 40px;
    background-color: rgba(255,190,133,.05);
    border-left: 3px solid #FFBE85;
}

body.sixsigma-home-2026 .sixsigma-community-zone > .row > div:nth-child(3) > p:nth-of-type(8):before,
body.sixsigma-home-2026 .sixsigma-community-zone > .row > div:nth-child(3) > p:nth-of-type(10):before {
    content: "\201C";
    position: absolute;
    top: 4px;
    left: 12px;
    color: rgba(255,190,133,.62);
    font-family: Georgia, serif;
    font-size: 34px;
    line-height: 34px;
}

/* ========================================================================== 
   10. About / explanatory split section
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-about-grid > div {
    padding-top: 52px !important;
    padding-left: 46px !important;
    padding-right: 46px !important;
}

body.sixsigma-home-2026 .sixsigma-about-grid h2 {
    margin-top: 0 !important;
    margin-bottom: 23px !important;
    color: #20252a !important;
    font-size: 39px !important;
    line-height: 43px !important;
}

body.sixsigma-home-2026 .sixsigma-about-grid h2 font {
    color: #183370 !important;
}

/* ========================================================================== 
   11. Benefits — keep alternating backgrounds, give them a disciplined grid
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-benefits-zone > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.sixsigma-home-2026 .sixsigma-benefits-zone > .row > div {
    margin-bottom: 0 !important;
    padding-top: 46px !important;
    padding-bottom: 42px !important;
    padding-left: 38px !important;
    padding-right: 38px !important;
    border-bottom: 1px solid #dde1e4;
}

body.sixsigma-home-2026 .sixsigma-benefits-zone i {
    color: #183370;
}

body.sixsigma-home-2026 .sixsigma-benefits-zone h3 {
    margin-top: 18px;
    margin-bottom: 21px;
    color: #183370 !important;
    font-size: 31px !important;
    line-height: 35px !important;
}

body.sixsigma-home-2026 .sixsigma-benefits-zone p {
    color: #20252a;
}

/* ========================================================================== 
   12. Events — modern Bootstrap 3 panels without replacing their identity
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-events-zone > .row {
    padding: 26px 20px 34px !important;
}

body.sixsigma-home-2026 .sixsigma-events-zone > .row > div {
    padding: 14px !important;
}

body.sixsigma-home-2026 .sixsigma-events-zone .panel {
    overflow: hidden;
    border: 1px solid #d9dee3;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(27,37,47,.08);
}

body.sixsigma-home-2026 .sixsigma-events-zone .panel-primary > .panel-heading {
    padding: 16px 19px;
    color: #ffffff;
    background-color: #183370;
    border-color: #183370;
}

body.sixsigma-home-2026 .sixsigma-events-zone .panel-body {
    padding: 22px;
}

/* ========================================================================== 
   13. Consistent buttons throughout the existing page
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-home-content .btn-warning,
body.sixsigma-home-2026 .sixsigma-home-content .btn-primary,
body.sixsigma-home-2026 .sixsigma-home-content .btn-success {
    min-height: 43px;
    padding: 10px 20px;
    color: #ffffff !important;
    background-color: #0571a8 !important;
    border: 2px solid #0571a8 !important;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(25,42,55,.14);
    -webkit-transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, -webkit-transform .18s ease;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.sixsigma-home-2026 .sixsigma-home-content .btn-warning:hover,
body.sixsigma-home-2026 .sixsigma-home-content .btn-warning:focus,
body.sixsigma-home-2026 .sixsigma-home-content .btn-primary:hover,
body.sixsigma-home-2026 .sixsigma-home-content .btn-primary:focus,
body.sixsigma-home-2026 .sixsigma-home-content .btn-success:hover,
body.sixsigma-home-2026 .sixsigma-home-content .btn-success:focus {
    color: #ffffff !important;
    background-color: #045f8d !important;
    border-color: #045f8d !important;
    box-shadow: 0 5px 15px rgba(25,42,55,.22);
}

body.sixsigma-home-2026 .sixsigma-home-content .btn-warning:active,
body.sixsigma-home-2026 .sixsigma-home-content .btn-primary:active,
body.sixsigma-home-2026 .sixsigma-home-content .btn-success:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}


/* Register CTAs: exact top-menu REGISTER color (#bf5800). */
body.sixsigma-home-2026 a.btn[href*="Register_Six_Sigma_Certification_Program.php"] {
    color: #ffffff !important;
    background-color: #bf5800 !important;
    border-color: #bf5800 !important;
}

body.sixsigma-home-2026 a.btn[href*="Register_Six_Sigma_Certification_Program.php"]:hover,
body.sixsigma-home-2026 a.btn[href*="Register_Six_Sigma_Certification_Program.php"]:focus {
    color: #ffffff !important;
    background-color: #a94e00 !important;
    border-color: #a94e00 !important;
}

/* ========================================================================== 
   14. Existing free-training modal — same content/logic, cleaner finish
   ========================================================================== */
body.sixsigma-home-2026 #sixsigmaModal .modal-dialog {
    margin-top: 5vh;
}

body.sixsigma-home-2026 #sixsigmaModal .modal-content {
    overflow: hidden;
    border: 0;
    border-top: 4px solid #183370;
    border-radius: 7px;
    box-shadow: 0 22px 60px rgba(0,0,0,.34);
}

body.sixsigma-home-2026 #sixsigmaModal .modal-body {
    padding: 28px 34px 32px !important;
    color: #171b1f !important;
    background-color: #fafafa !important;
}

body.sixsigma-home-2026 #sixsigmaModal .close {
    position: relative;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin-top: -5px;
    color: #171b1f !important;
    font-size: 28px;
    line-height: 30px;
    opacity: .66;
}

body.sixsigma-home-2026 #sixsigmaModal .close:hover,
body.sixsigma-home-2026 #sixsigmaModal .close:focus {
    opacity: 1;
}

body.sixsigma-home-2026 #sixsigmaModal .subscribeModalDiscoverText {
    color: #15191d !important;
    letter-spacing: .05px;
}

body.sixsigma-home-2026 #sixsigmaModal .subscribeModalInput {
    height: 49px;
    color: #171b1f !important;
    border: 1px solid #cbd2d8;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: none;
}

body.sixsigma-home-2026 #sixsigmaModal .subscribeModalInput:focus {
    border-color: #0571a8;
    box-shadow: 0 0 0 3px rgba(5,113,168,.13);
}

body.sixsigma-home-2026 #sixsigmaModal .subscribeModalSubmit {
    min-height: 53px;
    border-radius: 6px !important;
    box-shadow: 0 5px 15px rgba(30,39,47,.18);
}


/* Free-book wait state — presentation only; existing submit logic remains unchanged. */
@-webkit-keyframes sixsigma-spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } }
@keyframes sixsigma-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

body.sixsigma-home-2026 .sixsigma-wait-spinner {
    display: inline-block;
    margin-right: 7px;
    -webkit-animation: sixsigma-spin .85s linear infinite;
    animation: sixsigma-spin .85s linear infinite;
}

/* ========================================================================== 
   15. Footer — Scrum Institute structure, Six Sigma identity
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-footer-2026 {
    margin-right: -15px;
    margin-left: -15px;
    color: #BBBBBB;
    background-color: #212529;
}

body.sixsigma-home-2026 .sixsigma-footer-2026 > .container {
    padding-top: 58px;
    padding-bottom: 44px;
}

body.sixsigma-home-2026 .sixsigma-footer-column {
    padding-right: 30px;
    padding-left: 30px;
}

body.sixsigma-home-2026 .sixsigma-footer-heading {
    margin-bottom: 18px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: .35px;
}

body.sixsigma-home-2026 .sixsigma-footer-2026 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.sixsigma-home-2026 .sixsigma-footer-2026 li {
    padding-bottom: 12px;
}

body.sixsigma-home-2026 .sixsigma-footer-2026 a.afooter {
    color: #BBBBBB !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
}

body.sixsigma-home-2026 .sixsigma-footer-2026 a.afooter:hover,
body.sixsigma-home-2026 .sixsigma-footer-2026 a.afooter:focus {
    color: #FFFFFF !important;
    text-decoration: underline;
}

body.sixsigma-home-2026 .sixsigma-footer-rule {
    margin: 42px 15px 16px;
    border-top-color: #6e7479;
}

body.sixsigma-home-2026 .sixsigma-footer-copyright {
    padding: 0 15px 5px;
    color: #BBBBBB;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
}


/* Desktop displays with limited vertical room: keep the transparent menu visually clear. */
@media only screen and (min-width: 992px) and (max-height: 820px) {
    body.sixsigma-home-2026 .sixsigma-hero-title.intro-text-resize {
        font-size: 45px !important;
        line-height: 52px !important;
    }

    body.sixsigma-home-2026 .sixsigma-hero-leadership {
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 17px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-actions {
        margin-bottom: 5px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-actions .btn {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-proof {
        margin-bottom: 7px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-input-pair input,
    body.sixsigma-home-2026 .sixsigma-hero-form-submit {
        height: 41px;
    }
}


/* ========================================================================== 
   Tablet navigation — collapse the long desktop menu through 1199px
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    body.sixsigma-home-2026 > .navbar .navbar-header {
        float: none;
    }

    body.sixsigma-home-2026 > .navbar .navbar-toggle {
        display: block;
    }

    body.sixsigma-home-2026 > .navbar .navbar-collapse {
        width: auto;
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }

    body.sixsigma-home-2026 > .navbar .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: hidden !important;
    }

    body.sixsigma-home-2026 > .navbar .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    body.sixsigma-home-2026 > .navbar .navbar-nav,
    body.sixsigma-home-2026 > .navbar .navbar-right {
        float: none !important;
    }

    body.sixsigma-home-2026 > .navbar .navbar-nav {
        margin: 9.75px -15px;
    }

    body.sixsigma-home-2026 > .navbar .navbar-right {
        margin-right: -15px;
    }

    body.sixsigma-home-2026 > .navbar .navbar-nav > li {
        float: none;
    }

    body.sixsigma-home-2026 > .navbar .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.sixsigma-home-2026 > .navbar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body.sixsigma-home-2026 > .navbar .navbar-nav .open .dropdown-menu > li > a,
    body.sixsigma-home-2026 > .navbar .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    body.sixsigma-home-2026 > .navbar .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        line-height: 21px;
    }

    body.sixsigma-home-2026 > .navbar.navbar-transparent #navbar-main.in,
    body.sixsigma-home-2026 > .navbar.navbar-transparent #navbar-main.collapsing {
        background-color: #2c3e50;
    }
}

/* ========================================================================== 
   16. Tablet
   ========================================================================== */
@media only screen and (min-width: 600px) and (max-width: 1199px) {
    body.sixsigma-home-2026 .sixsigma-hero-content {
        max-width: 900px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-title.intro-text-resize {
        font-size: 43px !important;
        line-height: 50px !important;
    }

    body.sixsigma-home-2026 .sixsigma-hero-leadership {
        font-size: 12.5px;
        line-height: 17px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-actions .btn {
        min-width: 172px;
        font-size: 17px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-form-submit {
        -webkit-flex-basis: 255px;
        -ms-flex-preferred-size: 255px;
        flex-basis: 255px;
        font-size: 12.5px;
    }

    body.sixsigma-home-2026 .sixsigma-programs-zone > .row > div,
    body.sixsigma-home-2026 .sixsigma-benefits-zone > .row > div {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
}

/* ========================================================================== 
   17. Mobile — preserve original vertical-centering / 75vh behavior
   ========================================================================== */
@media only screen and (max-width: 599px) {
    /*
     * CRITICAL: preserve the original table/table-cell hero centering and
     * do not replace its height model or .container-fluid display. The original SubscribeHTMLHeader()
     * table/table-cell centering is intentionally preserved.
     */
    body.sixsigma-home-2026 .sixsigma-hero-2026.intro-container {
        padding-top: 82px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body.sixsigma-home-2026 .sixsigma-hero-content {
        max-width: 450px;
        padding-left: 4px;
        padding-right: 4px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-leadership {
        max-width: 340px;
        margin-bottom: 7px;
        font-size: 10.5px;
        line-height: 14px;
        letter-spacing: .72px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-leadership span {
        min-width: 0;
        white-space: normal;
    }

    body.sixsigma-home-2026 .sixsigma-hero-leadership:before,
    body.sixsigma-home-2026 .sixsigma-hero-leadership:after {
        width: 20px;
        margin-left: 8px;
        margin-right: 8px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-title.intro-text-resize {
        margin-bottom: 9px !important;
        font-size: 29px !important;
        line-height: 33px !important;
        letter-spacing: 0;
    }

    body.sixsigma-home-2026 .sixsigma-hero-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5px;
        white-space: normal;
    }

    body.sixsigma-home-2026 .sixsigma-hero-actions .btn {
        min-width: 0;
        width: 46%;
        max-width: 166px;
        margin: 0 4px 7px !important;
        padding: 8px 7px;
        border-radius: 5px;
        font-size: 14.5px !important;
        line-height: 20px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-proof {
        max-width: 410px;
        margin-bottom: 7px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    body.sixsigma-home-2026 .sixsigma-proof-item {
        padding-left: 6px;
        padding-right: 6px;
    }

    body.sixsigma-home-2026 .sixsigma-proof-item strong {
        font-size: 19px;
        line-height: 21px;
    }

    body.sixsigma-home-2026 .sixsigma-proof-item span {
        font-size: 8.5px;
        line-height: 10.5px;
        letter-spacing: .12px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-form {
        max-width: 410px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-form-label {
        margin-bottom: 4px;
        font-size: 9.5px;
        line-height: 12px;
        letter-spacing: .65px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-form-fields {
        display: block;
    }

    body.sixsigma-home-2026 .sixsigma-hero-input-pair {
        width: 100%;
        margin-bottom: 6px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-input-pair input {
        height: 38px;
        margin-right: 5px;
        padding: 7px 9px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 18px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-input-pair input:last-child {
        margin-right: 0;
    }

    body.sixsigma-home-2026 .sixsigma-hero-form-submit {
        display: block;
        width: 100%;
        height: 39px;
        min-height: 39px;
        padding: 7px 10px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 19px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-form-error {
        min-height: 12px;
        margin-top: 2px;
        font-size: 9.5px;
        line-height: 11px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-form-error:empty {
        min-height: 0;
        margin-top: 0;
    }

    /* Eliminate the legacy equal-height 99999px trick once columns stack. */
    body.sixsigma-home-2026 .sixsigma-home-content [style*="margin-bottom: -99999px"] {
        margin-bottom: 0 !important;
        padding-bottom: 34px !important;
    }

    body.sixsigma-home-2026 .sixsigma-home-content p,
    body.sixsigma-home-2026 .sixsigma-home-content li {
        font-size: 15px;
        line-height: 1.66;
    }

    body.sixsigma-home-2026 .sixsigma-home-content > .row > div[style*="background-color: #183370"],
    body.sixsigma-home-2026 .sixsigma-badge-zone .row > div[style*="background-color: #183370"],
    body.sixsigma-home-2026 .sixsigma-accreditations-zone .row > div[style*="background-color: #183370"] {
        padding: 35px 19px !important;
    }

    body.sixsigma-home-2026 .sixsigma-home-content > .row > div[style*="background-color: #183370"] h2,
    body.sixsigma-home-2026 .sixsigma-badge-zone div[style*="background-color: #183370"] h2,
    body.sixsigma-home-2026 .sixsigma-accreditations-zone div[style*="background-color: #183370"] h2 {
        font-size: 31px !important;
        line-height: 36px !important;
    }

    body.sixsigma-home-2026 .sixsigma-badge-zone div[style*="font-size: 48px"] {
        font-size: 31px !important;
        line-height: 36px !important;
    }

    body.sixsigma-home-2026 .sixsigma-book-section > div:nth-child(2),
    body.sixsigma-home-2026 .sixsigma-book-section > div:nth-child(3),
    body.sixsigma-home-2026 .sixsigma-story-section > div:nth-child(2),
    body.sixsigma-home-2026 .sixsigma-cert-process > div:nth-child(2),
    body.sixsigma-home-2026 .sixsigma-cert-process > div:nth-child(3),
    body.sixsigma-home-2026 .sixsigma-testimonials > div:nth-child(2),
    body.sixsigma-home-2026 .sixsigma-about-grid > div,
    body.sixsigma-home-2026 .sixsigma-community-zone > .row > div:nth-child(2),
    body.sixsigma-home-2026 .sixsigma-community-zone > .row > div:nth-child(3) {
        padding-top: 30px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.sixsigma-home-2026 .sixsigma-book-section h2,
    body.sixsigma-home-2026 .sixsigma-about-grid h2,
    body.sixsigma-home-2026 .sixsigma-community-zone h2 {
        font-size: 31px !important;
        line-height: 35px !important;
    }


    body.sixsigma-home-2026 .sixsigma-book-section > div:nth-child(2) img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    body.sixsigma-home-2026 .sixsigma-story-copy {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.65;
    }

    body.sixsigma-home-2026 .sixsigma-blog-grid {
        padding: 10px 8px 18px;
    }

    body.sixsigma-home-2026 .sixsigma-blog-grid > div {
        padding: 9px !important;
    }

    body.sixsigma-home-2026 .sixsigma-blog-grid .panel-body {
        padding: 14px;
    }

    body.sixsigma-home-2026 .sixsigma-blog-grid .panel-body > .row > div {
        padding: 10px !important;
    }

    body.sixsigma-home-2026 .sixsigma-testimonials blockquote {
        padding: 18px 17px;
        margin-bottom: 18px;
    }

    body.sixsigma-home-2026 .sixsigma-programs-zone > .row,
    body.sixsigma-home-2026 .sixsigma-benefits-zone > .row {
        display: block;
    }

    body.sixsigma-home-2026 .sixsigma-programs-zone > .row > div,
    body.sixsigma-home-2026 .sixsigma-benefits-zone > .row > div {
        padding-top: 34px !important;
        padding-bottom: 31px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.sixsigma-home-2026 .sixsigma-programs-zone h3 {
        min-height: 0;
    }

    body.sixsigma-home-2026 .sixsigma-accreditations-zone > .row[style*="background-color: #ffffff"] > div {
        padding: 25px 20px !important;
        font-size: 15px;
    }

    body.sixsigma-home-2026 .sixsigma-events-zone > .row {
        display: block !important;
        padding: 16px 8px 23px !important;
    }

    body.sixsigma-home-2026 .sixsigma-events-zone > .row > div {
        margin: 0 !important;
        padding: 8px !important;
    }

    body.sixsigma-home-2026 #sixsigmaModal .modal-dialog {
        margin: 9px;
    }

    body.sixsigma-home-2026 #sixsigmaModal .modal-body {
        padding: 16px 16px 20px !important;
    }

    body.sixsigma-home-2026 #sixsigmaModal .subscribeModalRow {
        padding-left: 4px !important;
        padding-right: 4px !important;
        margin-top: 7px !important;
    }

    body.sixsigma-home-2026 #sixsigmaModal .subscribeModalDiscoverText {
        font-size: 27px !important;
        line-height: 31px !important;
    }

    body.sixsigma-home-2026 #sixsigmaModal .subscribeModalInput {
        height: 45px;
    }

    body.sixsigma-home-2026 #sixsigmaModal .subscribeModalSubmit {
        min-height: 50px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

/* Narrow phones: stack the two form fields, but still retain original hero mechanics. */
@media only screen and (max-width: 339px) {
    body.sixsigma-home-2026 .sixsigma-hero-title.intro-text-resize {
        font-size: 27px !important;
        line-height: 31px !important;
    }

    body.sixsigma-home-2026 .sixsigma-hero-leadership:before,
    body.sixsigma-home-2026 .sixsigma-hero-leadership:after {
        display: none;
    }

    body.sixsigma-home-2026 .sixsigma-hero-input-pair {
        display: block;
        margin-bottom: 0;
    }

    body.sixsigma-home-2026 .sixsigma-hero-input-pair input {
        display: block;
        width: 100%;
        margin: 0 0 5px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-form-submit {
        margin-top: 1px;
    }
}


/* Very narrow legacy phones: preserve all hero information without crowding. */
@media only screen and (max-width: 339px) {
    body.sixsigma-home-2026 .sixsigma-hero-2026.intro-container {
        padding-top: 78px !important;
    }

    body.sixsigma-home-2026 .sixsigma-hero-leadership {
        font-size: 9px;
        line-height: 12px;
        letter-spacing: .45px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-title.intro-text-resize {
        margin-bottom: 7px !important;
        font-size: 24px !important;
        line-height: 28px !important;
    }

    body.sixsigma-home-2026 .sixsigma-hero-actions .btn {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 13px !important;
        line-height: 18px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-proof {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    body.sixsigma-home-2026 .sixsigma-proof-item strong {
        font-size: 17px;
        line-height: 19px;
    }

    body.sixsigma-home-2026 .sixsigma-proof-item span {
        font-size: 7.5px;
        line-height: 9px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-input-pair input {
        height: 34px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    body.sixsigma-home-2026 .sixsigma-hero-form-submit {
        height: 36px;
        min-height: 36px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 11px;
    }
}




/* ========================================================================== 
   Desktop dropdowns — larger, confident, highly readable
   ========================================================================== */
@media only screen and (min-width: 1200px) {
    body.sixsigma-home-2026 > .navbar #navbar-main > ul.navbar-nav > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 21px;
        font-weight: 700;
    }

    body.sixsigma-home-2026 > .navbar .dropdown-menu {
        min-width: 500px;
        padding: 8px 0;
        border: 0;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 12px 28px rgba(19,28,36,.24);
    }

    body.sixsigma-home-2026 > .navbar .dropdown-menu > li > a {
        padding: 10px 18px;
        color: #222a31;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        line-height: 21px;
        font-weight: 600;
        white-space: normal;
    }

    body.sixsigma-home-2026 > .navbar .dropdown-menu > li > a:hover,
    body.sixsigma-home-2026 > .navbar .dropdown-menu > li > a:focus {
        color: #11171c;
        background-color: #eef1f3;
    }

    body.sixsigma-home-2026 > .navbar .dropdown-menu .divider {
        margin: 7px 0;
        background-color: #d8dde1;
    }
}

/* ==========================================================================
   V6 refinement — desktop navigation breathing room
   ========================================================================== */
/*
 * Tablet and smaller widths already use the hamburger menu. On true desktop
 * widths we can therefore give the original top-level navigation more room
 * without changing its colors, transparency, dropdown behavior or markup.
 */
@media only screen and (min-width: 1200px) {
    body.sixsigma-home-2026 > .navbar .navbar-header {
        margin-right: 20px;
    }

    body.sixsigma-home-2026 > .navbar #navbar-main > ul.navbar-nav:not(.navbar-right) > li {
        margin-right: 24px;
    }

    body.sixsigma-home-2026 > .navbar #navbar-main > ul.navbar-nav:not(.navbar-right) > li:last-child {
        margin-right: 0;
    }

    body.sixsigma-home-2026 > .navbar #navbar-main > ul.navbar-right > li:first-child {
        margin-right: 14px;
    }
}


/* ========================================================================== 
   Six Sigma markup alignment — carry the approved Scrum V6 hierarchy across
   ========================================================================== */
body.sixsigma-home-2026 .sixsigma-home-content > .row > div[style*="background-color: #183370"] h1,
body.sixsigma-home-2026 .sixsigma-home-content > .row > div[style*="background-color: #183370"] h2,
body.sixsigma-home-2026 .sixsigma-badge-zone div[style*="background-color: #183370"] h1,
body.sixsigma-home-2026 .sixsigma-badge-zone div[style*="background-color: #183370"] h2 {
    max-width: 1180px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #ffffff !important;
    font-family: BebasNeueRegular, sans-serif;
    font-size: 41px !important;
    line-height: 48px !important;
    letter-spacing: .2px;
}

body.sixsigma-home-2026 .sixsigma-client-proof-heading h1,
body.sixsigma-home-2026 .sixsigma-client-proof-heading h2 {
    max-width: 1500px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 39px !important;
    line-height: 47px !important;
}

body.sixsigma-home-2026 .sixsigma-programs-zone h4 {
    min-height: 78px;
    margin: 19px 0 15px !important;
    color: #20252a !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px !important;
    line-height: 26px !important;
    font-weight: 700;
}

body.sixsigma-home-2026 .sixsigma-community-zone h1,
body.sixsigma-home-2026 .sixsigma-community-zone h2 {
    margin-top: 0 !important;
    font-family: BebasNeueRegular, sans-serif;
    font-size: 40px !important;
    line-height: 44px !important;
    letter-spacing: .15px;
}

body.sixsigma-home-2026 .sixsigma-about-grid h1 {
    margin-top: 0 !important;
    margin-bottom: 21px !important;
    color: #4863A0 !important;
    font-family: BebasNeueRegular, sans-serif;
    font-size: 42px !important;
    line-height: 47px !important;
}

/* The supplied Six Sigma modal uses generic Bootstrap classes. */
body.sixsigma-home-2026 #sixsigmaModal .modal-header {
    padding: 18px 23px;
    background-color: #101010 !important;
    border-bottom: 0;
}

body.sixsigma-home-2026 #sixsigmaModal .modal-title {
    padding-right: 38px;
    color: #ffffff !important;
    font-size: 30px;
    line-height: 34px;
}

body.sixsigma-home-2026 #sixsigmaModal .modal-header .close {
    color: #ffffff !important;
    text-shadow: none;
}

body.sixsigma-home-2026 #sixsigmaModal .modal-body img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 220px;
    margin-right: auto;
    margin-left: auto;
}

body.sixsigma-home-2026 #sixsigmaModal .form-control {
    height: 49px;
    color: #171b1f;
    border: 1px solid #cbd2d8;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: none;
    font-size: 15px;
}

body.sixsigma-home-2026 #sixsigmaModal .form-control:focus {
    border-color: #0571a8;
    box-shadow: 0 0 0 3px rgba(5,113,168,.13);
}

body.sixsigma-home-2026 #sixsigmaModal #button-subscribe {
    min-height: 53px;
    padding: 12px 16px;
    color: #ffffff !important;
    background-color: #0571a8 !important;
    border: 2px solid #0571a8 !important;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(30,39,47,.18);
}

body.sixsigma-home-2026 #sixsigmaModal #button-subscribe:hover,
body.sixsigma-home-2026 #sixsigmaModal #button-subscribe:focus {
    background-color: #045f8d !important;
    border-color: #045f8d !important;
}

body.sixsigma-home-2026 #sixsigmaModal #button-subscribe[disabled] {
    cursor: default;
    opacity: .86;
}

@media only screen and (max-width: 767px) {
    body.sixsigma-home-2026 .sixsigma-home-content > .row > div[style*="background-color: #183370"] h1,
    body.sixsigma-home-2026 .sixsigma-home-content > .row > div[style*="background-color: #183370"] h2,
    body.sixsigma-home-2026 .sixsigma-client-proof-heading h1,
    body.sixsigma-home-2026 .sixsigma-client-proof-heading h2 {
        font-size: 31px !important;
        line-height: 36px !important;
    }

    body.sixsigma-home-2026 .sixsigma-book-section h1 {
        font-size: 31px !important;
        line-height: 36px !important;
    }

    body.sixsigma-home-2026 .sixsigma-programs-zone h4 {
        min-height: 0;
        font-size: 18px !important;
        line-height: 25px !important;
    }

    body.sixsigma-home-2026 .sixsigma-community-zone h1,
    body.sixsigma-home-2026 .sixsigma-community-zone h2,
    body.sixsigma-home-2026 .sixsigma-about-grid h1,
    body.sixsigma-home-2026 .sixsigma-about-grid h2 {
        font-size: 31px !important;
        line-height: 35px !important;
    }

    body.sixsigma-home-2026 #sixsigmaModal .modal-title {
        font-size: 25px;
        line-height: 29px;
    }

    body.sixsigma-home-2026 #sixsigmaModal .modal-body img {
        max-height: 145px;
    }

    body.sixsigma-home-2026 .sixsigma-footer-2026 > .container {
        padding-top: 34px;
        padding-bottom: 28px;
    }

    body.sixsigma-home-2026 .sixsigma-footer-column {
        padding-right: 22px;
        padding-left: 22px;
    }

    body.sixsigma-home-2026 .sixsigma-footer-column + .sixsigma-footer-column {
        margin-top: 24px;
    }

    body.sixsigma-home-2026 .sixsigma-footer-heading {
        margin-bottom: 14px;
    }

    body.sixsigma-home-2026 .sixsigma-footer-2026 a.afooter {
        font-size: 15px;
        line-height: 21px;
    }

    body.sixsigma-home-2026 .sixsigma-footer-rule {
        margin-top: 30px;
    }

    body.sixsigma-home-2026 .sixsigma-footer-copyright {
        font-size: 14px;
        line-height: 20px;
    }
}
