

@font-face {
    font-family: 'NewpulsethemeHeading';
    src: url('../fonts/teko-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewpulsethemeBody';
    src: url('../fonts/rubik-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.site-header,
.main-navigation,
.site-footer,
.site-info,
.top-bar {
    display: none !important;
}

.app-ab00d8 {
    background-color: #ffffff;
    
    
}

.nmfh-skip {
    position: absolute;
    top: -100%;
    left: 0;
    background: #048dd7;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    text-decoration: none;
}

.nmfh-skip:focus {
    top: 0;
}

.nmfh-site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 20px 60px;
    min-height: 50vh;
}

.app-ab00d8 h1,
.app-ab00d8 h2,
.app-ab00d8 h3,
.app-ab00d8 h4,
.app-ab00d8 h5 {
    font-family: 'NewpulsethemeHeading', Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.app-ab00d8 h1 { font-size: 2.2rem; }
.app-ab00d8 h2 { font-size: 1.8rem; }
.app-ab00d8 h3 { font-size: 1.3rem; }
.app-ab00d8 h4 { font-size: 1.15rem; }
.app-ab00d8 h5 { font-size: 1.05rem; }

.app-ab00d8 .entry-content > :first-child,
.app-ab00d8 article > :first-child {
    margin-top: 0;
}

.app-ab00d8 .entry-content h2,
.app-ab00d8 .entry-content h3 {
    position: relative;
    padding-left: 0.8em;
}
.app-ab00d8 .entry-content h2::before,
.app-ab00d8 .entry-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    background: #048dd7;
    border-radius: 2px;
}

.app-ab00d8 .entry-content h1,
.app-ab00d8 .entry-content h2 {
    text-align: center;
}
.app-ab00d8 .entry-content h1::after,
.app-ab00d8 .entry-content h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.app-ab00d8 body,
.app-ab00d8 p,
.app-ab00d8 li,
.app-ab00d8 td,
.app-ab00d8 th {
    font-family: 'NewpulsethemeBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
}

.app-ab00d8 p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.app-ab00d8 a {
    color: #048dd7;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.app-ab00d8 a:hover {
    color: #0074b3;
}

.app-ab00d8 ul,
.app-ab00d8 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.app-ab00d8 li {
    margin-bottom: 0.4em;
}

.app-ab00d8 .entry-content img,
.app-ab00d8 .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1em 0;
}

.app-ab00d8 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.nmfh-cta {
    display: none;
    padding: 10px 24px;
    background: #048dd7;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: 'NewpulsethemeBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.nmfh-cta:hover {
    background: #0074b3;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.nmfh-search {
    margin-left: 12px;
    position: relative;
}
.nmfh-search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.nmfh-search-form:focus-within {
    border-color: #048dd7;
}
.nmfh-search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #444444;
    font-family: 'NewpulsethemeBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.nmfh-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.nmfh-search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #444444;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.nmfh-search-btn:hover {
    color: #048dd7;
}

.nmfh-wrap {
    background: #ffffff;
    padding: 0;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #048dd7;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

.nmfh-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 67px;
}

.nmfh-brand {
    flex-shrink: 0;
}

.nmfh-brand a {
    text-decoration: none;
}

.nmfh-brand img {
    max-height: 45px;
    width: auto;
    display: block;
}

.nmfh-sitename {
    font-family: 'NewpulsethemeHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fcfcfc;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.nmfh-sitename:hover {
    color: #048dd7;
}

.nmfh-nav {
    display: flex;
    align-items: center;
}

.nmfh-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.nmfh-menu li {
    position: relative;
}

.nmfh-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    line-height: 1.2;
    color: #444444;
    text-decoration: none;
    font-family: 'NewpulsethemeBody', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.nmfh-menu > li > a:hover,
.nmfh-menu > li.current-menu-item > a {
    color: #048dd7;
    background: rgba(4, 141, 215, 0.1);
    border-radius: 8px;
}

.nmfh-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #ffffff;
    border-top: 2px solid #048dd7;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    display: none;
    z-index: 200;
}

.nmfh-menu li:hover > .sub-menu {
    display: block;
}

.nmfh-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #555555;
    text-decoration: none;
    font-family: 'NewpulsethemeBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s, background 0.2s;
}

.nmfh-menu .sub-menu a:hover {
    color: #048dd7;
    background: rgba(4, 141, 215, 0.1);
}

.nmfh-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
}

.nmfh-toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #fcfcfc;
    transition: transform 0.3s, opacity 0.3s;
}

.nmfh-toggle[aria-expanded="true"] .nmfh-toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nmfh-toggle[aria-expanded="true"] .nmfh-toggle-bar:nth-child(2) {
    opacity: 0;
}

.nmfh-toggle[aria-expanded="true"] .nmfh-toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nmfh-search-form {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
}
.nmfh-search-input { color: #444; }
.nmfh-search-input::placeholder { color: rgba(0,0,0,0.3); }
.nmfh-search-btn { color: #666; }

@media (max-width: 768px) {
    
    .nmfh-toggle {
        display: flex;
    }

    
    .nmfh-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #f3f2f2;
        border-top: 2px solid #048dd7;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

    .nmfh-nav.is-open {
        display: block;
    }

    .nmfh-menu {
        flex-direction: column;
        padding: 10px 0;
    }

    .nmfh-menu > li > a {
        line-height: 1.4;
        padding: 12px 20px;
    }

    .nmfh-search {
        margin: 0;
        padding: 10px 20px;
    }
    .nmfh-search-input {
        width: 100%;
    }

    
    .nmfh-menu .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, 0.15);
        padding-left: 15px;
        display: block;
        transform: none;
    }

    
    .klka-inner {
        flex-direction: column;
        text-align: center;
    }

    .klka-menu {
        justify-content: center;
    }

    
    .nmfh-site-content {
        padding: 25px 15px 40px;
    }
}

@media (max-width: 480px) {
    .nmfh-inner {
        height: 60px;
        padding: 0 15px;
    }

    .nmfh-sitename {
        font-size: 1.15rem;
    }

    .nmfh-brand img {
        max-height: 35px;
    }

    .app-ab00d8 h1 { font-size: 1.6rem; }
    .app-ab00d8 h2 { font-size: 1.35rem; }
    .app-ab00d8 h3 { font-size: 1.15rem; }

    .app-ab00d8 p {
        font-size: 0.95rem;
    }

    .nmfh-site-content {
        padding: 20px 12px 30px;
    }
}

.app-ab00d8 .entry-content table,
.app-ab00d8 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.app-ab00d8 .entry-content th,
.app-ab00d8 .page-content th {
    background: transparent;
    color: #1a1a1a;
    padding: 12px 16px;
    text-align: left;
    font-family: 'NewpulsethemeHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border-bottom: 2px solid #fcfcfc;
}

.app-ab00d8 .entry-content td,
.app-ab00d8 .page-content td {
    padding: 12px 16px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.app-ab00d8 .entry-content tr:hover td,
.app-ab00d8 .page-content tr:hover td {
    background: #ebf6fc;
}

.klka-wrap {
    background: #182025;
    color: #cccccc;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #048dd7;
}

.klka-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.klka-line {
    margin: 0 0 8px;
    font-family: 'NewpulsethemeBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #999999;
}

.klka-nav {
    margin-top: 8px;
}

.klka-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.klka-menu a {
    color: #cccccc;
    text-decoration: none;
    font-family: 'NewpulsethemeBody', Arial, sans-serif;
    font-size: 0.8rem;
    transition: color 0.2s;
}

.klka-menu a:hover {
    color: #048dd7;
}
