/* ==========================================
   RUBBERBRAND OVERVIEW: HERO
   Compatible with Bootstrap 3.3.0
   ========================================== */

.rb-brand-hero {
    padding: 70px 0 28px;
    color: #17212a;
    background: #f8f8f5;
}

.rb-brand-hero__row {
    display: flex;
    align-items: center;
}

.rb-brand-hero__content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rb-brand-hero__eyebrow {
    margin: 0 0 18px;
    color: #0e2035;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-transform: uppercase;
}

.rb-brand-hero__logo-link {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 24px;
}

.rb-brand-hero__logo {
    display: block;
    width: 340px;
    max-width: 100%;
    height: auto;
}

.rb-brand-hero__heading {
    max-width: 520px;
    margin: 0 0 18px;
    color: #17212a;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.8px;
    text-transform: none;
}

.rb-brand-hero__heading span {
    display: block;
}

.rb-brand-hero__intro {
    max-width: 490px;
    margin: 0 0 26px;
    color: #53606a;
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
}

.rb-brand-hero__actions {
    margin-bottom: 32px;
}

.rb-brand-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 11px 12px 11px 22px;
    border: 2px solid #f2a51a;
    border-radius: 7px;
    background: #f2a51a;
    color: #152c4e;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    box-shadow:
        0 4px 10px rgba(21, 44, 78, 0.18),
        0 1px 2px rgba(21, 44, 78, 0.12);
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

/* Circular arrow */
.rb-brand-hero__button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    border-radius: 50%;
    background: #152c4e;
    color: #ffffff;
    font-size: 19px;
    line-height: 1;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

/* Hover and keyboard focus */
.rb-brand-hero__button:hover,
.rb-brand-hero__button:focus {
    border-color: #ffb52e;
    background: #ffb52e;
    color: #152c4e;
    text-decoration: none;
    box-shadow:
        0 7px 16px rgba(21, 44, 78, 0.24),
        0 2px 4px rgba(21, 44, 78, 0.14);
    transform: translateY(-2px);
}

.rb-brand-hero__button:hover span,
.rb-brand-hero__button:focus span {
    background: #0e2035;
}

/* Physical pressed-button effect */
.rb-brand-hero__button:active {
    background: #df9210;
    border-color: #df9210;
    box-shadow:
        0 2px 5px rgba(21, 44, 78, 0.2);
    transform: translateY(1px);
}

.rb-brand-hero__button:active span {
    transform: translateX(2px);
}

/* Clear keyboard focus */
.rb-brand-hero__button:focus {
    outline: 3px solid rgba(58, 134, 198, 0.45);
    outline-offset: 3px;
}

/* REASSURANCE POINTS */

.rb-brand-hero__reassurance {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
}

.rb-brand-hero__reassurance-item {
    display: flex;
    align-items: center;
    width: 33.333%;
    padding: 0 10px;
    color: #36434c;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.rb-brand-hero__reassurance-item .glyphicon {
    flex: 0 0 auto;
    margin-right: 9px;
    /* color: #f0a124; */
    color: #b86f00;
    font-size: 19px;
}

/* HERO IMAGE */

.rb-brand-hero__visual {
    text-align: center;
}

.rb-brand-hero__image-link {
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

.rb-brand-hero__image {
    display: block;
    width: 100%;
    max-width: 650px;
    height: auto;
    margin: 0 auto;
}

/* OPTIONAL CATEGORY LINKS */

.rb-brand-hero__categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 42px;
    padding-top: 19px;
    border-top: 1px solid #e4e7e3;
    font-size: 14px;
    line-height: 1.6;
}

.rb-brand-hero__categories-label {
    margin: 0 19px 8px 0;
    color: #53606a;
    font-weight: 600;
}

.rb-brand-hero__categories a {
    margin: 0 20px 8px 0;
    /* color: #185438; */
    color: #b86f00;
    text-decoration: none;
}

.rb-brand-hero__categories a:hover,
.rb-brand-hero__categories a:focus {
    color: #123f2a;
    text-decoration: underline;
}

/* ==========================================
   OPTIONAL PRODUCT CATEGORY CARDS
   ========================================== */

.rb-brand-products {
    padding: 65px 0 55px;
    background: #ffffff;
}

.rb-brand-products__intro {
    max-width: 680px;
    margin: 0 auto 32px;
    text-align: center;
}

