/*
Theme Name:   Comparably
Theme URI: https://www.comparably.com/
Author: Comparably
Author URI: https://www.comparably.com/
Description: Comparably Default Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: comparably

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.admin-bar .header_comparably {
    top: 32px;
}

@media screen and (max-width: 782px) {
    html.has-js {
        margin-top: 0 !important;
    }
    .admin-bar .header_comparably {
        top: 0;
    }
}

.section.header {
    background-image: url(/static/skins/comparably_light/pages/loggedout/studies/img/header.png);
    background-size: cover;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
}

.section.header:not(.hide-me-offset) + .articles-nav {
    margin-top: -20px;
    margin-bottom: 20px;
}

.section.header:not(.hide-me-offset) {
    position: relative;
}
.section.header .section-content {
    padding: 32px 0;
}
.section.header .section-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 48px;
    margin: 0;
}
.section.header .section-title a {
    color: #fff;
}
.section.header .helper-logoCompany {
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    display: inline-block;
    margin: -12px auto;
    overflow: hidden;
    vertical-align: middle;
    width: 56px;
}
.section.header .section-subtitle {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.17px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
}
.section.header .section-subtitle p {
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
}
.section.header .term-thumbnail, .section.header .term-thumbnail:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section.header .term-thumbnail:after {
    background-color: rgba(0,0,0,0.5);
    content: "";
}

.section.header .term-thumbnail .size-post-thumbnail {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.section.articles-nav {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFF;
}

.section.articles-nav span.articles-menu-dropdown {
    display: none;
    margin: -10px 0;
    width: 100%;
}
.responsive_smallest .section.articles-nav span.articles-menu-dropdown {
    display: block;
}
.responsive_smallest .section.articles-nav span.articles-menu-dropdown + ul {
    display: none;
}


.section.articles-nav .section-content {
    max-width: 100%;
}

.section.articles-nav ul {
    display: flex;
}

.section.articles-nav ul li {
    margin-right: 30px;
}

.section.articles-nav ul li a {
    color: #465d5d;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

.section.articles-nav ul li a.active {
    font-weight: bold;
    border-bottom: solid #1E7DE4 4px;
    padding-bottom: 18px;
}

.section.articles-nav .articles-search .fieldset {
    margin-bottom: -8px;
    margin-top: -8px;
}

.section.articles-nav .articles-search .fieldset .field {
    margin-bottom: 0;
}

.section.articles-nav .articles-search .fieldset .field input {
    margin: 0;
}

@media (max-width: 600px) {
    .section.articles-nav ul {
        justify-content: space-evenly;
    }
    .section.articles-nav ul a {
        margin-right: 0;
    }
    .section.articles-nav .section-content > .gs-row {
        flex-wrap: wrap
    }
    .section.articles-nav .section-content > .gs-row > .gs-col {
        width: 100%;
    }
    .section.articles-nav .articles-search .fieldset {
        margin-bottom: -8px;
        margin-top: 32px;
    }
}

.boxed {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
.boxed .post-thumbnail {
    display: block;
    margin: -20px -20px 20px;
    overflow: hidden;
    position: relative;
    width: calc(100% + 40px);
}
.boxed .post-thumbnail .post-thumbnail-wrapper {
    padding-bottom: 50%;
}
.boxed .post-thumbnail .wp-post-image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.has-post-video .post-thumbnail .post-thumbnail-wrapper {
    padding-bottom: 56.25%;
}
.boxed .post-thumbnail .featured-video-plus {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: 0;
    height: 100%;
    margin: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.boxed .post-thumbnail .featured-video-plus iframe,
.boxed .post-thumbnail .featured-video-plus video {
    height: 100% !important;
    width: 100% !important;
}

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

.entry-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.22px;
    line-height: 28px;
    margin: 0 0 12px;
}
.entry-title a {
    color: #000;
}
.entry-content p, .entry-summary p {
    color: #464d5d;
    font-size: 14px;
    letter-spacing: -.15px;
    line-height: 24px;
    margin: 8px 0 16px;
}
.entry-content ul, .entry-summary ul {
    list-style-type: disc;
    margin: 8px 0 16px;
    padding: 0 0 0 16px;
}
.entry-content ul li, .entry-summary ul li {
    margin: 8px 0;
}
.entry-summary .more-link {
    white-space: nowrap;
}
.entry-footer .avatar {
    background: #fff;
    border-radius: 100%;
    border: 1px solid #e1e8ed;
    box-sizing: border-box;
    display: block;
    padding: 7px;
    width: 40px;
}
.entry-footer .byline .posted-on {
    color: #9aa7b3;
    font-size: 12px;
    letter-spacing: -.12px;
    line-height: 20px;
}
.entry-taxonomy {
    margin-top: 12px;
}
.entry-footer .cat-links, .entry-footer .tags-links {
    font-size: 12px;
    margin: 4px 0 0;
    line-height: 16px;
}
.entry-footer .cat-links .screen-reader-text, .entry-footer .tags-links .screen-reader-text {
}
.entry-footer .cat-links a, .entry-footer .tags-links a {
    color: #b4b4b4;
}
/*******************************************************************************
 * FEATURED */
