/* Reverse woijcech font reduction */
.productblog * {
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
hr{
    margin-bottom: 1.6rem;
}

/** Article header */
.blog-article-page .blogdata .blog-header {
    width: 1280px;
    margin: 0 auto;
    padding: 2.8rem 15.2rem 0;
    text-align: center;
}
@media all and (max-width: 1440px) {
    .blog-article-page .blogdata .blog-header {
        width: 83%;
    }
}
@media all and (max-width: 1280px) {
    .blog-article-page .blogdata .blog-header {
        padding: 2.24rem 4.8rem;
    }
}
@media all and (max-width: 1024px) {
    .blog-article-page .blogdata .blog-header {
        width: 95%;
        padding: 4.8rem;
    }
}
@media all and (max-width: 600px) {
    .blog-article-page .blogdata .blog-header {
        padding: 2.3rem 1.6rem 5rem;
    }
}

.blog-article-page .blogdata .blog-header h1 {
    margin: 0;
    font-family: Calluna, sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 3;
    letter-spacing: 0.01em;
    color: #313030;
}
@media all and (max-width: 768px) {
    .blog-article-page .blogdata .blog-header h1 {
        margin-top: 0.8em;
        font-size: 3.2rem;
    }
}

.blog-article-page .blogdata .blog-header p {
    font-family: Roboto, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.71;
    color: #4f5a66;
    text-transform: uppercase;
}

/** Image */
.blog-article-page .blogdata .media-container {
    position: relative;
    min-height: 260px;
    height: auto;
}
@media all and (max-width: 1024px) {
    .blog-article-page .blogdata .media-container {
        min-height: 50px;
    }
}

.blog-article-page .blogdata .media-container img {
    display: block;
    width: 1440px;
    margin: 0 auto;
    height: auto;
}
@media all and (max-width: 1440px) {
    .blog-article-page .blogdata .media-container img {
        width: 100%;
    }
}

.blog-article-page .blogdata .blog-image {
    width: 95%;
    margin: 0 auto;
    padding-top: 700px;
}
@media all and (max-width: 1200px) {
    .blog-article-page .blogdata .blog-image {
        padding-top: 600px;
    }
}
@media all and (max-width: 1024px) {
    .blog-article-page .blogdata .blog-image {
        padding-top: 500px;
    }
}
@media all and (max-width: 768px) {
    .blog-article-page .blogdata .blog-image {
        padding-top: 300px;
    }
}
@media all and (max-width: 600px) {
    .blog-article-page .blogdata .blog-image {
        padding-top: 250px;
    }
}

/** Podcast container */
.blog-article-page .blog-content.no-header {
	margin-top: 0;
}

.blog-article-page .blogdata .header-html {
    width: 58.5%;
    height: 420px;
    margin: 0 auto 65px;
}
@media all and (max-width: 1024px) {
    .blog-article-page .blogdata .header-html {
        width: 70%;
    }
}
@media all and (max-width: 768px) {
    .blog-article-page .blogdata .header-html {
        width: 100%;
        height: 300px;
        margin: 0 auto 30px;
    }
}

/** Blog data block*/
.productblog .blog-article-page .contentcol .blogdata {
    max-width: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

/** Content block */
.blog-article-page .blog-content {
    color: #4f5a66;
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: -260px auto 0;
    padding: 4.4rem 17.4rem 11.3rem;
    background: #fff;
}
.productblog.blog-article-page .blog-content{
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: -260px auto 0;
    padding: 4.4rem 17.4rem 11.3rem;
    background: #fff;
}
.productblog .blog-article-page .blog-content.podcast iframe {
    width: 100%;
}
@media all and (max-width: 1440px) {
    .blog-article-page .blog-content {
        width: 83%;
    }
}
@media all and (max-width: 1280px) {
    .blog-article-page .blog-content {
        margin: -160px auto 0;
        padding: 4.4rem 4.8rem 11rem;
    }
}
@media all and (max-width: 1024px) {
    .blog-article-page .blog-content {
        width: 95%;
        margin: -100px auto 0;
        padding: 2.4rem 4.8rem 8rem;
    }
}

@media all and (max-width: 600px) {
    .blog-article-page .blog-content {
        padding: 2.4rem 1.6rem;
        margin: -55px auto 0;

    }
}

/** Author */
.blog-article-page .blog-content .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.304rem;
}

.blog-article-page .blog-content .blog-author .author-avatar {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100%;
}

.blog-article-page .blog-content .blog-author .author-avatar.no-avatar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 4.8rem;
    color: #fafafa;
}