.rb-brand-products__heading {
    margin: 0 0 10px;
    color: #17212a;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

.rb-brand-products__description {
    margin: 0;
    color: #53606a;
    font-size: 16px;
    line-height: 1.65;
}

.rb-brand-products__column {
    margin-bottom: 25px;
}

.rb-brand-products__card {
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7e9e6;
    border-radius: 6px;
    background: #ffffff;
    color: #17212a;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.rb-brand-products__card:hover,
.rb-brand-products__card:focus {
    border-color: #c9d8ce;
    color: #17212a;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(21, 44, 78, 0.08);
}

.rb-brand-products__card:hover {
    transform: translateY(-2px);
}

.rb-brand-products__image-wrap {
    display: block;
    overflow: hidden;
    background: #f5f6f3;
}

.rb-brand-products__image {
    display: block;
    width: 100%;
    height: auto;
}

.rb-brand-products__card-content {
    display: block;
    padding: 17px 16px 18px;
}

.rb-brand-products__card-title {
    display: block;
    margin-bottom: 7px;
    color: #17212a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.rb-brand-products__card-copy {
    display: block;
    /* min-height: 62px;*/
    margin-bottom: 12px;
    color: #53606a;
    font-size: 13px;
    line-height: 1.6;
}

.rb-brand-products__card-link {
    display: block;
    /* color: #f2a51a;*/
    color: #b86f00;
    font-size: 13px;
    font-weight: 600;
}

.rb-brand-products__card-link span {
    margin-left: 5px;
}

/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

    .rb-brand-hero {
        padding-top: 55px;
    }

    .rb-brand-hero__logo {
        width: 280px;
    }

    .rb-brand-hero__heading {
        font-size: 34px;
    }

    .rb-brand-hero__intro {
        font-size: 16px;
    }

    .rb-brand-hero__reassurance-item {
        font-size: 11px;
    }

    .rb-brand-hero__reassurance-item .glyphicon {
        margin-right: 6px;
        font-size: 17px;
    }

    .rb-brand-products__card-copy {
        min-height: 42px;
    }

}

/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .rb-brand-hero {
        padding: 38px 0 22px;
    }

    .rb-brand-hero__row {
        display: block;
    }

    .rb-brand-hero__content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .rb-brand-hero__eyebrow {
        margin-bottom: 14px;
        font-size: 11px;
        letter-spacing: 1.1px;
    }

    .rb-brand-hero__logo-link {
        margin-bottom: 19px;
    }

    .rb-brand-hero__logo {
        width: 265px;
    }

    .rb-brand-hero__heading {
        max-width: 440px;
        margin-bottom: 14px;
        font-size: 34px;
        line-height: 1.14;
    }

    .rb-brand-hero__intro {
        max-width: 470px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.6;
    }

    .rb-brand-hero__actions {
        margin-bottom: 24px;
    }

    .rb-brand-hero__button {
        width: 100%;
        max-width: 360px;
        min-height: 52px;
    }

    .rb-brand-hero__reassurance {
        margin-right: -6px;
        margin-left: -6px;
    }

    .rb-brand-hero__reassurance-item {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 11px;
    }

    .rb-brand-hero__reassurance-item .glyphicon {
        margin-right: 6px;
        font-size: 16px;
    }

    .rb-brand-hero__visual {
        margin-top: 25px;
    }

    .rb-brand-hero__image-link {
        max-width: 470px;
    }

    .rb-brand-hero__categories {
        margin-top: 24px;
        padding-top: 17px;
        font-size: 13px;
    }

    .rb-brand-hero__categories-label {
        width: 100%;
        margin-bottom: 7px;
    }

    .rb-brand-hero__categories a {
        margin-right: 16px;
    }

    .rb-brand-products {
        padding: 45px 0 28px;
    }

    .rb-brand-products__intro {
        margin-bottom: 25px;
        text-align: left;
    }

    .rb-brand-products__heading {
        font-size: 26px;
    }

    .rb-brand-products__description {
        font-size: 15px;
    }

    .rb-brand-products__column {
        max-width: 440px;
        margin-right: auto;
        margin-bottom: 18px;
        margin-left: auto;
        float: none;
    }

    .rb-brand-products__card-copy {
        min-height: 0;
    }

}

/* ==========================================
   SMALLER MOBILE DEVICES
   ========================================== */

