* {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition-duration: 200ms;
    transition-property: color,background;
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
    border-radius: 0
}

.cookie-message {
    background: #000;
    color: #fff;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

    .cookie-message .cookie-warning {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%
    }

    .cookie-message p {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cookie-message .buttons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
        flex: 0 1 350px;
        padding-top: 15px
    }

        .cookie-message .buttons .cookie-button {
            display: block;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            background: rgba(0,120,150,1);
            color: #fff;
            text-decoration: none;
            padding: 10px;
            text-align: center;
            font-size: 16px;
            cursor: pointer;
            max-width: 200px
        }

            .cookie-message .buttons .cookie-button:last-of-type {
                margin-left: 15px
            }

    .cookie-message .cookie-details-button {
        display: block;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: rgba(0,120,150,1);
        color: #fff;
        text-decoration: none;
        margin: auto;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        width: 20%
    }

    .cookie-message .buttons .cookie-button:hover {
        background: #fff;
        color: #000
    }

.cookie-usage {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 10px auto;
    padding: 0 10px
}

@media screen and (min-width:1200px) {
    .cookie-usage {
        padding: 0
    }
}

select {
    -webkit-appearance: menulist
}

body {
    font-size: 100.1%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background: #fff;
    color: #222;
    padding-top: 187px;
    min-height: 100vh;
    padding-bottom: 100px
}

    body.footer-extended {
        padding-bottom: 200px
    }

img {
    max-width: 100%
}

body.noscroll {
    overflow: hidden
}

.site-header ul, .page-header ul {
    list-style-type: none
}

.site-header {
    width: 100%;
    display: block;
    position: fixed;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    background: #fff;
    top: 0;
    z-index: 105
}

.highlighted-area {
    background: #f5f5f5;
    padding: 50px 0;
    margin-top: 50px
}

.inner, .fullwidth-img, .collapse-group, .history-nav, .breadcrumb {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: block
}

.history-nav {
    position: relative
}

.history-items .hidden {
    display: none !important
}

.modal-window .collapse-group {
    width: auto
}

.breadcrumb {
    margin: 20px auto
}

.download-group .download-bod .download-stage-header, .download-group .download-body .download-list ul > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f5f5f5
}

    .download-group .download-body .download-list ul > li:last-child {
        border-bottom: 0
    }

    .download-group .download-body .download-list ul > li::after {
        display: block;
        content: '';
        clear: both
    }

.download-group .download-body .document-column {
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%
}

.download-group .download-body .language-column {
    width: 100%
}

.download-group .download-body .download-stage-header {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .download-group .download-body .download-stage-header h2 {
        font-size: 16px
    }

.download-list {
    list-style-type: none;
    margin-bottom: 50px
}

    .download-list > li, .career-list > li {
        margin-bottom: 10px;
        position: relative;
        list-style-type: none
    }

    .download-list li h3, .career-list li {
        border-bottom: 1px solid #d2d2d2;
        padding: 0 0 5px;
        font-size: 17px
    }

.career-list li {
    border-bottom: 1px solid #d2d2d2;
    padding: 0 3px 8px
}

.career-list .career-item {
    display: block
}

.download-list ul li {
    padding: 5px 3px;
    border-bottom: 1px solid #d2d2d2
}

.download-group .download-body a, .career-group .career-body a, .location-group .location-body a {
    text-decoration: none;
    color: rgba(0,120,150,1)
}

    .download-group .download-body a:hover, .career-group .career-body a:hover, .location-group .location-body a:hover {
        color: #000
    }

.download-group .download-body .download-list a:nth-last-child(1n+2)::after {
    content: ' |';
    color: rgba(0,120,150,1)
}

.career-list .career-title {
    font-size: 16px;
    font-weight: 700
}

.career-list .career-details {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,120,150,1)
}

.career-list .link {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 28px;
    height: 28px
}

    .career-list .link img {
        max-width: 100%
    }

.text-content {
    max-width: 1000px;
    margin: 50px auto 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.inner.narrow {
    max-width: 1000px
}

.text-content.single-column {
    display: block
}

    .text-content.single-column.narrow {
        max-width: 600px
    }

.text-content .content-column {
    -webkit-flex: 1 0 66%;
    -ms-flex: 1 0 66%;
    flex: 1 0 66%;
    width: calc((100%/3)*2 - 20px);
    padding-right: 110px
}

    .text-content .content-column img {
        display: block;
        margin-bottom: 30px;
        max-width: 100%
    }

.text-content .side-column {
    width: calc(100%/3);
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%
}

    .text-content .side-column .text-box {
        line-height: 1.4;
        margin-bottom: 30px
    }

        .text-content .side-column .text-box h1 {
            font-size: 16px
        }

        .text-content .side-column .text-box p {
            margin-bottom: 15px
        }

        .text-content .side-column .text-box a {
            color: rgba(0,120,150,1);
            text-decoration: none
        }

            .text-content .side-column .text-box a:hover {
                text-decoration: underline;
                color: #000
            }

.text-content .content-column .video-container, .videos .video-container {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    overflow: hidden
}

    .text-content .content-column .video-container .play-icon, .videos .video-container .play-icon {
        width: 96px;
        height: 96px
    }

    .text-content .content-column .video-container + .video-caption, .videos .video-container + .video-caption {
        margin-top: -30px;
        margin-bottom: 30px
    }

.text-content .content-column .video-caption p, .video .video-container p {
    color: #909090;
    font-size: 16px
}

.text-content .content-column ul, .text-content .content-column p {
    margin-left: 20px;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 30px
}

.text-content .content-column p {
    margin-left: 0
}

.text-content .content-column h2 {
    font-size: 23px;
    margin-bottom: 10px
}

.text-content .content-column h3 {
    font-size: 20px;
    margin-bottom: 5px
}

.text-content .content-column h4 {
    font-size: 18px;
    margin-bottom: 0
}

.text-content .content-column ul li {
    margin-bottom: .8em
}

.text-content a {
    color: rgba(0,120,150,1)
}

    .text-content a:hover, .text-content a:focus {
        color: #000
    }

.breadcrumb ul {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb li {
    margin-right: 10px
}

    .breadcrumb li::after {
        content: '»';
        margin-left: 10px
    }

    .breadcrumb li:last-child::after {
        display: none
    }

.breadcrumb a {
    color: #707070;
    text-decoration: none
}

.breadcrumb li:last-child {
    color: #000;
    font-weight: 600
}

.section-headline, .section-subheadline {
    font-weight: 700;
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 30px
}

    .section-subheadline + .news-date {
        margin-top: -30px;
        margin-bottom: 30px
    }

    .section-headline .highlight {
        color: rgba(0,120,150,1)
    }

.content-column .section-headline:first-child {
    margin-top: 0
}

.section-subheadline {
    font-weight: 400
}

.section-headline + .section-subheadline {
    margin-top: -30px
}

.page-headline {
    font-size: 28px;
    margin: 20px 0;
    font-weight: 700
}

.collapse-group-header, .filter-group {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 5px
}

    .collapse-group-header.filter-header, .filter-group.inner {
        border-bottom: 0
    }

.filter-group, .sublocation-header {
    padding: 10px 0;
    margin-bottom: 0
}

.products, .downloads, .careers, .locations, .videos {
    margin: 30px 0
}

    .videos .video-item > h2 {
        padding: 5px 0
    }

@media screen and (min-width:500px) {
    .videos .download-body {
        padding: 10px 0
    }

    .videos .video-item {
        width: 32%;
        display: inline-block;
        margin-right: calc(2% - 5px);
        vertical-align: bottom
    }

        .videos .video-item:nth-of-type(3n) {
            margin-right: 0
        }
}

@media screen and (min-width:500px) and (max-width:1415px) {
    .videos .video-item > h2 {
        font-size: 16px
    }
}

.product-group .product-headline, .download-group .download-headline, .career-group .career-headline, .news-group .news-headline, .location-group .location-headline {
    font-size: 21px;
    padding: 10px 0;
    font-weight: bold
}

.sublocation-group .sublocation-header, .collapse-group .collapse-group-header, .filter-group .filter-header, .location-group .location-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.sublocation-group .sublocation-headline, .filter-group .filter-headline {
    font-size: 16px
}

.sublocation-group .sublocation-details, .filter-group .filter-details {
    font-size: 12px;
    color: #007896;
    padding-left: 10px
}

.collapse-group .let-group-collapse {
    background: url('../img/arrow-down.svg') center right no-repeat;
    background-size: contain;
    width: 100%;
    height: 40px;
    position: absolute;
    right: 0;
    cursor: pointer;
    outline: none;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 0
}

.sublocation-group .collapse-sublocation {
    top: auto
}

.collapse-group .sublocation-header .let-group-collapse, .collapse-group .overview-header .let-group-collapse, .collapse-group .filter-header .let-group-collapse {
    top: auto;
    height: 20px
}

.collapse-group.hidden .let-group-collapse {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.filter-list, .sublocation-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0 3px 3px
}

.product-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0 3px 3px
}

.sublocation-body li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 3px;
    border-bottom: 1px solid #d2d2d2
}

    .sublocation-body li > div {
        -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%
    }

    .sublocation-body li .name {
        font-weight: bold;
        color: rgba(0,120,150,1)
    }

    .sublocation-body li .contact-button, .location-picker .contact-button, .contact-us .contact-button {
        display: inline-block;
        padding: 10px 15px;
        background: rgba(0,120,150,1);
        color: #fff;
        line-height: 1;
        font-size: 16px;
        cursor: pointer;
        text-decoration: none
    }

        .sublocation-body li .contact-button:hover, .location-picker .contact-button:hover, .contact-us .contact-button:hover {
            background: #2d2d2d;
            color: #fff
        }

.product-stage {
    position: relative
}

.history-nav-buttons {
    position: absolute;
    top: 36%;
    width: 100%
}

    .product-nav button, .history-nav-buttons button {
        top: 40%;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        position: absolute;
        width: 64px;
        height: 64px;
        background: transparent;
        cursor: pointer;
        outline: none
    }

    .history-nav-buttons button {
        top: 4px;
        width: 36px;
        height: 36px
    }

        .product-nav button img, .history-nav-buttons button img {
            max-width: 100%;
            max-height: 100%
        }

    .product-nav .product-btn-next, .history-nav-buttons .history-btn-next {
        right: -84px
    }

    .product-nav .product-btn-prev, .history-nav-buttons .history-btn-prev {
        left: -84px;
        -webkit-transform: translateY(-40%) rotate(180deg);
        -ms-transform: translateY(-40%) rotate(180deg);
        transform: translateY(-40%) rotate(180deg)
    }

    .history-nav-buttons .history-btn-next {
        right: -36px
    }

    .history-nav-buttons .history-btn-prev {
        left: -36px
    }

    .history-nav-buttons button img {
        width: 36px;
        height: 36px
    }

.product-list {
    padding: 36px 0;
    margin-right: -19px
}

    .filter-list li, .product-list li {
        -ms-flex: 0;
        -webkit-flex: 0;
        flex: 0;
        -ms-flex-preferred-size: calc(100%/4);
        -webkit-flex-basis: calc((100%/4) - 19px);
        flex-basis: calc((100%/4) - 19px);
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        line-height: 48px;
        outline: none;
        margin-right: 20px
    }

        .filter-list li.disabled .checkbox {
            border-color: #ccc
        }

        .filter-list li.disabled label {
            color: #ccc
        }

        .filter-list li:nth-child(4n), .product-list:not(.slick-initialized) li:nth-child(4n) {
            margin-right: 0
        }

    .product-list li {
        display: block
    }

.highlighted-area .product-list .image {
    background: #fff;
    outline: none
}

.product-list .image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    height: 360px
}

    .product-list .image img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .product-list .image img.default-img {
            background-color: #f5f5f5;
            height: 285px;
            width: 100%
        }

@media screen and (max-width:500px) {
    .product-list .image {
        height: 200px
    }

        .product-list .image img {
            top: 20%
        }

            .product-list .image img.default-img {
                height: 170px
            }
}

