.blog-details .hero-picture,
.blog-details .main,
.blog-details .post-pagination,
.blog-details .related-posts {
    margin-bottom: 3rem
}

.blog-details .main a:not(.btn) {
    font-size: 1em;
    color: #ee7f00
}

.blog-details .main a:not(.btn):hover {
    color: #d57100
}

.blog-details .post-details-description {
    margin-bottom: 2rem;
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.5rem;
    line-height: 1.13
}

@media print,
screen and (min-width: 64em) {
    .blog-details .post-details-description {
        font-family: "NNNittiGrotesk-Heading";
        font-size: 2rem;
        line-height: 1.13
    }
}

.blog-details .post-share {
    display: inline-block
}

.blog-details .post-share .share-list {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    position: fixed;
    margin: 0;
    list-style: none;
    background-color: #eee;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

@media print,
screen and (min-width: 64em) {
    .blog-details .post-share .share-list {
        position: static;
        flex-direction: column;
        background-color: transparent
    }
}

.blog-details .post-share .share-list .share-item {
    display: flex;
    flex: 1 1 auto
}

@media print,
screen and (min-width: 64em) {
    .blog-details .post-share .share-list .share-item:not(:last-child) {
        margin-bottom: 1.5rem
    }
}

.blog-details .post-share .share-list .share-item .share-button {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    background-size: 1.325rem auto;
    background-position: center center;
    background-repeat: no-repeat
}

@media print,
screen and (min-width: 64em) {
    .blog-details .post-share .share-list .share-item .share-button {
        width: 3rem;
        height: 3rem;
        border: none;
        border-radius: 50%;
        background-color: #eee
    }
}

.blog-details .post-share .share-list .share-item .share-button:hover {
    background-color: #ee7f00
}

.blog-details .post-share .share-list .share-item .share-button.share-facebook {
    background-image: url(assets/black-facebook.8567de4b113ba1ae14649c01f6de9ce4.svg);
    background-size: 1.125rem
}

.blog-details .post-share .share-list .share-item .share-button.share-facebook:hover {
    background-image: url(assets/white-facebook.9163a2b2211511ff2f151b738e662e3c.svg)
}

.blog-details .post-share .share-list .share-item .share-button.share-twitter {
    background-image: url(assets/black-twitter.ce331aae5aed0951b302f8d880c2b749.svg);
    background-size: 1.125rem
}

.blog-details .post-share .share-list .share-item .share-button.share-twitter:hover {
    background-image: url(assets/white-twitter.2a035386e3ee576834e2b9b970d89d90.svg)
}

.blog-details .post-share .share-list .share-item .share-button.share-linkedin {
    background-image: url(assets/black-linkedin.a145ddc453969e9e91b7eab9febc9fb3.svg);
    background-size: 1.125rem
}

.blog-details .post-share .share-list .share-item .share-button.share-linkedin:hover {
    background-image: url(assets/white-linkedin.c8907f769ae8babd2ed782c013b97e5e.svg)
}

.blog-details .post-share .share-list .share-item .share-button.share-link {
    background-image: url(assets/black-link.dc8d1d1fab99af653e3e09303e7b415d.svg);
    background-size: 1.125rem
}

.blog-details .post-share .share-list .share-item .share-button.share-link:hover {
    background-image: url(assets/white-link.e1c9ee77e68edf8004402e999a35aff6.svg)
}

.blog-details .hero-picture {
    position: relative;
    z-index: 1;
    min-height: 25rem;
    border-radius: .25rem;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 63.99875em) {
    .blog-details .hero-picture {
        margin-bottom: 1rem
    }
}

.blog-details .hero-picture-container {
    z-index: 3
}

.blog-details .hero-picture:after {
    content: "";
    position: absolute;
    background-color: rgba(10, 10, 10, .5);
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .25rem
}

.blog-details .hero-picture-h1 {
    color: #fff;
    font-family: "NNNittiGrotesk-Heading";
    font-size: 3rem
}

@media screen and (max-width: 39.99875em) {
    .blog-details .hero-picture-h1 {
        font-size: 2rem
    }
}

.blog-details .hero-picture-post-category {
    margin-top: 24px;
    font-family: "NNNittiGrotesk-Heading";
    font-size: .8125rem;
    display: inline-block;
    margin-top: 17px;
    background: #eee;
    color: #999;
    padding: .5rem .825rem;
    border-radius: 1rem;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

@media(hover: hover) {
    .blog-details .hero-picture-post-category:hover {
        background: #ee7f00;
        color: #fff
    }
}

.blog-details .hero-picture-post-category:hover:focus:active {
    background: #ee7f00;
    color: #fff
}

.blog-details .blog-content {
    margin-bottom: 4.5rem
}

.blog-details .blog-content h2,
.blog-details .blog-content h3,
.blog-details .blog-content h4,
.blog-details .blog-content h5,
.blog-details .blog-content h6 {
    font-family: "NNNittiGrotesk-Heading";
    color: #414141
}

.blog-details .blog-content h2 {
    font-size: 2rem
}

.blog-details .blog-content h3 {
    font-size: 1.875rem
}

.blog-details .blog-content h4 {
    font-size: 1.75rem
}

.blog-details .blog-content h5 {
    font-size: 1.5rem
}

.blog-details .blog-content h6 {
    font-size: 1.325rem
}

.blog-details .blog-content>p,
.blog-details .blog-content ul,
.blog-details .blog-content ol {
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-family: "NNNittiGrotesk-TextRegular"
}

.blog-details .blog-content ul ul,
.blog-details .blog-content ol ol {
    font-size: 1em
}

.blog-details .blog-content .tag-list {
    font-size: .875rem;
    margin-bottom: 1rem
}

.blog-details .blog-content .tag-list .post-tag {
    font-family: "NNNittiGrotesk-TextRegular";
    color: #d3d3d3;
    transition: color .25s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0
}

@media(hover: hover) {
    .blog-details .blog-content .tag-list .post-tag:hover {
        color: #ee7f00
    }
}

.blog-details .blog-content .tag-list .post-tag:hover:focus:active {
    color: #ee7f00
}

.blog-details .blog-content .author-container {
    margin-top: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.blog-details .blog-content .author-container-twitter {
    display: none;
    position: absolute;
    margin-left: 10px;
    bottom: 91%;
    left: calc(50% - 37px);
    right: 0;
    z-index: 9;
    vertical-align: middle
}

.blog-details .blog-content .author-container-twitter>iframe {
    padding: 4px;
    border: 1px solid #ececec;
    background-color: #f7f7f7;
    display: inline-block;
    width: 87px !important;
    height: 30px !important;
    position: static;
    visibility: visible;
    border-radius: 5px
}

.blog-details .blog-content .author-container-twitter:hover {
    display: inline-block
}

.blog-details .blog-content .author-container-twitter:after,
.blog-details .blog-content .author-container-twitter:before {
    right: 43%;
    bottom: -4px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 2
}

.blog-details .blog-content .author-container-twitter:after {
    border-color: rgba(247, 247, 247, 0);
    border-top-color: #f7f7f7;
    border-width: 6px;
    margin-top: -9px
}

.blog-details .blog-content .author-container-twitter:before {
    border-color: rgba(236, 236, 236, 0);
    border-top-color: #ececec;
    border-width: 6px;
    margin-top: -8px
}

.blog-details .blog-content .author-container-inner {
    position: relative;
    display: inline-block
}

.blog-details .blog-content .author-container-inner:hover {
    display: inline-block
}

.blog-details .blog-content .author-container-inner:hover .author-container-twitter {
    display: inline-block
}

.blog-details .blog-content .author-container-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    margin-right: 1rem;
    display: inline-block
}

@media screen and (max-width: 85.37375em) {
    .blog-details .blog-content .author-container-avatar {
        margin-left: 1rem
    }
}

.blog-details .blog-content .author-container-name {
    font-size: 1.125rem;
    margin: 0;
    display: block
}

.blog-details .blog-content .author-container-date {
    font-size: 1rem;
    margin: 0;
    color: #999;
    display: block
}

.blog-details .blog-content .blog-product-box,
.blog-details .blog-content .blog-ad {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border: 4px solid #d3d3d3;
    border-radius: 6px;
    margin: 1rem 0
}

@media print,
screen and (min-width: 40em) {

    .blog-details .blog-content .blog-product-box,
    .blog-details .blog-content .blog-ad {
        flex-flow: row nowrap
    }
}

@media print,
screen and (min-width: 64em) {

    .blog-details .blog-content .blog-product-box,
    .blog-details .blog-content .blog-ad {
        margin: 1rem 5rem
    }
}

.blog-details .blog-content .blog-product-box .edit-overlay,
.blog-details .blog-content .blog-product-box .freemarker-data,
.blog-details .blog-content .blog-ad .edit-overlay,
.blog-details .blog-content .blog-ad .freemarker-data {
    display: none
}

.blog-details .blog-content .blog-product-box .description-wrapper,
.blog-details .blog-content .blog-ad .description-wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.25rem 1.75rem;
    flex: 1 1 100%;
    max-width: 100%
}

@media print,
screen and (min-width: 40em) {

    .blog-details .blog-content .blog-product-box .description-wrapper,
    .blog-details .blog-content .blog-ad .description-wrapper {
        flex: 1 1 60%;
        max-width: 60%
    }
}

.blog-details .blog-content .blog-product-box-image-wrapper,
.blog-details .blog-content .blog-ad-image-wrapper {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%
}

@media print,
screen and (min-width: 40em) {

    .blog-details .blog-content .blog-product-box-image-wrapper,
    .blog-details .blog-content .blog-ad-image-wrapper {
        flex: 1 1 40%;
        max-width: 40%;
        min-width: 190px
    }
}

.blog-details .blog-content .blog-product-box--image,
.blog-details .blog-content .blog-ad--image {
    flex: 1 1 100%;
    object-fit: cover
}

.blog-details .blog-content .blog-product-box--image[src=""],
.blog-details .blog-content .blog-ad--image[src=""] {
    background: #d3d3d3
}

.blog-details .blog-content .blog-product-box--title,
.blog-details .blog-content .blog-ad--title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.75rem;
    color: #ee7f00;
    margin-bottom: 1.25rem
}

