.fp-page-shell {
    font-family: 'Proxima Nova', sans-serif;
}

.fp-page {
    background: #f6f7f2;
    color: #0e0f0c;
    min-height: 520px;
    padding: 24px 0 64px;
}

.fp-page__container {
    box-sizing: border-box;
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
}

.fp-page__title {
    max-width: 880px;
    margin: 0 0 28px;
    color: #0e0f0c;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.fp-page-content,
.fp-page .white-content {
    box-sizing: border-box;
    max-width: 920px;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    color: #252722;
    font-size: 17px;
    line-height: 1.65;
}

.fp-page-content > :first-child,
.fp-page .white-content > :first-child {
    margin-top: 0;
}

.fp-page-content > :last-child,
.fp-page .white-content > :last-child {
    margin-bottom: 0;
}

.fp-page-content h2,
.fp-page .white-content h2 {
    margin: 32px 0 16px;
    color: #0e0f0c;
    font-size: 28px;
    line-height: 1.25;
}

.fp-page-content h3,
.fp-page .white-content h3 {
    margin: 28px 0 12px;
    color: #0e0f0c;
    font-size: 22px;
    line-height: 1.3;
}

.fp-page-content p,
.fp-page-content ul,
.fp-page-content ol,
.fp-page-content table,
.fp-page .white-content p,
.fp-page .white-content ul,
.fp-page .white-content ol,
.fp-page .white-content table {
    margin: 0 0 18px;
}

.fp-page-content ul,
.fp-page-content ol,
.fp-page .white-content ul,
.fp-page .white-content ol {
    padding-left: 24px;
}

.fp-page-content li,
.fp-page .white-content li {
    margin-bottom: 8px;
}

.fp-page-content a,
.fp-page .white-content a {
    color: #4f7f18;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fp-page-content table,
.fp-page .white-content table {
    width: 100%;
    border-collapse: collapse;
}

.fp-page-content th,
.fp-page-content td,
.fp-page .white-content th,
.fp-page .white-content td {
    padding: 12px;
    border: 1px solid #dfe3d7;
    vertical-align: top;
}

.fp-page-content img,
.fp-page .white-content img {
    max-width: 100%;
    height: auto;
}

.fp-page-content .sourceDate,
.fp-page .white-content .sourceDate {
    margin-top: 28px;
    color: #6f7568;
    font-size: 14px;
}

.fp-page .breadcrumbs,
.fp-page .breadcrumb {
    margin-bottom: 20px;
}

.fp-page .breadcrumbs-container {
    margin-top: 0;
    margin-bottom: 24px;
}

.fp-page .objects-breadcrumbs {
    margin: 0;
}

@media (max-width: 767px) {
    .fp-page {
        padding: 20px 0 40px;
    }

    .fp-page__container {
        width: min(100% - 24px, 1120px);
    }

    .fp-page__title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 1.25;
    }

    .fp-page-content,
    .fp-page .white-content {
        padding: 20px 16px;
        font-size: 16px;
        line-height: 1.58;
    }

    .fp-page-content h2,
    .fp-page .white-content h2 {
        font-size: 23px;
    }

    .fp-page-content h3,
    .fp-page .white-content h3 {
        font-size: 20px;
    }
}
