html body.single-post .related .article-list article {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
    grid-template-areas: "category" "title" "image" "excerpt" "time"
}

@media screen and (min-width:768px) {
    html body.single-post .related .article-list article {
        grid-template-columns: minmax(18.75rem, 26.5625rem) auto;
        grid-template-areas: "image category" "image title" "image excerpt" "image time";
        grid-template-rows: 1.5rem minmax(5rem, auto) auto
    }
}

html body.single-post .related .article-list article .featured-category {
    order: 2;
    width: 100%;
    font-size: .75rem;
    font-family: Lato, sans-serif;
    font-weight: 800;
    line-height: 1.5rem;
    grid-area: category;
    text-transform: uppercase
}

html body.single-post .related .article-list article .featured-category a {
    text-decoration: none;
    color: inherit
}

html body.single-post .related .article-list article figure {
    order: 1;
    width: 100%;
    grid-area: image
}

@media screen and (min-width:768px) {
    html body.single-post .related .article-list article figure {
        padding-right: 1.875rem
    }
}

html body.single-post .related .article-list article figure .featured-media-inner a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer
}

html body.single-post .related .article-list article figure .featured-media-inner a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0;
    padding: 0;
    top: 0
}

html body.single-post .related .article-list article figure .featured-media-inner a:hover:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

html body.single-post .related .article-list article figure .featured-media-inner a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 47.7vw
}

@media screen and (min-width:768px) {
    html body.single-post .related .article-list article figure .featured-media-inner a img {
        max-height: 12.875rem
    }
}

html body.single-post .related .article-list article h3 {
    order: 3;
    grid-area: title;
    width: 100%;
    color: #000;
    font-weight: 800;
    font-size: 1.5rem;
    font-family: Lato, sans-serif;
    line-height: 2rem;
    margin-bottom: 1rem
}

html body.single-post .related .article-list article h3 a {
    color: #000;
    text-decoration: none
}

html body.single-post .related .article-list article .post-excerpt {
    grid-area: excerpt
}

html body.single-post .related .article-list article .post-excerpt p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Lato, sans-serif
}

html body.single-post .related .article-list article address {
    order: 4;
    width: auto;
    color: #000;
    font-size: .5625rem;
    line-height: 1.25rem;
    font-weight: 700;
    font-style: normal;
    grid-area: address;
    font-family: Lato, sans-serif
}

html body.single-post .related .article-list article address a {
    color: #000;
    text-decoration: none
}

@media screen and (min-width:1070px) {
    html body.single-post .related .article-list article address {
        margin-right: .625rem;
        font-size: .625rem
    }
}

html body.single-post .related .article-list article time {
    order: 5;
    width: auto;
    color: #222;
    font-size: .5625rem;
    line-height: 1.25rem;
    font-weight: 700;
    grid-area: time;
    font-family: Lato, sans-serif
}

@media screen and (min-width:1070px) {
    html body.single-post .related .article-list article time {
        font-size: .625rem
    }
}

html body.single-post .related .article-list article:last-child {
    margin-bottom: 1.875rem
}

html body.single-post .related .article-list h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

html body.single-post .related .article-list hr:last-child {
    display: none
}

html body.single-post .post-category-internal-link {
    position: relative;
    margin: 1rem 0;
    background-color: #272727;
    display: flex;
    border-radius: 10px
}

html body.single-post .post-category-internal-link a {
    color: #fff;
    text-decoration: none
}

html body.single-post .post-category-internal-link img {
    width: auto
}

html body.single-post .post-category-internal-link .post-category-internal-link-text {
    font-size: 1rem;
    padding: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center
}

@media screen and (min-width:1330px) {
    html body.single-post .post-category-internal-link .post-category-internal-link-text {
        flex-shrink: 0
    }
}

html body.single-post .post-category-internal-link .post-category-internal-link-text img {
    height: 1.5rem;
    margin: .25rem .5rem
}

@media screen and (min-width:481px) {
    html body.single-post .post-category-internal-link .post-category-internal-link-text img {
        height: 2.65625rem;
        margin: .75rem 1.5rem
    }
}

html body.single-post .post-category-internal-link .post-category-internal-link-text span {
    flex: 1 0 auto;
    text-transform: uppercase;
    font-weight: bolder;
    max-width: 70%
}

html body.single-post .post-category-internal-link .post-category-internal-posts {
    display: none;
    --gap: 0.75rem;
    justify-content: space-between;
    margin: 0 0 0 calc(-1 * var(--gap));
    padding: 0 2.1875rem
}

