.restored-page-title {
    background: #fff;
}

.restored-page-title .page-title-content {
    float: none;
}

.restored-page-title .page-title {
    color: #2e7394;
    font-size: 32px;
    line-height: 1.25;
}

.restored-page-title .sub-title {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}

.restored-content {
    min-height: 420px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.restored-content::after {
    display: table;
    clear: both;
    content: "";
}

.restored-content p {
    margin: 0 0 18px;
}

.restored-content .lead {
    color: #405966;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

.restored-content h3 {
    margin: 28px 0 14px;
    color: #2e7394;
    font-size: 22px;
    line-height: 1.35;
}

.restored-content h4 {
    margin: 22px 0 10px;
    color: #444;
    font-size: 17px;
}

.restored-content ul {
    margin: 0 0 20px 20px;
}

.restored-content ul li {
    margin-bottom: 8px;
    list-style: disc;
}

.restored-content strong {
    color: #2e7394;
}

.content-figure {
    float: right;
    width: 46%;
    margin: 3px 0 24px 34px;
    overflow: hidden;
    background: #f7fafb;
    border-radius: 3px;
    box-shadow: 0 10px 28px rgba(38, 76, 94, .14);
}

.content-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.content-figure figcaption {
    padding: 10px 14px;
    color: #87949a;
    font-size: 11px;
    line-height: 1.45;
}

.content-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 10px;
}

.content-gallery img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 8px 24px rgba(38, 76, 94, .12);
}

.restored-sidebar .widget {
    margin-top: 4px;
}

.restored-sidebar .widget-title {
    margin: 0;
    padding: 20px 20px 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.restored-sidebar .widget_links li.current a {
    color: #edbac3;
    font-weight: 600;
}

.restored-sidebar .widget_links li a::before {
    margin-right: 7px;
    content: "\203a";
    color: #edbac3;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0;
}

.feature-item {
    padding: 18px 20px;
    color: #48606c;
    background: #f4f8fa;
    border-left: 4px solid #edbac3;
}

.feature-item strong {
    display: block;
    margin-bottom: 4px;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
    gap: 42px;
    align-items: stretch;
}

.contact-map {
    min-height: 450px;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: 0;
}

.contact-card {
    padding: 34px;
    background: #f5f8f9;
    border-top: 5px solid #2e7394;
}

.contact-card h3 {
    margin-top: 0;
}

.contact-card address {
    color: #444;
    font-style: normal;
    line-height: 1.9;
}

.contact-card a {
    color: #2e7394;
}

.eu-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.eu-summary > div {
    padding: 20px;
    text-align: center;
    background: #f4f8fa;
    border-bottom: 4px solid #2e7394;
}

.eu-summary strong {
    display: block;
    margin-bottom: 4px;
    font-size: 19px;
}

.source-note {
    margin-top: 30px;
    padding: 16px 18px;
    color: #76858c;
    font-size: 12px;
    background: #fafafa;
    border-left: 3px solid #ddd;
}

.source-note a {
    color: #2e7394;
}

@media (max-width: 991px) {
    .content-figure {
        width: 43%;
        margin-left: 24px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .restored-page-title .page-title-content {
        padding: 18px 0 22px;
    }

    .restored-page-title .page-title {
        font-size: 25px;
    }

    .page-internal-content {
        padding-top: 28px;
    }

    .restored-sidebar {
        margin-bottom: 28px;
    }

    .restored-content {
        font-size: 14px;
        line-height: 1.75;
    }

    .restored-content .lead {
        font-size: 16px;
    }

    .content-figure {
        float: none;
        width: 100%;
        margin: 0 0 24px;
    }

    .content-gallery,
    .feature-list,
    .eu-summary {
        grid-template-columns: 1fr;
    }

    .content-gallery img {
        height: auto;
    }

    .contact-card {
        padding: 25px;
    }
}
