.formats-index {
    background: #f7fafc;
    color: #263746;
}

.formats-index [hidden] {
    display: none !important;
}

.offer4 img,
.page-body ul.col-sm-3 img {
    height: auto;
    max-width: 100%;
}

.formats-hero {
    background: linear-gradient(135deg, #17364d 0%, #0e7ac4 100%);
    color: #fff;
    overflow: hidden;
    padding: 58px 0 54px;
    position: relative;
}

.formats-hero::after {
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    content: "";
    height: 420px;
    position: absolute;
    right: -110px;
    top: -220px;
    width: 420px;
}

.formats-hero h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    margin: 8px 0 14px;
}

.formats-hero-eyebrow,
.formats-section-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    margin: 0;
}

.formats-hero-eyebrow {
    color: #c8e8fb;
}

.formats-hero-lead {
    color: #eef8fe;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.formats-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 30px;
}

.formats-hero-points span {
    color: #d9edf9;
    font-size: 14px;
}

.formats-hero-points strong {
    color: #fff;
    font-size: 19px;
    margin-right: 5px;
}

.formats-main {
    padding-bottom: 72px;
}

.formats-breadcrumb {
    background: transparent;
    margin: 22px 0;
    padding-left: 0;
}

.formats-finder {
    background: #fff;
    border: 1px solid #d7e8f4;
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(23, 54, 77, .08);
    display: grid;
    gap: 28px 40px;
    grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.2fr);
    margin: 0 0 58px;
    padding: 34px 38px;
}

.formats-finder-copy h2,
.formats-section-heading h2 {
    color: #17364d;
    font-weight: 700;
}

.formats-finder-copy h2 {
    font-size: 28px;
    margin: 8px 0 10px;
}

.formats-finder-copy p:last-child,
.formats-section-heading > p {
    color: #647482;
    line-height: 1.75;
    margin-bottom: 0;
}

.formats-section-eyebrow {
    color: #0e7ac4;
}

.formats-search label {
    color: #17364d;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.formats-search-field {
    position: relative;
}

.formats-search-field input {
    border: 2px solid #bfdcef;
    border-radius: 9px;
    box-shadow: none;
    font-size: 16px;
    height: 52px;
    padding: 0 80px 0 45px;
    width: 100%;
}

.formats-search-field input:focus {
    border-color: #0e7ac4;
    box-shadow: 0 0 0 3px rgba(14, 122, 196, .12);
    outline: none;
}

.formats-search-icon {
    color: #0e7ac4;
    font-size: 25px;
    left: 15px;
    position: absolute;
    top: 10px;
}

.formats-search-field button {
    background: transparent;
    border: 0;
    color: #0e7ac4;
    font-size: 13px;
    font-weight: 700;
    padding: 8px;
    position: absolute;
    right: 8px;
    top: 9px;
}

.formats-search-result {
    color: #506474;
    font-size: 13px;
    margin: 8px 0 0;
    min-height: 18px;
}

.formats-category-nav {
    border-top: 1px solid #e4eef5;
    display: grid;
    gap: 12px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 24px;
}

.formats-category-nav a {
    align-items: center;
    background: #f3f9fd;
    border: 1px solid #d7e8f4;
    border-radius: 8px;
    color: #17364d;
    display: flex;
    font-weight: 700;
    min-height: 58px;
    padding: 12px 14px;
    text-decoration: none;
}

.formats-category-nav a:hover,
.formats-category-nav a:focus {
    background: #eaf5fc;
    border-color: #0e7ac4;
    color: #0e7ac4;
}

.formats-category-nav span {
    color: #0e7ac4;
    font-size: 12px;
    margin-right: 10px;
}

.formats-library-section {
    margin-bottom: 72px;
    scroll-margin-top: 20px;
}

.formats-section-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.formats-section-heading h2 {
    font-size: 30px;
    margin: 8px 0 0;
}

.formats-section-heading > p {
    max-width: 410px;
    text-align: right;
}

.formats-table-wrap {
    background: #fff;
    border: 1px solid #d7e8f4;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(23, 54, 77, .06);
    overflow: hidden;
}

.formats-table-wrap .table {
    border: 0;
    margin: 0;
}

.formats-table-wrap .table th {
    background: #17364d;
    border-color: #294a62;
    color: #fff;
    font-size: 13px;
    padding: 15px 14px;
}

.formats-table-wrap .table td {
    border-color: #e3edf4;
    line-height: 1.75;
    padding: 15px 14px;
    vertical-align: middle;
}

.formats-table-wrap .table tr:nth-child(odd) td {
    background: #f9fcfe;
}

.formats-table-wrap .table tr:hover td {
    background: #eef7fc;
}

