:root {
    --pm-dark: #444;
    --pm-light: #f5f5f5;
    --pm-heading-line: #ccc;
    --pm-text: #444;
    --pm-body-bg: #f7f7f7;
    --pm-white: #fff;
    --pm-border: #ddd;
    --pm-wrapper: 1400px;
    --pm-readable: 920px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 0;
    background: var(--pm-body-bg);
    color: var(--pm-text);
    font-family: "Cabin", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    text-rendering: optimizeLegibility;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: var(--pm-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

h1{
	color: #218597;
	font-weight: 400;
}
h2{
	color: #218597;
	font-weight: 400;
}
h3{
	color: #218597;
	font-weight: 400;
}
a:hover,
a:focus-visible {
    color: #111;
}

.pm-wrapper {
    width: min(calc(100% - 48px), var(--pm-wrapper));
    margin-right: auto;
    margin-left: auto;
}

.site-topbar {
    min-height: 100px;
    background: var(--pm-dark);
    color: var(--pm-light);
}

.site-topbar__inner {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-header-menus {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: stretch;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 0;
}

.site-menu-row {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    width: min(300px, 44vw);
    min-width: 180px;
    color: var(--pm-light);
    text-decoration: none;
    flex: 0 0 auto;
}

.site-logo:hover,
.site-logo:focus-visible {
    color: var(--pm-light);
}

.site-logo__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}

.site-account {
    width: 100%;
    color: var(--pm-light);
    font-size: 15px;
    line-height: 1.3;
}

.site-account .pm-login-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.site-account .pm-login-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(245, 245, 245, 0.45);
    border-radius: 6px;
    color: var(--pm-light);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.site-account .pm-login-menu a:hover,
.site-account .pm-login-menu a:focus-visible {
    border-color: #218597;
    color: #218597;
}

.site-account .pm-login-menu a.is-current,
.site-account .pm-login-menu a[aria-current="page"] {
    border-color: #208497;
    color: #208497;
}

.site-main {
    background: var(--pm-white);
}

.content-layout2 {
    padding-top: 64px;
    padding-bottom: 88px;
}

.pm-site--home .content-layout {
    padding-top: 56px;
}

.page-heading {
    max-width: var(--pm-readable);
    margin-bottom: 36px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--pm-heading-line);
}

.page-heading h1,
.content-body h1,
.content-body h2,
.content-body h3 {
    color: #218597;
    letter-spacing: 0;
}

.page-heading h1 {
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.content-body {
    width: 100%;
    min-height: 600px;
}

.content-body > p,
.content-body > ul,
.content-body > ol,
.content-body > dl,
.content-body > blockquote,
.content-body > h1,
.content-body > h2,
.content-body > h3,
.content-body > h4,
.content-body > h5,
.content-body > h6,
.content-body > .tip,
.content-body > .note,
.content-body > .nb,
.content-body > .notice,
.content-body > .pm-tip,
.content-body > .pm-note {
    max-width: var(--pm-readable);
}

.content-body h1 {
    margin: 0 0 28px;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
}

.content-body h2 {
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--pm-heading-line);
    font-size: 40px;
    line-height: 1.25;
    font-weight: normal !important;
}

.content-body h3 {
    margin: 36px 0 14px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

.content-body h4 {
    margin: 28px 0 12px;
    color: var(--pm-dark);
    font-size: 21px;
    line-height: 1.4;
}

.content-body p {
    margin: 0 0 22px;
}

.content-body ul,
.content-body ol {
    margin-top: 0;
    margin-bottom: 28px;
    padding-left: 1.35em;
}

.content-body li {
    margin-bottom: 8px;
    padding-left: 0.15em;
}

.content-body li::marker {
    color: #777;
}

.content-body a {
    font-weight: 600;
}

.content-body table {
    width: 100%;
    max-width: 100%;
    margin: 34px 0;
    border-collapse: collapse;
    border: 1px solid var(--pm-border);
    font-size: 17px;
    line-height: 1.55;
}

.content-body th,
.content-body td {
    padding: 12px 14px;
    border: 1px solid var(--pm-border);
    vertical-align: top;
    text-align: left;
}

.content-body th {
    background: var(--pm-dark);
    color: var(--pm-light);
    font-weight: 700;
}

.content-body tr:nth-child(even) td {
    background: #fafafa;
}

.content-body blockquote {
    margin: 34px 0;
    padding: 4px 0 4px 22px;
    border-left: 4px solid var(--pm-heading-line);
    color: #555;
    font-size: 19px;
    line-height: 1.7;
}

.content-body code,
.content-body pre {
    background: #f1f1f1;
    color: #222;
    font-family: Consolas, Monaco, "Courier New", monospace;
}

.content-body code {
    padding: 0.12em 0.28em;
    font-size: 0.92em;
}

.content-body pre {
    max-width: 100%;
    overflow: auto;
    padding: 18px;
    border: 1px solid var(--pm-border);
    font-size: 15px;
    line-height: 1.6;
}

.content-body .tip,
.content-body .note,
.content-body .nb,
.content-body .notice,
.content-body .pm-tip,
.content-body .pm-note {
    margin: 30px 0;
    padding: 18px 20px;
    border: 1px solid var(--pm-border);
    border-left: 4px solid var(--pm-dark);
    background: #f8f8f8;
}

.content-body .pm_process,
.content-body .pm-process,
.content-body .pm_process_overview,
.content-body .pm-process-overview,
.content-body .process-overview {
    max-width: 100%;
}

.site-footer {
    background: var(--pm-dark);
    color: var(--pm-light);
    min-height: 100px;
}

.site-footer__inner {
    min-height: 120px;
    padding-top: 34px;
    padding-bottom: 34px;
}

.site-footer__content {
    max-width: var(--pm-wrapper);
}

.site-footer__content_copyright {
	text-align: right;
	font-size: 13px;
}

.site-footer a {
    color: var(--pm-light);
}

.site-footer p {
    margin: 0 0 12px;
}

@media (max-width: 860px) {
    .pm-wrapper {
        width: min(calc(100% - 32px), var(--pm-wrapper));
    }

    .site-topbar__inner {
        flex-wrap: wrap;
        align-content: center;
        gap: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-header-menus {
        width: 100%;
        flex: 1 1 100%;
        align-items: flex-end;
        gap: 12px;
        padding: 0;
    }

    .site-menu-row {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .site-account .pm-login-menu {
        justify-content: flex-end;
    }

    .site-logo {
        width: min(260px, 64vw);
        min-width: 170px;
    }

    .home-hero__inner {
        min-height: 0;
        padding-top: 52px;
        padding-bottom: 58px;
    }

    .home-hero h1,
    .page-heading h1,
    .content-body h1 {
        font-size: 36px;
    }

    .content-body h2 {
        font-size: 30px;
    }

    .home-hero__intro {
        font-size: 19px;
    }

    .content-layout {
        padding-top: 46px;
        padding-bottom: 64px;
    }
}

@media (max-width: 560px) {
    body {
        font-size: 17px;
        line-height: 1.7;
    }

    .home-hero h1,
    .page-heading h1,
    .content-body h1 {
        font-size: 32px;
    }

    .content-body h2 {
        font-size: 28px;
    }

    .content-body h3 {
        font-size: 23px;
    }

    .content-body table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
