.main_wrap {
    max-width: 100%;
}
.judges .main_wrap {
    margin: 50px auto;
}
.judges #categories {
    text-align: center;
    padding-left: 195px;
    width: 100%;
}
.judges h1 {
    font-size: 36px;
    font-weight: 200;
    padding-bottom: 20px;
    color: #505050;
}
.judges h2 {
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}
.judges .aj_item {
    margin-top: 40px;
    width: 155px;
}
.judges .aj_item .n {
    display: block;
    margin-top: 12px;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
}
.judges .annual_section .clear {
    margin-top: 40px;
}

.judges .aj_item span {
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.judges .aj_item .p {
    margin-top: 9px;
    font-weight: 400;
    font-size: 14px;
}
.judges .aj_item .c {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
}
.judges .aj_item .view-profile {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    text-decoration: underline;
}
.judges .tba {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.judges .aj_item .pi img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.judges .aj_item .pi a {
    display: table-cell;
    vertical-align: middle;
    height: 125px;
    width: 125px;
    background: #fff;
}

.aj_items .aj_item .pi {
    display: block;
    width: 125px;
    margin: 0 auto;
}

.judges .aj_item img {
    width: auto;
    height: auto;
    max-height: 125px;
    max-width: 125px;
    vertical-align: middle;
    display: inline-block!important;
}

.aj_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}
#award-side-nav {
    top: 100px;
}

@media screen and (min-width: 1024px) {
    section.main {
        max-width: 100%;
    }
}

@media screen and (max-width: 980px){
    .judges #categories {
        padding-left: 0;
    }
}

.judges .annual-line {
    margin: 75px 0;
}