.blog .header-sub-page {
    background-color: #005596;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.blog .header-sub-page.header-blog,
.tag .header-sub-page.header-blog,
.archive .header-sub-page.header-blog {
    background: #0D1F37 url("../images/jpg/bg-header-subpage.jpg") no-repeat center / cover;
    padding: 0 0 1.833rem 0;
}

.header-blog h1 {
    background: -webkit-linear-gradient(to right, #9FFF5936 0%, rgba(159, 255, 89, 0) 100%);
    background: linear-gradient(to right, #9FFF5936 0%, rgba(159, 255, 89, 0) 100%);
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9FFF59', endColorstr='#9FFF59', GradientType=1);
    font: 900 0.88rem/1rem 'Franklin Gothic Medium', 'Franklin Gothic', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    height: auto;
    letter-spacing: 1px;
    margin: 0 auto 1.3rem;
    padding: 0.75rem 1.833rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    z-index: 10;
}

.header-blog h1 a {
    color: #fff;
    text-decoration: none;
}

.header-blog h1 a:hover {
    color: #9FFF59;
    text-decoration: underline;
}

.header-blog h2 {
    color: #fff;
    font: 700 3rem/3.5rem 'Franklin Gothic Ultra', 'Franklin Gothic', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 0 auto 1rem;
    padding: 0 1.833rem;
    position: relative;
    text-align: left;
    text-shadow: 0 0.222rem 0.389rem rgba(0, 0, 0, 0.33);
    text-transform: unset;
    z-index: 10;
}

.header-sub-page.header-blog .sub-header {
    color: #fff;
    display: block;
    font: 400 1.6rem/1.8rem "Roboto", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    max-width: 100%;
    padding: 0 1.833rem;
    position: relative;
    text-align: left;
    text-shadow: 0 0.222rem 0.389rem rgba(0, 0, 0, 0.33);
    width: 100%;
    z-index: 10;
}

.page-number,
.posts-count {
    margin: 0 0 0 0.6rem;
    padding: 0 0 0 1rem;
    position: relative;
}

.page-number::before,
.posts-count::before {
    -webkit-transform: skew(-9.5deg) !important;
    background: #f2f2f2;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    transform: skew(-9.5deg) !important;
    width: 2px;
}

.breadcrumbs-nav {
    background: #07101c;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.5rem 1.833rem;
}

.breadcrumbs-nav p,
.single .post-edit-link {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.25rem;
    margin: 0;
}

.single .post-edit-link {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
}

.breadcrumbs-nav a {
    color: #9FFF59;
    text-decoration: none;
}

.breadcrumbs-nav a:hover,
.single .post-edit-link:hover {
    color: #fff;
    text-decoration: underline;
}

.breadcrumbs-admin {
    display: flex;
    flex-direction: row;
}

.pagination,
.post-nav-links {
    align-items: center;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row;
    font: 900 1.333rem/2rem "Roboto", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 1rem 1.833rem;
    width: 100%;
}

.pagination-top {
    margin: 0 auto 2rem;
}

.pagination-bottom {
    margin: 2rem auto 0;
}

.post-nav-links:first-child {
    margin: 0 auto 1.833rem;
}

.pagination h4,
.post-nav-links h4 {
    display: block;
    float: left;
    font: 900 1.333rem/3.667rem "Roboto", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 1.833rem 0 0;
    padding: 0;
    width: auto;
}

ul.page-numbers {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li,
.post-page-numbers {
    display: flex;
}

.page-numbers a,
.page-numbers span,
.post-page-numbers {
    border: 1px solid #e5e5e5;
    color: #11171F;
    cursor: pointer;
    display: block;
    font: 900 1.333rem/1.333rem "Roboto", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 0.556rem 0.917rem;
    text-decoration: none;
}

.page-numbers a,
a.post-page-numbers {
    -webkit-transition: all .25s ease-in;
    align-self: center;
    background: #0D1F37;
    border-radius: 0.556rem;
    border: 0;
    color: #fff;
    display: block;
    transition: all .25s ease-in;
    width: auto;
}

.page-numbers a span {
    padding: 0
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover,
.post-page-numbers,
a.post-page-numbers:hover {
    color: #11171F;
    background: #fff;
    text-decoration: none;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    display: inline-block;
}

.page-numbers.current:hover,
.post-page-numbers.current:hover {
    cursor: unset;
}

.page-numbers:hover {
    text-decoration: none
}

.page-numbers.dots {
    cursor: initial;
}

.navigation.post-navigation {
    background: #f2f2f2;
    display: block;
    margin: 1.833rem auto 0;
    padding: 1.5rem 1.833rem 1.1rem 1.833rem;
    width: 100%;
}

.post-navigation h2 {
    font: 700 1.25rem/1 "Roboto", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 auto 1rem;
}

.navigation.post-navigation .nav-links {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.nav-previous,
.nav-next {
    display: inline-block;
    max-width: 50%;
    margin: 0 auto;
}

.nav-previous {
    float: left;
    padding: 0 5% 0 0;
}

.nav-next {
    float: right;
    padding: 0 0 0 5%;
    text-align: right;
}

.nav-links a {
    color: #005596;
    font-size: 1rem;
    font-weight: 500;
}

.nav-links a:hover {
    color: #11171F;
}

.blog-feed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.667rem 1.833rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(100% - 3.667rem);
    width: 100%;
}

.blog-feed.not-paged {
    margin: 1.833rem auto;
}

.blog-feed article.blog-entry {
    align-content: center;
    display: flex;
    flex-basis: 30%;
    flex-direction: column;
    max-width: 30%;
    text-align: center;
}

.entry-details-wrapper {
    align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: flex-start;
    text-align: left;
}

.entry-details {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    max-width: 50%;
}

.entry-details h3 {
    display: block;
    font: 700 1rem/1.4rem 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 0 0.5rem;
}

.entry-details h3 a {
    color: #0D1F37;
    display: block;
    text-decoration: none;
}

.entry-details h3 a:hover,
p.entry-excerpt a:hover {
    color: #357FE0;
    text-decoration: underline;
}

.entry-details .thumbnail-link {
    display: flex;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
}

.entry-details-wrapper a.thumbnail-link {
    display: block;
    flex-basis: 50%;
}

.entry-details-wrapper .thumbnail-link img {
    border-radius: 1rem;
    opacity: 1;
    transition: opacity .2s ease-out;
}

.entry-details-wrapper .thumbnail-link img:hover {
    opacity: 0.666;
    transition: opacity .2s ease-in;
}

p.entry-excerpt {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin: 0 auto 1rem;
}

p.entry-excerpt a {
    text-decoration: none;
    white-space: nowrap;
}

.single .header-sub-page {
    align-content: space-between;
    align-items: flex-start;
    background-color: #f2f2f2;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    border-bottom: 5px solid #07101c;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 3.667rem;
    padding: 0;
    width: 100%;
}

.article-title {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    align-items: center;
    align-self: center;
    max-width: 50%;
    flex-basis: 50%;
    min-width: 50%;
    padding: 0 5% 0 0;
}

.single .entry-title {
    display: flex;
    flex-basis: 50%;
    font: 900 3rem/3.5rem 'Franklin Gothic Ultra', 'Franklin Gothic', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 0 1.833rem 1.833rem;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: unset;
    z-index: 100;
}

.single .excerpt p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 0 0 0 1.833rem;
}

.header-sub-page .featured-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    flex-basis: 50%;
    margin: 0 auto;
    max-width: 50%;
    min-height: 66.66666vh;
    min-width: 50%;
}

.entry-tags,
.list-entry-tags {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
}

.list-entry-tags li {
    display: flex;
    font-size: 0.666rem;
    line-height: 0.8rem;
    list-style-type: none;
    text-transform: capitalize;
}

.list-entry-tags li a {
    background: #f2f2f2 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNNy4xIDBIMHY3LjFMOC45IDE2IDE2IDguOSA3LjEgMHpNMi40IDQuM2MtLjUtLjUtLjUtMS40IDAtMS45czEuNC0uNSAxLjkgMCAuNSAxLjQgMCAxLjktMS40LjUtMS45IDB6bTYuNSA5LjhMMy4zIDguNWw1LjItNS4yTDE0LjIgOWwtNS4zIDUuMXoiIGZpbGw9IiNmZjQyNWUiLz48L3N2Zz4=") no-repeat 0.333rem center / 0.8rem;
    border-radius: 0.5rem;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
    color: #0D1F37;
    padding: 0.4rem 0.333rem 0.4rem 1.3rem;
    text-decoration: none;
    white-space: break-spaces;
    word-break: break-word;
    word-wrap: break-word;
}

.list-entry-tags li a:hover {
    background-color: #0D1F37;
    color: #FF425E;
}

.single .content {
    max-width: 960px;
}

.single .content h2 {
    text-transform: unset;
}

.single .content ul {
    border-radius: 1.833rem;
    border: 1px solid #f2f2f2;
    list-style-position: outside;
    margin: 1.833rem auto;
    padding: 1.833rem 1.833rem 1.833rem 2.5rem;
    width: 100%;
}

.single .content ul li {
    list-style-position: outside;
    margin: 0 auto 0.5rem;
}

@media only screen and (max-width:1600px) {

    .header-blog h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .single .entry-title,
    .single .content h2 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .single .excerpt p {
        font-size: 1.25rem;
        line-height: 2rem;
    }

}

@media only screen and (max-width:1260px) {

    .breadcrumbs-nav {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .header-blog h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .entry-details-wrapper {
        flex-direction: column-reverse;
    }

    .entry-details {
        flex-basis: 100%;
        max-width: 100%;
    }

    .single .entry-title,
    .single .content h2 {
        font-size: 2.25rem;
        line-height: 3rem;
    }

    .single .entry-title {
        margin-left: 1rem;
    }

    .single .excerpt p {
        font-size: 1rem;
        line-height: 1.75rem;
        padding-left: 1rem;
    }

    .navigation.post-navigation {
        padding: 1.5rem 1rem 1rem;
    }

}

@media only screen and (max-width:1024px) {

    .single .header-sub-page {
        margin-bottom: 1rem;
    }

    .single .content {
        margin: 0 auto;
        max-width: 100%;
        padding: 0 1rem;
        text-align: left;
        width: 100%;
    }

}

@media only screen and (max-width:960px) {

    .header-blog h1 {
        font-size: .75rem;
        line-height: 1;
        padding: 0.5rem 1rem;
    }

    .header-blog h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        padding: 0 1rem;
    }

    .header-sub-page.header-blog .sub-header {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0 1rem;
    }

    .pagination {
        padding: 0.5rem 1rem;
    }

    .subpage .pagination h4 {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .page-numbers a,
    .page-numbers span,
    .post-page-numbers {
        font-size: 1rem;
        line-height: 1;
        padding: 0.333rem 0.666rem;
    }

    .blog-feed {
        max-width: calc(100% - 2rem);
    }

    .blog-feed article.blog-entry {
        flex-basis: 45%;
        max-width: 45%;
    }

    .entry-details-wrapper .thumbnail-link img {
        height: auto;
        width: 100%;
    }

    .single .entry-title,
    .single .content h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .header-sub-page .featured-image {
        min-height: 400px;
        height: 66.66666vh;
    }

}

@media only screen and (max-width:768px) {

    .single .header-sub-page {
        flex-direction: column-reverse;
    }

    .article-title,
    .header-sub-page .featured-image {
        clip-path: unset;
        flex-basis: 100%;
        height: 25vh;
        max-width: 100%;
        min-height: 25vh;
        min-width: 100%;
        padding: 0 1rem;
    }

    .single .entry-title {
        display: block;
        flex-basis: 100%;
        margin: 1rem 0;
        padding: 0;
    }

    .article-title .excerpt {
        display: none;
    }

    .article-title {
        height: unset;
        min-height: unset;
    }

}

@media only screen and (max-width:640px) {

    .header-blog h2.entry-title.skewed,
    .header-blog p.sub-header.skewed {
        transform: none !important;
    }

    .single .entry-title,
    .single .content h2 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

}

@media only screen and (max-width:480px) {

    .breadcrumbs-admin {
        display: none;
    }

    .header-blog h1 {
        font-size: 0.5rem;
        line-height: 0.75rem;
    }

    .header-sub-page .featured-image {
        height: 20vh;
        min-height: 20vh;
    }

    .single .entry-title,
    .single .content h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .single .wrapper-content {
        gap: 0;
    }

}

@media only screen and (max-width:375px) {

    .blog-feed article.blog-entry {
        flex-basis: 100%;
        max-width: 100%;
    }

}