/* LS Leap To Blue Styles START */
* {
    outline: 0;
}


.sme-matches,
.sme-voucher-history {
    border-collapse: collapse;
}

.sme-matches th, .sme-matches td,
.sme-voucher-history th, .sme-voucher-history td {
    border: 1px solid #ccc;
    padding: 10px;
}

.sme-connect-declined {
    width: 100%;
}

.sme-matches td:last-of-type a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
}

#signup .acf-field .acf-input {
    z-index: 1;
}

.single-voucher-inner {
    padding: 40px 0 70px;
}

.sv-meta-row {
    border-bottom: 1px solid #ccc;
    display: flex;
}

.sv-meta-row:last-of-type {
    border-bottom: none;
}

.sv-meta-row-col {
    padding: 10px 0;
}

.sv-meta-row-col-label {
    font-weight: 700;
    padding-right: 10px;
}

.sv-progress {
    padding: 40px 0;
}

.sv-progress-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.sv-progress-track {
    background: #e6e6e6;
    border-radius: 6px;
    height: 22px;
    overflow: hidden;
    width: 100%;
}

.sv-progress-fill {
    background: #00255b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 32px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.sv-phase-row {
    display: flex;
    border: 1px solid #ccc;
}

.sv-phase-row.green {
    background-color: #4ce98e;
}

.sv-phase-col {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-right: 1px solid #ccc;
}

.sv-phase-col p:last-of-type {
    margin-bottom: 0;
}

.sv-phase-col:nth-child(1) {
    width: 20%;
}
.sv-phase-col:nth-child(2) {
    width: 70%;
}

.sv-phase-col:nth-child(3) {
    border-right: none;
}

.ltb-status--approved {
    color: #1f8b4c;
    font-weight: 600;
}

.ltb-status--declined {
    color: #c0392b;
    font-weight: 600;
}

.ltb-status--review {
    color: #e67e22;
    font-weight: 600;
}

.ltb-status--draft {
    color: #6c757d;
    font-weight: 600;
}

.ltb-call-applied {
    color: #1f8b4c;
    font-weight: 600;
}

.ltb-call-expired {
    color: #c0392b;
    font-weight: 600;
}

.ltb-voucher-call-expired td {
    color: #6f7682;
}

.ltb-partnership-status-note {
    margin: 4px 0 16px;
    color: #6f7682;
}

.ltb-directory {
    margin-bottom: 20px;
}

.ltb-directory-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 12px;
}

.ltb-directory-filters label {
    display: flex;
    flex-direction: column;
    font-weight: 600;
}

.ltb-directory-table,
.ltb-shortlist-table,
.sme-partnerships,
.ltb-voucher-calls,
.ltb-reference-table {
    width: 100%;
    border-collapse: collapse;
}

.ltb-directory-table th,
.ltb-directory-table td,
.ltb-shortlist-table th,
.ltb-shortlist-table td,
.sme-partnerships th,
.sme-partnerships td,
.ltb-voucher-calls th,
.ltb-voucher-calls td,
.ltb-reference-table th,
.ltb-reference-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.ltb-shortlist {
    margin: 20px 0;
}

.ltb-reference-table-wrap {
    margin-top: 36px;
}

.ltb-region-maps {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 32px;
}

.ltb-region-map {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
    gap: 24px;
    align-items: start;
    padding: 24px;
    border: 1px solid #d7dee7;
    background: #fff;
}

.ltb-region-map__visual {
    position: relative;
    min-width: 0;
}

.ltb-region-map__controls {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    display: flex;
    gap: 8px;
}

.ltb-region-map__control {
    border: 1px solid #bfd0e2;
    background: rgba(255, 255, 255, 0.96);
    color: #00255b;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ltb-region-map__viewport {
    position: relative;
    overflow: hidden;
    height: clamp(380px, 52vw, 620px);
    border: 1px solid #d7dee7;
    background: #fff;
    touch-action: none;
    cursor: grab;
}

.ltb-region-map__viewport.is-dragging {
    cursor: grabbing;
}