.entry-featured .post-thumbnail {
    margin: -20px;
    width: calc(100% + 26px);
}
.entry-featured .post-thumbnail .post-thumbnail-wrapper {
    padding-bottom: 80%;
}
.entry-featured .post-thumbnail .wp-post-image {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
}
.entry-featured .entry-title {
    font-size: 32px;
    line-height: 40px;
}
@media (max-width: 930px) {
    .entry-featured > .gs-row {
        flex-wrap: wrap;
    }
    .entry-featured > .gs-row > .gs-col {
        width: 100%;
    }
    .entry-featured .post-thumbnail {
        margin: -20px -20px 20px;
        padding-bottom: 66.666666666666667%;
        width: calc(100% + 40px);
    }
    .entry-featured .post-thumbnail .wp-post-image {
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
    }
    .entry-featured .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
}
/*******************************************************************************
 * RELATED */
.entry-related .section-title {
    color: #464d5c;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 32px 0 16px;
    text-transform: uppercase;
}
.entry-related .section-action {
    font-size: 12px;
    line-height: 24px;
    margin: 32px 0 16px;
    white-space: nowrap;
    display: inline-block;
}
.entry-related .section-title a {
    color: #464d5c;
}
.entry-related .boxed {
    height: calc(100% - 20px);
}
.entry-related .boxed:hover {
    text-decoration: none;
}
.entry-related .section-subtitle {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 16px 0;
/*
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;*/

}
.entry-related .read-more {
    color: #616161;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}
.entry-related .entry-date {
    color: #464d5d;
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin: -8px 0 0;
}
.entry-related .entry-date .cm {
    margin-right: 8px;
}
.entry-related .entry-view-more {
    display: block;
    margin: 0 auto;
}
.entry-related .entry-view-more:not(.display-none) + .navigation.pagination {
    position: absolute;
    top: -100vh;
    left: -100vw;
}

/*******************************************************************************
 * COMPANIES
 */
.entry-related.companies .gs-col {
    overflow: hidden;
}
.entry-related.companies .helper-logoCompany {
    border-radius: 8px;
    border: 8px solid #fff;
}
@media (max-width: 600px) {
    .entry-related.companies .gs-col {
        width: 33.3333%;
    }
    .entry-related.companies .boxed {
        padding: 4px;
    }
    .entry-related.companies .helper-logoCompany {
        border-radius: 4px;
        border: 4px solid #fff;
    }
}

.navigation.pagination .screen-reader-text {
    display: none;
}
.navigation.pagination .page-numbers {
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 2px;
    box-sizing: border-box;
    color: #3579e9;
    display: inline-block;
    font-size: 13px;
    height: 32px;
    line-height: 24px;
    margin: 0 10px 10px 0;
    min-width: 32px;
    padding: 4px 8px;
    text-align: center;
    user-select: none;
}
.navigation.pagination .page-numbers:hover {
    text-decoration: none;
}
.navigation.pagination .page-numbers.current {
    background-color: #3579e9;
    color: #fff;
}
.navigation.pagination .page-numbers.dots {
    background: transparent;
    border: none;
    color: #464d5d;
}

/*******************************************************************************
 * SIDEBAR */
 .widget {
    margin-bottom: 20px;
 }
.search-form {
    margin: 0 0 20px;
}
.search-form .fieldset {
    margin: 0;
}


.widget_mc4wp_form_widget {
    margin-bottom: 40px;
}
.widget_mc4wp_form_widget .widget-title {
    display: none;
}


.widget_text,
.widget_comparably_recently_rated_companies_widget,
.widget_comparably_sub_categories_list_widget {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 0px 0px #e1e8ed, -1px -1px 0px 0px #e1e8ed, -1px 1px 0px 0px #e1e8ed, 1px -1px 0px 0px #e1e8ed;
    box-shadow: 1px 1px 0px 0px #e1e8ed, -1px -1px 0px 0px #e1e8ed, -1px 1px 0px 0px #e1e8ed, 1px -1px 0px 0px #e1e8ed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
.widget_text .widget-title,
.widget_comparably_recently_rated_companies_widget .widget-title,
.widget_comparably_sub_categories_list_widget .widget-title {
    border-bottom: 1px solid #e1e8ed;
    padding: 20px;
    margin: -20px -20px 20px;

    color: #464d5d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.13px;
    line-height: 24px;
}
.textwidget, .widget_comparably_recently_rated_companies_widget, .widget_comparably_sub_categories_list_widget {
    color: #464d5d;
    font-size: 14px;
    letter-spacing: -.15px;
    line-height: 24px;
}
.textwidget li {
    line-height: 16px;
    margin: 16px 0;
}


.responsive_small_lte.menu-open .header_comparably nav .search-bar-menu {
    display: none !important;
}


/*******************************************************************************
 * CONTENT */
.entry-content .alignleft {
    float: left;
    margin: 8px 24px 24px 0;
}

.entry-content .alignright {
    float: right;
    margin: 8px 0 24px 24px;
}

.entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 24px;
}

.entry-content strong, .entry-content b {
    font-weight: bold;
}

.entry-content em, .entry-content i:not(.cm) {
    font-style: italic;
}

.entry-content del {
    text-decoration: line-through;
}

.section h1, .entry-content .h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 24px 0 12px;
}
.section h2, .entry-content .h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 24px 0 12px;
}
.section h3, .entry-content .h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 24px 0 12px;
}
.section h4, .entry-content .h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 24px 0 12px;
}
.section h5, .entry-content .h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 24px 0 12px;
}
.section h6, .entry-content .h6 {
    font-size: 8px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 24px 0 12px;
}

