/* =========================================
   IPP THE SCIENCE PAGE
   Path: static/css/ipp-thescience.css
========================================= */

/* COPY SECTION */

.ipp-science-content {
    background: rgba(219, 224, 229, 0.5);
    padding: 95px 0 118px;
}

.ipp-science-copy {
    width: min(560px, calc(100% - 48px));
    margin: 0 auto;
    color: var(--color-black);
}

.ipp-science-kicker {
    margin: 0 0 24px;
    color: var(--color-electric-blue);
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.ipp-science-copy h5 {
    margin: 0 0 28px;
}

.ipp-science-copy p {
    margin: 0 0 28px;
    letter-spacing: 0.025em;
}

.ipp-science-copy p:last-child {
    margin-bottom: 0;
}

/* TECHNOLOGY COMPARISON */

.ipp-comparison-section {
    background: var(--color-white);
    padding: 76px 0 82px;
}

.ipp-comparison-title {
    margin: 0 0 18px;
    color: var(--color-midnight-steel);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.ipp-comparison-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--color-black);
    background: var(--color-white);
}

.ipp-comparison-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
}

.ipp-comparison-table th,
.ipp-comparison-table td {
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    padding: 10px 9px;
    color: var(--color-black);
    font-size: 14px;
    line-height: 1.18;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.ipp-comparison-table th:last-child,
.ipp-comparison-table td:last-child {
    border-right: 0;
}

.ipp-comparison-table tbody tr:last-child th,
.ipp-comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.ipp-comparison-table thead th {
    font-weight: 800;
}

.ipp-comparison-table thead th span {
    font-weight: 600;
}

.ipp-comparison-table tbody th {
    width: 21%;
    font-weight: 800;
    text-align: right;
}

.ipp-comparison-table em {
    font-style: italic;
}

.ipp-comparison-highlight {
    background: #d7efcf;
}

/* Fallback for the CTA section in thescience.html.
   Preferred HTML: <section class="ipp-quote ipp-quote-v"> */

main.ipp-page > .ipp-quote-v {
    padding: 92px 0 96px;
    text-align: center;
}

main.ipp-page > .ipp-quote-v h3 {
    margin: 0 auto 42px;
    text-align: center;
}

