/*!
 * Lazy-loaded style
 * Not used on load
 */
.bottom .container:after {
    content: " ";
    display: table;
    clear: both
}

.bottom .container:before {
    display: table;
    content: " "
}

/*!
 * Lighter version of Bootstrap
 */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: rgba(0, 0, 0, 0)
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}

/*!
* Secondary content
*/
.stats {
    padding: 0 15px 15px 15px
}

.stats .container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap
}

@media only screen and (min-width:1024px) {
    .stats {
        padding: 30px
    }

    .stats .container .stats__item:nth-of-type(2n) {
        text-align: center
    }

    .stats .container .stats__item:nth-of-type(3n) {
        text-align: right
    }
}

.stats__item {
    width: 32%;
    font: 400 .875rem/1 Archivo, sans-serif
}

@media only screen and (min-width:1024px) {
    .stats__item {
        font: 400 .9375rem/1 Archivo, sans-serif
    }
}

.stats--author {
    padding: 25px 5px 25px 15px
}

@media only screen and (min-width:1024px) {
    .stats--author .container {
        padding: 0 200px 0 150px
    }

    .stats--author .container .stats__item:nth-of-type(2n) {
        text-align: left
    }

    .stats--author .container .stats__item:nth-of-type(3n) {
        text-align: left
    }
}

.university-list label {
    display: inline-block;
    font: 700 2.25rem/1 Archivo, sans-serif;
    letter-spacing: -1.2px;
    margin-right: 40px;
    cursor: pointer;
}

.university-list input[type=radio] {
    display: none
}

.university-list__container {
    font: 400 .9375rem/2 Archivo, sans-serif;
    padding: 15px
}

.top .university-list__container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

@media only screen and (min-width:1024px) {
    .top .university-list__container {
        padding: 30px 0 60px 0;
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
        width: 100%;
        max-width: 1200px;
    }
}

.university-list__title {
    font: 700 .9375rem/2 Archivo, sans-serif;
    display: none
}

.bottom .container .university-list__container {
    font: 400 .875rem/2.1 Archivo, sans-serif;
    float: left;
    padding: 15px;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

@media only screen and (min-width:1024px) {
    .bottom .container .university-list__container {
        padding: 20px 20px 20px 0;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        width: 50%
    }
}

.bottom .container .university-list__title {
    display: block;
    font: 700 .875rem/2.1 Archivo, sans-serif
}

.universities_menu_wrapper {
    background-color: #fff;
    color: #000;
    top: 50px;
    margin-top: 50px;
    position: fixed;
    z-index:1001;
    width: 100%;
    padding-left: 8px;
}

.open-menu {
    background-color: #fff
}

.university-list__container {
    font-family: Archivo, sans-serif;
    padding-top: 100px !important;
    margin-bottom: 0;

}

@media screen and (max-width:767px) {
    .university-list__container {
        font-size: 12px;
        padding-top: 35px !important;
        padding-left: 0
    }
}

.university-list__item a {
    width: 150px;
    padding: 3px 0;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .university-list__item a {
        margin-left: -10px
    }
}

.university-list__item a:hover {
    background-color: #fff200;
    color: #31333c !important
}

.top.university-list a:hover {
    border-bottom: 0 !important
}

#universities_menu {
    min-height: 410px;
    transition: all .5s ease-in-out
}

.pagination {
    width: 100%
}

.pagination .pager {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px
}

@media screen and (max-width:767px) {
    .pagination__container {
        padding: 0 !important
    }
}

.pagination__item {
    width: 100%;
    background-color: #fff200;
    border-radius: 0;
    border: 0;
    padding: 30px 0;
}

@media screen and (max-width:767px) {
    .pagination__item {
        padding: 15px 0
    }
}

.pagination__item a {
    color: #31333c;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    border-bottom: 3px solid #31333c;
    font-family: Archivo, sans-serif
}

.show-more-status {
    color: #31333c;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    font-family: Archivo, sans-serif
}