/*******************************************************************************
 * BREADCRUMBS */
.sectionBreadcrumbs + .section {
    margin-top: 0;
}
.sectionBreadcrumbs + .section > .section-wrapper > .entry-related > .section-title,
.sectionBreadcrumbs + .section > .section-wrapper > #main > .entry-related > .section-title {
    margin-top: 0;
}

/*******************************************************************************
 * CATEGORY */
.boxed .term-thumbnail {
    display: block;
    margin: -20px -20px 20px;
    overflow: hidden;
    padding-bottom: 66.666666666666667%;
    position: relative;
    width: calc(100% + 40px);
}
.boxed .term-thumbnail .attachment-post-thumbnail {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform 0.2s;
    width: 100%;
}
.entry-related .entry-category {
    padding: 0;
}
.entry-related .entry-category:hover .term-thumbnail .attachment-post-thumbnail {
    transform: scale(1.25);
}
.entry-category .term-thumbnail {
    border-radius: 4px;
    margin: 0;
    width: 100%;
}
.entry-category .entry-title {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: bold;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 28px;
    margin: 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    top: 0;
    width: 100%;
}
/*******************************************************************************
 * CATEGORY
 */
@media (max-width: 600px) {
    .entry-related.subcategory .gs-col-1-3 {
        width: 50%;
    }
    .entry-category .entry-title {
        font-size: 16px;
        line-height: 24px;
    }
}



