body .content {
    margin: 0 5px
}

body #mw-mf-page-center,
body #content_wrapper {
    background: #f3f3f3
}

.ar_reviewer_block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviewer {
    padding: 25px 30px;
    margin-bottom: 7px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    font-size: 1.1em
}

.reviewer a.external {
    background: url(../assets/3424786305) right center / 0.8em no-repeat;
    background-image: url(../assets/3426424716);
    padding-right: 1.2em;
    word-break: break-word
}

.reviewer:last-child {
    border-radius: 0 0 5px 5px
}

.reviewer_top {
    text-align: center;
    margin-top: 10px
}

.stable .content .ar_name {
    color: #686868;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 1.05em;
    line-height: normal
}

.stable .content .ar_blurb {
    color: #777;
    font-weight: bold;
    font-size: .9em;
    margin-bottom: 0;
    line-height: normal;
    word-break: break-word
}

.stable .content .ar_hoverblurb {
    color: #787878;
    line-height: 1.5em;
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin-top: 10px
}

.stable .content .ar_category {
    margin-bottom: 25px;
    position: relative
}

.stable .content .ar_category.collapsed {
    margin-bottom: 10px
}

.stable .content .ar_category.collapsed h3 {
    border-radius: 5px
}

.stable .content .ar_category.collapsed h3 .navigation {
    background-image: url(../assets/616314355)
}

.stable .content .ar_category.collapsed .ar_reviewer_block {
    display: none
}

.stable .content .ar_category h3 {
    text-align: left;
    font-size: 20px;
    padding: 23px 30px;
    background-color: #FFF;
    border-radius: 5px 5px 0 0;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    margin-bottom: 6px
}

.stable .content .ar_category h3 .navigation {
    position: absolute;
    display: block;
    right: 15px;
    top: 3px;
    background-image: url(../assets/888418428);
    width: 25px;
    height: 25px;
    background-size: cover;
    fill: #93B874
}

.ar_icon {
    position: absolute;
    top: 28px;
    left: 27px;
    width: 40px;
    height: 40px;
    background: url(../assets/694273973) 0 0px no-repeat
}

.ar_expert_image {
    width: 160px;
    height: 160px;
    border-radius: 10%;
    overflow: hidden;
    margin: 0 auto
}

.ar_row {
    margin-bottom: 65px
}

.ar_row:last-child {
    margin-bottom: 0px
}

.ar_spacer {
    width: 20px;
    display: table-cell
}

.wh_block {
    border-radius: 5px;
    padding: 27px;
    margin-bottom: 25px;
    word-wrap: break-word;
    background-color: #fff
}

.wh_block.ar_intro {
    border-radius: 0 0 5px 5px
}

.wh_block.ar_intro h1 {
    padding: 0 0 0 47px;
    background: url(../assets/694273973) left 0 bottom 50% / 40px no-repeat;
    line-height: 40px
}

.wh_block p {
    line-height: 1.5em;
    margin-top: 10px;
    font-size: 16px
}

.ar_anchor {
    position: absolute;
    top: -90px
}

.ar_name_link {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: -9px
}

@media only screen and (min-width:728px) {
    body .content {
        margin: 0 0 1.5em
    }

    .reviewer {
        -webkit-flex: 0 1 calc((100% - 7px) / 2);
        -ms-flex: 0 1 calc((100% - 7px) / 2);
        flex: 0 1 calc((100% - 7px) / 2);
        font-size: .9em
    }

    .reviewer:last-child {
        border-radius: 0
    }

    .wh_block.ar_intro {
        border-radius: 5px;
        border: none
    }

    .stable .content .ar_category h3 {
        text-align: left;
        line-height: .8em;
        margin-bottom: 6px
    }

    .stable .content .ar_category h3 .navigation {
        right: 30px;
        top: 0px
    }

    .stable .content .ar_name {
        font-size: 1.2em
    }

    .stable .content .ar_hoverblurb {
        line-height: 1.3em;
        padding-top: 10px
    }

    .ar_expert_image {
        width: 160px;
        height: 160px
    }
}

@media only screen and (min-width:975px) {
    .wh_block.ar_intro h1 {
        font-size: 35px;
        font-weight: bold
    }

    .wh_block.ar_intro p {
        margin-bottom: 0
    }

    #sidebar .sidebox.ar_sidebar {
        background-color: #FFF;
        padding: 0
    }

    #sidebar .sidebox.ar_sidebar h2 {
        font-size: 18px;
        padding: 30px 30px 15px;
        font-weight: bold
    }

    .ar_sidebar_item {
        border-left: 10px solid #FFF;
        padding: 15px 22px;
        cursor: pointer
    }

    .ar_sidebar_item:hover {
        background-color: #F6F5F4;
        border-color: #F6F5F4
    }

    .ar_sidebar_item.selected {
        background-color: #F6F5F4;
        border-color: #93B874;
        font-weight: bold
    }
}
