.post-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 28px;
}

.post-stage .post-content,
.post-stage .post-next {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.post-content .post-media {
    position: relative;
}

.post-content .post-media .post-media-wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.post-content .post-media .post-media-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.post-content .post-media .post-media-wrapper video[poster]{
    height:100%;
    width:100%;
    object-fit: cover;
}

.post-next #help_videos .fp_portlet_content {
    padding: 0 0 15px 0;
}

.post-stage .post-next  #help_videos .row{
    margin: 10px !important;
}

.content-popup-embed {
    position: absolute;
    bottom: 25px;
}

.content-popup-embed .codebox {
    margin: 0;
}

#pdf_frame {
    width: 100%;
    height: 90vh;
}

.content-stage .content-text {
    font-size: 12pt;
    margin: 0 100px;
    padding: 15px 1em;
}

.content-meta {
    font-size: 13.3px;
    line-height: 20px;
}

.content-stage .content-header .content-title {
    font-size: 19.6px;
    line-height: 29.4px;
    font-weight: 500;
}

.mobile-download {
    display: flex;
    justify-content: center;
}

.mobile-download .fa-file-pdf {
    font-size: 100px;
    line-height: 2;
}

@media (max-width: 800px) {
    #pdf_frame {
        height: 400px;
    }
    .post-next #announce_index.portlet {
        padding: 15px 10px !important;
    }
}

@media (min-width: 992px) {
    .post-stage .post-content {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .post-next #announce_index.portlet {
        margin: 0 0 15px 0;
        padding: 0 0 0 10px !important;
    }

    .post-next #help_videos.portlet {
        padding: 0 0 0 10px !important;
    }

    .post-stage .post-next {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .post-stage .post-next .content-entry {
        margin-left: 1em;
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .post-next #announce_index.portlet {
        margin: 15px 0 15px 0;
        padding: 0 10px !important;
    }

    .post-next #help_videos.portlet {
        padding: 0 10px !important;
    }
}