/*******************************************************************************
* Article List
*/
.post-template-articles-list .entry-title {
    max-width: 640px;
}
.post-template-articles-list .entry-content {
    margin: 0 auto;
    max-width: 640px;
}
.post-template-articles-list .entryMeta {
    max-width: 640px;
}
/*******************************************************************************
* Leaderboard List
*/
.post-template-leaderboard-list .entry-title {
    max-width: 640px;
}
.post-template-leaderboard-list .entryMeta {
    max-width: 640px;
}
.post-template-leaderboard-list .entry-content > p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.post-template-list {
    font-size: 16px;
    line-height: 24px;
    max-width: none;
}
/* .post-template-list .boxed .post-thumbnail {
    padding-bottom: 50%;
} */
@media (max-width: 600px) {
    .post-template-list .section-entry {
        margin: 0;
        padding: 0;
    }
    .post-template-list .section-entry > .section-wrapper {
        padding: 0;
    }
    /*
    .hentry {
        margin: 0;
    }
    */
}
.post-template-list .categoryTopic {
    font-weight: bold;
    margin: 24px 0 -8px;
    text-align: center;
}
.post-template-list .entryMeta {
    color: #333;
    margin: 12px auto;
}
/*******************************************************************************
* SOCIAL LINKS */
.post-template-list .socialLinks, .post-template-single .socialLinks  {
    margin: 12px auto 24px;
    max-width: 640px;
}
.post-template-list .socialLinks-item, .post-template-single .socialLinks-item  {
    display: inline;
    margin: 0 16px 0 0;
}
.post-template-list .socialLinks a, .post-template-single .socialLinks a  {
    color: #000;
}
.post-template-list .socialLinks a:hover, .post-template-single .socialLinks a:hover  {
    color: #999;
}
.post-template-list .socialLinks .cm, .post-template-single .socialLinks .cm  {
    font-size: 40px;
}
.post-template-list .socialLinks .cm-envelop, .post-template-single .socialLinks .cm-envelop  {
    position: relative;
    top: 4px;
}
@media (min-width: 800px) {
    .post-template-list .socialLinks, .post-template-single .socialLinks  {
        background: #fff;
        box-shadow: 1px 1px 0px 0px #e1e8ed, -1px -1px 0px 0px #e1e8ed, -1px 1px 0px 0px #e1e8ed, 1px -1px 0px 0px #e1e8ed;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        position: fixed;
        width: 48px;
        left: 0;
        top: 50%;
        margin-top: -96px;
        padding: 4px 0;
    }
    .post-template-list .socialLinks-item, .post-template-single .socialLinks-item  {
        display: block;
        margin: 0;
        width: 48px;
    }
    .post-template-list .socialLinks a, .post-template-single .socialLinks a  {
        display: block;
        padding: 4px 8px;
    }
    .post-template-list .socialLinks .cm-envelop, .post-template-single .socialLinks .cm-envelop  {
        font-size: 34px;
    }
}
.post-template-list .entryMeta a {
    color: #333;
}
.post-template-list .categoryTopic-link {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.post-template-list h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 24px auto 12px;
}