.blog-article-page .blog-content .blog-author p,
.blog-article-page .blog-content .blog-author a {
    font-family: Roboto, sans-serif;
    font-size: 1.92rem;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.3px;
    text-align: center;
}

.blog-article-page .blog-content .blog-author .author {
    padding: 0.912rem 0 0.4rem;
    color: #485c78;
}

.blog-article-page .blog-content .blog-author .author-link {
    font-weight: 700;
    color: #3f87ff;
}


/** Article */
.blog-article-page .blog-content .blog-article {
    font-family: Calluna, sans-serif;
    font-weight: normal;
}

.blog-article-page .blog-content .blog-article p {
    font-size: 1.76rem;
    margin-bottom: 1.6em;
    line-height: 1.6;
    color: #4f5a66;
    max-width: 845px;
    width: 100%;
}

.blog-article-page .blog-content .blog-article h2 {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.73;
    margin: 2.4rem 0;
    color: #313030;
}

.blog-article-page .blog-content .blog-article h2:first-of-type {
    margin: 3rem 0;
    font-size: 4rem;
    line-height: 1.29;
}
@media all and (max-width: 768px) {
    .blog-article-page .blog-content .blog-article h2,
    .blog-article-page .blog-content .blog-article h2:first-of-type {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
    }
}

.blog-article-page .blog-content .blog-article h3 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.25;
    margin: 0.4em 0;
    color: #637280;
}

.blog-article-page .blog-content .blog-article p .marker {
    background-color: rgba(53,255,210,0.32);
}

.blog-article-page .blog-content .blog-article p a {
    font-style: italic;
    text-decoration: none;
}

.blog-article-page .blog-content .blog-article p a:hover {
    text-decoration: underline;
}

.blog-article-page .blog-content .blog-article img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto!important;
}

.blog-article-page .blog-content .blog-article img.fullsize {
    width: 90%;
    height: auto;
    display: block;
}

.blog-article-page .blog-content .blog-article img.halfsize {
    width: 300px;
    height: auto;
    display: block;
}

.blog-article-page .blog-content .blog-article img.quartersize {
    width: 25%;
    height: 25%;
}

.blog-article-page .blog-content .blog-article img.threequartersize {
    width: 75%;
    height: 75%;
}

.blog-article-page .blog-content .blog-article p.replace {
    color: #F7070B;
}

.productblog .blog-article-page .blog-content .blog-article blockquote p{
    float: right;
    width: 400px;
    margin: 0 -150px 0 10px;
    color: #2e2b81;
    font-weight: 700;
    font-size: 4.576rem;
    text-align: center;
    line-height: 1.3;
}
.blog-article-page .blog-content .blog-article blockquote:nth-child(odd) p {
    float: left;
    margin: 0 10px 0 -150px;
}

.blog-article-page .blog-content .blog-article blockquote p{
    position: relative;
    display: block;
    float: right;
    width: 50%;
    margin: 0;
    padding: 0 1.6em;
    font-size: 3.52rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    color: #2e2b81;
}
@media screen and (max-width: 1024px) {
    .blog-article-page .blog-content .blog-article blockquote p{
        float: none;
        width: auto;
        margin: 1.6rem 0 4rem;
        padding: 0;
        font-size: 2.72rem;
    }
}
@media screen and (max-width: 1024px) {
    .productblog .blog-article-page .blog-content .blog-article blockquote p{
        float: none;
        width: auto;
        margin: 1.6rem 0 4rem;
        padding: 0;
        font-size: 2.72rem;
    }
}

.blog-article-page .blog-content .blog-article ol,
.blog-article-page .blog-content .blog-article ul {
    margin: -0.8em 0 0.8em;
}

.blog-article-page .blog-content .blog-article li {
    font-size: 1.5em;
    line-height: 1.6em;
    color: inherit;
}
.productblog .blog-article-page .blog-content .blog-article li {
    font-size: 1.6em;
    line-height: 1.7em;
    color: inherit;

}
.productblog .blog-article-page .blog-content .blog-article ul {
    margin-bottom:1.6rem;
    margin-top:1.6rem;
}

@media screen and (max-width: 768px) {
    .blog-article-page .blogdata .blog-snippet h1 {
        font-size: 3.2rem;
        letter-spacing: -1px;
    }
}