.ltb-region-map__svg {
    width: 100%;
    height: 100%;
    transform-origin: center center;
    transition: transform 0.18s ease;
    will-change: transform;
}

.ltb-region-map__svg svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ltb-region-map__svg .ltb-region-map__region {
    fill: #d9d9d9;
    stroke: #fff;
    stroke-width: 1.5px;
    transition: fill 0.2s ease, opacity 0.2s ease;
}

.ltb-region-map__svg .ltb-region-map__region.is-active {
    fill: #2fbaed;
    cursor: pointer;
}

.ltb-region-map__svg .ltb-region-map__region.is-active:hover,
.ltb-region-map__svg .ltb-region-map__region.is-active:focus,
.ltb-region-map__svg .ltb-region-map__region.is-selected {
    fill: #168fbd;
}

.ltb-region-map__svg .ltb-region-map__region.is-disabled {
    opacity: 0.65;
    pointer-events: none;
}

.ltb-region-map__tooltip {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    padding: 6px 10px;
    background: rgba(0, 37, 91, 0.92);
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 4px;
}

.ltb-region-map__hint {
    margin: 10px 0 0;
    color: #58708f;
    font-size: 13px;
}

.ltb-region-map__details {
    min-width: 0;
}

.ltb-region-map__details h3,
.ltb-region-map__details h4 {
    margin-bottom: 12px;
}

.ltb-region-map__empty,
.ltb-region-map__details p {
    margin-bottom: 0;
}

.ltb-region-map__member-list {
    margin: 0;
    padding-left: 18px;
}

.ltb-region-map__member-list li + li {
    margin-top: 6px;
}

.ltb-add-shortlist,
.ltb-shortlist-remove {
    background: #f36f2a;
    color: #fff;
    border: 0;
    padding: 6px 10px;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
}

.ltb-directory-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.ltb-page-btn {
    background: #00255b;
    color: #fff;
    border: 0;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .ltb-region-map {
        grid-template-columns: 1fr;
    }

    .ltb-region-map__viewport {
        height: 420px;
    }
}

@media (max-width: 575px) {
    .ltb-region-map {
        padding: 16px;
    }

    .ltb-region-map__controls {
        top: 10px;
        right: 10px;
        gap: 6px;
    }

    .ltb-region-map__control {
        min-width: 34px;
        height: 34px;
        padding: 0 10px;
        font-size: 13px;
    }

    .ltb-region-map__viewport {
        height: 360px;
    }
}

.ltb-kpi-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.ltb-kpi-table th,
.ltb-kpi-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.contractor-metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.contractor-metric-card {
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 18px;
}

.contractor-metric-label {
    color: #5f6b7a;
    font-size: 14px;
    margin-bottom: 8px;
}

.contractor-metric-value {
    color: #00255b;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

.contractor-status-list {
    margin: 0 0 24px;
    padding-left: 18px;
}

.contractor-status-list li {
    margin-bottom: 6px;
}

.ltb-kpi-status--green {
    color: #1f8b4c;
    font-weight: 600;
}

.ltb-kpi-status--yellow {
    color: #e67e22;
    font-weight: 600;
}

.ltb-kpi-status--red {
    color: #c0392b;
    font-weight: 600;
}

.sv-kpi-chart {
    margin-top: 20px;
}

#my-ltb-matches {
    select {
        padding: 0 10px;
        height: 34px;
    }
    label {
        margin: 0;
    }
}

.ltb-apply-form {
    display: flex;
    gap: 12px;
    select {
        padding: 0 10px;
        height: 34px;
    }
}

.sv-adoption {
    margin-top: 28px;
}

.sv-adoption-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.sv-adoption-table th,
.sv-adoption-table td {
    border: 1px solid #ccc;
    padding: 10px 12px;
    vertical-align: top;
}

.sv-adoption-table th {
    text-align: left;
    background: #f7f8fa;
}

.sv-adoption-table textarea {
    width: 100%;
    min-height: 60px;
    resize: vertical;
}

