.alpha-wrapper{
    background-color: white;
}
.beta-wrapper{
    display: none   !important;
}

/**Article Styles**/

.article-top-wrapper {
    display: flex;
    flex-flow: column;
    max-width: 1180px;
    width: 90vw;
    margin: auto;
}
.article-title-wrapper{
    width: 100%;
}
.standard-article .new-image-header {
    height: 435px ;
}

.new-image-header picture img {
    width: 100%;
    min-height: 435px;
}
.hero_credit {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #ddd;
    padding: 5px 10px;
    bottom: 0;
    right: 0;
    font-size: 10px;
}

.standard-article .article-auth{
    width:100%;
    border-bottom: none;
    padding-bottom:0;
    margin-bottom: 0;
}
.standard-article .article-auth a{
    color:#d30015;
}

.standard-article .article-body {
    padding-top: 35px;
    width: 100%;
    margin-top: unset;
    display: flex;
}
.standard-article .alpha{
    width: 70%;
}

.standard-article .beta{
    margin-top: 40px!important;
    margin-right: 0px;
    padding: 0;
    float: right;
    z-index: 10;
}
.article-title h1 {
    font-family: Roboto, sans-serif!important;
    font-weight: bold;

}
.article-body-text{
    /*padding-top:255px!important;*/
}
.article-body p {
    margin: 35px 0;
    padding-right: 0;
    font-family: "Domine", serif;
    line-height: 1.9em!important;
}
.article-body .body-photo-left{
    margin: 10px 25px 5px 0px;
}
.auth-byline {
    width: 50%;
    margin-top:unset;
}
.article_republish_button_wrapper{
    width: 100%;
    display: flex;
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb!important;

}



/**Modal Styles**/
.modal-body{
    position: relative;
    margin:auto;
    width:100%;
    height: 100vh;
    /*background-color: #919191!important;*/

}
.modal-dialog{
    margin-top:0!important;
}
.modal-header{
    color: #d30015!important;
    border-bottom: none!important;
    height: 53px;

}
.modal strong{
    color:#919191 !important;
}
.modal-footer{

    /*margin-top: -15px!important;*/
}
#article_shareable_content textarea{
    width: 100%;
    height:100%;
    padding:1%;
    background-color: #fff5f5;
    border:none;
    font-family: Courier;
    font-size: .85em;
}
#shareable_content_wrapper{
    width: 49%;
    overflow-y: scroll;
    padding-right: 2.5%;
    padding-left: 2.5%;
    margin-top:-25px;
    background-color: #eeeaea;
}
#shareable_article_modal{
    display: flex;
    padding-top: 55px;
    height: 80vh;
}
.modal-content{
    height: 100vh!important;
}
#share_terms_and_conditions{
    width: 49%;
    overflow-y: scroll;
    padding-right: 2.5%;
    padding-left: 2.5%;

}
#article_shareable_content{
    width: 100%;
    height: 80%;
}
#modal_buttons{
    display: flex;
    padding-top:10px;
}
#modal_buttons button{
    width: 50%;
    margin:5px;
}
#modal_body_buffer_shareable_content{
    width:2%!important;
    min-width: 10px;
    background-color: #eeeaea;
    height: 100%;
}
#shared_title,#shared_attribution{
    display: none!important;
}

.article-body-text > #article_content{
    padding-top: 2.25rem!important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .alpha, .standard-article .alpha{
        width: 100%;
    }
    .article-body{
        width: 100%;
    }
    .new-image-header{
        display: none;
    }
    #shareable_article_modal {
        flex-wrap: wrap;
        height: 90vh;
    }

    #share_terms_and_conditions {
        width: 100%;
        height: 45%;
        border: solid thin;
    }

    #shareable_content_wrapper {
        width: 100%;
        height: 45%;
    }
    #modal_buttons{
        padding-top:0px;
    }
    .modal-footer{
        height: 6vh;
        padding:0px;
        margin-bottom: 10px;
    }
    #article_shareable_content {
        height: 70%;
    }
}

@media  only screen and (min-width: 768px) and (max-width: 820px){
    .standard-article .alpha {
        width: 100%;
    }
    .article-top-wrapper {
        padding-top: 65px;
    }
    .article_republish_button_wrapper {
        padding-left: 3%;
    }
    .article-body{
        width: 100%;
    }
    .new-image-header .hero_credit {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        color: #ddd;
        padding: 5px 10px;
        bottom: 0;
        right: 0;
        font-size: 10px;
    }
    .new-image-header{
        overflow: hidden!important;
        position: relative;
        height: 200px;
    }
    .bottom_widgets{
        flex-flow: row;
    }
    .bottom_widgets #news_letter_signup_container {
        margin-left:5px;
    }
    .article .beta {
        margin: auto;
        position: relative;
        width: 100%;
        display: inline-flex;
        padding-left: 25px;
    }
    #poll_widget_container {
        padding-left: 5%;
    }


}
@media  only screen and (min-width: 821px) and (max-width: 1024px){

    .article-top-wrapper{
        margin-top:70px;
    }
    .new-image-header{
        overflow: hidden!important;
        height: 200px;
    }
    .standard-article .article-body {
        padding-top: 45px;
        width: 100%;
    }
    .standard-article .alpha{
        width: 100%;
        border-right: none;
    }
    .standard-article .beta{
        margin: auto;
        position: relative;
        width: 100%;
        display: inline-flex;
    }
    #poll_widget_container {
        float: right;
        padding-left: 30%;
    }


}
@media  only screen and (min-width: 1025px) and (max-width: 1205px){
    .standard-article #masthead-wrapper{
        width: 90vw;
    }
    .article-top-wrapper{
        margin-top:70px;
    }
    .new-image-header{
        overflow: hidden!important;
        height: 200px;
    }
    .standard-article .article-body {
        padding-top: 45px;
        width: 65%;
    }
    .standard-article .alpha{
        width: 100%;
    }
    .standard-article .article.beta{
        width:35%;
    }
}

@media only screen and (min-width: 1205px){
    .hero_credit{
        right:0;
    }
    .article-top-wrapper{
        width: unset;
    }
}