.pagination__item a:hover {
    color: #31333c;
    opacity: .7
}

@media screen and (max-width:767px) {
    .pagination__item a {
        font-size: 12px;
        border-width: 1px
    }
}

.pagination__item a:hover {
    text-decoration: none
}

.show-more-status {
    font-size: 1.5rem;
    color: #31333c;
    display: none;
    text-transform: uppercase;
    font-family: Archivo, sans-serif
}

.show-more-target {
    background-color: #fff
}

.archive--container {
    padding: 15px 0 30px 0;
    background: #f8f8f8;
    margin-bottom: 30px
}

.archive--container__inner {
    margin: 0 auto;
    max-width: 940px
}

.archive--container .archive__list li {
    display: inline-block;
    margin: 0 6px 0 0
}

.archive--container h2 {
    font-size: 1.75rem;
    font-weight: 600
}

.archive--container a {
    color: rgba(18, 18, 18, .6);
    font-size: 1.125rem
}

.archive__list--posts li {
    padding: 10px 0
}

.archive__list--posts li a {
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none
}

.footer {
    background-color: #fff;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    padding: 50px 30px;

}

.footer a:hover {
    color: #fff;
    opacity: .7
}

.footer .container-fluid {
    max-width: 1440px
}

.footer__bottom-panel {
    padding: 100px 0 0;
    text-transform: capitalize
}

@media screen and (max-width:767px) {
    .footer__bottom-panel {
        padding: 20px 0 10px
    }
}

.footer__bottom-panel li {
    padding: 7px 0
}

@media screen and (max-width:767px) {
    .footer__bottom-panel li {
        padding: 3px 0
    }
}

.footer__bottom-panel span {
    font-size: 14px;

}

@media screen and (max-width:767px) {
    .footer__bottom-panel span {
        font-size: 8px
    }
}

.footer__bottom-panel .label {
    display: inline-block;
    color: #9c9c9c;
    width: 100px
}

@media screen and (max-width:767px) {
    .footer__bottom-panel .label {
        width: 30px
    }
}

.footer_socials_container {

    width: 100%;
}

.footer__socials {
    justify-content: center;
    display: flex;
    color: #000 !important;
}

.footer__socials>li {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width:767px) {
    .footer__socials {
        float: initial
    }
}

.footer__socials li {
    margin: 0 10px
}

@media screen and (max-width:767px) {
    .footer__socials li {
        margin: 0 5px
    }

    .footer__socials li a {
        font-size: 14px
    }
}

.footer select {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    padding-left: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 13px;
    position: relative;
    left: -7px;
    max-width: 150px
}

@media screen and (max-width:767px) {
    .footer select {
        font-size: 9px;
        margin-top: 7px;
        left: -4px;
        width: 85px
    }
}

.footer select option {
    color: #31333c
}

@media screen and (max-width:767px) {
    .footer {
        padding: 20px 10px
    }
}

.footer__logo {
    margin-bottom: 20px;
}

.footer__logo img {
    width: 95px
}

.footer h5 {
    font-size: 14px;
    margin-top: 13px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .footer h5 {
        font-size: 9px;
        line-height: 7px;
        margin-top: 7px;
        margin-bottom: 13px
    }
}

.footer .list-unstyled li {
    font-size: 14px;
    margin-top: 13px;
    color: #9c9c9c
}

.footer .list-unstyled li a:hover {
    text-decoration: none;
    color: #9c9c9c;
    opacity: .7
}

@media screen and (max-width:767px) {
    .footer .list-unstyled li {
        font-size: 9px;
        line-height: 7px;
        margin-top: 7px
    }
}

.footer .tab-content {
    margin-bottom: 0
}

.footer .tab-content h5,
.footer .tab-content li {
    font-size: 14px;
    margin-top: 13px
}

@media screen and (max-width:767px) {

    .footer .tab-content h5:first-child,
    .footer .tab-content li:first-child {
        margin-top: 7px
    }
}