.post-template-list h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 24px 0 12px;
}
.post-template-list h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 24px 0 12px;
}
.post-template-list h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 24px 0 12px;
}
.post-template-list h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 24px 0 12px;
}
.post-template-list h6 {
    font-size: 8px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 24px 0 12px;
}
.post-template-list .companyListHeader {
    margin-top: 48px;
}
.post-template-list .companyListHeader .no-shrink .companyProfileLink {
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: 48px;
    overflow: hidden;
    vertical-align: middle;
    width: 48px;
}
.post-template-list .companyListHeader .logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    width: 48px;
}
.post-template-list .companyListHeader .companyProfileLink {
    text-decoration: none;
}
.post-template-list .companyListHeader .companyName {
    color: #000;
}
.post-template-list .companyListHeader .more {
    font-size: 14px;
    display: block;
}
.post-template-list .gallery .gallery-item {
    margin: 8px 0 16px;
}
.post-template-list .gallery .gallery-item img {
    width: 100%;
}
.post-template-list p {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 20px;
}
.post-template-list blockquote {
    border: 0;
    font-style: normal;
    margin: 32px 0;
    clear: both;
    text-align: center;
}
.post-template-list blockquote p {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2em;
}
.post-template-list blockquote p + p:last-child, .post-template-list blockquote cite {
    font-size: 20px;
    font-weight: normal;
    margin: -8px 0 20px;
}
.post-template-list .companyCultureStat {
    font-size: 16px;
    line-height: 24px;
}
.post-template-list .companyCultureStat b,
.post-template-list .companyCultureStat strong {
    font-size: 32px;
}
.post-template-list .companyCulturePercent {
    margin: 8px 0 16px;
}
.post-template-list .companyCulturePercent p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.post-template-list .companyCultureGrade {
    margin: 8px 0 16px;
}
.post-template-list .companyCultureGrade p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}




/*******************************************************************************
* TABULAR DATA */
.tabular { width: 100%; overflow: auto; }
.tabular .hilite,
.tabular .hilite-1 tr td:first-child, .tabular .hilite-1 tr th:first-child,
.tabular .hilite-2 tr td:nth-child(2), .tabular .hilite-2 tr th:nth-child(2),
.tabular .hilite-3 tr td:nth-child(3), .tabular .hilite-3 tr th:nth-child(3),
.tabular .hilite-4 tr td:nth-child(4), .tabular .hilite-4 tr th:nth-child(4),
.tabular .hilite-5 tr td:nth-child(5), .tabular .hilite-5 tr th:nth-child(5),
.tabular .hilite-6 tr td:nth-child(6), .tabular .hilite-6 tr th:nth-child(6),
.tabular .hilite-7 tr td:nth-child(7), .tabular .hilite-7 tr th:nth-child(7),
.tabular .hilite-8 tr td:nth-child(8), .tabular .hilite-8 tr th:nth-child(8) {
    background: #ffffaa;
}

.fieldSearchQuery .searchBoxWrapper{position:relative}.fieldSearchQuery .searchBoxWrapper .searchEverything{display:none;position:absolute;top:0;right:0;z-index:15;color:#4a90e2;font-size:13px;line-height:18px;margin-top:20px;margin-right:26px}.fieldSearchQuery .searchBoxWrapper .searchQuery{border:3px solid #4a90e2;border-radius:0;width:100%;padding-left:44px;color:#4a4a4a;font-size:22px;line-height:34px;margin-bottom:12px}.fieldSearchQuery .searchBoxWrapper .cm-search{position:absolute;color:#464d5d;top:18px;left:16px;font-size:22px}


/*******************************************************************************
* SITE QUICK LINKS */
.siteQuickLinks .boxed {
    color: #464D5D;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 10px 0;
}
.siteQuickLinks .boxed:hover {
    text-decoration: none;
}
.siteQuickLinks .boxed .cm {
    font-size: 28px;
    line-height: 16px;
    vertical-align: middle;
}


/*******************************************************************************
* RANK TABLE */
.rank-table {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
}
.rank-table caption {
    position: absolute;
    left: -200vw;
}
.rank-table thead {
    position: absolute;
    left: -200vw;
}
.rank-table tbody tr td {
    vertical-align: top;
    padding-top: 16px;
    padding-bottom: 16px;
}
.rank-table tbody td {
    border-top: 1px solid #E1E8ED;
}
.rank-table tbody tr:last-child td {
    border-bottom: 1px solid #E1E8ED;
}
.rank-table tbody .colRank {
    font-size: 32px;
    /* font-weight: bold; */
    line-height: 1;
    padding-right: 8px;
    text-align: center;
}
.rank-table .helper-logoCompany {
    border-radius: 4px;
    overflow: hidden;
    width: 32px;
}
.rank-table .helper-ceoImage {
    border-radius: 100%;
    overflow: hidden;
    width: 32px;
}
.rank-table .colName {
    max-width: 520px;
    padding-left: 8px;
    padding-right: 8px;
}
.rank-table .colName .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-top: -4px;
}
.rank-table .colName .actions {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin-top: -4px;
}
.rank-table .colName .action {
    margin-right: 4px;
}
.rank-table .colName .action .cm {
    margin-left: 2px;
}
.rank-table .colDetails {
    padding-left: 24px;
}
.rank-table .description {
    font-size: 11px;
    line-height: 16px;
    margin: 4px 0 -4px;
}
.rank-table blockquote {
    margin: 0 0 0 auto;
    max-width: 520px;
    text-align: left;
}
.rank-table blockquote p {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: -4px 0 0;
    position: relative;
}
.rank-table blockquote p:before {
    content: "\201C";
    display: inline-block;
    font-size: 24px;
    font-family: Georgia, Times, Times New Roman, serif;
    left: -16px;
    position: absolute;
    width: 12px;
}
.rank-table blockquote cite {
    font-size: 12px;
    line-height: 1;
}