.sv-adoption-help {
    margin-top: 4px;
    color: #6b7280;
    font-size: 12px;
}

.sv-adoption-yesno {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.sv-adoption-yesno input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.sv-adoption-yesno .sv-yes,
.sv-adoption-yesno .sv-no {
    cursor: pointer;
}

.sv-adoption-yesno .sv-yes span,
.sv-adoption-yesno .sv-no span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #d0d7de;
    color: #6b7280;
    background: #f3f4f6;
}

.sv-adoption-yesno .sv-yes input:checked + span {
    background: #1f8b4c;
    color: #fff;
    border-color: #1f8b4c;
}

.sv-adoption-yesno .sv-no input:checked + span {
    background: #c0392b;
    color: #fff;
    border-color: #c0392b;
}

.sv-impact {
    margin-top: 28px;
    border: 1px solid #5f6b7a;
    padding: 30px;
}

.sv-impact h3 {
    margin-top: 0;
}

.sv-impact-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.sv-impact-table th,
.sv-impact-table td {
    border: 1px solid #dfe4ea;
    padding: 10px 12px;
    vertical-align: top;
}

.sv-impact-table th {
    text-align: left;
    background: #f7f8fa;
}

.sv-impact-form {
    display: block;
    background-color: #f7f8fa;
    border: 1px solid #dfe4ea;
    padding: 20px;
}

.sv-impact-form button {
    margin-top: 30px;
    width: max-content;
}

.sv-impact-field {
    margin-bottom: 20px;
}

.sv-impact-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.sv-impact-field textarea,
.sv-impact-field input[type="file"] {
    width: 100%;
}

.sv-impact-date {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}

.sv-impact-time {
    font-weight: 600;
}

.sv-impact-day {
    color: #6b7280;
    font-size: 12px;
}

.single-contractor-container {
    max-width: 1380px !important;
}

.ltb-contractor-vouchers {
    width: 100%;
    border-collapse: collapse;
}

.ltb-contractor-vouchers th,
.ltb-contractor-vouchers td {
    border: 1px solid #dfe4ea;
    padding: 10px 12px;
    vertical-align: top;
}

.service-taxonomy,
.service-taxonomy-wrapper {
    width: 100%;
}

.service-taxonomy-wrapper .container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.ltb-services-group.ltb-services-group.ltb-services-group.ltb-services-group a {
    color: #00255b;
    transition: 0.6s ease;
}

.ltb-services-group.ltb-services-group.ltb-services-group.ltb-services-group a:hover {
    color: #f36f2a;
}

.single-contractor-meta {
    padding-bottom: 50px;
    margin-top: 20px;
}

.ltb-meta {
    display: flex;
    flex-wrap: wrap;
}

.ltb-meta-col {
    width: 20%;
    padding: 10px;
}

.ltb-meta-item {
    border-left: 5px solid #00255b;
    height: 100%;
    background-color: #fff;
}

.ltb-meta-item-vaules {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

.ltb-meta-item-vaules .label {
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 10px;
}

.ltb-meta-item-vaules .value {
    display: inline-block;
}
/* LS Leap To Blue Styles END */

/* LS Leap To Blue Landing START */
.ltb-intro {
    padding-top: 100px;
    padding-bottom: 50px;
}
.ltb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ltb-intro-left {
    width: calc(50% - 40px);
}

.ltb-intro-right {
    width: calc(50% - 40px);
}

.ltb-pretitle {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 20px;
    color: #00255b;
}

.ltb-title {
    margin: 0 0 20px;
    font-size: 32px;
}

.ltb-intro-right {
    position: relative;
    overflow: hidden;
}

.ltb-intro-col-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.ltb-intro-img {
    position: absolute;
    z-index: 1;
    width: calc(100% - 150px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-ltb-link {
    font-weight: 600;
    color: #00255b;
    position: relative;
}

.btn-ltb-link::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #00255b;
    width: 0;
    transition: 0.3s ease;
}

.btn-ltb-link:hover {
    color: #00255b;
}

.btn-ltb-link:hover::before {
    width: 100%;
}

.ltb-intro-ctas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}

.page-template-template-leap-to-blue .home-header {
    display: none;
}

.page-template-template-leap-to-blue header#masthead #navHolder {
    background-color: #00255b;
}

