/* basic */
.resume18_fs {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #eee;
}

.resultMenu.resultMenu {
    font-size: 0;
    background-color: #333;
    box-sizing: border-box;
    padding: 10px 15px 6px 5px;
    margin: 0;
}

.resultMenuItem {
    display: inline-block;
    margin-bottom: 6px;
    width: 50%;
}

.resultMenuName {
    font: 16px/26px a;
    font-family: inherit;
    color: #fff;
    display: block;
    padding: 0 5px;
    margin: 0 6px;
    text-decoration: underline;
    text-transform: capitalize;
    cursor: pointer;
}

.resultMenuItem.active .resultMenuName {
    color: #999;
    text-decoration: none;
    cursor: default;
}

.resultMenuItem:focus .resultMenuName,
.resultMenuItem:hover .resultMenuName {
    text-decoration: none;
}

.resume18_credits {
    font-size: 0;
    margin: 30px 0;
    overflow: hidden;
}

.resume18_credits__name {
    font: 20px/24px a;
    font-family: inherit;
    color: #666;
    margin-bottom: 10px;
}

.resume18_credits__col {
    font: 16px/24px a;
    font-family: inherit;
    color: #666;
    display: block;
}

@media only screen and (min-width:1198px) {
    .resume18_credits__col {
        display: inline-block;
        width: 50%;
        padding-right: 10px;
        box-sizing: border-box;
        vertical-align: top;
    }
}

.sectorresults-title {
    font: 700 24px/1.2em a;
    font-family: inherit;
    color: #666;
    margin: 0 0 0 44px;
}

.sectorresults_items {
    overflow: hidden;
    clear: both;
    padding-top: 12px;
    margin: 5px 0 0 0;
}

.sectorresults_item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    height: 162px;
    background-color: #000;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    font-size: 0;
}

.sectorresults_item a {
    padding: 20px 15px;
    text-shadow: 0 1px 1px #000;
    text-decoration: none;
}

.sectorresults_item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.sectorresults_items-title {
    font: 700 18px/1.2em a;
    font-family: inherit;
    color: #666;
    margin: 8px 0 20px 65px;
}

.sectorresults_item-caption {
    position: absolute;
    bottom: 0;
    padding: 20px 15px 20px 0;
    z-index: 1;
    text-shadow: 0 1px 1px #000;
}

.sectorresults_item-photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .4;
    transition: opacity .4s;
}

.sectorresults_item:hover .sectorresults_item-photo {
    opacity: .7;
}

.sectorresults_item-date {
    display: none;
    font: 12px/1.2em a;
    font-family: inherit;
    color: #ccc
}

.sectorresults_item-title {
    margin-top: 6px;
    font: 16px/1.2em a;
    font-family: inherit;
    color: #fff;
}

.sectorresults_item-subtitle {
    margin-top: 5px;
    font: 13px/1.3em a;
    font-family: inherit;
    color: #fff;
}

.sectorresults_item-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    opacity: .4;
    transition: opacity .4s;
}

.sectorresults_item:hover .sectorresults_item-image {
    opacity: .7;
}

@media only screen and (min-width:1198px) {
    .resultMenuItem {
        width: auto;
    }

    .sectorresults_items {
        margin: 0;
    }

    .sectorresults_item {
        width: 49%;
        height: 200px;
        float: left;
        margin-left: 0;
    }

    .sectorresults_item:nth-child(odd) {
        margin-left: 2%;
    }

    .sectorresults_item .sectorresults_item-title {
        font-size: 20px;
    }

    .sectorresults_item .sectorresults_item-subtitle {
        font-size: 14px;
    }
}

/* for sectorresults css */
.resume18 .sectorresults_items {
    border: none;
}

/* for poseidon widget gallery */
.resume18 .link__icons {
    display: none;
}

/* invisible smi2, yandex zen */
.smi2_slider,
.layout .widget-container {
    display: none;
}
