
.sub-cats header .constrainedContent,
.sub-cats .interior-wrapper .constrainedContent{
    max-width: 1200px;
}
.product-overview {
    font-size: 1.4rem;
}
.sub-cats header .header-interior{
    overflow: auto;
    max-width: 600px;
}
.sub-cats header h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.sub-cats header .icon-decoration {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 30px auto;
    position: relative;
}
.sub-cats header .icon-decoration .sci-icon {
    background: url(/images/graphics/SCI_logo-swoosh.png) center no-repeat;
    background-size: contain;
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
}
.sub-cats header .icon-decoration:before,
.sub-cats header .icon-decoration:after {
    content: '';
    width: calc(50% - 32px);
    border-top: 1px solid #c9c9c9;
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-cats header .icon-decoration:after {
    left: auto;
    right: 0;
}
.postions-list {
    /*max-width: 400px;*/
    margin: auto;
    margin-top: 30px;
    clear: both;
}
.postions-list table {
    border-collapse: collapse;
    margin: 0 auto 40px;
    max-width: 500px;
    width: 100%;
}
.postions-list table tr {
    background: #fff;
}
.postions-list table tr:nth-of-type(odd) {
    background: #f5f5f5;
}
.postions-list table td span,
.postions-list table tr:first-of-type {
    background: #6d767f;
    color: #fff;
    font-weight: 400;
    display: none;
    visibility: hidden;
    text-align: left;
}
.postions-list table td a span {
    color: #fff;
}
.postions-list ul li div span,
.postions-list ul li:first-of-type div {
    font-size: 11px;
    font-size: 1.1rem;
    /*padding: 13px 10px 13px;*/
}
.postions-list ul li div:first-of-type {
    font-weight: 600;
}
.postions-list ul li:first-of-type {
    pointer-events: none;
}
.postions-list table td:first-of-type img {
    display: inline;
    width: auto;
    max-height: 150px;
    max-width: 90px;
}
.postions-list table td {
    font-size: 1.5rem;

}
.postions-list table td:last-of-type {
    position: relative;
}
.postions-list table td:last-of-type a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.postions-list table th {
    font-size: 1.3rem;
}
.postions-list table td a {
    text-decoration: none;
}
.postions-list table td a:hover,
.postions-list table td a:focus {
    text-decoration: underline;
}
.postions-list table td a:hover span {
    color: #fff;
}
.postions-list table tr td:nth-of-type(2) {
    font-weight: 600;
}
@media only screen and (max-width: 849px) {
    .postions-list table td span {
        padding: 13px 10px 13px;
    }
    .postions-list table td p {
        padding: 13px 0 13px 10px;
    }
    .postions-list table td span {
        display: inline-block;
        visibility: visible;
        width: 120px;
        text-align: right;
        flex:  0 0 auto
    }
    .postions-list table td {
        display: block;
    }
    .postions-list table td a {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: -ms-flex-start;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 850px) {
    .sub-cats header h1 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
    .product-overview {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .postions-list {
        margin-top: 0;
    }
    .postions-list table {
        max-width: none;
        margin-bottom: 110px;
    }
    .postions-list table tr th {
        padding: 25px 0;
        font-weight: 400;
    }
    .postions-list table tr {
        position: relative;
    }
    .postions-list table tr th:last-of-type,
    .postions-list table tr td:last-of-type {
        width: 77px;
    }
    .postions-list table tr:first-of-type {
        display: table-row;
        visibility: visible;
    }
    .postions-list table th:not(:first-of-type),
    .postions-list table td:not(:first-of-type) {
        padding-right: 8px;
    }
    .postions-list table tr:not(:first-of-type) td:last-of-type {
        background: url(/images/graphics/arrow.png) center no-repeat;
    }
    .postions-list table tr td:first-of-type {
        width: 12%;
        text-align: center;
        padding: 8px 0;
    }
    .postions-list ul li div:nth-of-type(2) {
        /*width: 29%;*/
    }
    .postions-list ul li div:nth-of-type(3) {
        /*width: 22%;*/
    }
    section.careers {
        margin-bottom: 50px;
    }
}