.rank-table tbody tr td.colRank .rank {
    border: 0;
    font-size: 14px;
    font-weight: bold;
    background:#f5f8fa;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
}

@media (max-width: 600px) {
    .rank-table {
        display: block;
    }
    .rank-table tbody {
        display: block;
    }
    .rank-table tbody tr {
        display: block;
        border-bottom: 1px solid #E1E8ED;
        padding-top: 16px;
    }
    .rank-table tbody tr:first-child {
        border-top: 1px solid #E1E8ED;
    }
    .rank-table tbody tr td {
        display: block;
    }
    .rank-table tbody tr td.colRank {
        border: 0;
        padding: 0;
        float: left;
        width: auto;

    }
    .rank-table tbody tr td.colName {
        border-bottom-width: 0;
        border-top-width: 0;
        padding: 0;
    }
    .rank-table tbody tr td.colDetails {
        border-bottom-width: 0;
        border-top-width: 0;
        padding-top: 0;
    }
    .rank-table tbody tr td.colDetails blockquote {
        margin-top: 24px;
    }
}

.leaderboardSubcategories .section-subtitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 24px;
}

.leaderboardSubcategories li {
    margin: 0 0 16px 0;
}




/*******************************************************************************
* NEWS
*/
/* .featured-news .gs-col-2-3 .boxed .post-thumbnail {
    padding-bottom: 60%;
} */
.featured-news .latest-news {
    min-height: 100%;
}
.latest-news .section-title {
    margin: 0 0 16px;
}
.latest-news .boxed {
    box-sizing: border-box;
    display: flex;
    min-height: 120px;
}
.latest-news .boxed .post-thumbnail {
    border-radius: 4px 0 0 4px;
    margin: -20px 20px -20px -20px;
    padding-bottom: 0;
    max-height: 260px;
    width: 30%;
}
.latest-news .boxed .post-thumbnail .post-thumbnail {
    margin: 0;
    width: 100%;
}
.latest-news .boxed .post-thumbnail img {
    background: #eee;
    border-radius: 0;
    display: block;
}
.latest-news .boxed-content {
    width: 70%;
}
.latest-news .boxed-content .section-subtitle {
    margin: 8px 0;
}
@media (max-width: 600px) {
    .latest-news .boxed .post-thumbnail {
        width: 50%;
    }
    .latest-news .boxed-content {
        width: 50%;
    }
}

.latest-news .view-more {
    width: 100%;
    display: block;
}