/** Share links */
.blog-article-share {
    position: absolute;
    display: none;
    left: 4%;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    z-index: 5;
}
@media (max-width: 1500px) {
    .blog-article-share {
        left: 1%;
    }
}
@media (min-width: 1200px) {
    .blog-article-share {
        display: block;
    }
}

.blog-article-share li {
    display: block;
    margin-bottom: 1.12rem;
}

.blog-article-share li a {
    font-size: 18px;
    text-decoration: none;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    width: 36px;
    height: 36px;
    margin: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    color: #ffffff;
    background-color: #3f87ff;
    border: 2px solid #3f87ff;
    border-radius: 100%;

    -webkit-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

.blog-article-share li a:hover {
    background-color: #ffffff;
    color: #3f87ff;

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 969px) {
    .blog-article-page .blog-content p.blockstyle-quote {
        position: static;
        float: none;
        width: 100%;
        margin: 32px 0;
    }
}

@media screen and (max-width: 767px) {
}

.blog-article-share.mobile {
    position: static;
    text-align: center;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.blog-article-share.mobile li {
    display: inline-block;
}

.blog-article-share.mobile:before {
    content: 'Share this article';
    display: block;
    color: #3f87ff;
    margin: 0 0 8px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .blog-article-share.mobile {
        display: none;
    }
}

@media (max-width: 1199px) {
    .blog-article-share.mobile {
        display: block;
    }
}

/** Back button */
.back-btn-container {
    display: block;
    margin-bottom: 2.4rem;
    text-align: center;
}
@media all and (max-width: 1199px) {
    .back-btn-container {
        margin-top: 1.6rem;
    }
}

.back-btn {
    display: inline-block;
    padding: 1em 2.4em;
    border: 2px solid #3f87ff;
    border-radius: 4px;
    color: #3f87ff;
    font-weight: 400;
    text-align: center;
}

/** Related blog */
#blog-article-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
    padding: 48px 0 64px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#blog-article-related h3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 32px;
    margin-bottom: 48px;
    line-height: 1;
    color: #637280;
    text-align: center;
    text-transform: none;
}

#blog-article-related .blogdata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 27.5%;
    flex-basis: 27.5%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
}

#blog-article-related .blogdata:not(:last-child) {
    margin-right: 2.6rem;
}
@media all and (max-width: 1024px) {
    #blog-article-related .blogdata {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 2.6rem;
    }
}
@media all and (max-width: 768px) {
    #blog-article-related .blogdata,
    #blog-article-related .blogdata:not(:last-child) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }
}

#blog-article-related .blogdata .blog-image {
    width: 100%;
    padding-top: 285px;
}
@media all and (max-width: 768px) {
    #blog-article-related .blogdata .blog-image {
        padding-top: 50%;
    }
}

/** blog content */
#blog-article-related .blogdata .blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 94%;
    margin: -74px auto 0;
    padding: 2.2rem 2.6rem 1.6rem 2.2rem;
    background: #fff;
}
@media all and (max-width: 768px) {
    #blog-article-related .blogdata .blog-content {
        margin: -50px auto 0;
    }
}
@media all and (max-width: 480px) {
    #blog-article-related .blogdata .blog-content {
        margin: -40px auto 0;
    }
}

/** blog category */
#blog-article-related .blogdata .blog-category {
    text-transform: uppercase;
    color: #4f5a66;
    font-size: 1.4rem;
    font-weight: 500;
}

/** blog snippet */
#blog-article-related .blogdata .blog-snippet {
    font-family: Calluna, sans-serif;
    margin: 2.8rem 0 0;
}

#blog-article-related .blogdata .blog-snippet h1 {
    margin-bottom: 0.8rem;
    font-size: 2rem;
    font-weight: 700;
    color: #313030;
}

#blog-article-related .blogdata .blog-snippet p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #545454;
}

/** blog icons */
#blog-article-related .blogdata .blog-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#blog-article-related .blogdata .blog-icons .icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 43px;
    height: 43px;
    background: #105ad9;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}

#blog-article-related .blogdata .blog-icons .icon-container .zmdi {
    margin: auto;
}

#blog-article-related .blogdata .blog-icons .blog-category-icon {
    margin-right: 0.704rem;
}

#blog-article-related .blogdata .blog-icons .blog-type-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    border: 3px solid #313030;
    color: #313030;
}

#blog-article-related .blogdata .blog-icons .blog-type-icon .type {
    margin: auto;
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

#blog-article-related .blogdata .blog-icons .blog-type-icon .type.guest {
    text-transform: uppercase;
    font-size: 2.496rem;
}