.product-list .image .details {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    -ms-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
    background: rgba(0,120,150,.75);
    padding: 12px 20px;
    line-height: 1;
    color: #fff;
    font-size: 23px;
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

.product-list .image .link {
    position: absolute;
    width: 100%;
    height: 100%
}

.product-list .title {
    position: absolute;
    bottom: 0
}

.product-list .product-title {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 15px;
    color: #007896
}

.product-list .product-number {
    line-height: 1.2;
    display: block;
    font-size: 21px;
    color: #007896;
    font-weight: 700
}

.product-list .image:hover .details {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.filter-list li label {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    line-height: 1.1;
    padding: 11px 0
}

.filter-list.narrow li {
    -ms-flex-preferred-size: calc(100%/6);
    -webkit-flex-basis: calc((100%/6) - 21px);
    flex-basis: calc((100%/6) - 21px)
}

.filter-list .checkbox {
    margin-right: 5px;
    position: relative;
    border: 1px solid #007896;
    transition-property: background,border-color
}

.filter-list li:hover .checkbox {
    background: rgba(0,120,150,.3)
}

.filter-list .checked .checkbox {
    background: #007896 !important
}

.filter-list .checkbox input {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    left: -1px;
    opacity: 0
}

.site-header .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-header .inner-cookie-details {
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 1200px;
    margin: auto;
    display: block;
    -ms-flex-wrap: wrap;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-header .site-logo {
    -ms-flex: 0 1 150px;
    -webkit-flex: 0 1 150px;
    flex: 0 1 150px;
    padding: 20px 0;
    background: #fff
}

    .site-header .site-logo img {
        width: 150px
    }

        .site-header .site-logo img.small {
            display: none;
            width: 75px
        }

.scrolled .site-header .site-logo img {
    height: 70px
}

.scrolled .site-header .site-logo {
    padding-bottom: 10px
}

    .scrolled .site-header .site-logo img.small {
        display: block
    }

.site-header .secondary-menu {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: calc(100% - 150px);
    -webkit-flex-basis: calc(100% - 150px);
    flex-basis: calc(100% - 150px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background: #fff;
    z-index: 100;
    height: 48px
}

.site-header .main-menu {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: calc(100% - 200px);
    -webkit-flex-basis: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
    margin-left: -20px;
    background: #fff
}

    .site-header .main-menu ul, .site-header .secondary-menu ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

        .site-header .main-menu a, .site-header .secondary-menu ul > li > a {
            color: #000;
            padding: 0 15px;
            text-decoration: none;
            display: block;
            line-height: 48px
        }

.site-header .secondary-menu .language-switch {
    background: #f4f5f5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

    .site-header .secondary-menu .language-switch a {
        text-decoration: none
    }

    .site-header .secondary-menu .language-switch > a {
        padding-right: 5px
    }

    .site-header .secondary-menu .language-switch:hover {
        background-color: #e8e8e8;
        color: #000
    }

.site-header .main-menu a {
    font-weight: 700
}

.site-header .secondary-menu a:hover {
    color: #007896
}

.site-header .main-menu a:hover, .site-header .main-menu .active a {
    color: #fff;
    background: #007896
}

.sub-navigation {
    position: fixed;
    width: 100%;
    max-width: 1200px;
    background: rgba(0,120,150,.9);
    left: 50%;
    -webkit-transform: translate(-50%,-110%);
    -ms-transform: translate(-50%,-110%);
    transform: translate(-50%,-110%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    overflow: hidden;
    z-index: 104;
    top: 187px;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms,-webkit-transform 500ms
}

    .sub-navigation.active {
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

.scrolled .sub-navigation {
    top: 114px
}

.sub-navigation ul {
    list-style-type: none;
    display: none;
    width: 275px
}

    .sub-navigation ul.active {
        display: block
    }

.sub-navigation .nav {
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    background: rgba(0,120,150,.75)
}

    .sub-navigation .nav a {
        font-weight: 400;
        color: #fff;
        padding: 5px 20px;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,.4);
        line-height: 48px
    }

    .sub-navigation .nav li:last-child a {
        border-bottom: 0
    }

    .sub-navigation .nav a:hover, .sub-navigation .nav .active > a {
        color: #007896;
        background: #f5f5f5;
        border-bottom: 1px solid rgba(0,120,150,.4)
    }

.sub-navigation .content {
    padding: 20px;
    width: 100%;
    overflow: hidden;
    max-height: calc(100vh - 187px)
}

.scrolled .sub-navigation .content {
    max-height: calc(100vh - 114px);
    padding: 0
}

.scrolled .sub-navigation.active .content {
    max-height: calc(100vh - 114px);
    padding: 20px
}

.sub-navigation .content div[data-subitem], .sub-navigation .content div[data-item] {
    display: none
}

    .sub-navigation .content div[data-subitem].active, .sub-navigation .content div[data-item].active {
        display: block
    }

.sub-navigation .content h1 {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px
}

.sub-navigation .content p {
    max-width: 550px;
    margin-bottom: 30px
}

.sub-navigation .content a {
    text-decoration: none;
    color: #fff;
    width: 80%
}

.sub-navigation .content .show-more a {
    display: block;
    border: 1px solid #fff;
    height: 0;
    padding-bottom: calc(100% - 2px);
    position: relative;
    transition-property: background
}

.sub-navigation .content .product-nav li.show-more a {
    width: 100%
}

.sub-navigation .content .show-more a:hover {
    background: #fff;
    color: rgba(0,120,150,1)
}

.sub-navigation .content .show-more span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    font-weight: 500
}

.sub-navigation .content ul {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .sub-navigation .content ul > li {
        -ms-flex: 1;
        -webkit-flex: 1 1 33%;
        flex: 1 1 33%;
        max-width: calc(100%/3);
        margin-bottom: 20px
    }

.sub-navigation .content .product-nav {
    margin-right: -20px;
    width: auto;
    min-width: 100%
}

    .sub-navigation .content .product-nav > li {
        -ms-flex-preferred-size: calc(100%/5);
        -webkit-flex-basis: calc(100%/5);
        flex-basis: calc(100%/5);
        padding-right: 20px;
        max-width: calc(100%/5);
        position: relative
    }

    .sub-navigation .content .product-nav .image {
        width: 100%;
        background: #fff;
        height: 0;
        padding-bottom: 100%;
        margin-bottom: 5px;
        position: relative;
        overflow: hidden
    }

        .sub-navigation .content .product-nav .image img {
            width: 87%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

            .sub-navigation .content .product-nav .image img[src$=".jpg"], .sub-navigation .content .product-nav .image img[src*=".ashx"] {
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                display: block;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }

.sub-navigation .content .subnav > li {
    border-top: 1px solid rgba(255,255,255,.4);
    padding-top: 20px
}

    .sub-navigation .content .subnav > li:nth-last-child(-n+3) {
        margin-bottom: 0
    }

    .sub-navigation .content .subnav > li:nth-child(-n+3) {
        margin-bottom: 20px;
        border-top: none;
        padding-top: 0
    }

.sub-navigation .content ul > li .parent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding: 5px
}

.sub-navigation .content .icon {
    margin-right: 10px;
    width: 36px;
    height: 36px
}

    .sub-navigation .content .icon img {
        display: block;
        max-width: 100%;
        max-height: 100%
    }

.sub-navigation .content ul ul {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    display: block
}

    .sub-navigation .content ul ul li {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 8px;
        position: relative;
        max-width: none
    }

        .sub-navigation .content ul ul li a {
            padding: 5px;
            padding-left: 51px;
            display: block
        }

        .sub-navigation .content ul ul li:last-child {
            margin-bottom: 0
        }

        .sub-navigation .content .product-nav a::before, .sub-navigation .content ul ul li a::before, .sub-navigation .content .parent a::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .sub-navigation .content ul ul li:hover, .sub-navigation .content ul > li .parent:hover {
            background: rgba(0,0,0,.2)
        }

.site-search {
    height: 48px;
    position: relative;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    overflow: hidden
}

    .site-search input {
        padding: 10px 0;
        background: #f5f5f5;
        position: absolute;
        right: 0;
        height: 100%;
        transition: width 350ms;
        display: block;
        width: 0;
        font-size: 18px
    }

.main-search input {
    padding: 10px;
    background: #f5f5f5;
    transition: width 350ms;
    display: block;
    width: 100%;
    font-size: 18px;
    margin-right: 5px;
    border: 1px solid #d2d2d2
}

    .main-search input:focus {
        border-color: #2d2d2d;
        outline: none
    }

.main-search .submit {
    width: 48px;
    background-color: rgba(0,120,150,1);
    cursor: pointer
}

    .main-search .submit img {
        display: block;
        margin: auto
    }

#main-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.site-search input {
    border: 1px solid #d2d2d2;
    border-bottom-width: 0;
    width: 100%;
    outline: none;
    padding: 10px
}

.site-search .open-search, .site-search .submit {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    position: absolute;
    right: 0;
    background: transparent;
    width: 48px
}

.site-search .submit {
    background: transparent;
    height: 48px;
    z-index: 100;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 250ms 250ms;
    transition: transform 250ms 250ms;
    transition: transform 250ms 250ms,-webkit-transform 250ms 250ms
}

.site-search.active .submit {
    width: 48px;
    z-index: 15;
    height: 48px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.site-search .open-search {
    z-index: 10
}

    .site-search .open-search img {
        width: 48px;
        height: 48px;
        padding: 10px
    }

.site-footer {
    background-color: #007896;
    color: #fff;
    width: 100%;
    margin-top: 15px;
    position: fixed;
    bottom: 0;
    z-index: 50
}

.footer-content {
    padding: 15px 0
}

.site-footer h1 {
    font-weight: 500;
    font-size: 20px;
    float: left;
    margin-right: 15px
}

.page-header {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    background-color: #333;
    position: relative
}

.page-header-item {
    padding-bottom: 35.28%;
    height: 0
}

.page-header.narrow {
    width: 1200px;
    height: 423px;
    margin-bottom: 30px
}

.page-header .inner {
    position: relative;
    z-index: 10
}

.page-header li, .page-header .page-header-video, .page-header .page-header-image, .page-header .page-header-media {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .page-header li.hidden {
        display: none
    }

.page-header .header-nav {
    position: absolute;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 10
}

    .page-header .header-nav button {
        width: 32px;
        height: 32px;
        -ms-flex: 0 0 32px;
        -webkit-flex: 0 0 32px;
        flex: 0 0 32px;
        margin-right: 1px;
        cursor: pointer;
        background: rgba(0,0,0,.7);
        padding: 8px
    }

        .page-header .header-nav button:focus {
            background: rgba(0,0,0,.7);
            outline: none
        }

        .page-header .header-nav button:hover {
            background: rgba(0,120,150,.7)
        }

        .page-header .header-nav button img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            margin: auto
        }

        .page-header .header-nav button[data-action="prev"] img {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.page-header-nav, .page-header-caption {
    margin: auto;
    width: 1200px;
    background-color: #f5f5f5;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 15px
}

.page-header-captionn {
    background: #2d2d2d;
    color: #fff;
    padding: 10px 15px
}

.page-header-product-caption {
    margin: auto;
    width: 1200px;
    background: rgba(0,120,150,.7);
    padding: 15px;
    position: relative;
    color: #fff
}

@media screen and (min-width:1415px) {
    .page-header-product-caption {
        top: -50px
    }
}

.page-header-caption, .page-header-product-caption.hidden {
    display: none
}

.page-header-caption, .page-header-product-caption .hidden {
    display: none
}

.page-header-nav ul {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    .page-header-nav ul li div {
        height: 0;
        width: 190px;
        padding-bottom: 53.25%;
        background: #333;
        position: relative;
        -webkit-flex: 0 1 190px;
        -ms-flex: 0 1 190px;
        flex: 0 1 190px;
        margin-right: 10px;
        overflow: hidden;
        cursor: pointer
    }

    .page-header-nav ul li img {
        position: absolute;
        width: 100%
    }

    .page-header-nav ul li:last-child {
        margin-right: 0
    }

.page-header .image, .page-header video, .grid-item .image, .video-container .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    transition-duration: 500ms;
    top: 0;
    left: 0
}

    .page-header .video.hidden, .page-header .image.hidden, .grid-item .image.hidden {
        opacity: 0
    }

.grid-item .grid-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.grid-item .box-content {
    background: rgba(0,120,150,.7);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    -webkit-transform: translateY(100%) translateY(-48px);
    -ms-transform: translateY(100%) translateY(-48px);
    transform: translateY(100%) translateY(-48px);
    transition-property: background,padding-top,-webkit-transform;
    transition-property: background,transform,padding-top;
    transition-property: background,transform,padding-top,-webkit-transform;
    transition-duration: 450ms
}

.grid-item .box-linktitle {
    background: rgba(0,120,150,.7);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 48px;
    z-index: 10
}

    .grid-item .box-linktitle h1 {
        font-size: 16px;
        padding: 5px 10px;
        line-height: 1.1;
        font-weight: 500
    }

.brand-values .grid-item .tile-content, .history .grid-item .tile-content {
    color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    padding: 25px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brand-values .grid-item .tile-content, .partners .grid-item .tile-content {
    padding: 35px;
    display: block
}

.brand-values .grid-item .tile-content {
    max-width: 590px
}

    .brand-values .grid-item .tile-content h1, .partners .grid-item .tile-content h1, .history .grid-item .tile-content h1 {
        font-size: 28px;
        margin-bottom: 35px
    }

.partners .grid-item .tile-content h1 {
    margin-bottom: 15px
}

.brand-values .grid-item .tile-content h2, .partners .grid-item .tile-content h2, .history .grid-item .tile-content h2 {
    font-size: 28px;
    margin-top: -35px;
    margin-bottom: 5px;
    font-weight: 400
}

.partners .grid-item .tile-content .date {
    display: block;
    margin-bottom: 15px
}

.brand-values .grid-item .tile-content p, .partners .grid-item .tile-content p, .history .grid-item .tile-content p {
    font-size: 18px;
    line-height: 1.5
}

.brand-values .grid-item .tile-content p, .partners .grid-item .tile-content p {
    font-size: 21px
}

.grid-item:hover .box-content {
    -webkit-transform: translateY(0) translateY(0);
    -ms-transform: translateY(0) translateY(0);
    transform: translateY(0) translateY(0);
    background: rgba(0,120,150,.9);
    padding-top: 10px;
    overflow: auto
}

.grid-item .box-content h1 {
    padding: 0 20px;
    font-size: 21px;
    font-weight: 500;
    line-height: 48px
}

.grid-item .box-content .text {
    margin-top: 15px
}

.grid-item .box-content p {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3
}

.news .grid-item:hover .image, .video-container:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (max-width:500px) {
    .grid-item .image-container {
        height: 200px
    }
}

.page-header h1 {
    font-weight: 600;
    padding: 120px 0 45px
}

    .page-header h1::after {
        clear: both;
        content: '';
        display: block
    }

    .page-header h1 span {
        display: block;
        background: #007896;
        color: #fff;
        float: left;
        clear: left;
        padding: 8px 10px;
        line-height: 1
    }

        .page-header h1 span:nth-child(even) {
            margin-left: 120px
        }

.page-header h2 {
    clear: left;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.page-header .headline {
    color: #fff;
    position: absolute;
    z-index: 10;
    padding: 15px 20px;
    background: rgba(0,120,150,.7);
    height: auto;
    width: 100%;
    text-shadow: 0 0 30px rgba(0,0,0,.2);
    bottom: 0
}

    .page-header .headline h1 {
        padding: 0;
        display: inline-block;
        font-size: 32px;
        line-height: 1
    }

    .page-header .headline h2 {
        display: block
    }

.page-header .alternate .headline h2 {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px
}

.page-header .show-more {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    background: #007896;
    padding: 8px;
    line-height: 1;
    text-decoration: none
}

.content-grid .grid-item .box-content .show-more, .box-content .see-all {
    display: inline-block;
    margin: 0 20px;
    color: #007896;
    background: #fff;
    padding: 15px 20px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600
}

    .box-content .show-more:hover, .box-content .see-all:hover {
        background: #2d2d2d !important;
        color: #fff
    }

.page-header .show-more:hover {
    background: #000
}

.application-desk .image-nav {
    position: absolute;
    right: 0;
    top: -100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 10
}

    .application-desk .image-nav button {
        width: 32px;
        height: 32px;
        -ms-flex: 0 0 32px;
        -webkit-flex: 0 0 32px;
        flex: 0 0 32px;
        margin-right: 1px;
        cursor: pointer;
        background: rgba(0,0,0,.7);
        padding: 8px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

        .application-desk .image-nav button:focus {
            background: rgba(0,0,0,.7);
            outline: none
        }

        .application-desk .image-nav button:hover {
            background: rgba(0,120,150,.7)
        }

        .application-desk .image-nav button img {
            display: block;
            max-width: 100%;
            max-height: 100%
        }

        .application-desk .image-nav button[data-action="prev"] img {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.browse-applications {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .browse-applications .application-list {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
        z-index: 10;
        background: #f5f5f5;
        margin-bottom: 20px;
        list-style-type: none
    }

    .browse-applications img {
        display: block
    }

    .browse-applications .application-list > li {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: #f5f5f5;
        margin-right: 10px;
        padding: 15px 20px;
        position: relative
    }

        .browse-applications .application-list > li:last-child {
            margin-right: 0
        }

        .browse-applications .application-list > li > button {
            color: #000;
            background: transparent;
            text-decoration: none;
            font-size: 17px;
            text-align: left;
            display: block;
            cursor: pointer;
            outline: none
        }

            .browse-applications .application-list > li > button::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

        .browse-applications .application-list > li::after {
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            content: '';
            width: 0;
            height: 5px;
            transition: width 200ms;
            background-color: #007896
        }

        .no-touch .browse-applications .application-list > li:hover::after, .browse-applications .application-list > li.active::after {
            width: 100%
        }

.content-grid {
    margin-bottom: 50px;
    overflow: hidden
}

    .content-grid.header {
        margin-bottom: -20px;
        overflow: visible
    }

    .content-grid .inner > ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -21px;
        list-style-type: none
    }

    .content-grid ul .grid-item, .download-box {
        width: calc((100%/3) - 20px);
        background-color: #f5f5f5;
        margin: 0 20px 20px 0;
        position: relative;
        transition-property: width;
        overflow: hidden;
        transition-duration: 500ms
    }

.modal-window .download-box, .side-column .download-box, .single-product .download-box {
    width: 100%;
    margin-top: 35px
}

.side-column .download-box {
    margin-top: 0;
    margin-bottom: 50px;
    position: relative
}

    .side-column .download-box:last-child {
        margin-bottom: 0
    }

.content-grid ul .grid-item .news-box {
    height: 0;
    padding-bottom: 100%
}

    .content-grid ul .grid-item .news-box.career {
        height: 0;
        padding-bottom: 100%;
        background-color: #007896;
        color: #fff
    }

.content-grid ul .grid-item.wide .news-box {
    padding-bottom: 52%;
    width: 100%
}

.content-grid ul .grid-item.career {
    background-color: #007896;
    color: #fff
}

.content-grid ul .grid-item.wide {
    width: calc((100%/3)*2 - 20px)
}

.content-grid ul .grid-item.expanded {
    width: 100%
}

.content-grid .news-title {
    color: #fff;
    position: absolute;
    z-index: 10;
    padding: 68px 30px 100px;
    background: linear-gradient(135deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 100%);
    height: 100%;
    width: 100%;
    text-shadow: 0 0 30px rgba(0,0,0,.2)
}

    .content-grid .news-title h1 {
        font-size: 26px;
        font-weight: 700
    }

        .content-grid .news-title h1 a {
            color: #fff;
            text-decoration: none
        }

            .content-grid .news-title h1 a::before {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0
            }

    .content-grid .news-title h2 {
        font-size: 26px;
        font-weight: 400
    }

.content-grid .news-entry .news-title {
    color: #fff;
    position: absolute;
    z-index: 10;
    padding: 15px 20px;
    background: rgba(0,0,0,.15);
    height: auto;
    width: 100%;
    text-shadow: 0 0 30px rgba(0,0,0,.2);
    bottom: 0
}

.content-grid.header .news-entry .news-title {
    background: rgba(0,120,150,.7)
}

    .content-grid.header .news-entry .news-title h1 {
        font-size: 32px
    }

    .content-grid.header .news-entry .news-title h2 {
        font-size: 16px;
        margin-top: 5px
    }

.content-grid .news-entry .news-title h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1
}

.content-grid .news-entry .news-title h2 {
    font-size: 24px;
    font-weight: 400
}

.content-grid .box-title h1, .download-box .box-title h1 {
    color: #fff;
    background: #2d2d2d;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    z-index: 11;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.content-grid.header .box-title h1 {
    position: relative;
    width: 100%;
    background-color: #007896;
    text-transform: none;
    font-size: 24px;
    padding-top: 50px
}

.content-grid .expandable .box-title h1 {
    padding-top: 34px
}

.content-grid button.show-more, .content-grid button.show-more, .content-grid button.see-all {
    display: block;
    background: #f5f5f5;
    color: #007896;
    padding: 15px;
    width: 100%;
    max-width: 30%;
    margin: 30px auto;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer
}

.content-grid .show-more:hover, .content-grid .see-all:hover {
    background: #007896;
    color: #fff
}

.content-grid .grid-item ul {
    list-style-type: none
}

    .content-grid .grid-item ul li, .download-box li {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(0,0,0,.3);
        width: 100%;
        position: relative
    }

.content-grid .grid-item ul, .download-box ul {
    border-bottom: 1px solid rgba(0,0,0,.3)
}

    .content-grid .grid-item ul li:last-child, .download-box li:last-child, .content-grid .grid-item :last-child, .download-box ul:last-child {
        border-bottom: none
    }

.content-grid .grid-item.application-nav ul li {
    padding: 22px 20px
}

.content-grid .grid-item.expandable ul li {
    padding: 10px 20px
}

.content-grid.header .grid-item ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .content-grid.header .grid-item ul li a {
        line-height: 1.3
    }

    .content-grid.header .grid-item ul li:hover, .content-grid.header .grid-item ul li.active {
        background: #003e58
    }

        .content-grid.header .grid-item ul li:hover a, .content-grid.header .grid-item ul li.active a {
            color: #fff
        }

    .content-grid.header .grid-item ul li a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
    }

    .content-grid.header .grid-item ul li:last-child {
        border-bottom: none
    }

    .content-grid.header .grid-item ul li .icon {
        width: 58px;
        height: 58px;
        margin-right: 20px
    }

        .content-grid.header .grid-item ul li .icon img {
            width: 100%
        }

.content-grid .grid-item ul li .date, .box-body .date {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

.content-grid .grid-item ul li .title, .download-box li .title {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis
}

    .content-grid .grid-item ul li .title br, .download-box li .title br {
        display: none
    }

.content-grid .grid-item.career ul li .title {
    color: #fff
}

.content-grid .news-box.career ul li .title {
    color: #fff
}

.download-box li .title {
    color: #df9d5d !important;
    font-weight: 500 !important
}

.download-box.alternate li .title {
    color: #007896 !important;
    font-weight: 500 !important
}

.download-box li .details {
    font-weight: 500
}

.content-grid .grid-item.events ul li .date {
    color: #007896
}

.content-grid .grid-item ul li .link, .download-box .link {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    height: 100%;
    background: transparent
}

    .content-grid .grid-item ul li .link img, .download-box .link img {
        max-width: 100%;
        width: 45px;
        padding: 5px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform
    }

    .content-grid .grid-item ul li .link:hover img, .download-box .link:hover img {
        -webkit-transform: translate(5px,-50%);
        -ms-transform: translate(5px,-50%);
        transform: translate(5px,-50%)
    }

.content-grid .grid-item .box-body, .download-box .box-body {
    padding-top: 48px
}

    .content-grid .grid-item .box-body .hidden, .download-box .box-body .hidden {
        display: none !important
    }

.content-grid.header .box-body {
    padding-top: 0
}

.content-grid .grid-item .show-more, .download-box .box-body .show-more, .download-box .box-body .show-less, .content-grid .grid-item .box-body .see-all, .download-box .box-body .see-all {
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    margin: 15px 20px;
    text-decoration: none;
    border: 1px solid #007896;
    padding: 5px 8px;
    color: #007896;
    display: inline-block
}

.content-grid .download-box .box-body .show-more, .content-grid .download-box .box-body .show-less {
    position: absolute;
    bottom: 0
}

.content-grid.brand-values .grid-item .show-more, .content-grid.partners .grid-item .show-more {
    position: absolute;
    bottom: 35px;
    left: 35px;
    margin: 0;
    z-index: 10
}

.content-grid .grid-item .show-more:hover, .download-box .box-body .show-more:hover, .download-box .box-body .show-less:hover, .content-grid .grid-item .box-body .see-all:hover, .download-box .box-body .see-all:hover {
    background-color: #007896;
    color: #fff
}

.content-grid .grid-item.career .box-body .show-more {
    color: #fff;
    border-color: #fff
}

    .content-grid .grid-item.career .box-body .show-more:hover {
        background-color: #fff;
        color: #007896
    }

.content-grid .news-box.career .box-body .show-more {
    color: #fff;
    border-color: #fff
}

    .content-grid .news-box.career .box-body .show-more:hover {
        background-color: #fff;
        color: #007896
    }

.browse-applications .application-desk {
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -20px
}

    .browse-applications .application-desk .application-nav .hidden {
        display: none
    }

    .browse-applications .application-desk .application-image li img {
        transition: 1500ms opacity
    }

    .browse-applications .application-desk .application-image .hidden img {
        opacity: 0
    }

.browse-applications .application-image {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: calc((100%/3)*2 - 20px);
    background: #f5f5f5;
    overflow: hidden;
    position: relative
}

    .browse-applications .application-image > div {
        padding-bottom: 68.25%;
        height: 0
    }

    .browse-applications .application-image::before {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10
    }

    .browse-applications .application-image .image-container {
        transition-property: opacity,transform,-webkit-transform;
        transition-duration: 500ms
    }

        .browse-applications .application-image .image-container ul img {
            max-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

.browse-applications .label-list {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.browse-applications .hidden .label-list {
    opacity: 0
}

.browse-applications .label-list .label {
    font-size: 18px;
    font-weight: 700;
    margin-right: 30px;
    opacity: .3;
    transition: opacity 2000ms
}

.browse-applications .label-list .hidden {
    opacity: 1 !important
}

.browse-applications .label-list .active .label {
    opacity: 1
}

.browse-applications .application-nav-top {
    height: 120px;
    overflow: hidden
}

.browse-applications .application-nav {
    width: calc((100%/3) - 20px);
    background: #f5f5f5;
    margin-right: 20px;
    position: relative;
    overflow: auto;
    max-height: 550px
}

    .browse-applications .application-nav ul {
        width: 100%
    }

        .browse-applications .application-nav ul li, .mobile-application-nav li {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            padding: 12px;
            border-bottom: 1px solid rgba(0,0,0,.1);
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            cursor: pointer;
            transition: background 200ms;
            line-height: 57px;
            position: relative
        }

.mobile-application-nav li {
    line-height: 48px;
    padding: 0 10px
}

    .mobile-application-nav li:last-child {
        border-bottom: 0
    }

.browse-applications .application-nav ul li:hover {
    color: #fff;
    background: #003e58
}

.browse-applications .application-nav ul li .icon img {
    width: 56px;
    height: 56px;
    margin-right: 15px
}

.browse-applications .application-nav ul li .title, .mobile-application-nav .title {
    font-size: 18px;
    color: #000;
    text-decoration: none
}

    .browse-applications .application-nav ul li .title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.browse-applications .application-nav ul li:hover .title {
    color: #fff
}

.social {
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 15px 0 0
}

    .social li {
        margin-right: 20px;
        max-width: 42px
    }

        .social li:last-child {
            margin-right: 0
        }

.dummy-img {
    display: block;
    margin: auto
}

.layer.hidden {
    opacity: 0;
    left: 100%;
    transition: opacity 300ms,left 0ms 300ms
}

.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.85);
    z-index: 1000;
    transition: opacity 300ms
}

    .layer.nav {
        z-index: 100;
        background: rgba(0,0,0,.55)
    }

.modal-window.hidden {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: -200%;
    opacity: 0;
    transition: opacity 300ms,left 0ms 300ms
}

.modal-window.newsletter-signup {
    width: 100%;
    padding: 50px;
    background: #fff;
    max-width: 700px
}

    .modal-window.newsletter-signup h2 {
        font-weight: 400;
        margin-bottom: 35px;
        font-size: 28px
    }

    .modal-window.newsletter-signup h1 {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 0
    }

    .modal-window.newsletter-signup .text {
        font-size: 19px;
        max-width: 550px;
        margin-bottom: 30px
    }

.modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    z-index: 1005;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    transition: opacity 300ms
}

    .modal-window .modal-header-image img, .product-content .product-image img {
        max-width: 100%;
        display: block
    }

.product-content .product-image img {
    margin-bottom: 35px
}

    .product-content .product-image img:last-child {
        margin-bottom: 0
    }

.modal-window .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0,120,150,.5);
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: 36px;
    line-height: 1;
    cursor: pointer
}

.modal-window.newsletter-signup .modal-close {
    background: rgba(0,120,150,1)
}

.modal-window .modal-close:hover {
    background: rgba(45,45,45,.5)
}

.product-intro {
    background: #f5f5f5;
    padding: 50px 65px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: auto;
    margin-top: -30px
}

@media screen and (max-width:980px) {
    .product-intro.narrow {
        margin-top: 0
    }
}

.modal-window .product-intro {
    margin-top: 0
}

.product-intro .product-name, .product-content .product-image {
    margin-right: 55px;
    -webkit-flex: 0 0;
    -ms-flex: 0 0;
    flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 55px);
    -webkit-flex-basis: calc(50% - 55px);
    flex-basis: calc(50% - 55px)
}

    .product-intro .product-name h1 {
        font-size: 37px;
        line-height: 1.1;
        font-weight: 700
    }

    .product-intro .product-name .product-number {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 20px;
        display: block
    }

.product-intro .product-description, .product-content .product-details {
    width: 100%;
    font-size: 16px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .product-content .product-details .overview-group {
        padding-top: 5px
    }

    .product-content .product-details .overview-data {
        list-style-type: none
    }

        .product-content .product-details .overview-data li {
            padding: 5px;
            border-bottom: 1px solid #d2d2d2;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

            .product-content .product-details .overview-data li .number {
                padding-right: 20px;
                font-weight: bold
            }

    .product-content .product-details .overview-table {
        border-collapse: collapse;
        width: 100%
    }

        .product-content .product-details .overview-table tr {
            border-bottom: 1px solid #d2d2d2
        }

        .product-content .product-details .overview-table th, .product-content .product-details .overview-table td {
            padding: 5px;
            text-align: left
        }

    .product-intro .product-description li {
        list-style-type: none;
        margin-bottom: 6px;
        line-height: 1.3
    }

.product-content {
    background: #fff;
    padding: 50px 65px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .product-content .product-details {
        margin-top: -4px;
        width: calc(50% + 60px);
        min-width: calc(50% + 60px)
    }

        .product-content .product-details .details-headline {
            color: #007896;
            font-size: 21px;
            font-weight: 400;
            line-height: 1;
            text-transform: uppercase;
            margin-bottom: 20px
        }

        .product-content .product-details .overview-headline {
            font-size: 18px;
            padding: 5px 0;
            padding-right: 30px
        }

.jump-navigation {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 50px;
    overflow: hidden;
    transition: max-width 500ms
}

    .jump-navigation:hover {
        max-width: 100%
    }

    .jump-navigation ul {
        list-style-type: none
    }

    .jump-navigation li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .jump-navigation a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        padding: 8px 20px;
        line-height: 1;
        display: block;
        text-align: right;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap
    }

        .jump-navigation a:hover, .jump-navigation a.active {
            color: rgba(0,120,150,1)
        }

        .jump-navigation a::after {
            content: '';
            display: block;
            width: 24px;
            height: 24px;
            float: right;
            background: #fff;
            border: 1px solid #aaa;
            border-radius: 100%;
            margin-left: 10px;
            transition: background-color 200ms,border-color 200ms;
            -webkit-flex: 0 0 24px;
            -ms-flex: 0 0 24px;
            flex: 0 0 24px
        }

        .jump-navigation a:hover::after, .jump-navigation a.active::after {
            background-color: rgba(0,120,150,1);
            border-color: rgba(0,120,150,1)
        }

.content-grid ul .grid-item.expandable.open {
    overflow: visible;
    z-index: 100
}

.content-grid .grid-item.expandable .box-body {
    background: #f5f5f5
}

.expandable .show-more-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 8px 0 9px
}

.expandable.open .show-more-container {
    display: none
}

.content-grid .grid-item.expandable ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0
}

.content-grid .grid-item.expandable li {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.map .show-more-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transform: translateX(10000px);
    -ms-transform: translateX(10000px);
    transform: translateX(10000px);
    transition: opacity 500ms,-webkit-transform 0ms 500ms;
    transition: opacity 500ms,transform 0ms 500ms;
    transition: opacity 500ms,transform 0ms 500ms,-webkit-transform 0ms 500ms
}

.map .show-more {
    margin: 15px 20px;
    text-decoration: none;
    padding: 15px 20px;
    color: #fff;
    font-size: 21px;
    display: block;
    line-height: 1;
    background: #007896;
    cursor: pointer
}

    .map .show-more:hover {
        background: #fff;
        color: #007896
    }

.map.expanded .show-more-container {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: opacity 750ms,-webkit-transform 0ms;
    transition: opacity 750ms,transform 0ms;
    transition: opacity 750ms,transform 0ms,-webkit-transform 0ms;
    z-index: 10
}

.content-grid.history {
    margin-bottom: 0
}

.history-nav ul {
    list-style-type: none;
    width: 100%;
    background: rgba(0,120,150,1);
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    height: 48px
}

    .history-nav ul li {
        float: left;
        -webkit-flex: 0 1;
        -ms-flex: 0 1;
        flex: 0 1;
        -ms-flex-preferred-size: calc(100%/6);
        -webkit-flex-basis: calc(100%/6);
        flex-basis: calc(100%/6);
        width: calc(100%/6);
        line-height: 48px;
        text-align: center;
        font-size: 21px;
        margin-right: -1px;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .history-nav ul li::before, .history-nav ul li::after {
            content: '';
            position: absolute;
            right: 0;
            background: #fff;
            height: 50%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 1px;
            transition: background 200ms
        }

        .history-nav ul li::before {
            right: auto;
            left: -1px;
            height: 100%;
            background-color: transparent
        }

        .history-nav ul li:hover::before, .history-nav ul li:hover::after, .history-nav ul li:hover, .history-nav ul li.active::before, .history-nav ul li.active::after, .history-nav ul li.active {
            background: #2d2d2d
        }

.video-link {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1)
}

.video-modal-close {
    text-align: right;
    height: 20px !important;
    padding-bottom: 0 !important;
    margin-right: 5%;
    width: 98% !important
}

    .video-modal-close a {
        color: #fff !important;
        display: block;
        text-decoration: none;
        margin-bottom: 4px;
        margin-top: 4px
    }

.play-icon {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    display: block;
    z-index: 10;
    color: #000;
    opacity: .7;
    cursor: pointer;
    transition-property: opacity
}

.video-link:hover .play-icon {
    opacity: 1
}

.floating-video {
    background: #333;
    width: 100%;
    max-width: 1280px;
    position: fixed;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 1005;
    overflow-y: hidden
}

    .floating-video div {
        width: 100%;
        padding-bottom: 56.25%;
        height: 0
    }

    .floating-video iframe {
        position: absolute;
        width: 100%;
        height: 100%
    }

.search-results {
    margin-top: 50px
}

.news-list {
    list-style-type: none
}

.search-results .news-list {
    border-top: 1px solid #d2d2d2
}

.news-list li {
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer
}

    .news-list li .news-category, .news-list li .news-image {
        -webkit-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        width: 180px;
        margin-right: 25px
    }

    .news-list li .news-category {
        background: transparent;
        color: rgba(0,120,150,1);
        font-weight: bold
    }

    .news-list li .news-image img {
        margin: auto;
        display: block;
        max-width: 100%
    }

    .news-list li .news-image [src="https://d1wjqpla5hnye5.cloudfront.net/default_image.svg"] {
        padding: 10px;
        margin: auto;
        display: block
    }

    .news-list li .news-content {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

.news-date {
    color: rgba(0,120,150,1);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 5px
}

.news-list li .news-title {
    font-size: 18px;
    line-height: 1.4
}

.news-list li .news-text {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 50px
}

.news-list li .link {
    -webkit-flex: 0 0 48px;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

    .news-list li .link img {
        width: 48px
    }

.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .pagination li {
        margin-left: 5px
    }

    .pagination a {
        padding: 8px 14px;
        line-height: 1;
        font-size: 14px;
        text-decoration: none;
        border: 1px solid rgba(0,120,150,1);
        color: rgba(0,120,150,1)
    }

        .pagination a:hover, .pagination .active a {
            color: #fff;
            background: rgba(0,120,150,1)
        }

.archive-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    position: relative
}

    .archive-header .section-headline {
        margin: 0 15px 0 0
    }

.archive-container {
    position: relative
}

.language-switch .archive-container {
    position: static
}

.archive-container .open-archives {
    width: 100%;
    height: 36px;
    padding: 6px;
    background: transparent;
    cursor: pointer;
    outline: none
}

.language-switch .archive-container .open-archives {
    width: 48px;
    height: 48px;
    padding: 12px
}

.archive-container .open-archives.download {
    display: block;
    float: left
}

    .archive-container .open-archives.download .document-title {
        float: left
    }

.archive-container .open-archives img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    float: right
}

.archive-container .archives {
    position: absolute;
    top: 32px;
    right: 0;
    background: rgba(0,120,150,1);
    color: #fff;
    list-style-type: none;
    z-index: 10;
    transition: opacity 200ms,-webkit-transform 0ms;
    transition: opacity 200ms,transform 0ms;
    transition: opacity 200ms,transform 0ms,-webkit-transform 0ms
}

.language-switch .archive-container .archives {
    min-width: 100%;
    top: 48px
}

.archive-container .archives.hidden {
    opacity: 0;
    -webkit-transform: translateX(-999999px);
    -ms-transform: translateX(-999999px);
    transform: translateX(-999999px);
    transition: opacity 200ms,-webkit-transform 0ms 200ms;
    transition: opacity 200ms,transform 0ms 200ms;
    transition: opacity 200ms,transform 0ms 200ms,-webkit-transform 0ms 200ms
}

.archive-container .archives li {
    padding: 0 25px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    cursor: pointer;
    line-height: 48px;
    font-size: 19px
}

    .archive-container .archives li a {
        color: #fff !important
    }

    .archive-container .archives li:hover {
        background: #2d2d2d
    }

    .archive-container .archives li:last-child {
        border-bottom: 0
    }

.standard-form input[type="radio"] {
    -webkit-appearance: radio
}

.standard-form input[type="checkbox"] {
    -webkit-appearance: checkbox
}

.standard-form .error {
    margin: 20px 0;
    color: #c00
}

.standard-form .group {
    display: block;
    width: 100%;
    margin-bottom: 25px
}

    .standard-form .group.multi {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .standard-form .group.multi .column, .message {
            -webkit-flex: 0 1 49%;
            -ms-flex: 0 1 49%;
            flex: 0 1 49%
        }

.standard-form label {
    padding: 5px 2px;
    display: block
}

.standard-form .checkbox-group label {
    display: inline;
    margin-right: 25px
}

.standard-form select, .standard-form input[type="text"], .standard-form input[type="password"], .standard-form textarea, .standard-form input[type="email"] {
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    display: block;
    padding: 8px;
    width: 100%;
    transition-property: border-color;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

.standard-form textarea {
    line-height: 1.3
}

    .standard-form select:not([disabled]):hover, .standard-form input[type="text"]:hover, .standard-form input[type="text"]:focus, .standard-form input[type="password"]:hover, .standard-form input[type="password"]:focus, .standard-form textarea:hover, .standard-form textarea:focus, .standard-form input[type="email"]:hover, .standard-form input[type="email"]:focus {
        border-color: #707070;
        outline: none
    }

.standard-form input[type="submit"], .standard-form button {
    background: rgba(0,120,150,1);
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    margin-right: 5px
}

.standard-form button {
    background: #f5f5f5;
    color: rgba(0,120,150,1)
}

    .standard-form input[type="submit"]:hover, .standard-form input[type="submit"]:focus, .standard-form button:hover, .standard-form button:focus {
        background: #2d2d2d;
        color: #fff
    }

.show-products {
    background: #f5f5f5;
    padding: 15px 20px;
    color: rgba(0,120,150,1);
    text-decoration: none;
    font-weight: 600;
    display: inline-block
}

    .show-products:hover {
        background: rgba(0,120,150,1);
        color: #f5f5f5
    }

.login-stuff {
    margin-top: 30px
}

    .login-stuff a {
        color: #000;
        margin-right: 15px
    }

    .login-stuff p {
        margin-top: 30px;
        color: #909090
    }

        .login-stuff p a {
            color: #909090
        }

.location-picker {
    width: 100%;
    max-width: 380px;
    background: #f5f5f5;
    padding: 25px;
    margin-bottom: 35px
}

    .location-picker h1 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .location-picker p {
        font-size: 18px;
        margin-bottom: 20px
    }

    .location-picker select {
        font-size: 18px;
        padding: 10px;
        display: block;
        width: 100%
    }

    .location-picker .result {
        margin-top: 30px;
        display: none
    }

        .location-picker .result h1 {
            font-size: 18px;
            margin-bottom: 20px;
            color: rgba(1,120,150,1)
        }

.print-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 22px;
    text-decoration: none
}

    .print-link .download-icon img {
        display: block;
        width: 42px;
        height: 42px;
        margin-right: 10px
    }

.configurator-result a {
    color: rgba(0,120,150,1);
    text-decoration: none
}

    .configurator-result a:hover {
        color: #000
    }

.configurator-result h1 {
    font-size: 16px;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0;
    margin-bottom: 15px
}

.configurator-result .config {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .configurator-result .config .column {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }

.configurator-result ul {
    list-style-type: none
}

    .configurator-result ul li {
        margin-bottom: 20px
    }

.configurator-result img {
    max-width: 250px;
    display: block;
    margin: 10px
}

#user-menu-button {
    display: none;
    width: 48px;
    height: 48px;
    padding: 7px 11px 0;
    cursor: pointer;
    transition-duration: 500ms;
    transition-property: width,height,padding,background-color;
    z-index: 15;
    outline: none !important;
    float: left;
    background: transparent;
    color: #fff;
    -webkit-flex: 0 1 48px;
    -ms-flex: 0 1 48px;
    flex: 0 1 48px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2000
}

    #user-menu-button span {
        display: block;
        height: 3px;
        background: #000;
        margin: 0 auto 4px;
        position: relative;
        transition: 500ms background-color,250ms opacity 150ms,500ms -webkit-transform;
        transition: 500ms background-color,500ms transform,250ms opacity 150ms;
        transition: 500ms background-color,500ms transform,250ms opacity 150ms,500ms -webkit-transform;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top
    }

    #user-menu-button.active {
        background: rgba(0,120,150,1)
    }

        #user-menu-button.active span {
            background: #fff;
            transition: 500ms background-color,0ms opacity,500ms -webkit-transform;
            transition: 500ms background-color,500ms transform,0ms opacity;
            transition: 500ms background-color,500ms transform,0ms opacity,500ms -webkit-transform
        }

        #user-menu-button.active .first {
            -webkit-transform: rotate(45deg) translate(6px,3px);
            -ms-transform: rotate(45deg) translate(6px,3px);
            transform: rotate(45deg) translate(6px,3px)
        }

        #user-menu-button.active .second {
            opacity: 0
        }

        #user-menu-button.active .third {
            -webkit-transform: rotate(-45deg) translate(5px,-6px);
            -ms-transform: rotate(-45deg) translate(5px,-6px);
            transform: rotate(-45deg) translate(5px,-6px)
        }

@media screen and (max-width:1415px) {
    .inner, .fullwidth-img, .collapse-group, .history-nav, .breadcrumb, .page-header-nav, .page-header-caption, .page-header-product-caption {
        max-width: 960px;
        width: 100%
    }

    .sub-navigation {
        max-width: 1000px
    }

        .sub-navigation .content .product-nav > li {
            font-size: 13px;
            padding-right: 15px;
            margin-bottom: 15px
        }

    .page-header.narrow {
        max-width: 960px;
        height: auto;
        width: 100%
    }

    .text-content {
        max-width: 815px
    }

        .text-content .content-column {
            padding-right: 75px
        }

    .content-grid .grid-item ul li, .download-box li {
        padding: 6px 20px
    }

    .product-list .product-title, .product-list .product-number {
        font-size: 18px
    }

    .content-grid .grid-item ul li .title, .download-box li .title, .browse-applications .application-nav ul li .title, .grid-item .box-content p {
        font-size: 15px
    }

    .content-grid .grid-item ul li .location, .download-box li .location, .browse-applications .label-list .label, .browse-applications .application-list > li > button {
        font-size: 14px
    }

    .content-grid .grid-item ul li .date, .box-body .date {
        font-size: 12px
    }

    .filter-list li label {
        font-size: 13px
    }

    .content-grid .grid-item ul li .link img, .download-box .link img {
        width: 32px
    }

    .browse-applications .application-nav ul li {
        padding: 10px
    }

    .browse-applications .label-list {
        padding: 15px
    }

    .browse-applications .application-nav {
        max-height: 439px
    }

        .browse-applications .application-nav ul li .icon img, .content-grid.header .grid-item ul li .icon, .mobile-application-nav .icon {
            width: 48px;
            height: 48px;
            margin-right: 10px
        }

    .content-grid .grid-item.application-nav ul li {
        padding: 14px
    }

    .content-grid ul .grid-item, .download-box {
        margin: 0 10px 10px 0;
        width: calc((100%/3) - 10px)
    }

        .content-grid ul .grid-item.wide, .browse-applications .application-image {
            width: calc((100%/3)*2 - 10px)
        }

    .browse-applications .application-list {
        margin-bottom: 10px
    }

    .browse-applications .application-nav {
        margin-right: 10px
    }

    .content-grid {
        margin-bottom: 20px
    }

    .text-content .content-column {
        -webkit-flex: 1 1 66%;
        -ms-flex: 1 1 66%;
        flex: 1 1 66%
    }

    .text-content .side-column {
        min-width: 300px
    }

    .content-grid .inner > ul {
        margin-right: -10px
    }

    .brand-values .grid-item .tile-content h1, .partners .grid-item .tile-content h1, .history .grid-item .tile-content h1 {
        font-size: 24px;
        margin-bottom: 25px
    }

    .brand-values .grid-item .tile-content p, .partners .grid-item .tile-content p, .history .grid-item .tile-content p {
        font-size: 16px
    }

    .grid-item .box-content .text {
        margin-top: 5px
    }

    .content-grid.header .box-title h1 {
        padding-top: 20px;
        height: 90px
    }
}

@media screen and (max-width:1150px) {
    .product-nav, .history-nav-buttons {
        display: none
    }
}

@media screen and (max-width:980px) {
    .inner, .fullwidth-img, .collapse-group, .history-nav, .breadcrumb, .page-header-nav, .page-header-caption, .text-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .breadcrumb {
        margin: 15px auto
    }

    .content-grid.header .inner, .inner .breadcrumb {
        padding: 0
    }

    .section-headline, .section-subheadline {
        margin-top: 15px;
        padding-bottom: 15px
    }

        .section-headline + .section-subheadline, .section-subheadline + .news-date {
            margin-top: -15px
        }

    .product-intro .product-name h1 {
        font-size: 30px
    }

    .product-intro, .product-content {
        padding: 30px
    }

    .text-content {
        max-width: 100%;
        margin: 20px auto
    }

    .page-header-nav ul li div {
        width: 120px
    }

    .sub-navigation .content .product-nav > li {
        max-width: calc(100%/3);
        -ms-flex-preferred-size: calc(100%/3);
        -webkit-flex-basis: calc(100%/3);
        flex-basis: calc(100%/3)
    }
}

.mobile-browse-applications {
    display: none;
    background: #f5f5f5;
    margin: 0 15px 25px
}

    .mobile-browse-applications li {
        list-style-type: none
    }

        .mobile-browse-applications li .open-list {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            background: transparent;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid rgba(0,0,0,.15);
            cursor: pointer;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            outline: none;
            font-size: 16px;
            text-align: left
        }

        .mobile-browse-applications li:last-child .open-list {
            border-bottom: 0
        }

    .mobile-browse-applications .title {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 10px;
        line-height: 48px
    }

    .mobile-browse-applications .mobile-application-open {
        width: 48px;
        height: 48px;
        padding: 10px;
        background: transparent;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform
    }

    .mobile-browse-applications .active .mobile-application-open {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .mobile-browse-applications .mobile-application-list .mobile-application-nav {
        display: none;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        background: rgba(0,0,0,.05)
    }

.mobile-application-nav li .title {
    padding: 0;
    font-size: 16px
}

.mobile-application-nav .icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    padding: 6px 0
}

.responsive-menu {
    background: rgba(0,120,150,1);
    display: none
}

    .responsive-menu .responsive-secondary-menu {
        background: #2d2d2d
    }

    .responsive-menu a {
        padding: 0 15px;
        line-height: 48px;
        border-bottom: 1px solid rgba(255,255,255,.15);
        display: block;
        color: #fff;
        text-decoration: none
    }

    .responsive-menu .children {
        background: rgba(0,0,0,.15);
        display: none
    }

        .responsive-menu .children a {
            padding-left: 25px
        }

        .responsive-menu .children .children a {
            padding-left: 35px
        }

        .responsive-menu .children .children .children a {
            padding-left: 45px
        }

        .responsive-menu .children.open {
            display: block
        }

    .responsive-menu li {
        position: relative
    }

    .responsive-menu .expand-menu {
        position: absolute;
        right: 0;
        top: 0;
        height: 48px;
        width: 48px;
        padding: 12px;
        -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform
    }

    .responsive-menu .opened > .expand-menu {
        -webkit-transform: rotateZ(90deg) rotateY(180deg);
        transform: rotateZ(90deg) rotateY(180deg)
    }

@media screen and (max-width:768px) {
    .product-intro .product-name h1 {
        font-size: 23px
    }

    .text-content.single-column.narrow {
        padding: 0 15px
    }

    .brand-values .grid-item .tile-content p, .partners .grid-item .tile-content p, .history .grid-item .tile-content p {
        font-size: 14px;
        line-height: 1.4
    }

    .location-picker p, .location-picker select, .page-header .headline h2 {
        font-size: 16px
    }

    .brand-values .grid-item .tile-content h1, .partners .grid-item .tile-content h1, .history .grid-item .tile-content h1, .location-picker h1 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .brand-values .grid-item .tile-content h2, .partners .grid-item .tile-content h2, .history .grid-item .tile-content h2 {
        margin-top: -10px;
        font-size: 18px
    }

    .brand-values .grid-item .tile-content, .history .grid-item .tile-content, .location-picker {
        padding: 15px
    }

    .product-group .product-headline, .download-group .download-headline, .career-group .career-headline, .news-group .news-headline, .location-group .location-headline {
        font-size: 18px;
        padding: 8px 0
    }

    .collapse-group .let-group-collapse {
        height: 32px
    }

    .page-header .headline h1, .content-grid.header .news-entry .news-title h1, .sub-navigation .content h1 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .section-headline, .section-subheadline, .text-content .content-column h2 {
        font-size: 23px
    }

    .sub-navigation .content ul > li {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc(100%/2)
    }

    .sub-navigation .content .icon {
        width: 28px;
        height: 28px
    }

    .sub-navigation .content ul ul li a {
        padding-left: 43px
    }

    .sub-navigation .content .subnav > li:nth-child(-n+3) {
        border-top: 1px solid rgba(255,255,255,.4);
        padding-top: 20px
    }

    .sub-navigation .content .subnav > li:nth-child(-n+2) {
        margin-bottom: 20px;
        border-top: none;
        padding-top: 0
    }

    .sub-navigation .content .subnav > li:nth-last-child(-n+3) {
        margin-bottom: 20px
    }

    .sub-navigation .content .subnav > li:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .content-grid.header {
        margin-bottom: -10px
    }

        .content-grid.header .box-title h1 {
            padding-top: 25px;
            font-size: 21px;
            height: auto
        }

    .download-box li .details, .breadcrumb, .sub-navigation .content p, .sub-navigation .content ul {
        font-size: 14px
    }

    .grid-item .box-content h1 {
        font-size: 18px;
        padding: 0 15px
    }

    .content-grid .box-title h1, .download-box .box-title h1 {
        padding: 10px 15px;
        font-size: 14px
    }

    .content-grid .grid-item .box-body, .download-box .box-body {
        padding-top: 34px
    }

    .content-grid.header .box-body {
        padding-top: 0
    }

    .content-grid .grid-item ul li, .download-box li {
        padding: 7px 15px
    }

        .content-grid .grid-item ul li .title, .download-box li .title {
            line-height: 1
        }

        .content-grid .grid-item ul li .link img, .download-box .link img {
            width: 24px;
            padding: 0
        }

    .browse-applications .application-nav ul li .icon img, .content-grid.header .grid-item ul li .icon {
        width: 32px;
        height: 32px
    }

    .content-grid.news .grid-item .show-more, .content-grid .grid-item > .show-more, .download-box .box-body .show-more, .content-grid .download-box .box-body .show-more {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        bottom: auto;
        border: 0;
        padding: 9px 10px;
        left: auto
    }

    .browse-applications .application-nav ul li .title {
        line-height: 48px
    }

    .content-grid .inner > ul {
        margin-right: 0
    }

    .content-grid.header .grid-item:last-child, .content-grid.history .grid-item:last-child {
        margin-right: 0
    }

    .content-grid.header ul .grid-item, .content-grid.history ul .grid-item {
        width: calc((100%/3) - 5px)
    }

        .content-grid.header ul .grid-item.wide, .content-grid.history ul .grid-item.wide {
            width: calc((100%/3)*2 - 5px)
        }

    .content-grid:not(.news) ul .grid-item, .download-box {
        width: calc((100%/3) - 7px)
    }

        .content-grid:not(.news) ul .grid-item:nth-child(3n) {
            margin-right: 0
        }

    .cookie-message {
        display: block
    }

    .site-header .inner-cookie-details {
        width: 100%
    }

    .cookie-message .buttons {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-top: 15px;
        justify-content: center
    }

        .cookie-message .buttons .cookie-button:first-child {
            margin-left: 0
        }
}

@media screen and (max-width:767px) {
    .content-grid.news .grid-item .show-more, .content-grid .grid-item > .show-more, .download-box .box-body .show-more, .content-grid .download-box .box-body .show-more {
        font-size: 16px;
        cursor: pointer;
        background: transparent;
        margin: 15px;
        text-decoration: none;
        border: 1px solid #007896;
        padding: 5px 8px;
        color: #007896;
        display: inline-block;
        position: relative
    }

    .content-grid ul .grid-item, .download-box, .content-grid ul .grid-item.wide, .browse-applications .application-image {
        width: 100% !important
    }

        .content-grid ul .grid-item .news-box, .content-grid ul .grid-item .news-box.career, .content-grid ul .grid-item.list .news-box {
            height: auto;
            padding-bottom: 0
        }

        .content-grid ul .grid-item .image-container .news-box {
            height: auto;
            padding-bottom: 100%
        }

        .content-grid ul .grid-item .nozoom {
            height: auto;
            padding-bottom: 100%
        }

    .content-grid .news-title h1, .content-grid .news-title h2 {
        font-size: 21px
    }

    .product-list .product-title, .product-list .product-number {
        font-size: 13px
    }

    .filter-list li, .product-list li {
        margin-right: 10px;
        -ms-flex-preferred-size: calc((100%/4) - 14px);
        -webkit-flex-basis: calc((100%/4) - 14px);
        flex-basis: calc((100%/4) - 14px)
    }

    .product-list {
        margin-right: -9px
    }

        .product-list .image .details {
            font-size: 13px;
            padding: 6px 10px
        }

    .filter-list li {
        -ms-flex-preferred-size: calc((100%/2) - 10px) !important;
        -webkit-flex-basis: calc((100%/2) - 10px) !important;
        flex-basis: calc((100%/2) - 10px) !important
    }

    .site-header {
        position: absolute
    }

    body {
        padding-top: 48px
    }

    .site-header .main-menu, .site-header .site-logo img, .site-header .secondary-menu {
        display: none
    }

    .site-header .site-logo {
        padding: 6px 0 !important
    }

        #user-menu-button, .site-header .site-logo img.small {
            display: block
        }

    .site-search {
        width: 48px;
        right: 48px;
        z-index: 10
    }

        .site-search.active {
            width: calc(100% - 48px)
        }

        .site-search input {
            background: transparent;
            border: 0;
            display: none
        }

        .site-search.active input {
            background: #f5f5f5;
            border-width: 0 1px 0 0;
            display: block
        }

    .sub-navigation {
        -webkit-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
        transform: translate(-100%,0);
        left: 0;
        top: 48px
    }

        .sub-navigation.active {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            transform: translate(0,0)
        }

    .page-header-nav ul li div {
        width: 72px
    }

    .page-header-nav {
        padding: 10px;
        margin-bottom: 0;
        display: none
    }

    .text-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .text-content .content-column, .text-content .side-column {
            -webkit-flex: 1 0 100%;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            padding-right: 0
        }

    .product-intro .product-name h1 {
        font-size: 30px
    }

    .product-intro, .product-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .product-intro .product-name, .product-content .product-image, .product-intro .product-description, .product-content .product-details {
            -ms-flex-preferred-size: 100%;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
            margin-bottom: 30px
        }

            .product-intro .product-name:last-child, .product-content .product-image:last-child, .product-intro .product-description:last-child, .product-content .product-details:last-child {
                margin-bottom: 0
            }

    .news-list li .news-image, .news-list li .news-category {
        -ms-flex-preferred-size: 80px;
        -webkit-flex-basis: 80px;
        flex-basis: 80px;
        width: 80px;
        margin-right: 10px;
        font-size: 14px
    }

    .news-list li .news-date {
        margin-bottom: 0
    }

    .news-list li .news-title {
        font-size: 16px;
        line-height: 1.2
    }

    .news-list li .news-text {
        display: none
    }

    .news-list li .link {
        -ms-flex-preferred-size: 32px;
        -webkit-flex-basis: 32px;
        flex-basis: 32px
    }

    .browse-applications {
        display: none
    }

    .mobile-browse-applications {
        display: block
    }

    .content-grid ul .grid-item, .download-box {
        margin: 0 0 10px
    }

        .content-grid ul .grid-item.application-nav .news-box, .content-grid ul .grid-item.download-box .news-box {
            height: auto;
            padding-bottom: 0
        }

    .show-products {
        width: 100%;
        display: block;
        margin: 0;
        padding: 10px 15px
    }

    .content-grid .inner > ul {
        margin-right: 0
    }

    .expandable .show-more-container {
        display: none
    }

    .text-content .content-column ul, .text-content .content-column p {
        font-size: 16px
    }

    .collapse-group .let-group-collapse {
        background-size: 21px
    }

    .collapse-group .collapse-group {
        padding: 0
    }

        .collapse-group .collapse-group .let-group-collapse {
            background-size: 18px
        }

    .sublocation-body li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .sublocation-body li > div {
            -webkit-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
            flex: 1 0 50%
        }

        .sublocation-body li > .name {
            -webkit-order: 0;
            -ms-flex-order: 0;
            order: 0
        }

        .sublocation-body li > .address {
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1
        }

        .sublocation-body li > .contact-nr {
            -webkit-order: 0;
            -ms-flex-order: 0;
            order: 0;
            padding-left: 10px;
            padding-bottom: 10px
        }

        .sublocation-body li > .contact {
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
            padding-left: 10px
        }

    .content-grid.partners ul .grid-item.wide .news-box, .content-grid.brand-values ul .grid-item.wide .news-box, .content-grid.history ul .grid-item .news-box {
        height: auto;
        padding-bottom: 0
    }

    .content-grid.history ul .grid-item.wide .news-box {
        padding-bottom: 48.6%
    }

    .brand-values .grid-item .tile-content, .history .grid-item .tile-content {
        position: relative
    }

    .content-grid.brand-values .grid-item .show-more, .content-grid.partners .grid-item .show-more {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 15px;
        border: 1px solid #007896
    }

    .history-nav ul li {
        font-size: 14px
    }

    .brand-values .grid-item .tile-content, .partners .grid-item .tile-content {
        padding: 15px
    }

    .site-footer h1 {
        font-size: 21px
    }

    .modal-window.newsletter-signup {
        padding: 15px
    }

        .modal-window.newsletter-signup h2 {
            margin-bottom: 15px;
            font-size: 18px
        }

        .modal-window.newsletter-signup h1 {
            font-size: 21px
        }

        .modal-window.newsletter-signup .text {
            font-size: 16px;
            max-width: none;
            margin-bottom: 15px
        }

    .content-grid .news-title {
        padding: 45px 15px
    }

    .content-grid .grid-item .show-more, .download-box .box-body .show-more, .content-grid .grid-item .box-body .see-all, .download-box .box-body .see-all {
        margin: 15px
    }

    .product-intro, .product-content {
        padding: 15px
    }

    .inner .product-content {
        padding: 15px 0
    }

    .product-intro .product-name h1, .product-intro .product-name .product-number {
        font-size: 24px
    }

    .product-info p, .product-info li, .product-intro .product-description, .product-content .product-details {
        font-size: 14px !important
    }

    .modal-window .product-info p, .modal-window .product-info li, .modal-window .product-intro .product-description, .modal-window .product-content .product-details {
        font-size: 11px !important
    }

    .product-intro .product-description li {
        line-height: 1.2;
        margin-bottom: 8px
    }

    .overview-group.collapse-group {
        padding: 0
    }

    .configurator-result .config {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .configurator-result .config .column {
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%
        }

    .standard-form .group.multi .message {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

.maps-info-content {
    background: rgba(0,120,150,1);
    padding: 5px 5px 5px 5px
}

.maps-info-header {
    color: #fff
}

.maps-info-title {
    color: #fff
}

.maps-info-address {
    color: #fff
}

.maps-info-phone {
    color: #fff
}

.maps-info-fax {
    color: #fff
}

.maps-info-fax {
    color: #fff
}

.maps-info-email {
    color: #fff;
    word-break: break-all
}

div.maps-legend {
    background: #fff;
    border: 1px solid #000;
    padding: 5px;
    width: 150px
}

    div.maps-legend div img {
        vertical-align: middle
    }

.maps-info-content:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 30px solid rgba(0,120,150,1);
    position: absolute;
    left: 130px
}

.grid-item.download-box .news-box {
    padding-bottom: 60px !important;
    height: auto !important
}

.contact-us {
    text-align: right
}

.industrialapplications .mobile-application-nav .icon img {
    max-height: 100%
}

select#selectedProducts {
    -webkit-appearance: inherit;
    overflow: auto
}

.vehicle-part-finder {
    max-width: 1200px;
    margin: 50px auto 20px;
    min-height: 500px
}

@media screen and (max-width:1415px) {
    .vehicle-part-finder {
        max-width: 960px
    }
}

@media screen and (max-width:768px) {
    .vehicle-part-finder {
        padding-left: 15px;
        padding-right: 15px
    }
}

.vehicle-part-finder .group.multi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:500px) {
    .vehicle-part-finder .group.multi {
        display: block
    }
}

