section.post-listing-page {
    width: 100%;
    padding-top: 100px;
    position: relative;
    padding-bottom: 150px;
    background-image: url(../images/news-page.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: -150px;
}

section.post-listing-page .post-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

section.post-listing-page .tab-content article.post-item {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid rgba(0, 43, 100, 0.10);
    background: #FFF;
    box-shadow: 0 15px 100px 0 rgba(0, 43, 100, 0.07);
    width: calc(33.33% - 40px);
}

section.post-listing-page .tab-content article.post-item h3 {
    color: #27241B;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 40px;
}

section.post-listing-page .tab-content img {
    height: 300px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 40px;
}

section.post-listing-page .tab-content {
    display: none;
}

section.post-listing-page .tab-content.active {
    display: block;
}

section.post-listing-page ul.category-filter.simple-tabs {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid rgba(0, 43, 100, 0.10);
    background: #FFF;
    box-shadow: 0 15px 100px 0 rgba(0, 43, 100, 0.07);
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

section.post-listing-page ul.category-filter.simple-tabs>li {
    list-style: none;
    color: var(--Dark-Brown, #27241B);
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    padding: 19px 48px;
    cursor: pointer;
    text-align: center;
}

section.post-listing-page ul.category-filter.simple-tabs>li.active {
    border-radius: 20px;
    background: #1E4960;
    color: #fff;
}

section.post-listing-page div#ajax-pagination {
    width: 100%;
    padding-top: 80px;
}

section.post-listing-page div#ajax-pagination ul>li span,
section.post-listing-page div#ajax-pagination ul>li a {
    list-style: none;
    color: var(--Dark-Brown, #27241B);
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    border-radius: 15px;
    border: 1px solid rgba(0, 43, 100, 0.10);
    background: #FFF;
    padding: 20.5px 28.5px;
}

section.post-listing-page div#ajax-pagination ul>li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

section.post-listing-page div#ajax-pagination ul>li span.page-numbers.dots {
    color: #6A994E;
    font-size: 44px;
    padding: 0;
    background: no-repeat;
    border: none;
}

section.post-listing-page div#ajax-pagination ul.page-numbers {
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

section.post-listing-page div#ajax-pagination ul>li span.page-numbers.current,
section.post-listing-page div#ajax-pagination ul>li a.prev.page-numbers,
section.post-listing-page div#ajax-pagination ul>li a.next.page-numbers {
    background: #1E4960;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}

section.post-listing-page div#ajax-pagination ul>li a.prev.page-numbers {
    margin-right: 30px;
}

section.post-listing-page div#ajax-pagination ul>li a.next.page-numbers {
    margin-left: 30px;
}

section.post-listing-page div#ajax-pagination ul>li a.prev.page-numbers:hover,
section.post-listing-page div#ajax-pagination ul>li a.next.page-numbers:hover {
    text-decoration: none;
    background: #000;
}

section.post-listing-page .h1.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.h1 span {
    font-weight: 300;
}

section.post-listing-page .news-page-sub-title {
    color: #000;
    text-align: center;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 50px;
}

section.post-listing-page .post-date-details,
.post-date-details span {
    color: #27241B;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    display: flex;
}

section.post-listing-page .post-date-details span {
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    color: #27241B;
    position: relative;
}

section.post-listing-page .post-date-details span a {
    color: #27241B;
}

