
.main_nav_cover {
    border-bottom: 0px;
    border-top: 0px solid #c2c2c2;
}

.header_top_group {
    background: #f5f5f5;
    border-bottom: solid 1px #c2c2c2
}

.article-header div.article-summary {
  /*font-weight: bold;*/
}


.authors-grid{
    display: grid;
}

.authors-grid {
    display: grid;
    padding: 5px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.authors-grid-item {
    border: 0px solid rgba(0, 0, 0, 0.2);
    display: grid;
    width: auto;
    grid-template-columns: 70px auto;
    justify-content: start;
    color: white;
    padding: 10px;
    height: 5rem;
    border-radius: 5px;
     border: 1px solid #d2d2d2;
    align-content: center;
    min-width: 200px;
}

.article_author {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    /*background: #f2f2f2;*/
    padding: 5px;
    border-radius: 4px;
}

.article_author .post_meta {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 0.5rem;
    margin-left: 0px;
    background: #f1f1f1;
}

.article_author .authors-grid-item{
    display: flex;
    flex-direction: row;
    border: 0px solid #f1f1f2;
    height: auto;
}
.article_author .authors-grid-item {
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: flex-start;
    border: 1px solid #f1f1f2;
    background: #f2f2f2;
    padding: 5px;
    margin: 1px;
    gap: 1rem;
}

.article_author .authors-grid-item:hover {
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
}

.article_author .authors-grid-item a:hover {
    color: #fff;
}

/*.article-header h1.article-title {*/
/*    font-size: 2.6rem;*/
/*    line-height: 2.6rem;*/
/*    margin-right: 100px;*/
/*}*/

.author_details{
    display: flex;
    flex-direction: column;
    /*gap: 0.5rem;*/
    justify-content: space-evenly;
    align-content: space-between;
    /*background: #f2f2f2;*/
    min-width: 180px;
}
.post_meta .name {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.222222222222222;
}

.post_meta .org{
    font-size: 0.8125rem;
    line-height: 1.2307692307692308;
    color: #545658;
}

.leader-board{
    /*display: none;*/
}

.article-top{
    /*display: none;*/
}

.article-header h1.article-title {
    font-size: 1.864rem;
    line-height: 1.09;
    font-weight: bold;
}

.article-full{

}

.post_meta .authors-grid-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
}

.article_author .authors-grid-item {
    width: auto;
}



.share_this_date {
    display: flex;
    flex-wrap: wrap;
}

.share_this_date {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    /*background: #f3f3f3;*/
    align-content: center;
    padding: 5px;
}
.share_this_date p {
    margin: 0px;
}

.post_list_style_related_post .post_item_style_1 {
    display: grid;
    grid-template-columns: 2.3fr 3fr;
    align-items: stretch;
    grid-gap: 0.5rem;
    background: #f1f1f1;
}

.post_list_style_related_post .post_item_style_1 .post_item_style_1_copy {
    justify-items: end;
    padding: 5px;
}

.sidebar {
    border-left: 1px solid #f2f3f4;
    /*background: #FFAA22;*/
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    align-content: start;
    /*margin-top: 100px;*/
}

/*footer*/
.footer_main_menu{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(160px, auto));
    justify-content: space-between;
    align-content: start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    /*font-weight: bold;*/
}

.footer_menu_item a{
    /*padding-bottom: 0.5rem;*/
    /*padding-right: 0rem;*/
    font-size: 1rem;

}

/*search*/
.search_container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    gap: 1rem;
    padding: 0px
}

.landing_style_1{
    display: grid;
}

.header_v2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
}