.vehicle-part-finder .group.multi .column {
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 19%
}

@media screen and (max-width:500px) {
    .vehicle-part-finder .group.multi .column {
        flex: none;
        margin: 20px
    }
}

.vehicle-part-finder select {
    display: block;
    border: 1px solid #d3d3d3;
    width: 100%;
    padding: 5px
}

.vehicle-part-finder .column label {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    min-height: 50px
}

@media screen and (max-width:500px) {
    .vehicle-part-finder .column label {
        min-height: 25px;
        margin-bottom: 0
    }
}

.vehicle-part-finder .filters-group {
    width: 100%
}

.vehicle-part-finder option.hidden {
    display: none
}

.vehicle-part-finder option.hidded:nth-of-type(1) {
    display: inherit
}

.vehicle-part-finder .clear-search {
    text-align: right;
    padding: 20px 0
}

@media screen and (max-width:500px) {
    .vehicle-part-finder .clear-search {
        padding-right: 20px
    }
}

.vehicle-part-finder .clear-search-btn {
    display: inline-block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: rgba(0,120,150,1);
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer
}

.vehicle-part-finder .finder-results {
    margin-top: 20px
}

    .vehicle-part-finder .finder-results .part {
        height: 280px;
        width: 270px;
        background-position: center,center;
        background-repeat: no-repeat;
        border: 1px solid #d3d3d3;
        background-size: contain;
        display: inline-block;
        margin: 10px 1%;
        position: relative;
        overflow: hidden
    }