.ltb-intro-left-bottom {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 2px solid rgba(204, 204, 204, 0.92);
}

.ltb-about-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.ltb-about-box-col {
    width: calc(33.333333% - 30px);
}

.ltb-about-box {
    display: flex;
    flex-direction: column;
}

.ltb-box-title {
    font-size: 20px;
    font-weight: 700;
    color: #00255b;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
    white-space: nowrap;
}

.ltb-box-text {
    font-size: 15px;
    white-space: nowrap;
    line-height: 1;
}

.ltb-about {
    padding: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.ltb-about-left {
    width: calc(50% - 40px);
}

.ltb-about-right {
    width: calc(50% - 40px);
}

.ltb-about-cta {
    margin-top: 15px;
}

.ltb-text-about ul {
    column-count: 2;
    padding: 0;
}

.ltb-text-about ul li {
    list-style: none;
    margin-bottom: 15px;
    display: inline-flex;
    line-height: 1.1;
    width: 100%;
}

.ltb-text-about ul li::before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url('../icons/check.svg');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00255b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-2px);
}

.ltb-hw {
    padding: 50px 0;
}

.ltb-hw-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ltb-hw-top .ltb-title {
    width: 50%;
    padding-right: 150px;
}

.ltb-text-hw.ltb-text-hw {
    width: 50%;
    padding-left: 20px;
    text-align: right;
    margin: 0;
}

.ltb-text-hw p:first-of-type {
    margin-top: 0;
}

.ltb-hw-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ltb-hw-box-col {
    width: 33.333333%;
    padding: 10px;
}

.ltb-hw-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.ltb-hw-box-icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00255b;
    border-radius: 50%;
    margin-bottom: 30px;
}

.ltb-hw-box-title {
    font-size: 24px;
    margin: 0 0 30px;
}

.ltb-hw-box-text.ltb-hw-box-text {
    margin: 0;
}

.ltb-hw-box-text p:last-of-type {
    margin-bottom: 0;
}

.ltb-ribbon {
    padding: 50px 0;
}

.ltb-ribbon-inner {
    background-color: #00255b;
    color: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ltb-ribbon .ltb-title {
    color: #fff;
}

.ltb-text-ribbon--mobile {
    display: none;
}

.ltb-ribbon .ltb-text-ribbon p {
    color: #bfd0e2;
}

.ltb-ribbon-left {
    width: calc(50% - 40px);
}

.ltb-ribbon-right {
    width: calc(50% - 40px);
}

@media screen and (max-width: 1199px) {
    .ltb-intro-left {
        width: 100%;
    }

    .ltb-intro-right {
        width: 100%;
        margin-top: 40px;
        max-width: 700px;
        aspect-ratio: 1/1;
    }

    .ltb-about-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .ltb-about-right {
        width: 100%;
    }

    .ltb-ribbon-left {
        width: 100%;
    }

    .ltb-ribbon-right {
        display: none;
    }

    .ltb-text-ribbon--desktop {
        display: none;
    }

    .ltb-ribbon-inner {
        padding: 30px;
    }

    .ltb-text-ribbon--mobile.ltb-text-ribbon--mobile {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .ltb-hw-top .ltb-title {
        width: 100%;
        padding: 0;
    }

    .ltb-text-hw.ltb-text-hw {
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .ltb-hw-box-col {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .ltb-intro {
        padding-top: 70px;
    }

    .ltb-about-box-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .ltb-intro-right {
        margin-top: 20px;
    }

    .ltb-intro-img {
        width: calc(100% - 40px);
    }

    .ltb-text-about ul {
        column-count: unset;
    }
}
/* LS Leap To Blue Landing END */