.footer .tab-content h5 a:hover,
.footer .tab-content li a:hover {
    text-decoration: none;
    color: #fff;
    opacity: .7
}

@media screen and (max-width:767px) {

    .footer .tab-content h5,
    .footer .tab-content li {
        font-size: 8px;
        line-height: 7px
    }
}

.footer_write_for {
    margin-top: 4rem !important
}

@media screen and (max-width:767px) {
    .footer_write_for {
        margin-top: 2rem !important
    }
}

@media (max-width:767px) {
    .footer_network {
        margin-top: 3rem !important
    }
}

.top.university-list label {
    color: rgba(18, 18, 18, .6)
}

.top.university-list input[type=radio]:checked+label {
    color: #121212
}

.top.university-list a:hover {
    color: #fd4248;
    border-bottom: 2px solid rgba(253, 66, 72, .75) !important;
    text-decoration: none
}

.top .university-list__item.active a {
    color: #fd4248;
    border-bottom: 2px solid rgba(253, 66, 72, .75) !important;
    text-decoration: none
}

.uni-button.active {
    color: rgba(253, 66, 72, .75)
}

.stats__item {
    color: rgba(18, 18, 18, .6)
}

.write-for {
    width: 100%;
    float: left;
    margin: 15px 0 20px !important;
    padding: 75px 60px 65px 65px;
    font-family: Archivo, sans-serif;
    color: #000;
    background: url(/wp-content/themes/thetab-four/assets/_img/write-for-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative
}

@media screen and (max-width:767px) {
    .write-for {
        width: 100%;
        padding: 30px 30px;

    }
}

.write-for .row {
    z-index: 3;
    width: 100%
}

.write-for:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff200;
    opacity: .94
}

.write-for a:hover h1,
.write-for a:hover p {
    color: #31333c
}

@media screen and (max-width:767px) {
    .write-for .logo {
        margin-top: 15px
    }
}

.write-for .logo img {
    width: 150px
}

.write-for p {
    color: #31333c
}

.write-for h1 {
    color: #31333c;
    font-size: 70px;
    line-height: 70px;
    text-align: left;
    margin: 20px 0;
    font-weight: 700
}

@media screen and (max-width:1439px) {
    .write-for h1 {
        font-size: 65px
    }
}

@media screen and (max-width:1023px) {
    .write-for h1 {
        font-size: 60px
    }
}

@media screen and (max-width:767px) {
    .write-for h1 {
        font-size: 45px
    }
}

.write-for__text {
    margin-top: 30px;
    font-family: Merriweather, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    text-align: left
}

@media screen and (max-width:1439px) {
    .write-for__text {
        font-size: 18px;
        line-height: 1.58;
        letter-spacing: -.004em
    }
}

@media screen and (max-width:767px) {
    .write-for__text {
        font-size: 18px;
        line-height: 1.58;
        letter-spacing: -.004em;
        margin-top: 0;
        margin-bottom: 20px
    }
}

.write-for__text img {
    margin-top: 20px;
    margin-bottom: 20px
}

.write-for__btn {
    margin-bottom: 20px;
    width: 302px;
    height: 66px;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    background-color: #31333c;
    display: flex;
    align-items: center;
    justify-content: center
}

.write-for__btn:hover {
    text-decoration: none !important;
    color: rgba(255, 255, 255, .7) !important
}

.tips {
    background: center no-repeat #fff200;
    background-size: cover;
    width: 100%;
    min-height: 350px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
}

#tips {
    background-image: url(/wp-content/themes/thetab-four/assets/_img/tips-bg.jpg);
}

@media screen and (max-width:767px) {
    .tips {
        min-height: 200px;
        margin-top: 10px;
    }
}

.tips__content {
    max-width: 580px
}

@media screen and (max-width:767px) {
    .tips__content {
        width: 100%
    }
}