@media screen and (max-width:768px) {
    .vehicle-part-finder .finder-results .part {
        margin: 10px 6%
    }
}

@media screen and (max-width:500px) {
    .vehicle-part-finder .finder-results .part {
        margin: 5px 0;
        width: 100%
    }
}

.vehicle-part-finder .finder-results .part .title {
    color: #fff;
    background-color: rgba(0,120,150,.7);
    width: 100%;
    min-height: 60px;
    padding: 0 5px;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.distributor-locator .hidden {
    display: none
}

.distributor-locator {
    margin: 50px auto 20px;
    min-height: 500px;
    max-width: 1200px;
    width: 100%
}

    .distributor-locator .heading {
        margin: 20px 0
    }

@media screen and (max-width:1415px) {
    .distributor-locator {
        max-width: 960px
    }
}

@media screen and (max-width:980px) {
    .distributor-locator {
        padding-left: 15px;
        padding-right: 15px
    }
}

.distributor-locator .distributors .distributor {
    height: 286px;
    width: 270px;
    border: 1px solid #d3d3d3;
    display: inline-block;
    margin: 10px 1%
}

@media screen and (max-width:768px) {
    .distributor-locator .distributors .distributor {
        margin: 10px 6%
    }
}

@media screen and (max-width:500px) {
    .distributor-locator .distributors .distributor {
        margin: 5px 0;
        width: 100%
    }
}

.distributor-locator .distributors .distributor .image {
    background-position: center,center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px
}

.distributor-locator .distributors .distributor .title, .distributor-locator .distributors .distributor .type {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    font-size: .9rem;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
    word-break: break-all;
    color: #707070;
    text-decoration: none
}

.distributor-locator .distributors .distributor .title {
    background-color: rgba(0,120,150,.7);
    color: #fff;
    font-size: 1.1rem
}

#requestpowertools .software-title {
    margin: 20px 0 10px;
    font-weight: 500
}