@media (min-width: 560px) {

    .container {
        /*max-width: 100%;*/
        display: grid;
        grid-template-columns: 1fr;
    }

    .header_v2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0.5rem;
    }

    .main_nav_cover {
        display: flex;
        justify-content: space-between;
        align-content: center;
    }

    .main_nav_cover {
        /*background: #dc3545;*/
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #dc3545;
    }

    .slicknav_icon {
        display: grid;
        grid-template-columns: 1fr;
    }

    .slicknav_menu .slicknav_icon-bar {
        border-radius: 0;
        display: block;
        height: 3px;
        width: 29px;
        padding-top: 3px;
        margin-top: 2px;
    }

    .slicknav_menu {
        width: 100%;
    }

    .mobile_header {
        display: grid;
        grid-template-columns: minmax(100px, 20%) 1fr minmax(100px, 20%);
    }

    .container-fluid.leader-board {
        width: 100%;
    }


    .container-header {
        display: grid;
        margin: 10px 0px;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        justify-items: center;

    }

    .post_list_style_2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        grid-gap: 1rem;
    }

    .ul.breadcrumb {
        display: none;
    }

    .lob_home{
        display: grid; grid-template-columns: 1fr
    }

    /*footer*/
    .footer_main_menu{
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(190px, auto));
        justify-content: space-between;
        align-content: start;
        gap: 0.5rem;
        margin-bottom: 1rem;
        /*font-weight: bold;*/
    }
}


@media (min-width: 576px) {
    .container {
        /*max-width: 100%;*/
        display: grid;
        grid-template-columns: 1fr;
    }

    .article-header h1.article-title {
        font-size: 2.2rem;
        line-height: 1.09;
        font-weight: bold;
    }

    .leader-board{
        display: flex;
    }

    .article-top{
        display: grid;
        grid-template-columns: 1fr;

    }

    .article-top .search-form {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0.5rem
    }

    .article-full{
        border-top:1px solid #d2d2d2; padding-top: 1rem
    }

    .article-header h1.article-title {
        font-size: 2rem;
        line-height: 1.09;
    }

    .post_list_style_related_post .post_item_style_1 {
        display: grid;
        grid-template-columns: 1.2fr 3fr;
        align-items: stretch;
        grid-gap: 0.5rem;
        background: #f1f1f1;
    }

    .post_list_style_related_post .post_item_style_1 .post_item_style_1_copy {
        justify-items: end;
        padding: 20px 10px 10px;
    }

    .sidebar {
        border-left: 0px solid #f2f3f4;
        /*background: #FFAA22;*/
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        align-content: start;
        margin-top: 0px;
    }

    .ul.breadcrumb {
        display: none;
    }

    .post_list_style_2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 1rem;
    }

    .lob_home{
        display: grid; grid-template-columns: 1fr
    }

}

@media (min-width: 768px) {

    .post_meta .authors-grid-items {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        background: #e2e2e2;
    }

    .ul.breadcrumb {
        display: flex;
    }

    .container, .container-md, .container-sm {
        /*max-width: 760px;*/
        /*max-width: 100%;*/
    }

    .header_top_group .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .article-header h1.article-title {
        font-size: 2.4rem;
        line-height: 1.09;
        font-weight: bold;
    }


    .post_list_style_2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 1rem;
    }

    .lob_home{
        display: grid; grid-template-columns: 1.5fr 1fr
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        /*max-width: 960px;*/
        /*max-width: 100%;*/
        /*padding: 0px 15px;*/
    }

    .admin-nav {
        display: flex;
    }

    .mobile_header {
        display: grid;
        grid-template-columns: 1fr;
    }

    .container-fluid.leader-board {
        width: 90%;
    }

    .article-body p {
        padding-right: 120px;
    }
}


@media (min-width: 1000px) {
    .container {
        /*max-width: 100%;*/
        /*max-width: 900px;*/
    }

    .admin-nav {
        display: flex;
    }

    .container-fluid.leader-board {
        width: 100%;
    }
}

@media (min-width: 1100px) {
    .container {
        /*max-width: 100%;*/
        /*max-width: 1000px;*/
    }

    .admin-nav {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .container {
        /*max-width: 100%;*/
        max-width: 1100px;
        /*padding: 0px 50px;*/
    }
}


@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}