.blog-details .blog-content .blog-product-box--description,
.blog-details .blog-content .blog-ad--description {
    font-size: 1.25em;
    margin-bottom: 1.5rem;
    flex: 1 1 auto;
    line-height: 1.6;
    font-family: "NNNittiGrotesk-TextRegular"
}

.blog-details .blog-content .blog-product-box--description p,
.blog-details .blog-content .blog-ad--description p {
    line-height: inherit
}

.blog-details .blog-content .blog-product-box--link,
.blog-details .blog-content .blog-ad--link {
    margin-bottom: 0
}

.blog-details .post-pagination>.row {
    flex-wrap: nowrap
}

.blog-details .post-pagination .prev-button,
.blog-details .post-pagination .next-button {
    display: inline-flex;
    justify-items: center;
    align-items: center
}

.blog-details .post-pagination .prev-button:link,
.blog-details .post-pagination .prev-button:visited,
.blog-details .post-pagination .next-button:link,
.blog-details .post-pagination .next-button:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer
}

.blog-details .post-pagination .prev-button .arrow,
.blog-details .post-pagination .next-button .arrow {
    background-color: #f1edeb;
    border-radius: 3px
}

.blog-details .post-pagination .prev-button .arrow:before,
.blog-details .post-pagination .next-button .arrow:before {
    color: #ee7f00;
    padding: 20px
}

