/* Contriutors page */
#bloggers_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 620px;
    color: #656565;
}
.author_detail {
    background-color: white;
    border: 4px solid #D6D6D6;
    float: left;
    padding: 10px 20px 10px 5px;
    width: 260px;
}
.author_list_details {
    float: left;
    margin-left: 20px;
    width: 140px;
}
.author_list_page div span {
    cursor: pointer;
    display: block;
    padding: 5px;
}
.author_name {
    font-weight: bold;
    color: #000;
}
.single_author {
    background-color: white;
    clear: both;
    float: left;
    margin: 15px 0 0;
    padding: 3px 0 0;
    width: 289px;
}
.content_section_wrapper .grid_4, 
.content_section_wrapper #DivRight {
    width: 330px;
    padding-right: 75px;
}
#DivRight .Section {
    margin-bottom: 13px;
    position: relative;
}
.Section {
    clear: both;
}
/* Individual contributors styling */
.author_list {
    border-right: 1px solid #D6D6D6;
    float: left;
    line-height: 1.2em;
    margin-left: 20px;
    width: 125px;
    margin-top: 10px;
}
.author_list div.author_bio {
    background: none repeat scroll 0 0 #E6F5FC;
    float: left;
    margin-top: 10px;
}
.author_list_page .author_bio {
    display: none;
}
.first {
    margin-top: 0px !important;
}
.author_list div.author_selected {
    background: none repeat scroll 0 0 #E6F5FC;
    float: left;
    padding: 2px;
    border: 2px solid #68666C;
    margin-top: 10px;
}
.author_list div.author_bio {
    background: none repeat scroll 0 0 #E6F5FC;
    float: left;
    margin-top: 10px;
}
.author_list_page .author_bio {
    display: none;
}
.author_block {
    float: left;
    padding: 5px 20px 0;
    width: 448px;
}
.author_block p {
    font-size: 14px !important;
    margin: 0;
    color: #8A888D !important;
}
p.current_author_name {
    color: #8A888D;
    font-size: 15px;
    font-weight: bold;
}
.author_block p.smallfont {
    color: #333 !important;
    font-size: 12px !important;
    margin-top: 10px;
}
.author_block a {
    color: #ADADAD !important;
    cursor: pointer;
}
.author_block .social_link{
    font-size: 12px !important;
    font-weight: 300;
    line-height: 26px;
    color: #ADADAD !important;
}

/* Media Query */

@media screen and (max-width: 740.98px) {
    .article_header{
        padding-bottom: 10px;
    }
    #bloggers_title{
        background-color: #4DC9BF;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        width: auto;
        color: #fff;
        line-height: 30px;
        padding: 0;
        margin: 0;
    }
    .content_section_wrapper .grid_4{
        display: none;
    }
    .author_detail{
        margin: 10px 0px !important;
        padding: 10px 10px !important;
        width: 90%;
    }
    .single_author{
        width: 100%;
        margin: 0;   
    }
    .author_list_page{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .author_block{
        padding: 5px 0;
        width: auto;
    }
    .author_block p.smallfont{
        text-align: left;
        padding-bottom: 0 !important;
        line-height: normal;
        font-weight: normal;
        padding-top: 0 !important;
    }
    .author_block p, 
    .author_block .current_author_name,
    .author_block .author_desg {
        font-size: 14px !important;
        margin: 0;
        color: #8A888D !important;
        text-align: center;
        padding: 0 !important;
        line-height: normal !important;
    }
    .author_list{
        border-right: unset;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .author_block .social_link{
        text-align: left;
        padding: 0 !important;
        font-size: 12px !important;
        font-weight: 400;
        line-height: normal !important;
        margin-top: 12px;
    }
    .mobile_content_title_wrapper h1{
        font-size: 24px !important;
        margin: 0;
        padding: 0;
        font-weight: 400 !important;
    }
    header.article_header{
        padding-bottom: 10px;    
    }
    .content_section_wrapper #DivRight{
        padding: 10px;
        margin: 0 !important;
    }
}

@media (min-width: 741px) and (max-width: 991px) {
    .content_section_wrapper #DivRight{
        display: contents;
    }
    .content_section_wrapper{
        display: flex;
    }
}

@media (min-width: 741px) and (max-width: 767px) {
    .author_detail:nth-child(2) {
        margin-left: 0 !important;
        margin-top: 15px;
    }
}