@media (max-width: 399px) {

    .rb-brand-hero__logo {
        width: 235px;
    }

    .rb-brand-hero__heading {
        font-size: 30px;
    }

    .rb-brand-hero__reassurance-item {
        width: 100%;
        margin-bottom: 11px;
        font-size: 13px;
    }

    .rb-brand-hero__reassurance-item br {
        display: none;
    }

    .rb-brand-hero__reassurance-item .glyphicon {
        width: 20px;
        margin-right: 8px;
    }

}
/* Equal-height product cards on desktop */
@media (min-width: 992px) {

    .rb-brand-products__row {
        display: flex;
        flex-wrap: wrap;
    }

    .rb-brand-products__column {
        display: flex;
        float: none;
    }

    .rb-brand-products__card {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .rb-brand-products__card-content {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
    }

    .rb-brand-products__card-link {
        margin-top: auto;
    }

}

/* ==========================================
   REDUCED MOTION
   ========================================== */

@media (prefers-reduced-motion: reduce) {

    .rb-brand-hero__button,
    .rb-brand-products__card {
        transition: none;
    }

    .rb-brand-hero__button:hover,
    .rb-brand-products__card:hover {
        transform: none;
    }

}

/* =========================================================
   BRAND PRODUCT CARDS - TABLET PORTRAIT / BOOTSTRAP SM
   Keep cards equal height in each row
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .rb-brand-products__row {
        display: flex;
        flex-wrap: wrap;
    }

    .rb-brand-products__column {
        display: flex;
        float: none;
    }

    .rb-brand-products__card {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .rb-brand-products__card-content {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .rb-brand-products__card-link {
        margin-top: auto;
    }

}

/* =========================================================
   PROMOSCENTRAL: SPECIALIST WEBSITES SECTION
   Bootstrap 3.3.0 compatible.

   All custom selectors use the pc-sites namespace to avoid
   collisions with existing Embla, hero and product-slide CSS.
   ========================================================= */

.pc-sites,
.pc-sites *,
.pc-directory,
.pc-directory * {
    box-sizing: border-box;
}

.pc-sites {
    padding: 72px 0 58px;
    overflow: hidden;
    color: #152c4e;
    background: #f8f8f5;
}

/* SECTION INTRODUCTION */

.pc-sites__header {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.pc-sites__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 13px;
    color: #152c4e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    text-transform: uppercase;
}

.pc-sites__eyebrow::before,
.pc-sites__eyebrow::after {
    width: 29px;
    height: 2px;
    margin: 0 13px;
    background: #f2a51a;
    content: "";
}

.pc-sites__heading {
    margin: 0 0 13px;
    color: #152c4e;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.18;
    text-transform: none;
}

.pc-sites__intro {
    max-width: 720px;
    margin: 0 auto;
    color: #53606a;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

/* Responsive section introduction. Tile and reassurance layouts
   are handled by their own scoped media queries below. */
@media (max-width: 991px) {

    .pc-sites {
        padding: 58px 0 46px;
    }

    .pc-sites__heading {
        font-size: 34px;
    }

}

@media (max-width: 767px) {

    .pc-sites {
        padding: 43px 0 35px;
    }

    .pc-sites__header {
        margin-bottom: 28px;
        text-align: left;
    }

    .pc-sites__eyebrow {
        justify-content: flex-start;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .pc-sites__eyebrow::before {
        display: none;
    }

    .pc-sites__eyebrow::after {
        width: 24px;
        margin-right: 0;
        margin-left: 10px;
    }

    .pc-sites__heading {
        font-size: 29px;
        line-height: 1.2;
    }

    .pc-sites__intro {
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
    }

}

@media (max-width: 479px) {

    .pc-sites__heading {
        font-size: 27px;
    }

}

/* REASSURANCE STRIP */

.pc-sites__trust {
    display: flex;
    align-items: stretch;
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid #e2e5e7;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(21, 44, 78, 0.06);
}

.pc-sites__trust-lead,
.pc-sites__trust-item {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 21px 22px;
}

.pc-sites__trust-lead {
    position: relative;
    flex: 1.2 1 0;
    font-size: 17px;
    line-height: 1.35;
}

.pc-sites__trust-lead::after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 52%;
    background: #e2e5e7;
    content: "";
}

.pc-sites__trust-item {
    flex: 1 1 0;
}

.pc-sites__trust-icon {
    display: inline-flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 11px;
    border: 1px solid #214369;
    border-radius: 50%;
    color: #d78400;
    font-size: 13px;
    font-weight: 700;
}

.pc-sites__trust-item strong,
.pc-sites__trust-item small {
    display: block;
}

.pc-sites__trust-item strong {
    color: #152c4e;
    font-size: 13px;
    line-height: 1.35;
}

.pc-sites__trust-item small {
    margin-top: 3px;
    color: #68747d;
    font-size: 11px;
    line-height: 1.4;
}

/* =========================================================
   PROMOSCENTRAL: 2-3-3-3 WEBSITE TILE SYSTEM
   Bootstrap 3.3.0 compatible; no JavaScript required.

   This file contains all CSS required for the 11 website
   tiles only:
     - 2 primary tiles
     - 3 secondary tiles
     - 3 + 3 tertiary tiles

   It intentionally does not style the section heading,
   introductory copy or reassurance strip.

   All rules are scoped beneath .pc-sites--ranked to avoid
   clashes with Bootstrap, Embla and other site components.
   ========================================================= */

.pc-sites--ranked,
.pc-sites--ranked * {
    box-sizing: border-box;
}

/* ---------------------------------------------------------
   GRID
   --------------------------------------------------------- */

.pc-sites--ranked .pc-sites__rank-primary-row,
.pc-sites--ranked .pc-sites__rank-secondary-row,
.pc-sites--ranked .pc-sites__rank-tertiary-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

/* Prevent Bootstrap 3 row clearfix pseudo-elements becoming
   unwanted flex items. */
.pc-sites--ranked .pc-sites__rank-primary-row::before,
.pc-sites--ranked .pc-sites__rank-primary-row::after,
.pc-sites--ranked .pc-sites__rank-secondary-row::before,
.pc-sites--ranked .pc-sites__rank-secondary-row::after,
.pc-sites--ranked .pc-sites__rank-tertiary-row::before,
.pc-sites--ranked .pc-sites__rank-tertiary-row::after {
    display: none;
}

.pc-sites--ranked .pc-sites__rank-primary-column,
.pc-sites--ranked .pc-sites__rank-secondary-column,
.pc-sites--ranked .pc-sites__rank-tertiary-column {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    float: none;
}

.pc-sites--ranked .pc-sites__rank-primary-column {
    width: 50%;
}

.pc-sites--ranked .pc-sites__rank-secondary-column,
.pc-sites--ranked .pc-sites__rank-tertiary-column {
    width: 33.333333%;
}

.pc-sites--ranked .pc-sites__rank-tertiary-row--last {
    margin-top: 0;
}

/* ---------------------------------------------------------
   SHARED CARD STYLING
   --------------------------------------------------------- */

.pc-sites--ranked .pc-sites__card,
.pc-sites--ranked .pc-sites__compact-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(21, 44, 78, 0.10);
    color: #152c4e;
    text-decoration: none;
    isolation: isolate;
}

.pc-sites--ranked .pc-sites__card {
    display: flex;
    border-radius: 13px;
    box-shadow: 0 7px 22px rgba(21, 44, 78, 0.07);
}

.pc-sites--ranked .pc-sites__compact-card {
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 13px rgba(21, 44, 78, 0.06);
}

/* Prevent Bootstrap link styling without animating the tile */
.pc-sites--ranked .pc-sites__card:hover,
.pc-sites--ranked .pc-sites__card:focus,
.pc-sites--ranked .pc-sites__compact-card:hover,
.pc-sites--ranked .pc-sites__compact-card:focus {
    color: #152c4e;
    text-decoration: none;
}

.pc-sites--ranked .pc-sites__card:focus,
.pc-sites--ranked .pc-sites__compact-card:focus {
    outline: 3px solid rgba(58, 134, 198, 0.48);
    outline-offset: 3px;
}

/* Card background colours */

.pc-sites--ranked .pc-sites__card--blue {
   /* background: #e9f3fa;*/
    background: #e7edff;
}

.pc-sites--ranked .pc-sites__card--sand {
    /* background: #fff0df;*/
    background: #fff0e3; /* Apricot */
}

.pc-sites--ranked .pc-sites__card--rose {
    /* background: #faeeee;*/
    background: #f3e7df; /* Clay Neutral */
}

.pc-sites--ranked .pc-sites__card--lilac {
    /* background: #f2edf9;*/
    background: #eee9f8; /* Digital Lilac */
}

.pc-sites--ranked .pc-sites__card--mint {
    /* background: #eaf5f2;*/
    background: #e8f1e4; /* Meadow Green Tint */
}

.pc-sites--ranked .pc-sites__card--stone {
    /* background: #f4efe7;*/
    background: #f2ebe2;
}

.pc-sites--ranked .pc-sites__card--teal {
    /* background: #f4efe7;*/
    background: #E4F1EF;
}

/* Shared content elements */

.pc-sites--ranked .pc-sites__card-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.pc-sites--ranked .pc-sites__logo,
.pc-sites--ranked .pc-sites__compact-logo {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.pc-sites--ranked .pc-sites__rule {
    display: block;
    flex: 0 0 auto;
    width: 36px;
    height: 3px;
    margin: 15px 0 13px;
    background: #f2a51a;
}

.pc-sites--ranked .pc-sites__description {
    display: block;
    color: #36434c;
}

.pc-sites--ranked .pc-sites__product-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    overflow: hidden;
}

.pc-sites--ranked .pc-sites__product {
    display: block;
    max-width: 100%;
    object-fit: contain;
    transform-origin: center bottom;
    transition: transform 0.25s ease;
}

.pc-sites--ranked .pc-sites__card:hover .pc-sites__product,
.pc-sites--ranked .pc-sites__card:focus .pc-sites__product {
    transform: scale(1.025);
}

/* ---------------------------------------------------------
   PRIMARY: TWO EQUAL FEATURE CARDS
   Uses the earlier flexible side-by-side treatment. Square
   product artwork will naturally fill the available stage.
   --------------------------------------------------------- */

.pc-sites--ranked .pc-sites__card--rank-primary {
    min-height: 355px;
}

.pc-sites--ranked
.pc-sites__card--rank-primary
.pc-sites__card-copy {
    flex: 0 0 41%;
    min-height: 0;
    padding: 35px 7px 31px 31px;
}

.pc-sites--ranked
.pc-sites__card--rank-primary
.pc-sites__logo {
    height: 58px;
    max-height: 58px;
}

.pc-sites--ranked
.pc-sites__card--rank-primary
.pc-sites__description {
    max-width: 245px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
}

.pc-sites--ranked
.pc-sites__card--rank-primary
.pc-sites__product-wrap {
    flex: 1 1 auto;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 4px 0 0;
}

.pc-sites--ranked
.pc-sites__card--rank-primary
.pc-sites__product {
    width: 100%;
    height: auto;
    max-height: 325px;
    object-position: center bottom;
}

/* Primary CTA retains its useful visible wording. */

.pc-sites--ranked
.pc-sites__card--rank-primary
.pc-sites__link-text,
.pc-directory__cta {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    margin-top: auto;
    color: #152c4e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.pc-sites--ranked
.pc-sites__card--rank-primary
.pc-sites__arrow,
.pc-directory__arrow {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    overflow: hidden;
    border: 1px solid rgba(21, 44, 78, 0.10);
    border-radius: 50%;
    background: #f2a51a;
    color: transparent;
    font-size: 0;
    box-shadow: 0 3px 8px rgba(21, 44, 78, 0.12);
    transition:
        background-color 0.20s ease,
        box-shadow 0.20s ease,
        transform 0.12s ease;
}

.pc-sites--ranked
.pc-sites__card--rank-primary
.pc-sites__arrow::before,
.pc-directory__arrow::before {
    position: absolute;
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: #152c4e;
    content: "";
}

.pc-sites--ranked
.pc-sites__card--rank-primary
.pc-sites__arrow::after,
.pc-directory__arrow::after {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #152c4e;
    border-right: 2px solid #152c4e;
    content: "";
    transform: rotate(45deg);
}

.pc-sites--ranked
.pc-sites__card--rank-primary:hover
.pc-sites__arrow,
.pc-sites--ranked
.pc-sites__card--rank-primary:focus
.pc-sites__arrow,
.pc-directory__card:hover .pc-directory__arrow,
.pc-directory__card:focus .pc-directory__arrow {
    background: #ffb52e;
    box-shadow: 0 5px 12px rgba(21, 44, 78, 0.18);
}

.pc-sites--ranked
.pc-sites__card--rank-primary:active
.pc-sites__arrow,
.pc-directory__card:active .pc-directory__arrow {
    background: #e99a0b;
    box-shadow: 0 2px 5px rgba(21, 44, 78, 0.16);
    transform: scale(0.96);
}

/* ---------------------------------------------------------
   SECONDARY: THREE INTEGRATED LANDSCAPE CARDS
   Recommended artwork: transparent 3:2 montage, 750 x 500px.
   --------------------------------------------------------- */

.pc-sites--ranked .pc-sites__card--rank-secondary {
    position: relative;
    display: block;
    min-height: 285px;
    overflow: hidden;
}

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__card-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 285px;
    padding: 26px 24px 24px;
}

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__logo {
    width: 82%;
    max-width: 275px;
    height: 54px;
    max-height: 54px;
}

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__rule {
    display: none;
}

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__description {
    position: relative;
    z-index: 2;
    width: 49%;
    max-width: 165px;
    min-height: 0;
    margin: 16px 0 18px;
    font-size: 14px;
    line-height: 1.45;
}

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__product-wrap {
    position: absolute;
    z-index: 1;
    right: -1%;
    bottom: -1%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 67%;
    height: 72%;
    min-height: 0;
    padding: 0;
    pointer-events: none;
}

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__product {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-position: right bottom;
}

/* Hide the wording visually. The parent card's aria-label
   continues to provide its accessible link description. */

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__link-text {
    position: relative;
    z-index: 3;
    display: inline-flex;
    margin-top: auto;
    font-size: 0;
}

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__arrow {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-left: 0;
    overflow: hidden;
    border: 1px solid rgba(21, 44, 78, 0.12);
    border-radius: 50%;
    background: #f2a51a;
    color: transparent;
    font-size: 0;
    box-shadow:
        0 5px 13px rgba(21, 44, 78, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition:
        background-color 0.20s ease,
        border-color 0.20s ease,
        box-shadow 0.20s ease,
        transform 0.12s ease;
}

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__arrow::before {
    position: absolute;
    top: 23px;
    left: 15px;
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: #152c4e;
    content: "";
}

.pc-sites--ranked
.pc-sites__card--rank-secondary
.pc-sites__arrow::after {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #152c4e;
    border-right: 2px solid #152c4e;
    content: "";
    transform: rotate(45deg);
}

.pc-sites--ranked
.pc-sites__card--rank-secondary:hover
.pc-sites__arrow,
.pc-sites--ranked
.pc-sites__card--rank-secondary:focus
.pc-sites__arrow {
    border-color: rgba(21, 44, 78, 0.20);
    background: #ffb52e;
    box-shadow:
        0 7px 17px rgba(21, 44, 78, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.40);
}

.pc-sites--ranked
.pc-sites__card--rank-secondary:active
.pc-sites__arrow {
    background: #e99a0b;
    box-shadow:
        0 2px 6px rgba(21, 44, 78, 0.18),
        inset 0 1px 2px rgba(21, 44, 78, 0.08);
    transform: scale(0.96);
}

/* ---------------------------------------------------------
   TERTIARY: THREE + THREE ENLARGED COMPACT CARDS
   --------------------------------------------------------- */

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-card {
    min-height: 165px;
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-media {
    position: relative;
    display: flex;
    flex: 0 0 40%;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
}

.pc-sites--ranked .pc-sites__compact-media--blue {
    background: #E7EDFF; /* #e9f3fa;*/
}

.pc-sites--ranked .pc-sites__compact-media--sand {
    background: #fff0e3; /* #fff0df;*/
}

.pc-sites--ranked .pc-sites__compact-media--mint {
    background: #e8f1e4; /* #eaf5f2; */
}

.pc-sites--ranked .pc-sites__compact-media--rose {
    background: #f3e7df; /* #faeeee; */
}

.pc-sites--ranked .pc-sites__compact-media--lilac {
    background: #eee9f8; /* #f2edf9; */
}

.pc-sites--ranked .pc-sites__compact-media--teal {
    background: #E4F1EF;
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-media img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 5px 0;
    object-fit: contain;
    object-position: center bottom;
    transition: transform 0.25s ease;
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-card:hover
.pc-sites__compact-media img,
.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-card:focus
.pc-sites__compact-media img {
    transform: scale(1.025);
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 20px 58px 20px 16px;
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-logo {
    height: 38px;
    max-height: 38px;
    margin-bottom: 11px;
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-description {
    display: block;
    color: #53606a;
    font-size: 13px;
    line-height: 1.45;
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 13px;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid rgba(21, 44, 78, 0.12);
    border-radius: 50%;
    background: #f2a51a;
    color: transparent;
    font-size: 0;
    line-height: 1;
    box-shadow:
        0 4px 10px rgba(21, 44, 78, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transform: translateY(-50%);
    transition:
        background-color 0.20s ease,
        border-color 0.20s ease,
        box-shadow 0.20s ease,
        transform 0.12s ease;
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-arrow::before {
    position: absolute;
    top: 18px;
    left: 12px;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    background: #152c4e;
    content: "";
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-arrow::after {
    position: absolute;
    top: 15px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #152c4e;
    border-right: 2px solid #152c4e;
    content: "";
    transform: rotate(45deg);
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-card:hover
.pc-sites__compact-arrow,
.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-card:focus
.pc-sites__compact-arrow {
    border-color: rgba(21, 44, 78, 0.20);
    background: #ffb52e;
    box-shadow:
        0 6px 15px rgba(21, 44, 78, 0.19),
        inset 0 1px 0 rgba(255, 255, 255, 0.40);
}

.pc-sites--ranked
.pc-sites__rank-tertiary-column
.pc-sites__compact-card:active
.pc-sites__compact-arrow {
    background: #e99a0b;
    box-shadow:
        0 2px 6px rgba(21, 44, 78, 0.18),
        inset 0 1px 2px rgba(21, 44, 78, 0.08);
    transform: translateY(-50%) scale(0.96);
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

    .pc-sites--ranked .pc-sites__card--rank-primary {
        min-height: 335px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__card-copy {
        flex-basis: 48%;
        padding: 29px 8px 26px 25px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__logo {
        height: 50px;
        max-height: 50px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__card-copy {
        padding-right: 20px;
        padding-left: 20px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__logo {
        width: 90%;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__description {
        width: 52%;
        font-size: 13px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-media {
        flex-basis: 38%;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-copy {
        padding-right: 52px;
        padding-left: 13px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-arrow {
        right: 10px;
        width: 38px;
        height: 38px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-arrow::before {
        top: 17px;
        left: 11px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-arrow::after {
        top: 14px;
        right: 11px;
    }

}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .pc-sites--ranked .pc-sites__rank-primary-column,
    .pc-sites--ranked .pc-sites__rank-secondary-column,
    .pc-sites--ranked .pc-sites__rank-tertiary-column {
        display: block;
        width: 100%;
        float: left;
    }

    /* Primary cards remain side by side internally. */

    .pc-sites--ranked .pc-sites__card--rank-primary {
        display: flex;
        min-height: 275px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__card-copy {
        flex: 0 0 52%;
        min-height: 0;
        padding: 25px 5px 24px 22px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__logo {
        height: 43px;
        max-height: 43px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__description {
        min-height: 0;
        font-size: 13px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__product-wrap {
        flex: 1 1 auto;
        min-height: 0;
        padding: 8px 0 0;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__product {
        max-height: 255px;
    }

    /* Integrated secondary cards remain landscape internally. */

    .pc-sites--ranked .pc-sites__card--rank-secondary,
    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__card-copy {
        min-height: 275px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__card-copy {
        padding: 24px 22px 22px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__logo {
        width: 78%;
        max-width: 285px;
        height: 50px;
        max-height: 50px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__description {
        width: 46%;
        max-width: 175px;
        font-size: 13px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__product-wrap {
        width: 65%;
        height: 70%;
    }

    /* Tertiary cards */

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-card {
        min-height: 155px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-media {
        flex-basis: 36%;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-copy {
        padding: 18px 62px 18px 17px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-logo {
        height: 36px;
        max-height: 36px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-description {
        display: block;
        font-size: 13px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-arrow {
        right: 15px;
        width: 42px;
        height: 42px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-arrow::before {
        top: 19px;
        left: 13px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-arrow::after {
        top: 16px;
        right: 13px;
    }

}

/* ---------------------------------------------------------
   SMALL MOBILE
   --------------------------------------------------------- */

@media (max-width: 479px) {

    /* Stack only the primary card content and product artwork. */

    .pc-sites--ranked .pc-sites__card--rank-primary {
        display: block;
        min-height: 0;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__card-copy {
        width: 100%;
        min-height: 205px;
        padding: 24px 22px 17px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__product-wrap {
        width: 100%;
        min-height: 175px;
        padding: 0 8px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary
    .pc-sites__product {
        max-height: 190px;
    }

    .pc-sites--ranked .pc-sites__card--rank-secondary,
    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__card-copy {
        min-height: 265px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__logo {
        width: 82%;
        height: 46px;
        max-height: 46px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__description {
        width: 49%;
        max-width: 150px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__product-wrap {
        right: -3%;
        width: 66%;
        height: 66%;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__arrow {
        width: 46px;
        height: 46px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__arrow::before {
        top: 21px;
        left: 14px;
        width: 17px;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-secondary
    .pc-sites__arrow::after {
        top: 17px;
        right: 14px;
        width: 9px;
        height: 9px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-card {
        min-height: 150px;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-media {
        flex-basis: 38%;
    }

}

/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .pc-sites--ranked .pc-sites__card,
    .pc-sites--ranked .pc-sites__compact-card,
    .pc-sites--ranked .pc-sites__product,
    .pc-sites--ranked .pc-sites__arrow,
    .pc-sites--ranked .pc-sites__compact-media img,
    .pc-sites--ranked .pc-sites__compact-arrow {
        transition: none;
    }

    .pc-sites--ranked .pc-sites__card:hover,
    .pc-sites--ranked .pc-sites__card:focus,
    .pc-sites--ranked .pc-sites__compact-card:hover,
    .pc-sites--ranked .pc-sites__compact-card:focus,
    .pc-sites--ranked .pc-sites__card:hover .pc-sites__product,
    .pc-sites--ranked .pc-sites__card:focus .pc-sites__product,
    .pc-sites--ranked
    .pc-sites__compact-card:hover
    .pc-sites__compact-media img,
    .pc-sites--ranked
    .pc-sites__compact-card:focus
    .pc-sites__compact-media img {
        transform: none;
    }

    .pc-sites--ranked
    .pc-sites__card--rank-primary:active
    .pc-sites__arrow,
    .pc-sites--ranked
    .pc-sites__card--rank-secondary:active
    .pc-sites__arrow {
        transform: none;
    }

    .pc-sites--ranked
    .pc-sites__rank-tertiary-column
    .pc-sites__compact-card:active
    .pc-sites__compact-arrow {
        transform: translateY(-50%);
    }

}

/* =========================================================
   PROMOSCENTRAL REASSURANCE ROW
   Tablet and mobile overrides
   ========================================================= */

/* TABLET: heading across the top, three equal columns below */
@media (min-width: 768px) and (max-width: 991px) {

    .pc-sites--ranked .pc-sites__trust {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
        overflow: hidden;
    }

    .pc-sites--ranked .pc-sites__trust-lead {
        display: flex;
        grid-column: 1 / -1;
        align-items: center;
        width: auto;
        min-width: 0;
        padding: 18px 22px;
        border-bottom: 1px solid #e1e5e8;
        background: #f6f8fa;
        font-size: 17px;
        line-height: 1.35;
    }

    /* Remove the desktop vertical divider */
    .pc-sites--ranked .pc-sites__trust-lead::after {
        display: none;
        content: none;
    }

    .pc-sites--ranked .pc-sites__trust-item {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
        column-gap: 12px;
        width: auto;
        min-width: 0;
        padding: 18px 16px;
        border-top: 0;
        border-left: 1px solid #edf0f1;
    }

    /* First reassurance item does not need a left divider */
    .pc-sites--ranked .pc-sites__trust-item:nth-child(2) {
        border-left: 0;
    }

    .pc-sites--ranked .pc-sites__trust-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin: 0;
        flex: none;
    }

    .pc-sites--ranked .pc-sites__trust-item > span:last-child {
        min-width: 0;
    }

    .pc-sites--ranked .pc-sites__trust-item strong {
        display: block;
        font-size: 13px;
        line-height: 1.3;
    }

    .pc-sites--ranked .pc-sites__trust-item small {
        display: block;
        margin-top: 3px;
        font-size: 11px;
        line-height: 1.4;
        overflow-wrap: break-word;
    }
}


/* MOBILE: one clear stacked reassurance list */
@media (max-width: 767px) {

    .pc-sites--ranked .pc-sites__trust {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
        margin-top: 20px;
        overflow: hidden;
        border-radius: 10px;
    }

    .pc-sites--ranked .pc-sites__trust-lead {
        display: block;
        width: auto;
        min-width: 0;
        padding: 18px;
        border-bottom: 1px solid #e1e5e8;
        background: #f6f8fa;
        font-size: 17px;
        line-height: 1.35;
    }

    .pc-sites--ranked .pc-sites__trust-lead::after {
        display: none;
        content: none;
    }

    .pc-sites--ranked .pc-sites__trust-item {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
        column-gap: 13px;
        width: auto;
        min-width: 0;
        padding: 16px 18px;
        border-top: 1px solid #edf0f1;
        border-left: 0;
    }

    /* The lead already supplies the divider */
    .pc-sites--ranked .pc-sites__trust-item:nth-child(2) {
        border-top: 0;
    }

    .pc-sites--ranked .pc-sites__trust-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin: 0;
        flex: none;
        font-size: 11px;
        line-height: 1;
    }

    .pc-sites--ranked .pc-sites__trust-item > span:last-child {
        min-width: 0;
    }

    .pc-sites--ranked .pc-sites__trust-item strong {
        display: block;
        font-size: 14px;
        line-height: 1.3;
    }

    .pc-sites--ranked .pc-sites__trust-item small {
        display: block;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.45;
        overflow-wrap: break-word;
    }
}


/* SMALL PHONES */
@media (max-width: 399px) {

    .pc-sites--ranked .pc-sites__trust-lead {
        padding: 16px 15px;
        font-size: 16px;
    }

    .pc-sites--ranked .pc-sites__trust-item {
        grid-template-columns: 38px minmax(0, 1fr);
        column-gap: 11px;
        padding: 15px;
    }

    .pc-sites--ranked .pc-sites__trust-icon {
        width: 38px;
        height: 38px;
    }

}

/* =========================================================
   PROMOSCENTRAL FULL WEBSITES DIRECTORY
   Bootstrap 3.3 compatible; deliberately separate from
   the homepage .pc-sites and Embla class names.
   ========================================================= */

.pc-directory {
    padding: 66px 0 72px;
    color: #152c4e;
    background: #f7f7f4;
}

.pc-directory__header {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
    max-width: 800px;
    margin: 0 auto 38px;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    text-align: center;
    box-shadow: none;
    transform: none;
}

.pc-directory__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 13px;
    color: #152c4e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.pc-directory__eyebrow::before,
.pc-directory__eyebrow::after {
    width: 28px;
    height: 3px;
    margin: 0 13px;
    background: #f5a400;
    content: "";
}

.pc-directory__heading {
    margin: 0 0 15px;
    color: #152c4e;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 1.15;
    text-transform: none;
}

.pc-directory__lead {
    margin: 0 0 10px;
    color: #253b59;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}

.pc-directory__intro {
    margin: 0 auto 8px;
    color: #536174;
    font-size: 15px;
    line-height: 1.65;
}

.pc-directory__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: -12px;
}

.pc-directory__item {
    display: flex;
    width: 33.333333%;
    margin: 0;
    padding: 12px;
}

.pc-directory__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(21, 44, 78, 0.11);
    border-radius: 14px;
    color: #152c4e;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(21, 44, 78, 0.07);
}

.pc-directory__card:hover,
.pc-directory__card:focus,
.pc-directory__card:active {
    color: #152c4e;
    text-decoration: none;
}

.pc-directory__card:focus {
    outline: 3px solid #5aa7d6;
    outline-offset: 3px;
}

/* Restrained individual backgrounds: every card has equal weight. */
.pc-directory__card--blue   { background: #eaf4fb; }
.pc-directory__card--rose   { background: #f8eeee; }
.pc-directory__card--mint   { background: #eaf7f2; }
.pc-directory__card--lilac  { background: #f3eefb; }
.pc-directory__card--sand   { background: #fff2df; }
.pc-directory__card--powder { background: #edf5fa; }
.pc-directory__card--peach  { background: #fff0e2; }
.pc-directory__card--teal   { background: #eaf5f3; }
.pc-directory__card--blush  { background: #faeeee; }
.pc-directory__card--violet { background: #f4effa; }
.pc-directory__card--ice    { background: #edf5f8; }

.pc-directory__logo-wrap {
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 24px 25px 13px;
}

.pc-directory__logo {
    display: block;
    width: 100%;
    max-width: 290px;
    height: 68px;
    object-fit: contain;
    object-position: left center;
    /* transition: transform 180ms ease; */
}

.pc-directory__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    margin: 0 18px;
    overflow: hidden;
}

.pc-directory__visual::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(21, 44, 78, 0.1);
    content: "";
}

.pc-directory__product {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    /* transition: transform 220ms ease; */
}

.pc-directory__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 21px 25px 25px;
}

.pc-directory__description {
    display: block;
    color: #34465f;
    font-size: 14px;
    line-height: 1.58;
}

.pc-directory__cta {
    padding-top: 22px;
}

/* The card itself remains stationary; only its contents respond. 
.pc-directory__card:hover .pc-directory__logo,
.pc-directory__card:focus .pc-directory__logo {
    transform: translateX(2px);
}

.pc-directory__card:hover .pc-directory__product,
.pc-directory__card:focus .pc-directory__product {
    transform: scale(1.025);
} */

/* TABLET: two equal columns */
@media (min-width: 768px) and (max-width: 991px) {

    .pc-directory {
        padding: 52px 0 60px;
    }

    .pc-directory__heading {
        font-size: 36px;
    }

    .pc-directory__grid {
        margin: -10px;
    }

    .pc-directory__item {
        width: 50%;
        padding: 10px;
    }

    .pc-directory__card {
        min-height: 490px;
    }

    .pc-directory__logo {
        max-width: 280px;
    }

}

/* MOBILE: one card per row */
@media (max-width: 767px) {

    .pc-directory {
        padding: 39px 0 46px;
    }

    .pc-directory__header {
        margin-bottom: 26px;
        text-align: left;
    }

    .pc-directory__eyebrow {
        justify-content: flex-start;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .pc-directory__eyebrow::before {
        display: none;
    }

    .pc-directory__eyebrow::after {
        margin-right: 0;
        margin-left: 11px;
    }

    .pc-directory__heading {
        margin-bottom: 13px;
        font-size: 32px;
        line-height: 1.16;
    }

    .pc-directory__lead {
        font-size: 16px;
    }

    .pc-directory__intro {
        font-size: 14px;
        line-height: 1.55;
    }

    .pc-directory__grid {
        display: block;
        margin: 0;
    }

    .pc-directory__item {
        display: block;
        width: 100%;
        padding: 0;
    }

    .pc-directory__item + .pc-directory__item {
        margin-top: 18px;
    }

    .pc-directory__card {
        min-height: 0;
        border-radius: 12px;
    }

    .pc-directory__logo-wrap {
        min-height: 86px;
        padding: 20px 20px 10px;
    }

    .pc-directory__logo {
        max-width: 275px;
        height: 60px;
    }

    .pc-directory__visual {
        height: 210px;
        margin: 0 14px;
    }

    .pc-directory__body {
        padding: 19px 20px 21px;
    }

    .pc-directory__description {
        font-size: 14px;
    }

    .pc-directory__cta {
        padding-top: 18px;
    }

}

@media (max-width: 399px) {

    .pc-directory__heading {
        font-size: 29px;
    }

    .pc-directory__visual {
        height: 190px;
    }

    .pc-directory__cta {
        font-size: 13px;
    }

}

@media (prefers-reduced-motion: reduce) {

    .pc-directory__arrow {
        transition: none;
    }

    .pc-directory__card:hover .pc-directory__arrow,
    .pc-directory__card:focus .pc-directory__arrow,
    .pc-directory__card:active .pc-directory__arrow {
        transform: none;
    }

}

.pc-directory__grid {
    position: relative;
    clear: both;
}