#requestpowertools .category-name {
    margin-bottom: 10px
}

#requestpowertools .downloadssection .title {
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block
}

.downloads.software-downloads .collapse-group .collapse-group-header {
    width: 100%
}

.downloads.software-downloads .archive-container .open-archives.download {
    float: none
}

.site-header .main-menu li:last-child a:hover {
    color: #fff;
    background: #007896
}

.site-header .main-menu li:last-child a {
    color: #f28751;
    display: block;
    line-height: 48px;
    padding: 0 15px;
    text-decoration: none
}

#contactUsForm select {
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    display: block;
    padding: 8px;
    width: 100%;
    transition-property: border-color;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

.no-padding {
    padding-bottom: 0 !important
}

footer.site-footer {
    margin-top: 0
}

    footer.site-footer .small {
        max-width: 120px
    }

    footer.site-footer .nav-logo {
        text-align: center
    }

    footer.site-footer .footer-link {
        text-decoration: none;
        color: #fff
    }

    footer.site-footer .nav-item ul li {
        list-style: none;
        padding: 2px;
        font-size: 14px
    }

    footer.site-footer .nav-items:after {
        content: "";
        display: table;
        clear: both
    }

    footer.site-footer .below-nav {
        min-width: 300px
    }

ul.social {
    width: 100%
}