.post-template-list .featuredUser {
    border-radius: 100%;
    float: right;
    height: 200px;
    margin: 0 -120px 20px 20px;
    overflow: hidden;
    width: 200px;
}
@media (max-width: 960px) {
    .post-template-list .featuredUser {
        margin-right: 0;
    }
}
@media (max-width: 640px) {
    .post-template-list .featuredUser {
        float: none;
        margin: 0 auto 20px;
    }
}
.post-template-list .featuredUser img {
    height: 200px;
    object-fit: cover;
    width: 200px;
}
.post-template-list hr {
    border: 1px solid #e1e8ed;
    border-width: 1px 0 0 0;
    margin: 40px 0;
}
.post-template-list  .featuredUserNameplate {
    margin: 24px 0 12px;
}
.post-template-list  .featuredUserNameplate .fullName {
    color: #000;
    font-size: 28px;
    line-height: 32px;
}
.post-template-list  .featuredUserNameplate .jobTitle {
    color: #464d5d;
    font-size: 16px;
    line-height: 24px;
}
.post-template-list  .featuredUserNameplate .socials {
    font-size: 28px;
}
.post-template-list  .featuredUserNameplate .socials .cm-linkedin {
    color: #2867B2;
}
.post-template-list  .featuredUserNameplate .socials .cm-twitter {
    color: #1DA1F2;
}

.companyTools-requestForm-modal{background:#fff;margin:0 auto;max-width:800px;width:100%}.companyTools-requestForm-modal .content{padding:20px}.companyTools-requestForm-modal .content.text{background-repeat:no-repeat;background-image:url(https://a4-static.comparably.com/static/skins/comparably_light/mixins/landing/company_tools/request_form/img/bg-img.png);background-size:cover;background-position:center center;color:#fff;height:calc(100% - 40px)}.companyTools-requestForm-modal .content.text .section-title{font-size:32px;font-weight:400;line-height:40px;margin:0 0 16px}.companyTools-requestForm-modal .content.text .section-text{font-size:20px;line-height:28px;margin:0}.companyTools-requestForm-modal .content.form{min-height:500px}

.wp-caption {
    background: transparent;
    border: none;
    margin-bottom: 28px;
    max-width: 100%;
    padding: 0;
    text-align: inherit;
}

.wp-caption-text,
.wp-caption-dd {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px;
}



/* GALLERY CAROUSEL */
.gallery-carousel { margin: 20px 0; position: relative; }
.gallery-carousel .gallery { overflow: hidden; position: relative; }
.gallery-carousel .gallery .gallery-item { margin: 0; padding: 0 }
.gallery-carousel .gallery .gallery-item .gallery-icon { background: #eee; padding-bottom: 60%; position: relative; width: 100%; }
.gallery-carousel .gallery .gallery-item img { bottom: 0; display: block; height: 100%; left: 0; position: absolute; object-fit: contain; right: 0; top: 0; width: 100%; }
.gallery-carousel .gallery {
    position: relative;
    overflow: hidden;
}
.gallery-carousel .gallery .gallery-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: -100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    position: absolute;
    text-align: left;
    -webkit-transition: left 0.1s;
    -moz-transition: left 0.1s;
    -o-transition: left 0.1s;
    -ms-transition: left 0.1s;
    transition: left 0.1s;
    top: 0;
    width: 100%;
}
.gallery-carousel .gallery .gallery-item.active {
    left: 0;
    overflow: hidden;
    position: relative;
}
.gallery-carousel .gallery .gallery-item .gallery-caption {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gallery-carousel .prevGalleryItem {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
    z-index: 1;
}
.gallery-carousel .nextGalleryItem {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 1;
}
.gallery-carousel .prevGalleryItem:hover,
.gallery-carousel .nextGalleryItem:hover {
    cursor: pointer;
}
.gallery-carousel .prevGalleryItem .cm,
.gallery-carousel .nextGalleryItem .cm {
    color: #fff;
    display: none;
    font-size: 64px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.gallery-carousel .prevGalleryItem:hover .cm,
.gallery-carousel .nextGalleryItem:hover .cm {
    display: block;
}