/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* Institutional pages */
.gn-institutional-page-wrap .gn-institutional-container {
    padding-top: 34px;
    padding-bottom: 86px;
}

.gn-institutional-page-wrap .gn-institutional-crumbs {
    margin-bottom: 16px;
}

.gn-institutional-page-wrap .entry-crumbs,
.gn-institutional-page-wrap .entry-crumbs a,
.gn-institutional-page-wrap .td-bread-sep {
    color: rgba(19, 31, 73, 0.36);
}

.gn-institutional-row {
    display: flex;
    align-items: flex-start;
}

.gn-institutional-main {
    padding-right: 52px;
}

.gn-institutional-article-header {
    margin-bottom: 26px;
}

.gn-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
    color: rgba(19, 31, 73, 0.64);
    font-family: var(--global-font-1, sans-serif);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.gn-article-meta span:first-child {
    color: var(--accent-color-1, #e52e2e);
}

.gn-article-meta span + span::before {
    content: "|";
    margin-right: 8px;
    color: rgba(19, 31, 73, 0.28);
}

.gn-institutional-page-wrap .td-page-title {
    margin: 0;
    color: var(--base-color-1, #131f49);
    font-family: var(--global-font-1, sans-serif);
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.gn-institutional-entry-content .gn-institutional > .gn-kicker:first-child {
    display: none;
}

.gn-institutional {
    color: var(--base-color-1, #131f49);
    font-size: 17px;
    line-height: 1.72;
    max-width: 100%;
    overflow-wrap: break-word;
}

.gn-institutional a {
    color: var(--accent-color-1, #e52e2e);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.gn-institutional p {
    margin-bottom: 20px;
}

.gn-institutional h2 {
    margin: 38px 0 14px;
    padding-top: 4px;
    color: var(--base-color-1, #131f49);
    font-size: 25px;
    line-height: 1.25;
    font-weight: 800;
}

.gn-institutional h2::before {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-bottom: 12px;
    background: var(--accent-color-1, #e52e2e);
}

.gn-institutional h3 {
    margin: 24px 0 8px;
    color: var(--base-color-1, #131f49);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
}

.gn-kicker {
    margin: 0 0 12px;
    color: var(--accent-color-1, #e52e2e);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gn-lead {
    margin-bottom: 28px;
    max-width: 880px;
    font-size: 21px;
    line-height: 1.55;
}

.gn-institutional-figure {
    margin: 28px 0 34px;
}

.gn-institutional-figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
}

.gn-institutional-figure figcaption {
    margin-top: 10px;
    color: rgba(19, 31, 73, 0.72);
    font-size: 13px;
    line-height: 1.45;
}

.gn-summary,
.gn-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 28px 0 34px;
    background: rgba(19, 31, 73, 0.16);
    border-top: 3px solid var(--accent-color-1, #e52e2e);
}

.gn-summary > div,
.gn-link-grid > a {
    display: block;
    min-width: 0;
    padding: 18px 20px;
    background: #f5f6f8;
}

.gn-summary strong {
    display: block;
    margin-bottom: 8px;
    color: var(--accent-color-1, #e52e2e);
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.gn-summary span {
    display: block;
    color: var(--base-color-1, #131f49);
    font-size: 15px;
    line-height: 1.45;
}

.gn-check-list,
.gn-steps {
    margin: 18px 0 26px;
    padding-left: 0;
    list-style: none;
}

.gn-check-list li,
.gn-steps li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 28px;
}

.gn-check-list li::before,
.gn-steps li::before {
    content: "";
    position: absolute;
    top: 0.76em;
    left: 0;
    width: 9px;
    height: 9px;
    background: var(--accent-color-1, #e52e2e);
}

.gn-steps {
    counter-reset: gn-step;
}

.gn-steps li {
    padding-left: 46px;
}

.gn-steps li::before {
    counter-increment: gn-step;
    content: counter(gn-step);
    top: 0.1em;
    width: 28px;
    height: 28px;
    color: #ffffff;
    background: var(--base-color-1, #131f49);
    font-size: 13px;
    line-height: 28px;
    font-weight: 800;
    text-align: center;
}

.gn-check-list--warning li::before {
    background: var(--base-color-1, #131f49);
}

.gn-note {
    margin: 28px 0;
    padding: 18px 20px;
    background: #f5f6f8;
    border-left: 4px solid var(--accent-color-1, #e52e2e);
    color: var(--base-color-1, #131f49);
}

.gn-role-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 22px 0 30px;
}

.gn-role-list section {
    min-width: 0;
    padding: 20px;
    background: #f5f6f8;
    border-top: 3px solid var(--accent-color-1, #e52e2e);
}

.gn-role-list h3 {
    margin-top: 0;
}

.gn-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 30px;
}

.gn-profile-card {
    min-width: 0;
    padding: 20px;
    background: #f5f6f8;
    border-top: 3px solid var(--accent-color-1, #e52e2e);
}

.gn-profile-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--base-color-1, #131f49);
    font-size: 18px;
    line-height: 1.25;
}

.gn-profile-card span {
    display: block;
    color: var(--accent-color-1, #e52e2e);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.gn-profile-card p {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.5;
}

.gn-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gn-link-grid br {
    display: none;
}

/* Data registry page */
.gcc-data-page-wrap .gcc-data-page-container {
    padding-top: 34px;
    padding-bottom: 86px;
}

.gcc-data-page-crumbs {
    margin-bottom: 14px;
}

.gcc-data-page-wrap .entry-crumbs,
.gcc-data-page-wrap .entry-crumbs a,
.gcc-data-page-wrap .td-bread-sep {
    color: rgba(19, 31, 73, 0.36);
}

.gcc-data-page-main {
    max-width: 1040px;
    margin: 0 auto;
}

.gcc-data-page-header {
    max-width: 820px;
    margin-bottom: 22px;
}

.gcc-data-page-wrap .td-page-title {
    margin: 0;
    color: var(--base-color-1, #131f49);
    font-family: var(--global-font-1, sans-serif);
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.gcc-data-page-content > p:first-child {
    max-width: 820px;
    margin-bottom: 28px;
    color: var(--base-color-1, #131f49);
    font-size: 19px;
    line-height: 1.62;
}

/* Local canonical pages */
.gn-local-page-wrap .gn-local-container {
    padding-top: 34px;
    padding-bottom: 86px;
}

.gn-local-crumbs {
    margin-bottom: 16px;
}

.gn-local-page-wrap .entry-crumbs,
.gn-local-page-wrap .entry-crumbs a,
.gn-local-page-wrap .td-bread-sep {
    color: rgba(19, 31, 73, 0.36);
}

.gn-local-main {
    max-width: 1040px;
    margin: 0 auto;
}

.gn-local-header {
    max-width: 860px;
    margin-bottom: 26px;
}

.gn-local-page-wrap .td-page-title {
    margin: 0;
    color: var(--base-color-1, #131f49);
    font-family: var(--global-font-1, sans-serif);
    font-size: 46px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.gn-local {
    color: var(--base-color-1, #131f49);
    font-size: 17px;
    line-height: 1.68;
}

.gn-local a {
    color: var(--accent-color-1, #e52e2e);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.gn-local-lead {
    max-width: 880px;
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.55;
}

.gn-local-figure {
    margin: 30px 0 36px;
}

.gn-local-figure img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.gn-local-figure figcaption {
    margin-top: 10px;
    color: rgba(19, 31, 73, 0.62);
    font-size: 13px;
    line-height: 1.45;
}

.gn-local-figure--hero {
    margin-top: 6px;
}

.gn-local h2 {
    margin: 42px 0 16px;
    color: var(--base-color-1, #131f49);
    font-size: 28px;
    line-height: 1.18;
    font-weight: 800;
}

.gn-local h2::before {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-bottom: 12px;
    background: var(--accent-color-1, #e52e2e);
}

.gn-local h3 {
    margin: 24px 0 8px;
    color: var(--base-color-1, #131f49);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.gn-local-summary,
.gn-local-grid,
.gn-local-link-grid,
.gn-local-stat-grid {
    display: grid;
    gap: 1px;
    margin: 28px 0 34px;
    background: rgba(19, 31, 73, 0.16);
    border-top: 3px solid var(--accent-color-1, #e52e2e);
}

.gn-local-summary,
.gn-local-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gn-local-grid,
.gn-local-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gn-local-card,
.gn-local-summary > div,
.gn-local-link-grid > a,
.gn-local-stat-grid > div {
    min-width: 0;
    padding: 20px;
    background: #f5f6f8;
}

.gn-local-summary strong,
.gn-local-stat-grid strong,
.gn-local-card > strong,
.gn-local-link-grid > a strong {
    display: block;
    margin-bottom: 8px;
    color: var(--accent-color-1, #e52e2e);
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.gn-local-summary span,
.gn-local-stat-grid span,
.gn-local-card p,
.gn-local-link-grid > a span {
    display: block;
    color: var(--base-color-1, #131f49);
    font-size: 15px;
    line-height: 1.48;
}

.gn-local-stat-grid em {
    display: block;
    color: var(--base-color-1, #131f49);
    font-style: normal;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 900;
}

.gn-local-check-list,
.gn-local-steps {
    margin: 18px 0 26px;
    padding-left: 0;
    list-style: none;
}

.gn-local-check-list li,
.gn-local-steps li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 28px;
}

.gn-local-check-list li::before,
.gn-local-steps li::before {
    content: "";
    position: absolute;
    top: 0.76em;
    left: 0;
    width: 9px;
    height: 9px;
    background: var(--accent-color-1, #e52e2e);
}

.gn-local-steps {
    counter-reset: gn-local-step;
}

.gn-local-steps li {
    padding-left: 46px;
}

.gn-local-steps li::before {
    counter-increment: gn-local-step;
    content: counter(gn-local-step);
    top: 0.1em;
    width: 28px;
    height: 28px;
    color: #fff;
    background: var(--base-color-1, #131f49);
    font-size: 13px;
    line-height: 28px;
    font-weight: 800;
    text-align: center;
}

.gn-local-note,
.gn-local-source {
    margin: 28px 0;
    padding: 18px 20px;
    background: #f5f6f8;
    border-left: 4px solid var(--accent-color-1, #e52e2e);
}

.gn-local-source {
    color: rgba(19, 31, 73, 0.78);
    font-size: 14px;
    line-height: 1.55;
}

.gn-local-table-wrap {
    margin: 22px 0 32px;
    overflow-x: auto;
}

.gn-local-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--base-color-1, #131f49);
    font-size: 15px;
    line-height: 1.35;
}

.gn-local-table th {
    padding: 13px 14px;
    background: var(--base-color-1, #131f49);
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

.gn-local-table td {
    padding: 14px;
    border: 1px solid rgba(19, 31, 73, 0.16);
    vertical-align: top;
}

.gn-local-status {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid currentColor;
    color: #0b8f3c;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}

.gn-local-status--pending {
    color: var(--accent-color-1, #e52e2e);
}

@media (max-width: 900px) {
    .gn-local-summary,
    .gn-local-stat-grid,
    .gn-local-grid,
    .gn-local-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gn-local-page-wrap .gn-local-container {
        padding-top: 26px;
        padding-bottom: 56px;
    }

    .gn-local-page-wrap .td-page-title {
        font-size: 34px;
    }

    .gn-local-lead {
        font-size: 18px;
    }

    .gn-local-summary,
    .gn-local-stat-grid,
    .gn-local-grid,
    .gn-local-link-grid {
        grid-template-columns: 1fr;
    }

    .gn-local-table thead {
        display: none;
    }

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

    .gn-local-table tr {
        margin-bottom: 14px;
        border: 1px solid rgba(19, 31, 73, 0.16);
    }

    .gn-local-table td {
        border: 0;
        border-bottom: 1px solid rgba(19, 31, 73, 0.16);
    }

    .gn-local-table td:last-child {
        border-bottom: 0;
    }

    .gn-local-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 5px;
        color: var(--accent-color-1, #e52e2e);
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
    }
}

@media (max-width: 767px) {
    .gcc-data-page-wrap .gcc-data-page-container {
        padding-top: 26px;
        padding-bottom: 56px;
    }

    .gcc-data-page-wrap .td-page-title {
        font-size: 32px;
    }

    .gcc-data-page-content > p:first-child {
        font-size: 17px;
    }
}

.gn-link-grid a {
    color: var(--base-color-1, #131f49);
    font-weight: 800;
    text-decoration: none;
}

.gn-link-grid a:hover {
    color: var(--accent-color-1, #e52e2e);
}

.gn-faq {
    margin-top: 16px;
    border-top: 1px solid rgba(19, 31, 73, 0.18);
}

.gn-faq h3 {
    margin: 0;
    padding: 18px 0 8px;
    border-top: 1px solid rgba(19, 31, 73, 0.18);
}

.gn-faq h3:first-child {
    border-top: 0;
}

.gn-faq p {
    margin-bottom: 18px;
}

.gn-updated {
    margin-top: 34px;
    padding-top: 16px;
    color: rgba(19, 31, 73, 0.72);
    border-top: 1px solid rgba(19, 31, 73, 0.18);
    font-size: 14px;
}

.gn-institutional-sidebar {
    padding-left: 18px;
}

.gn-institutional-sidebar-inner {
    position: sticky;
    top: 28px;
}

.gn-side-block {
    margin-bottom: 28px;
    padding: 24px 28px;
    background: #f0f2f5;
    border-top: 3px solid var(--accent-color-1, #e52e2e);
}

.gn-side-block h2 {
    margin: 0 0 18px;
    color: var(--base-color-1, #131f49);
    font-family: var(--global-font-1, sans-serif);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
}

.gn-side-block ul,
.gn-side-block ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gn-side-block--nav li {
    border-bottom: 1px solid rgba(19, 31, 73, 0.16);
}

.gn-side-block--nav a {
    display: block;
    padding: 10px 0;
    color: var(--base-color-1, #131f49);
    font-family: var(--global-font-1, sans-serif);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
    text-decoration: none;
}

.gn-side-block--nav .is-current a,
.gn-side-block--nav a:hover {
    color: var(--accent-color-1, #e52e2e);
}

.gn-side-posts li {
    border-bottom: 1px solid rgba(19, 31, 73, 0.2);
}

.gn-side-posts a {
    position: relative;
    display: block;
    min-height: 74px;
    padding: 12px 44px 12px 0;
    color: var(--base-color-1, #131f49);
    text-decoration: none;
}

.gn-side-posts span {
    display: block;
    font-family: var(--global-font-1, sans-serif);
    font-size: 15px;
    line-height: 1.18;
    font-weight: 800;
}

.gn-side-posts em {
    position: absolute;
    right: 0;
    top: 50%;
    color: rgba(19, 31, 73, 0.16);
    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 1;
    font-style: normal;
    transform: translateY(-50%);
}

.gn-side-posts a:hover span {
    color: var(--accent-color-1, #e52e2e);
}

.gn-side-profiles li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(19, 31, 73, 0.16);
}

.gn-side-profiles a {
    display: block;
    text-decoration: none;
}

.gn-side-profiles strong,
.gn-side-profiles span {
    display: block;
    font-family: var(--global-font-1, sans-serif);
}

.gn-side-profiles strong {
    color: var(--base-color-1, #131f49);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.gn-side-profiles span {
    margin-top: 4px;
    color: var(--accent-color-1, #e52e2e);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.gn-side-block--contact p {
    margin: 0 0 16px;
    color: var(--base-color-1, #131f49);
    font-size: 15px;
    line-height: 1.45;
}

.gn-side-block--contact a {
    display: inline-block;
    padding: 10px 16px;
    color: #ffffff;
    background: var(--accent-color-1, #e52e2e);
    font-family: var(--global-font-1, sans-serif);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.gn-side-block--contact a:hover {
    color: #ffffff;
    background: var(--base-color-1, #131f49);
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .gn-institutional-main {
        padding-right: 34px;
    }

    .gn-side-block {
        padding: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .gn-institutional-page-wrap .gn-institutional-container {
        padding-top: 28px;
        padding-bottom: 70px;
    }

    .gn-institutional-main {
        padding-right: 22px;
    }

    .gn-institutional-page-wrap .td-page-title {
        font-size: 34px;
    }

    .gn-institutional-sidebar {
        padding-left: 8px;
    }

    .gn-side-block {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .gn-institutional-page-wrap .gn-institutional-container {
        padding-top: 18px;
        padding-bottom: 56px;
    }

    .gn-institutional-row {
        display: block;
    }

    .gn-institutional-main,
    .gn-institutional-sidebar {
        width: 100% !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .gn-institutional-page-wrap .td-page-title {
        font-size: 29px;
        line-height: 1.12;
    }

    .gn-article-meta {
        gap: 7px;
        font-size: 11px;
    }

    .gn-article-meta span + span::before {
        display: none;
    }

    .gn-institutional {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        font-size: 16px;
        line-height: 1.65;
    }

    .gn-institutional *,
    .gn-institutional *::before,
    .gn-institutional *::after {
        box-sizing: border-box;
        max-width: 100%;
    }

    .gn-lead {
        font-size: 18px;
        line-height: 1.5;
    }

    .gn-institutional h2 {
        font-size: 22px;
    }

    .gn-summary,
    .gn-role-list,
    .gn-profile-grid,
    .gn-link-grid {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .gn-summary > div,
    .gn-link-grid > a,
    .gn-role-list section,
    .gn-profile-card {
        padding: 16px;
    }

    .gn-institutional-sidebar {
        margin-top: 44px;
    }

    .gn-institutional-sidebar-inner {
        position: static;
    }

    .gn-side-block {
        padding: 20px;
    }
}