.home-privacy {
    min-width: 350px;
    font-size: 13px;
    padding-left: 10px
}

#cookie-social h1 {
    display: none
}

#footer-copyright span {
    font-size: 12px
}

@media screen and (min-width:1101px) {
    footer.site-footer .nav-item {
        padding-left: 10px;
        padding-right: 10px;
        display: block
    }

    footer.site-footer div.inner div {
        float: left;
        width: 19.5%;
        padding-top: 15px;
        padding-bottom: 10px
    }

    footer.site-footer.background {
        background: url("https://d1wjqpla5hnye5.cloudfront.net/revForcefield.png") #007896 no-repeat;
        background-position-x: 99%;
        background-position-y: 99%
    }

    footer.site-footer.background {
        position: relative;
        min-height: 310px
    }

    .social {
        margin: 0
    }

    #footer-copyright div {
        width: 350px
    }

    div.nav-social ul.social {
        padding-bottom: 0
    }
}

@media screen and (min-width:931px) {
    footer.site-footer .nav-item {
        padding-left: 10px;
        padding-right: 10px;
        display: block
    }

    footer.site-footer div.inner div {
        float: left;
        width: 19.5%;
        padding-top: 15px
    }

    #cookie-social {
        float: left;
        width: 60%
    }

    footer.site-footer.background {
        position: relative;
        min-height: 210px
    }

    .social {
        margin: 0
    }

    #footer-copyright div {
        width: 350px
    }

    div.nav-social ul.social {
        padding-bottom: 0
    }
}