@media screen and (max-width: 39.99875em) {

    .blog-details .post-pagination .prev-button .arrow:before,
    .blog-details .post-pagination .next-button .arrow:before {
        padding: 13px
    }
}

.blog-details .post-pagination .prev-button .description-wrapper,
.blog-details .post-pagination .next-button .description-wrapper {
    line-height: 1
}

.blog-details .post-pagination .prev-button .description-wrapper .name,
.blog-details .post-pagination .prev-button .description-wrapper .title,
.blog-details .post-pagination .next-button .description-wrapper .name,
.blog-details .post-pagination .next-button .description-wrapper .title {
    display: inline-block;
    margin-bottom: 0
}

.blog-details .post-pagination .prev-button .description-wrapper .name,
.blog-details .post-pagination .next-button .description-wrapper .name {
    display: none;
    font-family: "NNNittiGrotesk-Heading";
    font-size: 14px;
    color: #ee7f00
}

@media print,
screen and (min-width: 40em) {

    .blog-details .post-pagination .prev-button .description-wrapper .name,
    .blog-details .post-pagination .next-button .description-wrapper .name {
        margin-bottom: .5rem;
        display: block
    }
}

.blog-details .post-pagination .prev-button .description-wrapper .title,
.blog-details .post-pagination .next-button .description-wrapper .title {
    display: block;
    font-family: "NNNittiGrotesk-TextRegular";
    font-size: 18px
}

.blog-details .post-pagination .prev-button.disabled .description-wrapper .name,
.blog-details .post-pagination .next-button.disabled .description-wrapper .name {
    margin-bottom: 0
}

.blog-details .post-pagination .prev-button.disabled .description-wrapper .name,
.blog-details .post-pagination .prev-button.disabled .arrow:before,
.blog-details .post-pagination .next-button.disabled .description-wrapper .name,
.blog-details .post-pagination .next-button.disabled .arrow:before {
    color: #666
}

.blog-details .post-pagination .prev-button .arrow {
    margin-right: 12px;
    padding: 20px 0
}

@media print,
screen and (min-width: 40em) {
    .blog-details .post-pagination .prev-button .arrow {
        margin-right: 24px
    }
}

.blog-details .post-pagination .next-button .arrow {
    margin-left: 12px;
    padding: 20px 0
}

@media print,
screen and (min-width: 40em) {
    .blog-details .post-pagination .next-button .arrow {
        margin-left: 24px
    }
}

.blog-details .loader-container {
    min-height: 10rem
}

.blog-details .related-posts .section-header {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 2rem;
    margin-top: 2rem;
    text-align: center
}

@media print,
screen and (min-width: 40em) {
    .blog-details .related-posts .section-header {
        font-size: 3.125rem;
        margin-top: 72px
    }
}