.formats-table-wrap .table td.title a {
    color: #0e6eae;
    font-size: 15px;
    font-weight: 700;
}

.formats-table-wrap .table td.link {
    text-align: center;
    width: 120px;
}

.formats-table-wrap .btn-info {
    background: #0e7ac4;
    border-color: #0e7ac4;
    font-weight: 700;
}

.formats-library-section-featured {
    background: #eaf5fc;
    border-radius: 16px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 42px 30px 46px;
}

.formats-tool-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.formats-tool-card {
    background: #fff;
    border: 1px solid #c9e1f1;
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(23, 54, 77, .06);
    display: flex;
    flex-direction: column;
    min-height: 218px;
    padding: 24px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.formats-tool-card:hover {
    border-color: #0e7ac4;
    box-shadow: 0 10px 24px rgba(14, 122, 196, .13);
    transform: translateY(-2px);
}

.formats-tool-card-meta {
    align-items: center;
    display: flex;
    gap: 9px;
}

.formats-tool-badge {
    background: #0e7ac4;
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 9px;
}

.formats-tool-format {
    color: #647482;
    font-size: 12px;
    font-weight: 700;
}

.formats-tool-card h3 {
    font-size: 19px;
    line-height: 1.5;
    margin: 14px 0 9px;
}

.formats-tool-card h3 a {
    color: #17364d;
}

.formats-tool-card p {
    color: #526574;
    flex: 1;
    line-height: 1.75;
    margin-bottom: 18px;
}

.formats-tool-link {
    border-top: 1px solid #e4eef5;
    color: #0e7ac4;
    font-weight: 700;
    padding-top: 14px;
}

.formats-tool-link span {
    float: right;
    font-size: 18px;
}

.formats-empty {
    background: #fff;
    border: 1px dashed #9fc9e4;
    border-radius: 8px;
    color: #647482;
    margin: 0;
    padding: 28px;
    text-align: center;
}

.formats-update-note {
    color: #647482;
    font-size: 13px;
    margin: -30px 0 0;
    text-align: right;
}

@media (max-width: 767px) {
    .formats-index {
        padding-top: 106px;
    }

    .navbar-header > a {
        display: block;
        margin-right: 62px;
    }

    .navbar-header > a img,
    .page-body img {
        height: auto;
        max-width: 100%;
    }

    .formats-hero {
        padding: 38px 0 36px;
    }

    .formats-hero h1 {
        font-size: 29px;
    }

    .formats-hero-lead {
        font-size: 16px;
    }

    .formats-hero-points {
        gap: 12px 20px;
        margin-top: 22px;
    }

    .formats-finder {
        display: block;
        margin-bottom: 44px;
        padding: 26px 20px;
    }

    .formats-search {
        margin-top: 24px;
    }

    .formats-category-nav {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .formats-library-section {
        margin-bottom: 54px;
    }

    .formats-section-heading {
        align-items: start;
        display: block;
    }

    .formats-section-heading h2 {
        font-size: 24px;
    }

    .formats-section-heading > p {
        margin-top: 12px;
        max-width: none;
        text-align: left;
    }

    .formats-library-section-featured {
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 34px 15px 38px;
    }

    .formats-tool-grid {
        grid-template-columns: 1fr;
    }

    .formats-tool-card {
        min-height: 0;
        padding: 21px;
    }

    .formats-table-wrap {
        background: transparent;
        border: 0;
        box-shadow: none;
        overflow: visible;
    }

    .formats-table-wrap .table,
    .formats-table-wrap .table tbody,
    .formats-table-wrap .table tr,
    .formats-table-wrap .table td {
        display: block;
        width: 100%;
    }

    .formats-table-wrap .table tr:first-child {
        display: none;
    }

    .formats-table-wrap .table tr:not(:first-child) {
        background: #fff;
        border: 1px solid #d7e8f4;
        border-radius: 9px;
        box-shadow: 0 4px 12px rgba(23, 54, 77, .05);
        margin-bottom: 13px;
        overflow: hidden;
    }

    .formats-table-wrap .table td,
    .formats-table-wrap .table tr:nth-child(odd) td,
    .formats-table-wrap .table tr:hover td {
        background: #fff;
        border: 0;
        padding: 13px 16px;
    }

    .formats-table-wrap .table td.title {
        background: #f3f9fd !important;
        border-bottom: 1px solid #d7e8f4;
    }

    .formats-table-wrap .table td.title a {
        display: block;
        font-size: 16px;
    }

    .formats-table-wrap .table td.link {
        display: none;
    }

    .formats-update-note {
        margin-top: -18px;
        text-align: left;
    }
}