section.post-listing-page .post-date-details span:before {
    content: "";
    height: 4px;
    border-radius: 8px;
    background: var(--Green, #6A994E);
    width: 4px;
    position: absolute;
    left: -2px;
}

section.post-listing-page .article-inner {
    width: 100%;
    padding: 0px 25px 25px 25px;
}

section.post-listing-page .article-inner a.read-more {
    color: #6A994E;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

section.post-listing-page .article-inner a.read-more svg {
    width: 13px;
    height: 13px;
    margin-left: 10px;
}

section.post-listing-page .article-inner a.read-more {
    color: #6A994E;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.post-date-details {
    margin-bottom: 16px;
}

section.single-post-page {
    width: 100%;
    padding-top: 100px;
}

.single-post header.main-header,
body.blog header.main-header {
    border-bottom: 1px solid rgba(0, 43, 100, 0.10);
    background: #fff;
}

section.single-post-page .post-featured-image {
    border-radius: 20px;
    border: 1px solid rgba(0, 43, 100, 0.10);
    background: #FFF;
    box-shadow: 0 15px 100px 0 rgba(0, 43, 100, 0.07);
    width: 100%;
    padding: 15px;
    margin-bottom: 48px;
}

section.single-post-page .post-featured-image>img {
    width: 100%;
    border-radius: 15px;
}

section.single-post-page span.post-author,
section.single-post-page span.post-date {
    color: #27241B;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    display: flex;
    align-items: center;
}

section.single-post-page .post-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

section.single-post-page span.post-author img,
section.single-post-page span.post-date img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

section.single-post-page span.post-date {
    margin-right: 30px;
}

section.single-post-page .h2.section-title {
    margin-bottom: 30px;
}

section.single-post-page .post-content {
    color: #000;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 150px;
}

section.market-closing-prices {
    border-radius: 0 0 0 220px;
    background: #27241B;
    padding: 150px 0;
}

section.market-closing-prices .market-closing-prices-main {
    border-radius: 20px;
    border: 1px solid rgba(0, 43, 100, 0.10);
    background: #FFF;
    box-shadow: 0 15px 100px 0 rgba(0, 43, 100, 0.07);
    padding: 40px;
    width: calc(33.33% - 40px);
}

section.market-closing-prices .market-closing-prices-inner {
    width: 100%;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

section.market-closing-prices .market-closing-prices-main .title {
    color: #27241B;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 25px;
}

section.market-closing-prices .market-closing-prices-main .title::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M20.4102 5.32422L15.6793 6.16211L16.8953 7.37383L11.7176 12.5516L7.98789 8.81758L1.58984 15.2156L3.05508 16.6766L7.98789 11.7437L11.7176 15.4777L18.3563 8.83906L19.5723 10.0551L20.4102 5.32422Z' fill='%233BB54A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -2px;
}

section.market-closing-prices .market-closing-prices-main .price {
    color: #27241B;
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 20px;
}

section.market-closing-prices .market-closing-prices-main .difference {
    color: #6A994E;
    font-family: Barlow;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.market-closing-prices h3 {
    color: #ffff;
    font-family: Barlow;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 58.435px;
    margin-bottom: 50px;
}

/* section.post-listing-page.single-page-listing {
    margin-top: -200px;
    padding-top: 300px;
    position: relative;
    z-index: -1;
} */
section.single-post-page .post-meta span.post-author {
    text-transform: uppercase;
}

section.single-post-page .post-meta span.post-author>span {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-left: 10px;
}

section.single-post-page .post-meta span.post-author>span a.main-btn {
    color: #27241B;
}

section.single-post-page span.post-author>span:before {
    content: "";
    height: 4px;
    border-radius: 8px;
    background: var(--Green, #6A994E);
    width: 4px;
    position: absolute;
    left: -2px;
}

section.post-listing-page.single-page-listing .latest-news-cta {
    width: 100%;
    text-align: center;
    margin-top: 90px;
}

section.post-listing-page .tab-content article.post-item h3 a,
section.post-listing-page .article-inner a.read-more:hover {
    color: #27241B;
    text-decoration: none;
}

section.post-listing-page .tab-content article.post-item h3 a:hover,
section.post-listing-page .article-inner a.read-more {
    color: #6a994e;
}

section.single-post-page .post-actions {
    width: 100%;
    padding-bottom: 48px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

section.post-listing-page .article-inner a.read-more:hover svg path {
    stroke: #000;
}

.union-city-pdf-section {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 169px;
}

.union-city-pdf-section .h2.section-title {
    text-align: center;
}

.union-city-pdf-section .section-content {
    margin-bottom: 80px;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.union-city-pdf-section .union-city-pdf-section-inner {
    border-radius: 20px;
    border: 1px solid rgba(0, 43, 100, 0.10);
    background: #FFF;
    box-shadow: 0 15px 100px 0 rgba(0, 43, 100, 0.07);
    padding: 15px;
    width: calc(33.33% - 40px);
}

.union-city-pdf-section .union-city-pdf-section-main {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.union-city-pdf-section .union-city-pdf-section-inner img {
    height: 300px;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}

.union-city-pdf-section .union-city-pdf-title {
    color: #27241B;
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 30px;
}

.union-city-pdf-section .union-city-pdf-section-inner span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 45px;
    min-height: 220px;
    justify-content: space-between;
    padding: 0 25px 25px 25px;
}

section.union-city-pdf-section.dark-design {
    color: #fff;
    border-radius: 0 0 0 220px;
    background-size: cover;
    padding-bottom: 150px;
    margin-bottom: 150px;
}

section.union-city-pdf-section.dark-design .h2.section-title {
    color: #fff;
}

section.union-city-pdf-section.dark-design .union-city-pdf-section-main {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

section.union-city-pdf-section.dark-design .union-city-pdf-section-inner {
    width: calc(50% - 25px);
}

section.union-city-pdf-section.dark-design .union-city-pdf-section-inner img {
    border-radius: 15px;
    width: 100%;
    height: 386px;
}

section.union-city-pdf-section.dark-design a.btn {
    background: #FFBF42;
    color: #27241B;
}

section.union-city-pdf-section.dark-design a.btn svg path {
    stroke: #000;
}

section.union-city-pdf-section.dark-design a.btn:hover {
    background: #000;
    color: #fff;
}

section.union-city-pdf-section.dark-design a.btn:hover svg path {
    stroke: #fff;
}

section.union-city-pdf-section .pdf-section-img {
    width: 100%;
    position: relative;
}

section.union-city-pdf-section .pdf-tag {
    border-radius: 10px;
    border-top: 1px solid rgba(88, 88, 88, 0.00);
    border-bottom: 1px solid rgba(88, 88, 88, 0.00);
    background: var(--Red, #ED191F);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 40px;
    bottom: -30px;
}

section.union-city-pdf-section .pdf-tag svg {
    width: auto;
    height: 30px;
}

section.union-city-pdf-section.dark-design .pdf-tag {
    width: 80px;
    height: 80px;
    right: 40px;
    bottom: -40px;
}

section.union-city-pdf-section.dark-design .pdf-tag svg {
    width: auto;
    height: 40px;
}

section.banner-section.union-banner-section.no-banner-bottom {
    padding: 500px 0px 230px;
}

section.post-listing-page.single-page-listing .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.open-positions-section {
    padding: 126px 0px 141px;
}

.open-positions-section {
    padding: 126px 0px 141px;
    position: relative;
    z-index: 2;
}

.open-positions-top {
    text-align: center;
}


.open-positions-top .section-title {
    margin-bottom: 30px;
}

.open-positions-top .section-content {
    text-align: center;
    color: #6A994E;
    font-family: Barlow;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.jobs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding-top: 50px;
}

.job-card {
    border-radius: 20px;
    border: 1px solid rgba(0, 43, 100, 0.10);
    background: #FFF;
    box-shadow: 0 15px 100px 0 rgba(0, 43, 100, 0.07);
    width: calc(33.33% - 40px);
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
}

.job-title {
    color: #27241B;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 4px;
}

.department {
    color: #27241B;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.job-description {
    color: #27241B;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    flex: 1;
}

.location,
.posted {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-text,
.posted-text {
    color: #27241B;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 135% */
}

.job-apply-btn {
    color: #6A994E;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
}

.job-apply-btn:hover svg path {
    stroke: #000;
}

.job-apply-btn:hover {
    text-decoration: none;
    color: #000;
}

.job-icon img[src$=".svg"] {
    width: auto;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

/* .open-positions-section:after {
    content: '';
    background: linear-gradient(180deg, #FFF 0.23%, rgba(254, 254, 254, 0.00) 185.16%);
    width: 100%;
    height: 9%;
    position: absolute;
    left: 0;
    bottom: -4.5%;
} */

@media(min-width:1921px) {}

@media(max-width:1650px) {}

@media(max-width:1550px) {}

@media(max-width:1480px) {

    section.market-closing-prices,
    section.union-city-pdf-section.dark-design {
        border-radius: 0 0 0 200px;
    }
}

@media(max-width:1450px) {}

@media(max-width:1340px) {
    .job-meta {
    gap: 15px;
    padding-bottom: 30px;
}
    .job-apply-btn svg {
    max-width: 12px;
}
    .job-apply-btn {
    font-size: 16px;
    line-height: 28px;
    gap: 6px;
}
    .department {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
}
    .job-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 2px;
}
    .job-description {
    font-size: 16px;
    line-height: 25px;
}
    .location, .posted {
    gap: 5px;
}
    .location-text, .posted-text {
    font-size: 18px;
    line-height: 1;
}
    .job-card {
    width: calc(33.33% - 27px);
    padding: 30px 30px;
}
    .jobs-wrapper {
    gap: 40px;
    padding-top: 40px;
}
    .open-positions-section {
    padding: 100px 0px;
}
    section.post-listing-page.single-page-listing .section-title {
        margin-bottom: 40px;
    }

    section.single-post-page {
        padding-top: 90px;
    }

    section.single-post-page .post-content {
        padding-bottom: 120px;
    }

    section.market-closing-prices {
        padding: 120px 0;
    }

    /* section.post-listing-page.single-page-listing {padding-top: 290px;} */
    section.post-listing-page {
        padding-bottom: 120px;
        margin-bottom: -120px;
    }

    /* section.single-post-page,section.post-listing-page {margin-top: 160px;} */
    section.market-closing-prices,
    section.union-city-pdf-section.dark-design {
        border-radius: 0 0 0 150px;
    }

    .union-city-pdf-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .union-city-pdf-section .union-city-pdf-section-main,
    section.union-city-pdf-section.dark-design .union-city-pdf-section-main {
        gap: 30px;
    }

    .union-city-pdf-section .union-city-pdf-section-inner {
        width: calc(33.33% - 20px);
    }

    section.union-city-pdf-section.dark-design .union-city-pdf-section-inner {
        width: calc(50% - 16px);
    }

    .union-city-pdf-section .section-content {
        margin-bottom: 50px;
    }

    .union-city-pdf-section .union-city-pdf-title {
        font-size: 35px;
        line-height: 1.2;
    }

    section.union-city-pdf-section.dark-design {
        padding-bottom: 120px;
        margin-bottom: 120px;
    }
}

@media (max-width:1300px) {}

@media (max-width:1199px) {
    .job-meta {
    gap: 10px;
}
    .location-text, .posted-text {
    font-size: 16px;
    line-height: 1;
}
    .job-card {
    width: calc(33.33% - 14px);
    padding: 30px 30px;
}
    .jobs-wrapper {
    gap: 20px;
    padding-top: 30px;
}
    section.single-post-page .post-content {
        padding-bottom: 100px;
    }

    section.market-closing-prices {
        padding: 100px 0;
    }

    section.post-listing-page {
        padding-bottom: 100px;
        margin-bottom: -100px;
    }

    section.post-listing-page .post-list {
        gap: 30px;
    }

    section.post-listing-page .tab-content article.post-item {
        width: calc(33.33% - 20px);
    }

    section.market-closing-prices,
    section.union-city-pdf-section.dark-design {
        border-radius: 0 0 0 100px;
    }

    section.market-closing-prices .market-closing-prices-inner {
        gap: 30px;
    }

    section.market-closing-prices .market-closing-prices-main {
        width: calc(33.33% - 20px);
    }

    section.post-listing-page .article-inner {
        padding: 0px 15px 15px 15px;
    }

    section.post-listing-page {
        padding-top: 90px;
    }

    section.post-listing-page .h2.section-title {
        margin-bottom: 15px;
    }

    section.post-listing-page .news-page-sub-title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    section.post-listing-page div#ajax-pagination ul>li span,
    section.post-listing-page div#ajax-pagination ul>li a {
        padding: 18px 24px;
    }

    .union-city-pdf-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .union-city-pdf-section .section-content {
        margin-bottom: 40px;
    }

    .union-city-pdf-section .union-city-pdf-title {
        font-size: 30px;
    }

    .union-city-pdf-section .union-city-pdf-section-inner span {
        padding: 0 15px 15px 15px;
    }

    section.union-city-pdf-section.dark-design .union-city-pdf-section-inner img {
        height: 330px;
    }

    section.union-city-pdf-section.dark-design {
        padding-bottom: 110px;
        margin-bottom: 100px;
    }
}

@media (max-width:1023px) {
    .job-apply-btn svg {
    max-width: 10px;
}
    .job-meta {
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
}
    .location, .posted {
    width: 100%;
}
    .job-title {
    font-size: 20px;
    line-height: 28px;
}
    .open-positions-section {
    padding: 80px 0px;
}
    section.post-listing-page.single-page-listing .section-title {
        margin-bottom: 30px;
    }

    section.single-post-page {
        padding-top: 70px;
    }

    section.single-post-page .post-content {
        padding-bottom: 70px;
    }

    section.market-closing-prices {
        padding: 70px 0;
    }

    /* section.post-listing-page.single-page-listing {padding-top: 270px;} */
    section.post-listing-page {
        padding-top: 70px;
        margin-bottom: -70px;
    }

    /* section.single-post-page,section.post-listing-page {margin-top: 160px;} */
    section.single-post-page .post-meta {
        margin-bottom: 30px;
    }

    section.single-post-page span.post-date {
        margin-bottom: 5px;
    }

    section.single-post-page .post-featured-image {
        margin-bottom: 30px;
    }

    section.market-closing-prices,
    section.union-city-pdf-section.dark-design {
        border-radius: 0 0 0 80px;
    }

    section.market-closing-prices .market-closing-prices-main {
        width: calc(50% - 15px);
    }

    section.market-closing-prices .market-closing-prices-main .price {
        font-size: 35px;
        margin-bottom: 10px;
    }

    section.market-closing-prices .market-closing-prices-main .difference {
        font-size: 22px;
    }

    section.market-closing-prices .market-closing-prices-main {
        padding: 30px;
    }

    section.market-closing-prices h3 {
        font-size: 45px;
        margin-bottom: 30px;
    }

    section.post-listing-page .tab-content article.post-item {
        width: calc(50% - 15px);
    }

    section.post-listing-page.single-page-listing .latest-news-cta {
        margin-top: 70px;
    }

    section.post-listing-page {
        padding-top: 70px;
    }

    .union-city-pdf-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .union-city-pdf-section .section-content {
        margin-bottom: 30px;
    }

    .union-city-pdf-section .union-city-pdf-section-inner {
        width: calc(50% - 15px);
    }

    .union-city-pdf-section .union-city-pdf-section-inner span {
        min-height: 180px;
    }

    section.union-city-pdf-section.dark-design {
        padding-bottom: 70px;
        margin-bottom: 70px;
    }
}

@media (max-width: 991px) {
    /* .open-positions-section:after {
    height: 5%;
    bottom: -4.5%;
} */
    .open-positions-top .section-title {
    margin-bottom: 20px;
}
    .open-positions-section {
    padding: 60px 0px;
}
    .location, .posted {
    width: auto;
}
    .job-card {
    width: calc(50% - 10px);
}
}

@media (max-width: 767px) {
    .open-positions-top .section-title {
    margin-bottom: 15px;
}
    .jobs-wrapper {
    padding-top: 20px;
}
    .open-positions-section {
    padding: 50px 0px;
}
 
.job-card {
    width: 100%;
    padding: 25px;
    border-radius: 10px;
}
    section.post-listing-page.single-page-listing .section-title {
        margin-bottom: 20px;
    }

    section.post-listing-page {
        padding-top: 50px;
        margin-bottom: -50px;
    }

    section.single-post-page .post-content {
        padding-bottom: 50px;
    }

    section.market-closing-prices {
        padding: 50px 0;
    }

    /* section.post-listing-page.single-page-listing {padding-top: 250px;} */
    section.post-listing-page {
        padding-bottom: 50px;
    }

    section.market-closing-prices,
    section.union-city-pdf-section.dark-design {
        border-radius: 0 0 0 50px;
    }

    section.market-closing-prices h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    section.market-closing-prices .market-closing-prices-main .price {
        font-size: 30px;
    }

    section.post-listing-page .tab-content article.post-item {
        width: 100%;
        max-width: 500px;
    }

    section.post-listing-page .tab-content article.post-item h3 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    section.post-listing-page .tab-content img {
        height: 250px;
        margin-bottom: 20px;
    }

    section.post-listing-page.single-page-listing .latest-news-cta {
        margin-top: 50px;
    }

    section.post-listing-page {
        padding-top: 50px;
    }

    section.post-listing-page div#ajax-pagination ul>li span,
    section.post-listing-page div#ajax-pagination ul>li a {
        padding: 14px 24px;
        font-size: 16px;
    }

    section.post-listing-page div#ajax-pagination ul>li a.prev.page-numbers {
        margin-right: 10px;
    }

    section.post-listing-page div#ajax-pagination ul>li a.next.page-numbers {
        margin-left: 10px;
    }

    section.single-post-page span.post-author,
    section.single-post-page span.post-date {
        font-size: 18px;
    }

    section.single-post-page .post-actions {
        padding-bottom: 25px;
    }

    .union-city-pdf-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .union-city-pdf-section .union-city-pdf-section-inner {
        width: 100%;
        max-width: 500px;
    }

    section.union-city-pdf-section.dark-design .union-city-pdf-section-inner {
        width: 100%;
    }

    .union-city-pdf-section .union-city-pdf-title {
        font-size: 25px;
    }

    .union-city-pdf-section .union-city-pdf-section-inner span {
        min-height: auto;
    }

    .union-city-pdf-section .union-city-pdf-section-inner img {
        height: 250px;
    }

    section.union-city-pdf-section .pdf-tag {
        width: 50px;
        height: 50px;
        right: 25px;
        bottom: -25px;
    }

    .union-city-pdf-section .union-city-pdf-title>br {
        display: none;
    }

    section.union-city-pdf-section.dark-design .union-city-pdf-section-inner img {
        height: 250px;
    }

    section.union-city-pdf-section.dark-design {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    section.market-closing-prices .market-closing-prices-main {
        width: 100%;
    }

    section.market-closing-prices h3 {
        font-size: 28px;
    }

    section.post-listing-page ul.category-filter.simple-tabs>li {
        width: 100%;
        font-size: 16px;
    }

    section.post-listing-page ul.category-filter.simple-tabs {
        margin-bottom: 40px;
    }
}

@media (max-width: 420px) {}