@media screen and (min-width:1330px) {
    html body.single-post .post-category-internal-link .post-category-internal-posts {
        display: flex
    }
}

html body.single-post .post-category-internal-link .post-category-internal-posts a {
    margin: calc(var(--gap)/2) 0 calc(var(--gap)/2) var(--gap);
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    transition: border 250ms;
    max-height: 58px
}

html body.single-post .post-category-internal-link .post-category-internal-posts a:hover {
    border-color: #ef120a
}

html body.single-post .post-category-internal-link .post-category-internal-posts a:hover div {
    opacity: 1
}

html body.single-post .post-category-internal-link .post-category-internal-posts a div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    padding: .25rem;
    transition: opacity 250ms ease;
    background-color: #272727
}

html body.single-post .post-category-internal-link .post-category-internal-posts a div span {
    color: #fff;
    text-align: center;
    font-size: .75rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

html body.single-post .post-category-internal-link .post-category-internal-posts img {
    height: 100%;
    object-fit: cover
}

html body.single-post .post-category-internal-link .post-category-internal-view-all {
    flex: 0 0 5.625rem;
    background-color: #ef120a;
    color: #fff;
    font-size: .875rem;
    line-height: 5;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    transition: background-color 250ms;
    display: block
}

@media screen and (min-width:481px) {
    html body.single-post .post-category-internal-link .post-category-internal-view-all {
        flex: 0 0 8.75rem
    }
}

html body.single-post .post-category-internal-link .post-category-internal-view-all:hover {
    background-color: #000
}

html body.single-post .about-author {
    background: #f5f5f5;
    padding: 1.875rem 1.25rem;
    border-radius: .625rem
}

@media screen and (min-width:768px) {
    html body.single-post .about-author {
        padding: 1.875rem 3.125rem
    }
}

html body.single-post .about-author h3 {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .9375rem
}

html body.single-post .about-author .author-info {
    display: flex;
    justify-content: middle;
    flex-direction: column
}

@media screen and (min-width:768px) {
    html body.single-post .about-author .author-info {
        flex-direction: row
    }
}

html body.single-post .about-author .author-info .author-name {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    margin-right: 1rem;
    display: inline-block;
    margin-bottom: .375rem
}

html body.single-post .about-author .author-info .author-name:hover {
    color: #ef120a
}

html body.single-post .about-author .author-info .author-article-count-container {
    margin-bottom: .375rem
}

html body.single-post .about-author .author-info .author-article-count-container .author-article-count {
    font-size: .75rem;
    line-height: 1.4375rem;
    color: #fff;
    background: #ef120a;
    padding: 0 .625rem;
    border-radius: .75rem;
    display: inline-block
}

html body.single-post .about-author .author-info .author-socials {
    margin-left: 1rem;
    margin-bottom: .375rem
}

html body.single-post .about-author .author-info .author-socials .staff-facebook,
html body.single-post .about-author .author-info .author-socials .staff-instagram,
html body.single-post .about-author .author-info .author-socials .staff-twitter-x {
    height: 1.25rem;
    width: 1.25rem;
    display: inline-block
}

html body.single-post .about-author .author-info .author-socials .staff-facebook a svg path,
html body.single-post .about-author .author-info .author-socials .staff-instagram a svg path,
html body.single-post .about-author .author-info .author-socials .staff-twitter-x a svg path {
    transition: fill .3s
}

html body.single-post .about-author .author-info .author-socials .staff-twitter-x a {
    color: #000
}

html body.single-post .about-author .author-info .author-socials .staff-twitter-x a:hover {
    color: #333
}

html body.single-post .about-author .author-info .author-socials .staff-twitter-x a:hover svg path {
    fill: #333
}

html body.single-post .about-author .author-info .author-socials .staff-twitter-x a svg path {
    fill: #000
}

html body.single-post .about-author .author-info .author-socials .staff-facebook {
    margin-left: .625rem;
    transform: translateY(-.0625rem)
}

html body.single-post .about-author .author-info .author-socials .staff-facebook a {
    color: #000
}

html body.single-post .about-author .author-info .author-socials .staff-facebook a:hover {
    color: #1574e3
}

html body.single-post .about-author .author-info .author-socials .staff-facebook a:hover svg path {
    fill: #1574e3
}

html body.single-post .about-author .author-info .author-socials .staff-facebook a svg path {
    fill: #000
}

html body.single-post .about-author .author-info .author-socials .staff-instagram {
    margin-left: .625rem;
    transform: translateY(-.0625rem)
}

html body.single-post .about-author .author-info .author-socials .staff-instagram a {
    color: #000
}

html body.single-post .about-author .author-info .author-socials .staff-instagram a:hover {
    color: #7638fa
}

html body.single-post .about-author .author-info .author-socials .staff-instagram a:hover svg path {
    fill: #7638fa
}

html body.single-post .about-author .author-info .author-socials .staff-instagram a svg path {
    fill: #000
}

html body.single-post .about-author .author-short-bio {
    margin-top: .625rem
}

.basic-yop-poll-container .basic-message.basic-error .basic-message-text {
    color: #be0314 !important
}

.basic-yop-poll-container .basic-message .basic-message-text {
    font-size: 1.25rem !important;
    font-weight: 700 !important
}

footer {
    background: 0 0;
    padding: 1.25rem;
    margin-top: .625rem
}

@media screen and (min-width:1070px) {
    footer {
        padding: 0 2.5rem 1.25rem
    }
}

footer .section-inner .footer-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-self: center;
    position: relative;
    flex-direction: column
}