.tips__content h1 {

    font-size: 44px;
    line-height: 45px;
    font-weight: 700;
    color: #FFF200;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .tips__content h1 {
        font-size: 25px;
        line-height: 27px
    }
}

.tips__content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
}





.tips__content .tips-btn {
    color: #31333c;
    text-transform: uppercase;
    background-color: #FFF200;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 25px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:767px) {

    .tips__content h2 {
        font-size: 15px;
        line-height: 16px
    }

    .tips__content .tips-btn {
        font-size: 14px;
        font-weight: 700;
        font-family: Archivo, sans-serif;
    }
}

.tips__content .tips-btn:hover {
    text-decoration: none;
    color: rgba(49, 51, 60, .7)
}

.branded-content-container {
    background: #31333c;
    padding: 24px;
    position: relative
}

@media screen and (max-width:767px) {
.branded-content-container{
    margin-top:20px;
}
}

.brand-content-image {
    aspect-ratio: 40/21;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
}

.brand-content-image span {
    position: absolute;
    left: 17px;
    bottom: -20px;
    background: #fff200;
    padding: 9px 20px;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 17px
}

.brand-content-data {
    padding: 40px 0 5px 0;
    color: #fff
}

.brand-content-data .author-list a {
    color: #fff
}

.brand-content-data .story__author span {
    display: none
}

.brand-content-data .story__author span.story__university {
    display: inline
}

.brand-content-data h2 a {
    background: 0 0 !important;
    color: #fff
}

.brand-content-data p a {
    color: #fff
}

.post .brand-content-data h2 a {
    color: #fff
}

.brand-content-data h2 a:hover,
.brand-content-data p a:hover {
    background-color: #fff200 !important;
    color: #000
}


.story__author .ab-image {
    float: left;
    width: 35px !important;
    height: 35px !important;
}

.story__author .ab-image {
    float: left;
    width: 30px !important;
    height: 30px !important;
}

.container img,
.story img,
div[id^=ezoic-pub-ad-placeholder-] {
    width: 100%;
    aspect-ratio: 1.9;
}

.latest img {
    width: 100%;
    aspect-ratio: 1.95;
}

.short-post-meta {
    padding-top: 5px;
    font-size: 0.8rem;
    color: #666;
    white-space: nowrap;
    float: left;
}

.tags {
    color: #000;
    font-weight: 700;
}

.ab-image {
    width: 30px !important;
    height: 30px;
    margin-right: 5px;
    margin-top: 3px;
}

.ab-image {
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 3px;
}

img {
    vertical-align: middle;
    border-style: none;
    display: block;

}

.meet-the-local {
    margin: auto;
    text-align: left;
    margin: 12px 0 12px 0;
}

.meet-the-local h4 {
    margin-top: 2px;
    font-family: ferry, sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.writers-box {
    margin: 0;
    margin-bottom: 20px;

    border-radius: 2px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.university-writers__list {
    padding: 0;
    margin-top: -20px;
}

.slim-editor {
    height: 30px;
    padding: 15px 20px 20px 0;
    width: 50%;
}






/* .writers__list li .img__container{
				margin-top: 0;
                padding-left: 20px;
				height:20px;
                font-size: 12px;
			} */

.uni_homepage_avatars_image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.name {
    padding-top: 5px;
    font-size: 12px;
}



.university-writers__list .writers__list div:nth-child(1),
.university-writers__list .writers__list div:nth-child(4),
.university-writers__list .writers__list div:nth-child(5) {
    background-color: rgba(255, 255, 255, .1) !important;

}




@media only screen and (min-width: 960px) {
    .university-writers__list {
        padding: 0 0 0 0;
        height: fit-content;
    }


    .writers__info {
        font-size: 28px;

        padding-left: 8px;
        width: 80% !important;
    }


}

#sidebar-column {}


.pagination{  
    background-color: #fff200;
    border-radius: 0;
    border: 0;
    padding: 10px 10px;
}

.page-numbers  {
    color: #31333c;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 15px;
    font-family: Archivo, sans-serif;
}