@media screen and (max-width:930px) {
    #cookie-social {
        float: left;
        width: 52%
    }

    footer.site-footer .nav-item {
        display: none
    }

    footer.site-footer div.inner div {
        float: left;
        width: 17.5%;
        padding-top: 15px;
        padding-bottom: 10px
    }

    footer.site-footer .nav-social {
        text-align: center;
        min-width: 300px;
        margin: 0 auto
    }

    footer.site-footer .no-background {
        background: none !important
    }

    footer.site-footer.background {
        position: relative;
        min-height: 110px
    }

    #footer-copyright div {
        width: 350px
    }

    .social {
        margin: 0
    }

    div.nav-social ul.social {
        padding-bottom: 0
    }
}

@media screen and (max-width:768px) {
    #cookie-social {
        width: 100%
    }

    .social {
        margin: 0;
        padding-left: 15%
    }

    #footer-copyright div {
        width: 350px
    }

    footer.site-footer div.inner div {
        float: none;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
        clear: both
    }

    div.nav-social ul.social {
        padding-bottom: 10px
    }
}

.orange-contact {
    padding: 20px 30px;
    text-transform: uppercase;
    line-height: 50px;
    background-color: #d68b4e;
    color: #fff !important;
    text-decoration: none
}

.content-grid ul .grid-item.full {
    width: 100%;
    background-color: #fff
}

.top-text {
    margin: 20px 5px;
    text-align: center;
    color: #006994;
    font-size: 40px;
    font-weight: bold
}

.no-padding {
    padding-bottom: 0 !important
}

footer.site-footer {
    margin-top: 0
}

    footer.site-footer .small {
        max-width: 120px
    }

    footer.site-footer .nav-logo {
        text-align: center
    }

    footer.site-footer .footer-link {
        text-decoration: none;
        color: #fff
    }

    footer.site-footer .nav-item ul li {
        list-style: none;
        padding: 2px;
        font-size: 14px
    }

    footer.site-footer .nav-items:after {
        content: "";
        display: table;
        clear: both
    }

    footer.site-footer .below-nav {
        min-width: 300px
    }

ul.social {
    width: 100%
}

.home-privacy {
    min-width: 350px;
    font-size: 13px;
    padding-left: 10px
}

#cookie-social h1 {
    display: none
}

#footer-copyright span {
    font-size: 12px
}

@media screen and (min-width:1101px) {
    footer.site-footer .nav-item {
        padding-left: 10px;
        padding-right: 10px;
        display: block
    }

    footer.site-footer div.inner div {
        float: left;
        width: 19.5%;
        padding-top: 15px;
        padding-bottom: 10px
    }

    footer.site-footer.background {
        background: url("https://d1wjqpla5hnye5.cloudfront.net/revForcefield.png") #007896 no-repeat;
        background-position-x: 99%;
        background-position-y: 99%
    }

    footer.site-footer.background {
        position: relative;
        min-height: 310px
    }

    .social {
        margin: 0
    }

    #footer-copyright div {
        width: 350px
    }

    div.nav-social ul.social {
        padding-bottom: 0
    }
}

@media screen and (min-width:931px) {
    footer.site-footer .nav-item {
        padding-left: 10px;
        padding-right: 10px;
        display: block
    }

    footer.site-footer div.inner div {
        float: left;
        width: 19.5%;
        padding-top: 15px
    }

    #cookie-social {
        float: left;
        width: 60%
    }

    footer.site-footer.background {
        position: relative;
        min-height: 210px
    }

    .social {
        margin: 0
    }

    #footer-copyright div {
        width: 350px
    }

    div.nav-social ul.social {
        padding-bottom: 0
    }
}

@media screen and (max-width:930px) {
    #cookie-social {
        float: left;
        width: 52%
    }

    footer.site-footer .nav-item {
        display: none
    }

    footer.site-footer div.inner div {
        float: left;
        width: 17.5%;
        padding-top: 15px;
        padding-bottom: 10px
    }

    footer.site-footer .nav-social {
        text-align: center;
        min-width: 300px;
        margin: 0 auto
    }

    footer.site-footer .no-background {
        background: none !important
    }

    footer.site-footer.background {
        position: relative;
        min-height: 110px
    }

    #footer-copyright div {
        width: 350px
    }

    .social {
        margin: 0
    }

    div.nav-social ul.social {
        padding-bottom: 0
    }
}

@media screen and (max-width:768px) {
    #cookie-social {
        width: 100%
    }

    .social {
        margin: 0;
        padding-left: 15%
    }

    #footer-copyright div {
        width: 350px
    }

    footer.site-footer div.inner div {
        float: none;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
        clear: both
    }

    div.nav-social ul.social {
        padding-bottom: 10px
    }
}

body {
    padding-bottom: 0
}

.hero-nav ul li {
    padding: 5px 20px !important;
    border-bottom: 1px solid rgba(0,0,0,.3);
    position: relative
}

.hero-nav div h2 {
    display: block;
    font-weight: normal;
    background-color: #007896;
    color: #fff;
    font-size: 17px;
    padding: 5px 12px 7px 12px;
    line-height: 1.4
}

.hero-nav div ul:nth-child(1n) {
    margin-bottom: 20px
}

.hero-nav div ul:nth-child(2n) {
    margin-bottom: 0 !important
}

.hero-nav div ul li a {
    transition: font-weight .2s ease-in-out;
    font-weight: 700 !important
}

    .hero-nav div ul li a:hover {
        font-weight: 700 !important
    }

li.grid-item.hero-nav.mid-height div ul li .title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal
}

li.grid-item.hero-nav.mid-height div {
    margin-bottom: 10px
}

.hero-img .hero-nav header.news-title, .no-shade header.news-title {
    background: inherit !important
}

.hero-img header.news-title {
    background: inherit !important
}

.hero-img, .hero-nav {
    margin-bottom: 0 !important
}

.heavy-pad {
    padding: 25px
}

.home-secondary {
    padding-top: 10px
}

.home-secondary {
    padding-bottom: 0;
    margin-bottom: 0
}

.content-grid.home-secondary .inner ul .grid-item div .box-body {
    padding-top: 0;
    margin-bottom: 20px
}

.home-secondary div.inner ul li.grid-item.reverse {
    background-color: #007896;
    color: #fff
}

    .home-secondary div.inner ul li.grid-item.reverse .show-more {
        color: #fff;
        border-color: #fff
    }

        .home-secondary div.inner ul li.grid-item.reverse .show-more:hover {
            background-color: #fff;
            border-color: #007896;
            color: #007896
        }

.full-width {
    width: 100%;
    background-color: #fff
}

    .full-width.headline h1 {
        padding: 0
    }

    .full-width.headline.image-container {
        padding: 0
    }

    .full-width.headline {
        overflow-y: hidden;
        text-align: center
    }

.home-shade {
    background-color: #f5f5f5;
    padding-top: 10px
}

.content-grid {
    margin-bottom: 0
}

.short-height {
    max-height: 350px
}

.mid-height {
    max-height: 390px
}

.force-field .force-left, .force-field .force-right, .force-field .force-center {
    width: 32%;
    float: left;
    display: block
}

    .force-field .force-left img {
        margin-top: -180px
    }

    .force-field .force-right img {
        margin-top: -110px
    }

.force-field:after {
    clear: both;
    content: "";
    display: table
}

li.home-news li.grid-item {
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width:1101px) {
    .force-field .force-center h2 {
        padding-top: 50px;
        font-weight: normal;
        font-size: 27px
    }

    .force-field {
        display: block
    }

    .full-width.headline {
        overflow-y: hidden;
        height: 140px;
        text-align: center
    }

    .home-news .news-col {
        width: 48%;
        float: left
    }

    .home-global-text {
        line-height: 22px;
        padding: 20px 30px;
        text-align: left
    }

    .home-linkbox-reverse ul li h1.title, .home-linkbox ul li h1.title {
        font-size: 19px !important;
        line-height: 27px !important
    }

    .news-listing {
        margin: 12px
    }

    .content-grid .news-title {
        padding: 38px 30px 100px
    }
}

@media screen and (min-width:901px) {
    .force-field .force-center h2 {
        padding-top: 40px;
        font-weight: normal;
        font-size: 23px
    }

    .force-field {
        display: block
    }

    .full-width.headline {
        overflow-y: hidden;
        height: 140px;
        text-align: center
    }

    .home-news .news-col {
        width: 47.8%;
        float: left
    }

    .home-linkbox-reverse ul li h1.title, .home-linkbox ul li h1.title {
        line-height: 27px !important;
        font-size: 19px !important
    }

    .news-listing {
        margin: 12px
    }

    .content-grid .news-title {
        padding: 38px 30px 100px
    }
}

@media screen and (max-width:900px) {
    .sub-navigation {
        background: none
    }

    .force-field {
        display: none
    }

    .full-width.headline {
        overflow-y: hidden;
        text-align: center
    }

    .home-news .news-col {
        width: 100%
    }

    .home-global-text {
        line-height: 20px;
        padding: 10px 20px;
        text-align: left
    }

    .home-linkbox-reverse ul li h1.title, .home-linkbox ul li h1.title {
        line-height: 40px !important;
        font-size: 19px !important
    }

    .news-listing {
        margin: 0
    }

    div.news-listing.news-col div.news-box {
        padding-bottom: 10px !important
    }

    .content-grid .news-title {
        padding: 18px 30px 100px
    }
}