@media screen and (min-width:1070px) {
    footer .section-inner .footer-content {
        flex-direction: row
    }
}

footer .section-inner .footer-content div:not(:first-child):before {
    border-right: .0625rem solid #fff;
    height: 100%;
    position: absolute;
    top: 0
}

@media screen and (min-width:1070px) {
    footer .section-inner .footer-content div:not(:first-child):before {
        content: " "
    }
}

footer .section-inner .footer-content div.footer-logo {
    order: 1;
    width: 100%;
    margin-bottom: 1.875rem
}

@media screen and (min-width:1070px) {
    footer .section-inner .footer-content div.footer-logo {
        max-width: 12.5rem;
        margin-bottom: 0
    }
}

footer .section-inner .footer-content div.footer-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

footer .section-inner .footer-content div.footer-logo a img {
    text-align: center;
    max-width: 7.375rem
}

footer .section-inner .footer-content div.footer-links {
    order: 2;
    align-self: center;
    width: 100%;
    display: flex;
    max-width: 13.75rem;
    margin-bottom: 1.875rem
}

@media screen and (min-width:1070px) {
    footer .section-inner .footer-content div.footer-links {
        margin-bottom: 0
    }
}

footer .section-inner .footer-content div.footer-links ul {
    list-style: none;
    margin: 0;
    margin: auto;
    width: fit-content
}

footer .section-inner .footer-content div.footer-links ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 1.5625rem;
    font-size: .875rem;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

footer .section-inner .footer-content div.footer-links ul li a:hover {
    color: #ef120a
}

footer .section-inner .footer-content div.footer-social {
    order: 3;
    align-self: center;
    width: 100%;
    max-width: 17.5rem;
    margin-bottom: 1.875rem
}

@media screen and (min-width:1070px) {
    footer .section-inner .footer-content div.footer-social {
        margin-bottom: 0
    }
}

footer .section-inner .footer-content div.footer-social ul {
    display: flex;
    justify-content: center;
    list-style: none
}

footer .section-inner .footer-content div.footer-social ul li {
    width: 3.125rem;
    height: 3.125rem;
    position: relative;
    margin: 0 .1875rem
}

footer .section-inner .footer-content div.footer-social ul li a {
    width: 3.125rem;
    height: 3.125rem;
    text-align: center
}

footer .section-inner .footer-content div.footer-social ul li a.youtube {
    font-family: 0;
    color: transparent
}

footer .section-inner .footer-content div.footer-social ul li a.youtube svg path {
    fill: #fc0d1b !important
}

footer .section-inner .footer-content div.footer-social ul li a.facebook svg path {
    fill: #1574e3 !important
}

footer .section-inner .footer-content div.footer-social ul li a.twitter-x svg path {
    fill: #000 !important
}

footer .section-inner .footer-content div.footer-social ul li a.instagram svg path {
    fill: #7638fa !important
}

footer .section-inner .footer-content div.footer-social ul li a svg {
    height: 1.875rem;
    width: auto
}

footer .footer-credits {
    color: #fff;
    text-align: center;
    padding: 1.25rem 0 1.875rem;
    font-size: .75rem
}

@media screen and (min-width:1070px) {
    footer .footer-credits {
        padding: 3.75rem 0 2.8125rem
    }
}

footer .footer-credits .footer-copyright {
    color: #fff
}

footer #pmLink {
    visibility: hidden;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: 0 0;
    border: none;
    margin-top: .9375rem;
    transition: color .3s
}

footer #pmLink:hover {
    visibility: visible;
    color: #ef120a
}