.home-news .image {
    max-width: 290px;
    max-height: 220px;
    margin: 10px
}

.home-news div .news-listing {
    border: 2px solid #f00
}

.home-news .news-listing header {
    display: none
}

.home-news .news-listing .box-body {
    padding-top: 0
}

.home-news header.news-title {
    display: none
}

.home-center {
    margin: 0 auto;
    text-align: center;
    padding-top: 14px
}

.home-news-subhero {
    height: 225px;
    overflow-y: hidden
}

.home-linkbox {
    background-color: #ccc
}

.home-linkbox-reverse {
    background-color: #007896;
    color: #fff
}

.home-linkbox ul li a.link {
    font-size: 17px;
    line-height: 19px
}

.home-linkbox-reverse ul li a.link, .home-linkbox-reverse ul li h1.title {
    font-size: 17px;
    line-height: 19px;
    color: #fff !important
}

.news-header {
    text-align: center;
    padding: 10px;
    background-color: #ccc;
    font-size: 21px;
    line-height: 25px
}

    .news-header span {
        font-size: 21px;
        line-height: 25px;
        font-weight: bold
    }

div.news-col ul li.grid-item {
    border: 0;
    border-bottom: 0
}

@media screen and (min-width:1101px) {
    .force-field .force-center h2 {
        padding-top: 50px;
        font-weight: normal;
        font-size: 27px
    }

    .force-field {
        display: block
    }

    .full-width.headline {
        overflow-y: hidden;
        height: 140px;
        text-align: center
    }

    .home-news .news-col {
        width: 48%;
        float: left
    }

    .home-global-text {
        line-height: 22px;
        padding: 20px 30px;
        text-align: left
    }

    .home-linkbox-reverse ul li h1.title, .home-linkbox ul li h1.title {
        font-size: 19px !important;
        line-height: 27px !important
    }

    .news-listing {
        margin: 12px
    }
}

@media screen and (min-width:901px) {
    .force-field .force-center h2 {
        padding-top: 40px;
        font-weight: normal;
        font-size: 23px
    }

    .force-field {
        display: block
    }

    .full-width.headline {
        overflow-y: hidden;
        height: 140px;
        text-align: center
    }

    .home-news .news-col {
        width: 47.8%;
        float: left
    }

    .home-linkbox-reverse ul li h1.title, .home-linkbox ul li h1.title {
        line-height: 27px !important;
        font-size: 19px !important
    }

    .news-listing {
        margin: 12px
    }
}

@media screen and (max-width:900px) {
    .sub-navigation {
        background: none
    }

    .force-field {
        display: none
    }

    .full-width.headline {
        overflow-y: hidden;
        text-align: center
    }

    .home-news .news-col {
        width: 100%
    }

    .home-global-text {
        line-height: 20px;
        padding: 10px 20px;
        text-align: left
    }

    .home-linkbox-reverse ul li h1.title, .home-linkbox ul li h1.title {
        line-height: 40px !important;
        font-size: 19px !important
    }

    .news-listing {
        margin: 0
    }

    div.news-listing.news-col div.news-box {
        padding-bottom: 10px !important
    }
}

.force-field {
    overflow-x: hidden
}

li.video-item h2 {
    font-size: 21px;
    font-weight: bold
}

.download-list li h3 {
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: bold
}

.text-box.events h1 {
    font-weight: bold;
    height: 16px;
    padding-bottom: 10px
}

.home-reverse {
    background-color: #007896;
    color: #fff
}

.home-fullheight {
    height: 100%
}

.home-show-more {
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    margin: 15px 20px;
    text-decoration: none;
    border: 1px solid #fff !important;
    padding: 5px 8px;
    color: #fff;
    display: inline-block
}

    .home-show-more:hover {
        background-color: #fff;
        border-color: #007896;
        color: #007896
    }

.news-box.home .image:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

#careers li a:hover {
    font-weight: 700 !important;
    transition: font-weight .2s ease-in-out
}

ul#careers li a {
    text-decoration: none;
    font-size: 15px;
    color: #000
}

.no-padding {
    padding-bottom: 0 !important
}

footer.site-footer {
    margin-top: 0
}

    footer.site-footer .small {
        max-width: 120px
    }

    footer.site-footer .nav-logo {
        text-align: center
    }

    footer.site-footer .footer-link {
        text-decoration: none;
        color: #fff
    }

    footer.site-footer .nav-item ul li {
        list-style: none;
        padding: 2px;
        font-size: 14px
    }

    footer.site-footer .nav-items:after {
        content: "";
        display: table;
        clear: both
    }

    footer.site-footer .below-nav {
        min-width: 300px
    }

ul.social {
    width: 100%
}

.home-privacy {
    min-width: 350px;
    font-size: 13px;
    padding-left: 10px
}

#cookie-social h1 {
    display: none
}

#footer-copyright span {
    font-size: 12px
}

@media screen and (min-width:1101px) {
    footer.site-footer .nav-item {
        padding-left: 10px;
        padding-right: 10px;
        display: block
    }

    footer.site-footer div.inner div {
        float: left;
        width: 19.5%;
        padding-top: 15px;
        padding-bottom: 10px
    }

    footer.site-footer.background {
        background: url("https://d1wjqpla5hnye5.cloudfront.net/revForcefield.png") #007896 no-repeat;
        background-position-x: 99%;
        background-position-y: 99%
    }

    footer.site-footer.background {
        position: relative;
        min-height: 310px
    }

    .social {
        margin: 0
    }

    #footer-copyright div {
        width: 350px
    }

    div.nav-social ul.social {
        padding-bottom: 0
    }
}

@media screen and (min-width:931px) {
    footer.site-footer .nav-item {
        padding-left: 10px;
        padding-right: 10px;
        display: block
    }

    footer.site-footer div.inner div {
        float: left;
        width: 19.5%;
        padding-top: 15px
    }

    #cookie-social {
        float: left;
        width: 60%
    }

    footer.site-footer.background {
        position: relative;
        min-height: 210px
    }

    .social {
        margin: 0
    }

    #footer-copyright div {
        width: 350px
    }

    div.nav-social ul.social {
        padding-bottom: 0
    }
}

@media screen and (max-width:930px) {
    #cookie-social {
        float: left;
        width: 52%
    }

    footer.site-footer .nav-item {
        display: none
    }

    footer.site-footer div.inner div {
        float: left;
        width: 17.5%;
        padding-top: 15px;
        padding-bottom: 10px
    }

    footer.site-footer .nav-social {
        text-align: center;
        min-width: 300px;
        margin: 0 auto
    }

    footer.site-footer .no-background {
        background: none !important
    }

    footer.site-footer.background {
        position: relative;
        min-height: 110px
    }

    #footer-copyright div {
        width: 350px
    }

    .social {
        margin: 0
    }

    div.nav-social ul.social {
        padding-bottom: 0
    }
}

@media screen and (max-width:768px) {
    #cookie-social {
        width: 100%
    }

    .social {
        margin: 0;
        padding-left: 15%
    }

    #footer-copyright div {
        width: 350px
    }

    footer.site-footer div.inner div {
        float: none;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
        clear: both
    }

    div.nav-social ul.social {
        padding-bottom: 10px
    }
}

div#msg.alert-success {
    margin: 0 auto;
    padding: 20px;
    width: 30%;
    text-align: center;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    min-width: 300px
}

div#error.alert-danger {
    margin: 0 auto;
    padding: 20px;
    width: 30%;
    text-align: center;
    color: #0f5132;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    min-width: 300px
}

.admin-navbar-nav li {
    float: left;
    padding: 10px;
    color: #000;
    list-style-type: none;
    text-align: center;
    font-weight: bold
}

.admin-navbar-nav {
    padding: 10px;
    padding: 10px;
    display: block;
    height: 50px
}

    .admin-navbar-nav:after {
        clear: both
    }

div.downloads {
    margin-bottom: 10%
}

.text-danger.validation-summary-errors {
    color: #f00;
    margin: 10px
}

.text-danger {
    color: #f00
}

.pagination {
    margin-bottom: 30px;
    margin-top: 30px
}

.sgr {
    min-height: 400px
}

.sgr-error {
    min-height: 400px
}

.sgr-alert {
    color: #f00;
    font-weight: bold
}

.main-search {
    max-width: 400px;
    margin: 0 auto
}

.powertoolrow {
    border-bottom: thin solid #808080;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

#pwr_request .required {
    font-weight: bold
}

.vidplayer iframe {
    max-height: 90%;
    background-color: #000
}

.page-not-found {
    padding: 20px;
    min-height: 400px;
    text-align: center;
    margin-top: 20px
}

.careers-nav {
    width: 270px
}

#usersearch .validation-summary {
    height: 50px;
    padding: 2px
}

.required-star::after {
    content: "  *"
}

.required-star {
    font-weight: bold
}

ul.bluearrowlist li a {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    height: 100%;
    background: transparent
}

    ul.bluearrowlist li a:hover img {
        -webkit-transform: translate(5px,-50%);
        -ms-transform: translate(5px,-50%);
        transform: translate(5px,-50%)
    }

    ul.bluearrowlist li a img {
        max-width: 100%;
        width: 45px;
        padding: 5px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform
    }

.aboutus-nav, .sub-navigation.aboutus-nav.active {
    width: 270px !important;
    height: 500px !important
}

@media(min-width:772px) {
    .aboutus-nav, .sub-navigation.aboutus-nav.active {
        left: 19% !important
    }
}

@media(min-width:900px) {
    .aboutus-nav, .sub-navigation.aboutus-nav.active {
        left: 17% !important
    }
}

@media(min-width:975px) {
    .aboutus-nav, .sub-navigation.aboutus-nav.active {
        left: 16% !important
    }
}

@media(min-width:1200px) {
    .aboutus-nav, .sub-navigation.aboutus-nav.active {
        left: 19% !important
    }
}

@media(min-width:1414px) {
    .aboutus-nav, .sub-navigation.aboutus-nav.active {
        left: 15% !important
    }
}

@media(min-width:1600px) {
    .aboutus-nav, .sub-navigation.aboutus-nav.active {
        left: 19% !important
    }
}

@media(min-width:1800px) {
    .aboutus-nav, .sub-navigation.aboutus-nav.active {
        left: 22% !important
    }
}

@media(min-width:2000px) {
    .aboutus-nav, .sub-navigation.aboutus-nav.active {
        left: 25% !important
    }
}

ul.software-downloads-listing li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ccc
}

.uploading {
    background-color: #ccc;
    font-weight: bold
}

#uploadForm {
    width: 80%;
    text-align: center
}

    #uploadForm input {
        padding: 10px;
        text-align: center;
        margin-top: 20px;
        font-weight: bold
    }

select.distributor {
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    display: block;
    padding: 8px;
    width: 100%;
    transition-property: border-color;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

#distributorList ul, #distributorList ul {
    display: inline-block
}

    #distributorList ul li {
        list-style: none;
        margin: 10px;
        background-color: #ccc;
        float: left;
        width: 260px;
        min-height: 200px;
        padding: 0;
        border-radius: 12px;
        text-align: center;
        min-height: 300px
    }

        #distributorList ul li img {
            max-width: 150px;
            margin: 10px;
            max-height: 120px;
            padding-top: 10px
        }

        #distributorList ul li div {
            margin: 10px
        }

            #distributorList ul li div .distributorDetails {
                border: 1px solid #f00;
                padding: 10px
            }

@media(max-width:900px) {
    #distributorNav {
        float: none;
        width: 100%;
        margin-right: 25px
    }
}

@media(min-width:901px) {
    #distributorNav {
        float: left;
        width: 300px;
        margin-right: 25px
    }
}

.nav-social ul.social li {
    width: 30px;
    height: 30px
}

@media(max-width:767px) {
    .site-header .site-logo a img {
        display: block;
        height: 70px
    }
}


.--box-container.--bottom-boxes .--boxes.--drop-shadow.--news-detail, .--box-container.--bottom-boxes .--boxes.--drop-shadow.--event-details {
    overflow: hidden;
    display: table;
}

.--homev2 .--grid-container {
    display: table;
    min-height: 100px;
}


@media (min-width: 2000px) {

    .--boxes.--drop-shadow .--spacer {
        overflow: hidden;
    }
}

.scrolled .sub-navigation {
    top: 152px;
}



/* sub navigation tweaks*/

.sub-navigation .content .subnav > li:nth-child(-n+3) {
    margin-bottom: 20px;
    border-top: none;
    padding-top: 0;
}

.sub-navigation .content ul ul li a {
    padding: 5px;
    padding-left: 21px;
    display: block;
}

.sub-navigation .content .subnav > {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding-top: 20px;
    max-width: 219px;
}

    .sub-navigation .content .subnav > li:nth-last-child(-n+3) {
        margin-bottom: 0;
        margin-top: 0px;
        padding-top: 0px;
    }

.sub-navigation .content a {
    text-decoration: none;
    color: #fff;
    width: 90%;
}

.sub-navigation .content .subnav > li {
    border-top: 0px !important;
    padding-top: 20px;
    max-width: 219px;
}

@media (min-width: 992px) {
    .--smile-home #polyqc .dlbrochure a span {
        min-width: 200px;
    }
}



    

