﻿
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    z-index: 500;
    overflow: visible;
    background-color: white;
    box-shadow: 0 3px 0 rgba(0,0,0,0.05);
    transition: background-color 0.3s ease-in-out 0s,height 0.3s ease-in-out 0s,top 0.3s ease-in-out 0s,bottom 0.3s ease-in-out 0s,box-shadow 0.3s ease-in-out 0s;
}

html.reveal-out header {
    bottom: 0;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 60px 0 20px;
}

html.nav-up header, html.nav-down header {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}

html.nav-down.reached-top header {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
} 
.company-info a {
    padding-left: 25px; 
    font-size: 17px;
} 
.company-info {
    margin-bottom: 15px;
}
header #logo {
    top: 0;
    left: 20px;
    z-index: 501;
}

    header #logo img {
        width: auto;
        height: 60px;
    }

    header #logo.no-image {
        top: 15px;
    }

        header #logo.no-image a {
            text-indent: 0;
            font-size: 30px;
        }

    header #logo a:active {
        position: relative;
        top: 1px;
    }

@media (min-width:0) and (max-width:991px) {
    header nav.cta-link {
        margin: 15px;
    }

        header nav.cta-link a {
            display: block;
        }
}

@media (max-width:991px) {
    header .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width:992px) {
    html.nav-up header {
        top: -75px;
    }

    html.nav-down header {
        top: 0;
    }

    html.nav-up .search-menu {
        top: 40px;
    }

    html.reveal-out header {
        padding: 0;
        overflow: visible;
        bottom: auto;
    }

    html.reveal-out header, header, header .container {
        height: 146px;
    }

        header .container {
            position: relative;
        }

        header #logo {
            top: 0;
            left: 10px;
        }

            header #logo img {
                height: 65px;
            }

            header #logo.no-image {
                top: 25px;
            }

        header nav.cta-link {
            position: absolute;
            top: 86.5px;
            right: 15px;
            z-index: 1000;
        }

            header nav.cta-link a.btn {
                padding-top: 14px;
                height: 50px;
            }
}

.pc__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .pc__header #logo img {
        height: 41px;
        width: 89px;
        object-fit: contain;
    }

    .pc__header .site-search {
        display: none;
    }

        .pc__header .site-search .twitter-typeahead, .pc__header .site-search .twitter-typeahead input {
            width: 100%;
        }

    .pc__header a.expand {
        position: absolute;
        top: 22px;
        right: 22px;
        width: 16px;
        height: 16px;
    }

        .pc__header a.expand svg {
            position: absolute;
            left: 0;
            height: 100%;
            width: 100%;
        }

        .pc__header a.expand .menu-close-icon {
            display: none;
        }

        .pc__header a.expand.active {
            width: 17px;
            height: 17px;
        }

            .pc__header a.expand.active .menu-close-icon {
                display: block;
            }

            .pc__header a.expand.active .menu-open-icon {
                display: none;
            }

.site-search-dropdown {
    top: 22px !important;
}

    .site-search-dropdown a {
        display: -ms-flexbox;
        display: flex;
    }

.pc-menu {
    background-color: #FFFFFF;
}

.pc-menu__sub-container {
    display: none;
}

.pc-menu__main-menu li {
    border-width: 0px !important;
}

    .pc-menu__main-menu li:first-child {
        border-top: none !important;
    }

.pc-menu__main-link {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    cursor: pointer;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 21px 26px 21px 16px !important;
    border-bottom: 1px solid #E7E7E7;
    color: #171724 !important;
}

.pc-menu__main-title {
    font-weight: 400;
}

.pc-menu__main-subtitle {
    font-weight: 500;
}

.pc-menu__sub-item-container {
    display: none;
    border-bottom: 1px solid #E7E7E7;
}

    .pc-menu__sub-item-container:has(.pc-menu__sub-item-sub-title) {
        padding: 20px 32px 35px 32px;
    }

        /* .pc-menu__sub-item-container:has(.pc-menu__sub-item-sub-title) .pc-menu__sub-item-sub li a {
            padding: 12px 8px 0px 8px !important;
            color: #171724;
            font-size: 18px;
            line-height: 22px;
            font-weight: 400;
        }*/

        .pc-menu__sub-item-container:has(.pc-menu__sub-item-sub-title) .pc-menu__sub-item-column:not(:first-child) {
            padding-top: 24px;
        }

    .pc-menu__sub-item-container li img {
        display: none;
    }

.pc-menu a.pc-menu__sub-item-sub-title {
    color: #171724;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 0px !important;
    padding-bottom: 6px !important;
    border-bottom: 1px solid #E7E7E7;
    cursor: pointer;
}

.pc-menu i.ion-chevron-down {
    font-size: 12px;
}

.pc-menu i.ion-android-add {
    font-size: 11px;
    font-weight: bold;
}

.pc-menu__view-all-link {
    display: none !important;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 17.5px !important;
}

    .pc-menu__view-all-link span, .pc-menu__view-all-link i {
        color: #171724;
    }

    .pc-menu__view-all-link span {
        font-weight: 450;
    }

.pc-menu__sub-item-container {
    padding: 0px 16px;
}

.pc-menu__sub-item-sub a {
    padding: 12px 27.5px !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: #171724 !important;
}

.pc-menu__sub-item-column .column-group:not(:first-child) {
    padding-top: 20px;
}

@media (max-width:991px) {
    .pc__header #logo {
        top: 10px;
        left: 16px;
    }

    .show.pc-menu__main-title {
        background-color: #F7F7F7;
        border-bottom: 3px solid #1b12b2;
        padding-bottom: 18px !important;
        color: #1b12b2 !important;
    }

        .show.pc-menu__main-title i {
            color: #1b12b2 !important;
            transform: rotate(180deg);
            animation: transform .3s;
        }

    .show.pc-menu__main-subtitle {
        border-bottom: none !important;
    }

        .show.pc-menu__main-subtitle .ion-android-add::before {
            content: "\f2f4";
        }

        .show.pc-menu__main-subtitle ~ .pc-menu__view-all-link {
            display: -ms-flexbox !important;
            display: flex !important;
        }

    .show ~ div {
        display: contents !important;
    }

    .download-app a {
        padding: 16px 27.5px !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        color: #171724 !important;
    }
}

@media (min-width:992px) {
    header, header .container {
        height: 80px !important;
    }

    html.nav-up #site header {
        top: -101px;
    }

        html.nav-up #site header #logo {
            left: 16px;
        }

    .site-search-dropdown {
        display: none !important;
    }
   
    .pc__header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .pc__header #logo {
            padding-top:0px;
        }

            .pc__header #logo img {
                height: 65px;
                width: 142px;
            }

        .pc__header .site-search {
            display: block;
            position: absolute;
            right: 10px;
            top: 24px;
            width: calc(50.37% - 10px);
        }

            .pc__header .site-search input.form-control {
                border: 1px solid #E7E7E7;
                padding: 12px 45px 9px 16px;
                background-position: right 16px top 14px;
                height: 45px;
                font-size: 16px;
                line-height: 24px;
            }

                .pc__header .site-search input.form-control:-ms-input-placeholder, .pc__header .site-search input.form-control::-webkit-input-placeholder, .pc__header .site-search input.form-control:-ms-input-placeholder {
                    color: #424242 !important;
                    font-weight: 350;
                }

                .pc__header .site-search input.form-control:-ms-input-placeholder, .pc__header .site-search input.form-control::-webkit-input-placeholder, .pc__header .site-search input.form-control::placeholder {
                    color: #424242 !important;
                    font-weight: 350;
                }

    .pc-menu {
        height: unset !important;
        top: 7px !important;
        width: 100%;
    }

    .pc-menu__main-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }

        .pc-menu__main-menu li:nth-child(2) .pc-menu__sub-container .pc-menu__main-subtitle span {
            max-width: 158px;
        }

    .pc-menu__sub-container {
        position: absolute;
        left: 0;
        background-color: #FFFFFF;
        z-index: 1000;
        width: 100%;
        box-shadow: 0px 20px 24px -4px #0000002E;
        padding: 32px;
    }

    .pc-menu__sub-container:hover {
        display: block;
    }

    .pc-menu__sub > li:not(:last-child) > a {
        border-bottom: 1px solid #E7E7E7 !important;
    }

    .pc-menu__sub > li:last-child > a {
        border-bottom: none !important;
    }

    .pc-menu__main-menu-subitem a {
        padding: 16px 0px 16px 0px !important;
        line-height: 22px;
        font-size: 18px;
        color: #171724 !important;
    }

        .pc-menu__main-menu-subitem a:hover {
            color: #1b12b2 !important;
        }

    .pc-menu__main-link {
        padding: 10.5px 10px !important;
        padding-bottom: 7.5px !important;
        gap: 8px;
        border-bottom: 3px solid transparent;
    }

    .pc-menu__main-link:hover, .pc-menu__main-link.active {
        background-color: #F7F7F7;
        color: #1b12b2 !important;
        border-bottom: 3px solid #1b12b2;
    }

    .pc-menu__main-link:hover i, .pc-menu__main-link.active i {
        transform: rotate(180deg);
    }

    .pc-menu__main-link:hover ~ .pc-menu__sub-container, .pc-menu__main-link.active ~ .pc-menu__sub-container {
        display: block;
    }

    .pc-menu__main-link:hover ~ .pc-menu__sub-item-container.horizontal, .pc-menu__main-link.active ~ .pc-menu__sub-item-container.horizontal {
        display: block;
    }

    .pc-menu__main-menu-item:has(.menu-active) .pc-menu__main-title {
        background-color: #F7F7F7;
        color: #1b12b2 !important;
        border-bottom: 3px solid #1b12b2;
    }

        .pc-menu__main-menu-item:has(.menu-active) .pc-menu__main-title i {
            transform: rotate(180deg);
        }

    .pc-menu__main-menu-subitem:has(.menu-active) .pc-menu__main-subtitle {
        background-color: #FFFFFF;
        color: #1b12b2 !important;
    }

        .pc-menu__main-menu-subitem:has(.menu-active) .pc-menu__main-subtitle .ion-chevron-right {
            display: inline-block !important;
            font-size: 11px;
        }

    .pc-menu__sub-item-container.horizontal {
        position: absolute;
        left: 0;
        top: 43px;
        overflow: hidden;
        z-index: 1000;
        width: 100%;
        box-shadow: 0px 8px 8px -4px #00000024;
        box-shadow: 0px 20px 24px -4px #0000002E;
        background-color: #FFFFFF;
        padding: 32px;
    }

        .pc-menu__sub-item-container.horizontal ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .pc-menu__sub-item-container.horizontal ul li img {
                display: inline-block !important;
                width: 209px;
                object-fit: contain;
                margin-bottom: 16px;
            }

            .pc-menu__sub-item-container.horizontal ul li a {
                color: #171724 !important;
            }

          

        .pc-menu__sub-item-container.horizontal:hover {
            display: block;
        }

    .pc-menu__sub-item-container {
        position: absolute;
        top: 0;
        background-color: #FFFFFF;
        left: 185px;
        width: calc(100% - 153px);
        padding: 16px 32px 4px 35px;
        gap: 10px;
        max-height: calc(100vh - 164px - 32px);
        overflow-y: auto;
        overflow-x: hidden;
        border-bottom: none;
    }

        .pc-menu__sub-item-container:hover {
            display: -ms-flexbox;
            display: flex;
        }

        .pc-menu__sub-item-container.download-app {
            border-bottom: none;
            height: 100%;
        }
    .pc-height {
        border-bottom: none;
        height: 100%;
    }

            .pc-menu__sub-item-container.download-app img {
                display: block !important;
                width: 160px;
                height: 120px;
                object-fit: contain;
                margin-bottom: 16px;
            }

            .pc-menu__sub-item-container.download-app:hover {
                display: block;
            }

    .pc-menu .horizontal {
        display: none;
    }

    .pc-menu__main-subtitle {
        width: 185px;
        gap: 0px;
    }

        .pc-menu__main-subtitle span {
            display: inline-block;
            max-width: 176px;
        }

        .pc-menu__main-subtitle i {
            display: none;
        }

        .pc-menu__main-subtitle:hover {
            background-color: #FFFFFF;
            color: #1b12b2;
        }

            .pc-menu__main-subtitle:hover i {
                transform: none;
                display: inline-block;
                font-size: 11px;
            }

            .pc-menu__main-subtitle:hover ~ .pc-menu__sub-item-container {
                display: -ms-flexbox;
                display: flex;
            }

    .pc-menu__sub-item-sub li a {
        padding: 0px !important;
        margin-bottom: 12px;
        cursor: text;
    }

        .pc-menu__sub-item-sub li a:not([href='#']):hover {
            text-decoration: underline;
            cursor: pointer;
            -webkit-text-decoration-color: #1b12b2;
            text-decoration-color: #1b12b2;
            color: #1b12b2;
        }

        .pc-menu__sub-item-sub li a[href='#']:hover {
            color: #171724 !important;
        }

    .pc-menu .column-group li a.pc-menu__view-all-link {
        display: -ms-flexbox !important;
        display: flex !important;
        padding-top: 38px !important;
        padding-bottom: 6px !important;
    }

        .pc-menu .column-group li a.pc-menu__view-all-link, .pc-menu .column-group li a.pc-menu__view-all-link span {
            font-weight: 500;
        }

            .pc-menu .column-group li a.pc-menu__view-all-link:not([href='#']):hover {
                -webkit-text-decoration-color: #171724;
                text-decoration-color: #171724;
            }

    .pc-menu__sub-item-container:has(.pc-menu__sub-item-sub-title) {
        padding: 16px 0px 4px 35px;
    }

        .pc-menu__sub-item-container:has(.pc-menu__sub-item-sub-title) .pc-menu__sub-item-sub-title {
            margin-bottom: 16px;
        }

            .pc-menu__sub-item-container:has(.pc-menu__sub-item-sub-title) .pc-menu__sub-item-sub-title[href='#']:hover {
                cursor: text !important;
                color: #171724 !important;
            }

        .pc-menu__sub-item-container:has(.pc-menu__sub-item-sub-title) .pc-menu__sub-item-sub li a {
            padding: 0px !important;
        }

            .pc-menu__sub-item-container:has(.pc-menu__sub-item-sub-title) .pc-menu__sub-item-sub li a.pc-menu__view-all-link {
                padding-top: 38px !important;
            }

        .pc-menu__sub-item-container:has(.pc-menu__sub-item-sub-title) .pc-menu__sub-item-column:not(:first-child) {
            padding-top: 0px;
        }

    .pc-menu__sub-item-column .column-group:not(:first-child) {
        padding-top: 12px;
    }

    .pc-menu__sub {
        height: 100%;
    }

        .pc-menu__sub li.pc-menu__main-menu-subitem:last-child, .pc-menu__sub li.pc-menu__main-menu-subitem:last-child a {
            height: 100%;
        }

            .pc-menu__sub li.pc-menu__main-menu-subitem:last-child a {
                background-color: transparent !important;
            }
}

@media (min-width:1200px) {
    .pc-menu {
        padding-right: 20px !important;
    }

    .pc-menu__sub-item-container {
        gap: 40px;
    }
}



    .pc-site-search .clear-search {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: none !important;
    }

    .pc-site-search .twitter-typeahead, .pc-site-search .twitter-typeahead input {
        width: 100%;
    }

    .pc-site-search .tt-menu {
        width: 100%;
        z-index: 1001 !important;
        padding: 20px;
        background-color: #FFFFFF;
        border: 1px solid #E7E7E7;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

        .pc-site-search .tt-menu > div {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 14px;
        }

    .pc-site-search .suggestion-item {
        color: #424242;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }

        .pc-site-search .suggestion-item .title {
            font-size: 18px;
            line-height: 22px;
        }

            .pc-site-search .suggestion-item .title, .pc-site-search .suggestion-item .title strong {
                font-weight: 400;
                color: #171724;
            }

                .pc-site-search .suggestion-item .title .highlight {
                    font-weight: 800;
                    color: #1b12b2;
                }

        .pc-site-search .suggestion-item .description {
            font-size: 16px;
            font-weight: 350;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            max-height: 3.2rem;
        }

            .pc-site-search .suggestion-item .description .highlight {
                font-weight: 800;
                color: #1b12b2;
            }

        .pc-site-search .suggestion-item .location, .pc-site-search .suggestion-item .location span {
            font-size: 14px;
            font-weight: 350 !important;
            line-height: 24px;
        }

            .pc-site-search .suggestion-item .location .lbl, .pc-site-search .suggestion-item .location .lbl strong {
                color: #424242 !important;
            }

            .pc-site-search .suggestion-item .location span, .pc-site-search .suggestion-item .location strong {
                font-weight: 350 !important;
            }

                .pc-site-search .suggestion-item .location span.url, .pc-site-search .suggestion-item .location span.url strong {
                    color: #1b12b2 !important;
                }

    .pc-site-search .synonym, .pc-site-search .synonym strong {
        color: #424242 !important;
        font-size: 14px;
        font-weight: 350 !important;
        line-height: 24px;
    }

    .pc-site-search .see-all {
        width: 193px;
        height: 50px;
        border-radius: 2px;
        border: 1px solid #1b12b2;
        margin-top: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #1b12b2 !important;
    }

    .pc-site-search .no-result {
        pointer-events: none !important;
    }

        .pc-site-search .no-result, .pc-site-search .no-result strong {
            color: #424242 !important;
            font-size: 14px;
            font-weight: 350 !important;
            line-height: 24px;
        }


.navigation {
    position: relative;
    z-index: 5;
}

    .navigation .reveal {
        display: none;
    }



@media (min-width:992px) {
    html.reveal-out {
        overflow: auto;
    }

        html.reveal-out .navigation {
            overflow: visible;
        }

    header a.expand {
        display: none;
    }

    .navigation .reveal {
        display: block;
    }


}

.navigation nav.main ul li span {
    position: relative;
    display: block;
}


.navigation nav.main ul li span i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding-top: 22px;
    text-align: center;
    color: #171724;
}

.navigation nav.main ul li span i {
    z-index: 99;
}

html.touch .navigation nav.main ul li span i {
    z-index: 101;
    background-color: rgba(255,255,255,0);
}

.navigation nav.main ul li a {
    display: block;
}

.navigation nav.main > ul > li > span a {
    position: relative;
    height: 60px;
    padding: 22px 15px;
    color: #171724;
}

.navigation nav.main ul li span a {
    z-index: 101;
}

html.touch .navigation nav.main > ul > li > span a {
    z-index: 99;
}

html.no-touch .navigation nav.main ul li ul li span:not(.active) > a:hover, .navigation nav.main ul li ul li span:not(.active) > a:focus {
    background-color: #1862ba;
    color: #fff;
}

    html.no-touch .navigation nav.main ul li ul li span:not(.active) > a:hover ~ i, .navigation nav.main ul li ul li span:not(.active) > a:focus ~ i {
        color: #fff;
    }

html.no-touch .navigation nav.main ul li.colour-nav ul li span:not(.active) > a:hover, .navigation nav.main ul li.colour-nav ul li span:not(.active) > a:focus {
    background-color: transparent;
    color: #1b6ed1;
}

    html.no-touch .navigation nav.main ul li.colour-nav ul li span:not(.active) > a:hover ~ i, .navigation nav.main ul li.colour-nav ul li span:not(.active) > a:focus ~ i {
        color: #1b6ed1;
    }

.navigation nav.main > ul > li.has-child > span a {
    padding-right: 60px;
}

.navigation nav.main > ul > li > span.active, html.touch .navigation nav.main > ul > li.open, html.no-touch .navigation nav.main > ul > li:hover {
    background-color: #fff;
}

.navigation nav.main > ul > li:focus-within {
    color: #1b6ed1;
}

.navigation nav.main > ul > li > span.active > a, html.touch .navigation nav.main > ul > li.open > span > a, html.no-touch .navigation nav.main > ul > li:hover > span > a {
    color: #171724;
}

.navigation nav.main > ul > li:focus-within > span > a {
    color: #1b6ed1;
}

.navigation nav.main > ul > li.has-child ul {
    position: relative;
    background-color: #fff;
}

    .navigation nav.main > ul > li.has-child ul ul {
        background-color: #fff;
    }

@media (min-width:0) and (max-width:991px) {
    .navigation nav.main {
        border-width: 0 0 1px;
        border-style: solid;
        border-color: rgba(255,255,255,0);
    }

        .navigation nav.main img {
            display: none;
        }

        .navigation nav.main .colour-nav img {
            display: block;
            max-width: 100px;
        }

        .navigation nav.main > ul > li {
            border-width: 1px 0 0;
            border-style: solid;
            border-color: #ebebeb;
        }

            .navigation nav.main > ul > li:last-child {
                border-width: 1px 0 1px;
            }

        .navigation nav.main ul li ul li span > a, .navigation nav.main ul li ul li > a {
            display: block;
            color: #424242;
            padding: 15px;
        }

        .navigation nav.main ul li ul li.has-child > span > a {
            color: #1b6ed1;
        }

        .navigation nav.main ul li.has-child ul {
            display: none;
        }

        .navigation nav.main ul li.has-child.open-mobile > .submenu-wrapper > .subpage-menu, .navigation nav.main ul li.has-child.open-mobile > .submenu-wrapper > .subpage-menu li.has-child.open-mobile > .subpage-menu {
            display: block;
        }

        .navigation nav.main ul li.has-child.open-mobile > span > i {
            transform: rotate(180deg);
        }

        .navigation nav.main ul li.colour-nav.open-mobile > .submenu-wrapper > .subpage-menu {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .navigation nav.main ul li.colour-nav .submenu-wrapper {
            padding: 0 20px;
        }

        .navigation nav.main ul li.colour-nav ul.subpage-menu {
            margin-left: -10px;
            margin-right: -10px;
        }

            .navigation nav.main ul li.colour-nav ul.subpage-menu li {
                width: 158px;
                margin-bottom: 50px;
                padding: 0 10px;
            }

            .navigation nav.main ul li.colour-nav ul.subpage-menu a {
                width: 100%;
                height: 170px;
                padding: 0;
            }

                .navigation nav.main ul li.colour-nav ul.subpage-menu a span {
                    font-weight: 500;
                    color: #171724;
                    margin-top: 20px;
                }

    .colour-nav .nav-img-wrapper {
        height: 0;
        overflow: hidden;
        padding-bottom: 108%;
        background-color: #f7f7f7;
        position: relative;
    }

        .colour-nav .nav-img-wrapper img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            object-fit: contain;
            object-position: center center;
            padding: 8px;
            margin: auto;
        }

    .navigation nav.main ul li.has-child.open-mobile > span > a {
        font-weight: 500;
    }

    .navigation nav.main ul li.has-child ul li a {
        height: 60px;
        padding: 22px 15px;
    }

    .navigation nav.main ul li.has-child ul li.has-child a {
        height: 60px;
        padding: 22px 51px;
    }

    .navigation nav.main ul li ul li span > i {
        right: initial;
        left: 0;
    }

    .navigation nav.main > ul > li > span a {
        z-index: 99;
    }

    .navigation nav.main ul li.has-child.open li.has-child.open .ion-android-add::before {
        content: "\f2f4";
    }

    .navigation nav.main ul li span.active a::before {
        background-color: #171724;
    }

    .navigation nav.main ul li span i {
        z-index: 101;
        background-color: rgba(255,255,255,0.1);
    }

    .navigation nav.main ul li span i {
        border-width: 0 0 0 1px;
        border-style: solid;
        border-color: rgba(255,255,255,0);
    }

    .navigation nav.main ul li.more-children {
        display: none !important;
    }
}

@media (min-width:992px) {
    .navigation, .navigation nav.main, .navigation nav.main ul {
        z-index: 500;
        position: relative;
        overflow: visible;
    }

        .navigation nav.main {
            position: absolute; 
            right: 45px;
            left: 10px;
            height: 40px;
        }

    .ion-arrow-right-c {
        opacity: 0;
        visibility: hidden;
        transition: opacity 100ms,visibility 100ms;
    }

    header::after {
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        position: absolute;
        top: 80px;
        right: 0;
        left: 0;
        background-color: #fff;
    }

    .submenu-wrapper {
        position: absolute;
        opacity: 0;
        border-top: 1px solid #ebebeb;
        top: 40px;
        left: 0;
        right: 0;
        visibility: hidden;
        transition: opacity 100ms,visibility 100ms;
        background-color: #fff;
        min-height: 430px;
        z-index: 2000;
        box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
    }

    .navigation nav.main > ul > li.has-child:hover .submenu-wrapper, .navigation nav.main > ul > li.has-child:active .submenu-wrapper {
        opacity: 1;
        z-index: 2010;
        visibility: visible;
    }

    .navigation nav.main > ul {
        position: relative;
        z-index: 1000;
        line-height: 0;
        height: 100%;
        overflow: visible;
        border: 0 none;
    }

        .navigation nav.main > ul > li > span > a::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            transition: background 300ms;
            background: transparent;
            right: 30px;
            height: 3px;
        }

        .navigation nav.main > ul > li > .active > a::before {
            background: #1b6ed1;
        }
}

@media (min-width:992px) and (min-width:1200px) {
    .navigation nav.main > ul > li > .active > a::before {
        right: 25px;
    }
}

@media (min-width:992px) {
    .navigation nav.main > ul > li:not(:first-child) > span > a::before {
        left: 15px;
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .navigation nav.main > ul > li:not(:first-child) > span > a::before {
        left: 25px;
    }
}

@media (min-width:992px) {
    .navigation nav.main > ul > li:not(.has-child) > span > a::before {
        right: 15px;
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .navigation nav.main > ul > li:not(.has-child) > span > a::before {
        right: 25px;
    }
}

@media (min-width:992px) {
    .navigation nav.main > ul > li:not(:first-child) > .active > a::before {
        left: 15px;
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .navigation nav.main > ul > li:not(:first-child) > .active > a::before {
        left: 25px;
    }
}

@media (min-width:992px) {
    .navigation nav.main > ul > li:hover > span > a::before, .navigation nav.main > ul > li:active > span > a::before {
        content: "";
        background: #1b6ed1;
    }

    .navigation nav.main > ul > li.child-open > span > a::before {
        content: "";
        background: #1b6ed1;
    }

    .navigation nav.main > ul > li > span > a {
        cursor: pointer;
    }

    .navigation nav.main > .submenu-wrapper > .subpage-menu > li > a, .navigation nav.main > .submenu-wrapper > .subpage-menu > li > span > a {
        font-weight: 600;
    }

    .navigation .main > ul > li > .submenu-wrapper::after {
        content: "";
        position: absolute;
        width: 101vw;
        border-top: 1px solid #ebebeb;
        left: 50%;
        right: 50%;
        top: -1px;
        z-index: -1;
        bottom: 0;
        margin-left: -49vw;
        margin-right: -50vw;
        background: #fff;
    }

    .navigation .main > ul > li:not(.has-images) > .submenu-wrapper > .subpage-menu > li > .subpage-menu {
        position: absolute;
    }

    .navigation .main > ul > li:not(.has-images) > .submenu-wrapper::before {
        content: "";
        height: 100%;
        width: 1px;
        left: 240px;
        border-left: 1px solid #d0d0d0;
        position: absolute;
    }

    .navigation .main > ul > li:not(.has-images) > .submenu-wrapper > .subpage-menu {
        padding-top: 42px;
        position: static;
    }

        .navigation .main > ul > li:not(.has-images) > .submenu-wrapper > .subpage-menu > li.has-child:hover > .subpage-menu, .navigation .main > ul > li:not(.has-images) > .submenu-wrapper > .subpage-menu > li.has-child:focus > .subpage-menu {
            display: -ms-flexbox;
            display: flex;
        }

        .navigation .main > ul > li:not(.has-images) > .submenu-wrapper > .subpage-menu > li.has-child:hover .ion-arrow-right-c, .navigation .main > ul > li:not(.has-images) > .submenu-wrapper > .subpage-menu > li.has-child:focus .ion-arrow-right-c {
            opacity: 1;
            visibility: visible;
        }

        .navigation .main > ul > li:not(.has-images) > .submenu-wrapper > .subpage-menu > li.has-child > .subpage-menu {
            left: 241px;
            right: 0;
            bottom: 0;
            transition: opacity 100ms,visibility 100ms;
            padding: 42px 30% 60px 40px;
            display: none;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: calc(100% - 241px);
        }

            .navigation .main > ul > li:not(.has-images) > .submenu-wrapper > .subpage-menu > li.has-child > .subpage-menu > li > span > a {
                color: #424242;
            }

        .navigation .main > ul > li:not(.has-images) > .submenu-wrapper > .subpage-menu > li.has-child {
            position: static;
        }

    .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu {
        width: auto;
    }

    .nav-img-wrapper {
        overflow: hidden;
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .nav-img-wrapper::before {
            display: block;
            content: "";
            width: 100%;
            padding-bottom: 65%;
        }

        .nav-img-wrapper img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center center;
        }

    .colour-nav .nav-img-wrapper {
        background-color: #f7f7f7;
        background-size: contain;
        background-repeat: repeat-x;
    }

    .colour-nav img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center center;
        padding: 8px;
        margin: auto;
    }

    .view-all-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu {
        display: -ms-flexbox;
        display: flex;
        padding-top: 45px;
        margin-left: -10px;
        margin-right: -10px;
    }

        .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu > li {
            width: 25%;
            padding-left: 10px;
            padding-right: 10px;
        }

            .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu > li span {
                padding-top: 20px;
            }

            .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu > li i {
                padding-left: 13px;
            }

            .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu > li a {
                padding: 0;
            }

            .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu > li:hover i, .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu > li:active i {
                opacity: 1;
                visibility: visible;
            }

            .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu > li:hover > a, .navigation .main > ul > li.has-images > .submenu-wrapper > .subpage-menu > li:active > a {
                color: #1b6ed1;
            }

    .navigation nav.main > ul > li {
        float: left;
    }

    .navigation nav.main ul li span i {
        width: 25px;
        height: 40px;
        padding-top: 13px;
        font-size: 10px;
    }

    html.touch .navigation nav.main ul li span i {
        background-color: rgba(255,255,255,0.1);
    }

    .navigation nav.main > ul > li > span {
        position: relative;
    }

        .navigation nav.main > ul > li > span a {
            height: 40px;
            padding: 10px 15px;
        }

    html.touch .navigation nav.main > ul > li.has-child > span a {
        padding-right: 25px;
    }

    .navigation nav.main > ul > li.has-child > span a {
        padding-right: 30px;
    }

    .navigation nav.main > ul > li {
        z-index: 1000;
    }

        .navigation nav.main > ul > li.has-child ul {
            position: relative;
            top: 0;
            left: 0;
            z-index: 2000;
            width: 240px;
            height: auto;
            padding: 0;
            text-align: left;
        }

            .navigation nav.main > ul > li.has-child ul li {
                position: relative;
            }

    .navigation nav.main ul li.has-child ul li a {
        display: block;
        color: #171724;
        font-weight: 500;
        float: none;
        height: auto;
    }

    .avenir-500 {
        font-weight: 500;
    }

    .navigation nav.main > ul > li > span + ul > li > span > a {
        font-size: 18px;
    }

    html.touch .navigation nav.main > ul > li.has-child > ul > li.has-child > span a {
        padding-right: 40px;
    }

    .navigation nav.main ul li.has-child ul li span i {
        top: 0;
        bottom: 0;
        right: 38px;
        font-size: 18px;
        padding-top: 10px;
        height: 100%;
    }

    .navigation nav.main ul li.has-child ul li span a::before {
        background-color: rgba(255,255,255,0.1);
    }

    html.no-touch .navigation nav.main ul li.has-child ul li span a:hover::before {
        background-color: rgba(255,255,255,0.5);
    }

    html.no-touch .navigation nav.main ul li.has-child ul li span.active a:hover::before, .navigation nav.main ul li.has-child ul li span.active a::before {
        background-color: #171724;
    }

    html.no-touch .navigation nav.main ul li ul li span:not(.active) > a:hover, .navigation nav.main ul li ul li span:not(.active) > a:focus {
        background-color: transparent;
        color: #1b6ed1;
    }

        html.no-touch .navigation nav.main ul li ul li span:not(.active) > a:hover ~ i, .navigation nav.main ul li ul li span:not(.active) > a:focus ~ i {
            color: #1b6ed1;
        }

    .navigation nav.main > ul > li > span.active > a, html.touch .navigation nav.main > ul > li.open > span > a, html.no-touch .navigation nav.main > ul > li:hover > span > a {
        color: #1b6ed1;
    }

    .navigation nav.main > ul > li > span.active > a, html.touch .navigation nav.main > ul > li.open > span > a, html.no-touch .navigation nav.main > ul > li:focus > span > a {
        color: #1b6ed1;
    }

    html.touch .navigation nav.main ul li.has-child.open ul, html.no-touch .navigation nav.main ul li.has-child:hover ul {
        left: 0;
    }

    .navigation nav.main ul li.has-child:focus-within ul {
        left: 0;
    }

    html.touch .navigation nav.main ul li.has-child.open ul ul, html.no-touch .navigation nav.main ul li.has-child:hover ul ul {
        top: 0;
        left: -999em;
    }

    .navigation nav.main ul li.has-child:focus-within ul ul {
        top: 0;
        left: -999em;
    }

    html.touch .navigation nav.main ul li ul li.has-child.open ul, html.no-touch .navigation nav.main ul li ul li.has-child:hover ul {
        left: 240px;
    }

    .navigation nav.main ul li ul li.has-child:focus-within ul {
        left: 240px;
    }

    html.touch .navigation nav.main > ul > li.has-child.open:last-of-type ul, html.no-touch .navigation nav.main > ul > li.has-child:hover:last-of-type ul {
        right: 0;
        left: auto;
    }

    .navigation nav.main > ul > li.has-child:focus-within:last-of-type ul {
        right: 0;
        left: auto;
    }

    html.touch .navigation nav.main > ul > li.has-child.open:last-of-type ul ul, html.no-touch .navigation nav.main > ul > li.has-child:hover:last-of-type ul ul {
        left: -999em;
    }

    .navigation nav.main > ul > li.has-child:focus-within:last-of-type ul ul {
        left: -999em;
    }

    html.touch .navigation nav.main > ul > li:last-of-type > ul > li.has-child.open ul, html.no-touch .navigation nav.main > ul > li:last-of-type > ul > li.has-child:hover ul {
        right: auto;
        left: -240px;
    }

    .navigation nav.main > ul > li:last-of-type > ul > li.has-child:focus-within ul {
        right: auto;
        left: -240px;
    }

    .navigation nav.main ul li.more-children ul.more-dropdown ul, .navigation nav.main ul li.more-children ul.more-dropdown i {
        display: none !important;
    }

    .navigation nav.main > ul > li.has-child.multi-col > ul {
        width: 480px;
    }

        .navigation nav.main > ul > li.has-child.multi-col > ul > li {
            float: left;
            width: 240px;
        }

            .navigation nav.main > ul > li.has-child.multi-col > ul > li:nth-child(2n + 1) {
                clear: both;
            }
}

@media (min-width:992px) {
    .navigation nav.main > ul > li > span {
        font-size: 15px;
    }

    .navigation nav.main ul li ul li span a {
        padding: 10px;
    }

    .navigation nav.main > ul > li:first-child > span > a {
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navigation nav.main > ul > li > span {
        font-size: 18px;
    }

    .navigation .main > ul > li:first-child > .submenu-wrapper > .subpage-menu > li.has-child {
        font-size: 18px;
    }

        .navigation .main > ul > li:first-child > .submenu-wrapper > .subpage-menu > li.has-child > .subpage-menu > li > span > a {
            font-size: 16px;
        }

    .navigation nav.main > ul > li > span a {
        padding: 6px 25px;
    }

    .navigation nav.main > ul > li:first-child > span a {
        padding-left: 0;
    }

    .navigation nav.main ul li span i {
        padding-top: 11px;
    }
}

.navigation nav.top {
    position: relative;
    z-index: 602;
    padding: 15px 0 0 15px;
}

    .navigation nav.top > ul, .navigation nav.top ul .dropdown-menu {
        font-size: 14px;
        border-radius: 0;
    }

    .navigation nav.top ul .dropdown-menu {
        z-index: 702;
    }

    .navigation nav.top ul > li {
        display: block;
        margin: 15px 0;
    }

    .navigation nav.top li a {
        color: #008ed2;
    }

        html.no-touch .navigation nav.top li a:hover, .navigation nav.top li a:focus, .navigation nav.top li a:active {
            color: #06aeff;
        }

        .navigation nav.top li a i {
            color: #1b6ed1;
        }

@media (min-width:0) and (max-width:991px) {
    .navigation nav.top ul .dropdown-menu {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        float: none !important;
        width: auto;
        background: none;
        border: 0 none;
        box-shadow: none;
    }

        .navigation nav.top ul .dropdown-menu li a {
            padding: 0;
            background: none !important;
        }
}

@media (min-width:992px) {
    .navigation nav.top {
        position: absolute;
        top: 15px;
        right: 22.5%;
        padding: 0;
    }

        .navigation nav.top > ul, .navigation nav.top ul .dropdown-menu {
            font-size: 13px;
        }

        .navigation nav.top ul > li {
            display: block;
            float: left;
            margin: 0 0 0 10px;
        }

        .navigation nav.top li a {
            display: block;
            padding: 13px 0 5px;
            height: 40px;
        }

        .navigation nav.top ul .dropdown-menu {
            top: 30px;
            right: -1px;
            margin: 0;
            padding: 0;
            border-color: #ebebeb;
            box-shadow: 3px 3px 0 rgba(0,0,0,0.025);
        }

            .navigation nav.top ul .dropdown-menu li {
                margin: 0;
                float: none;
            }

                .navigation nav.top ul .dropdown-menu li a {
                    display: block;
                    padding: 10px 10px 12px;
                    height: auto;
                }
}



header a.expand {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
    width: 60px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    cursor: pointer;
}

    header a.expand span:before, header a.expand span, header a.expand span:after {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        position: absolute;
        right: 50%;
        border-radius: 1px;
        background-color: #171724;
        opacity: 1;
        transition: transform 0.4s ease-in-out 0s,background-color 0.4s ease-in-out 0s,right 0.4s ease-in-out 0s,top 0.4s ease-in-out 0s,width 0.3s ease-in-out 0s;
    }

    header a.expand span {
        top: 50%;
        transform: translateY(-50%) translateX(50%);
    }

        header a.expand span:before, header a.expand span:after {
            right: 0;
        }

        header a.expand span:before {
            top: -6px;
        }

        header a.expand span:after {
            top: 6px;
        }

    header a.expand.active span {
        width: 0;
    }

        header a.expand.active span:before, header a.expand.active span:after {
            top: 0;
            right: -8px;
            background-color: #1b6ed1;
        }

        header a.expand.active span::before {
            transform: rotate(-45deg);
        }

        header a.expand.active span::after {
            transform: rotate(45deg);
        }


@media (max-width:991px) {
    .html:has(.tt-open), body:has(.tt-open) {
        overflow-y: hidden !important;
    }

    .site-search-dropdown.open .search-menu {
        top: 0;
        height: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        background-color: #FFFFFF;
    }

        .site-search-dropdown.open .search-menu .container {
            padding: 0px 16px;
        }

        .site-search-dropdown.open .search-menu input.search-field {
            height: 32px;
            min-height: unset;
            background-position: right 16px top 7px;
            background-size: 16px 17px;
            padding: 3px 40px 5px 16px;
            border: 1px solid #E7E7E7;
            font-size: 16px;
            font-weight: 350;
            line-height: 24px;
        }
}


.site-search {
    position: relative;
}

    .site-search fieldset {
        position: relative;
        pointer-events: all;
    }

    .site-search .form-group {
        padding: 0;
        margin: 0;
    }

    .site-search .form-control {
        width: 100%;
        height: 50px;
        min-height: 50px;
        padding-right: 50px;
        background: url("/assets/img/svg/icons/search.svg") left 16px center no-repeat;
        box-shadow: none;
        border: solid 1px #cbcbcb;
        border-radius: 2px;
        padding-left: 50px;
        background-color: transparent;
    }

header .site-search .form-control {
    height: 40px;
    background: url("/assets/img/svg/icons/search.svg") left center no-repeat;
    min-height: 40px;
    border: 0;
    padding-left: 35px;
}

.site-search a.btn {
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 25px;
    text-align: center;
    border: 0 none;
    box-shadow: none !important;
}

header .site-search a.btn {
    width: 40px;
    height: 40px;
}

.site-search a i {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 15px;
    line-height: 1;
    transform: translateY(-50%);
}

.site-search-dropdown {
    position: absolute;
    right: 60px;
    top: 17px;
}

.search-menu {
    position: fixed;
    top: 60px;
    transition: top 300ms ease-in-out 0s;
    right: 0;
    padding: 15px 0px;
    height: 70px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    background-color: #f7f7f7;
}

    .search-menu .container {
        padding-left: 20px;
        height: 100%;
        padding-right: 20px;
    }

@media (min-width:992px) {
    .search-menu .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    header .site-search {
        margin: 0;
        position: static;
        width: 100%;
        height: 40px;
    }

    .site-search-dropdown {
        top: 85px;
        z-index: 1;
        right: 15px;
    }

    .search-result-list .item {
        position: relative;
    }

        .search-result-list .item::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 30px;
            right: 30px;
            border-bottom: 1px solid #dcdcdc;
        }

    .pc-liset li {
        width: 30%;
        text-align: center;
    }
}

@media (min-width:992px) {
    .search-menu {
        top: 120px;
    }
}



.modal-backdrop.in {
    opacity: 0.6;
}

@media (max-width:767px) {
    .video-modal .modal-dialog {
        height: 100%;
        margin: 0;
    }

    .video-modal .modal-content {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .video-modal .flex-items {
        margin: auto;
        transform: translateY(-20px);
    }

    .video-modal .modal-body, .video-modal .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

section[id="app"] {
    margin: 70px 0;
}

.datasheet-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.spc.accordion .heading:not(.main) a.collapsed {
    border-color: #ebebeb;
}

.spc.accordion .heading:not(.main) i {
    font-size: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #1b6ed1;
}

.spc.accordion .heading:not(.main) a:not(.collapsed) i.ion-chevron-up, .spc.accordion .heading:not(.main) a.collapsed i.on-chevron-down {
    display: block;
}

.spc.accordion .heading:not(.main) a.collapsed i.ion-chevron-up, .spc.accordion .heading:not(.main) a:not(.collapsed) i.ion-chevron-down {
    display: none;
}

.accordion .panel-body {
    padding: 15px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ebebeb;
    background-color: white;
    box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.spc.blockquotes .slides:nth-child(2) {
    padding-top: 15px;
}

.spc.blockquotes .slides:nth-last-child(2) {
    padding-bottom: 15px;
}

.spc.blockquotes .quotes .slides .item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
}

.spc.blockquotes .quotes .slides .item {
    padding: 0 15px;
}

.spc.blockquotes .quotes .slides blockquote {
    padding-top: 30px;
}

.spc.blockquotes blockquote p {
    font-size: 22px;
}

@media (min-width:480px) and (max-width:991px) {
    .spc.blockquotes .row:not(.slides) .item {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .spc.blockquotes .row:not(.slides) .item:not(.items-1) {
            width: 50%;
        }

        .spc.blockquotes .row:not(.slides) .item:nth-of-type(2n + 1) {
            clear: both;
        }
}

@media (min-width:992px) {
    .spc.blockquotes blockquote {
        padding-top: 40px;
    }

        .spc.blockquotes blockquote p {
            font-size: 28px;
        }

        .spc.blockquotes blockquote cite {
            font-size: 14px;
        }

        .spc.blockquotes blockquote::before {
            font-size: 40px;
        }
}

@media (min-width:1200px) {
    .spc.blockquotes blockquote p {
        font-size: 32px;
    }
}

.spc.image img {
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.spc.gallery .row:not(.overview):not(.outro), .spc.gallery .slides {
    padding-right: 13px;
    padding-left: 13px;
}

    .spc.gallery .slides:nth-child(2) {
        padding-top: 15px;
    }

    .spc.gallery .slides:nth-last-child(2) {
        padding-bottom: 15px;
    }

.spc.gallery .item {
    padding: 2px;
}

.spc.gallery .slides .item {
    margin-top: 0;
    margin-bottom: 0;
}

.spc.gallery .item .image {
    position: relative;
}

@media (min-width:480px) and (max-width:991px) {
    .spc.gallery .row:not(.slides) .item {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .spc.gallery .row:not(.slides) .item:not(.items-1) {
            width: 50%;
        }

        .spc.gallery .row:not(.slides) .item:nth-of-type(2n + 1) {
            clear: both;
        }
}

.spc.resources .list-group {
    margin: 0;
}

.spc.resources .item {
    padding: 15px;
    border-radius: 0;
    box-shadow: 0 3px 0 rgba(0,0,0,0.05);
    border-color: #ebebeb;
    background-color: white;
}

    .spc.resources .item:not(:last-child) {
        margin-bottom: 5px;
    }

html.no-touch .spc.resources .item:hover {
    background-color: #f0f3f4;
}

.spc.resources .item .heading {
    display: block;
    font-size: 16px;
    margin: 0;
    color: #171724;
}

    .spc.resources .item .heading i {
        color: #1b6ed1;
    }

    .spc.resources .item .heading + .text {
        margin-top: 10px;
    }

.spc.resources .item .text:first-child {
    margin-top: 0;
}

.spc.resources .item .text:last-child {
    margin-bottom: 0;
}

.spc.resources .item .heading + .size, .spc.resources .item .text + .size {
    margin-top: 10px;
}

.spc.resources .item .size {
    font-size: 12px;
}

.spc.pricing-menu .head {
    padding: 10px 0 20px;
    margin-bottom: 10px;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #1b6ed1;
}

    .spc.pricing-menu .head .heading {
        margin: 0;
        font-size: 14px;
    }

.spc.pricing-menu .item {
    padding: 15px 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ebebeb;
}

    .spc.pricing-menu .item:last-of-type {
        border: 0 none;
    }

    .spc.pricing-menu .item .heading {
        text-transform: none;
        letter-spacing: 0;
        font-size: 16px;
        margin: 0 0 8px;
    }

    .spc.pricing-menu .item .text p {
        margin: 0 0 5px;
        font-size: 90%;
        font-style: italic;
    }

.spc.pricing-menu .price p {
    margin: 5px 0 0;
}

@media (min-width:992px) {
    .spc.pricing-menu .item .heading {
        font-size: 18px;
    }

    .spc.pricing-menu .item .price {
        text-align: right;
    }

    .spc.pricing-menu .price p {
        margin: 0 0 10px;
    }
}

.spc.textblock:first-child {
    margin-top: 0;
}

.spc.textblock:last-child {
    margin-bottom: 0;
}

.spc.umb-grid .container {
    width: 100%;
    padding: 0;
}

.spc.umb-grid .grid-section > div + div {
    margin-top: 15px;
}

@media (min-width:0) and (max-width:991px) {
    .spc.umb-grid .grid-section .column:first-of-type:first-child {
        margin-top: 0;
    }

    .spc.umb-grid .grid-section .column:last-of-type:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:992px) {
    .spc.umb-grid .grid-section > div + div {
        margin-top: 30px;
    }

    .spc.umb-grid .grid-section .column:first-child {
        margin-top: 0;
    }

    .spc.umb-grid .grid-section .column:last-child {
        margin-bottom: 0;
    }
}

.promo-pods .item {
    position: relative;
    margin: 15px 0;
}

html.no-touch .promo-pods .item a:hover .heading, html.no-touch .promo-pods .item a:hover .text {
    text-decoration: none;
}

.promo-pods .alt .item .image {
    margin: 0;
}

.promo-pods .item img {
    overflow: hidden;
}

.promo-pods .alt .item .info {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    padding: 15px;
    background-color: rgba(0,44,101,0.8);
}

section.custom-slideshow {
    background-color: #171724;
    margin-bottom: 30px;
}

    section.custom-slideshow p {
        color: #fff;
    }

    section.custom-slideshow .info {
        display: block !important;
    }

    section.custom-slideshow .btn {
        background-color: #fff;
        color: #171724;
        padding: 14px 40px;
    }

    section.custom-slideshow a {
        height: 100%;
    }

    section.custom-slideshow img {
        object-fit: cover;
        height: 100%;
    }

html.no-touch .promo-pods .alt .item a .info {
    background-color: rgba(0,44,101,0.3);
}

html.no-touch .promo-pods .alt .item a:hover .info {
    background-color: rgba(0,44,101,0.8);
}

.promo-pods .item .heading {
    display: block;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
}

.promo-pods .item .text {
    display: block;
    margin-top: 10px;
}

    .promo-pods .item .text:first-child {
        margin-top: 0;
    }

    .promo-pods .item .text:last-child {
        margin-bottom: 0;
    }

    .promo-pods .item .text a {
        display: inline;
    }

@media (min-width:480px) and (max-width:767px) {
    .promo-pods .item {
        width: 50%;
        float: left !important;
    }

    .home-promo-pods .item {
        width: auto;
    }
}

@media (min-width:0) and (max-width:991px) {
    .promo-pods .item:nth-of-type(2n + 1) {
        clear: both;
    }
}

@media (min-width:992px) {
    .promo-pods .item .heading {
        font-size: 20px;
    }
}

@media (min-width:1200px) {
    .promo-pods .item .heading {
        font-size: 22px;
    }
}

.listing {
    position: relative;
    height: 100%;
}

.apc .listing {
    padding: 0;
    margin: 0;
}

.listing .item {
    margin: 15px 0;
}

    .listing .item .heading {
        display: block;
        font-size: 18px;
        margin: 0;
    }

    .listing .item .text {
        display: block;
        margin-top: 10px;
    }

        .listing .item .text:first-child {
            margin-top: 0;
        }

        .listing .item .text:last-child {
            margin-bottom: 0;
        }

        .listing .item .text a {
            display: inline;
        }

    .listing .item .link {
        margin: 20px 0 0;
    }

@media (min-width:0) and (max-width:767px) {
    .spc.listing .item .pull-right {
        float: none;
        text-align: left;
    }
}

@media (min-width:580px) and (max-width:991px) {
    .listing.grid .item {
        width: 50%;
    }

        .listing.grid .item:nth-of-type(2n + 1) {
            clear: both;
        }
}

@media (min-width:992px) {
    .listing .item .heading {
        font-size: 20px;
    }
}

@media (min-width:1200px) {
    .listing .item .heading {
        font-size: 22px;
    }
}

.meta {
    padding: 20px 0;
    margin-top: 40px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #ebebeb;
}

.apc .spc .meta {
    margin-top: 0;
    border: 0 none;
}

.listing .meta {
    margin-top: 0;
    padding-bottom: 0;
    border: 0 none;
}

.meta a {
    display: inline;
}

.listing div.meta {
    font-size: 12px;
}

.meta .author-date {
    padding-bottom: 10px;
}

.item div.meta {
    margin-top: 30px;
}

div.meta .comments {
    padding-bottom: 10px;
}

@media (min-width:992px) {
    .listing.blog .item .heading {
        font-size: 20px;
    }

    .spc .meta .comments, .spc .meta .categories {
        width: 50%;
        float: left;
    }

    .spc .meta .categories {
        text-align: right;
    }
}

@media (min-width:1200px) {
    .listing.blog .item .heading {
        font-size: 24px;
    }
}

.listing.vertical:not(.search) .item {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.c1-bg .listing.vertical:not(.search) .item, .c2-bg .listing.vertical:not(.search) .item, .c3-bg .listing.vertical:not(.search) .item {
    border-color: rgba(255,255,255,0.1);
}

.c6-bg .listing.vertical:not(.search) .item {
    border-color: rgba(0,0,0,0.1);
}

.listing.vertical:not(.search) .item:last-of-type {
    border: 0 none;
}

.listing.vertical:not(.search) .item .image {
    margin-top: -10px;
    margin-bottom: 5px;
}

.listing.search {
    margin: 15px 0;
}

    .listing.search .item .heading + .link, .listing.search .item .text + .link {
        margin-top: 15px;
    }

    .listing.search .item .link {
        margin-top: 10px;
        font-size: 13px;
    }

@media (min-width:992px) {
    .listing.search {
        margin: 100px 0;
    }
}

.spc.featured-blogs .listing {
    overflow: visible;
}

    .spc.featured-blogs .listing .item {
        padding: 0 15px;
    }

.spc.featured-blogs .item .image {
    margin-bottom: 15px;
}

.spc.featured-blogs .item .heading {
    font-size: 18px;
    margin-top: 0;
}

@media (min-width:992px) {
    .spc.featured-blogs .item .heading {
        font-size: 25px;
    }
}

@media (min-width:1200px) {
    .spc.featured-blogs .item .heading {
        font-size: 30px;
    }
}

.swp {
    margin-bottom: 30px;
}

    .swp .item {
        position: relative;
        margin-bottom: 30px;
    }

        .swp .item:last-child {
            margin-bottom: 0;
        }

        .swp .item .heading a {
            text-decoration: none;
        }

        .swp .item .heading i {
            font-size: 15px;
            display: none;
        }

        .swp .item .link {
            margin-bottom: 0;
        }

    .swp blockquote p {
        font-size: 16px;
    }

@media (min-width:992px) {
    .swp blockquote p {
        font-size: 20px;
    }
}

.swp .item.listing-pod .inner > .heading {
    margin-bottom: 30px;
}

.swp .item.listing-pod .link {
    margin: 15px 0 0;
}

.swp .listing {
    margin: 0;
    padding: 0;
}

    .swp .listing .item {
        margin: 5px 0;
        padding: 8px 0;
        border-bottom: 1px solid #dedede;
    }

        .swp .listing .item:first-of-type {
            padding-top: 0;
        }

        .swp .listing .item:last-of-type {
            border: 0 none;
        }

        .swp .listing .item .heading {
            font-size: 16px;
        }

        .swp .listing .item .meta {
            margin: 0;
            padding: 10px 0 0;
            font-size: 12px;
            border: 0 none;
        }

.swp .newsletter.form label {
    display: none;
}

.swp .newsletter.form .form-group::after {
    content: "*";
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 10;
    color: #d0021b;
}

@media (min-width:992px) {
    .apc .form-side .form .form-group.col-xs-12 {
        width: 100%;
        float: none;
    }
}

.accordion.product-selector {
    margin: 8px 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    height: auto !important;
}

    .accordion.product-selector .trigger {
        width: 100%;
        background-color: #f7f7f7;
        border-radius: 0;
        height: 60px;
        color: #171724;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        box-shadow: none;
        margin: 0;
        position: relative;
    }

@media (min-width:992px) {
    .accordion.product-selector .trigger {
        height: 90px;
        padding: 34px 40px;
        font-size: 24px;
    }
}

.accordion.product-selector .trigger::before {
    content: "";
    position: absolute;
    width: 17px;
    right: 18px;
    height: 8px;
    top: 25px;
    background: url("/assets/img/svg/icons/icon-chev-down.svg") center center no-repeat;
    background-size: 11px auto;
    transition: transform ease-in-out 200ms;
}

@media (min-width:992px) {
    .accordion.product-selector .trigger::before {
        top: 40px;
        right: 30px;
        background-size: 17px auto;
    }
}

.accordion.product-selector .trigger[aria-expanded="true"]::before {
    transform: rotate(-180deg);
}

.accordion.product-selector .submenu {
    margin-top: 4px;
    background: #fbfbfb;
    color: #313131;
}

.accordion.product-selector .question {
    text-align: left;
}

.accordion.product-selector .question, .accordion.product-selector .selected-answer {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

@media (min-width:768px) {
    .accordion.product-selector .question, .accordion.product-selector .selected-answer {
        font-size: 24px;
    }
}

.accordion.product-selector .selected-answer {
    display: block;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20%;
}

@media (min-width:768px) {
    .accordion.product-selector .selected-answer {
        margin-right: 30%;
    }
}

.accordion.product-selector .question-body {
    padding-bottom: 5px;
    padding-top: 20px;
    height: auto !important;
}

@media (min-width:992px) {
    .accordion.product-selector .question-body {
        padding-top: 30px;
    }
}

.accordion.product-selector .desc {
    margin-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 14px;
}

@media (min-width:992px) {
    .accordion.product-selector .desc {
        font-size: 16px;
        line-height: 28px;
        padding-left: 40px;
        max-width: 90%;
    }
}

.accordion.product-selector .custom-inputs {
    padding: 0 10px;
}

.question-accordion {
    margin-top: 30px;
}

@media (min-width:992px) {
    .question-accordion {
        margin-top: 60px;
    }
    .brochure-cal-width {
        max-height: initial !important;
    }
}

html.reveal-out {
    overflow: hidden;
}



    html.reveal-out .navigation {
        overflow: auto;
    }



        html.reveal-out .navigation .reveal {
            display: block;
        }


@media (min-width:0) and (max-width:991px) {
    html.reveal-out #site {
        height: 0;
    }
}


nav.sub {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: 30px;
}

    nav.sub p.heading {
        font-size: 18px;
        margin: 0;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #ebebeb;
    }

        nav.sub.categories p.heading, nav.sub p.heading a {
            display: block;
            color: #171724;
        }

    nav.sub ul {
        margin: 0;
    }

        nav.sub ul ul ul {
            margin-left: 10px;
        }

        nav.sub ul li {
            position: relative;
        }

            nav.sub ul li a {
                display: block;
                padding: 10px 0;
                background: transparent;
                transition: all 0.2s ease-in-out 0s;
            }

html.no-touch nav.sub ul li a:hover {
    padding-left: 3px;
}

nav.sub ul li.active > a {
    color: #171724;
}

nav.sub ul ul li a {
    padding: 6px 0 6px 10px;
}

html.no-touch nav.sub ul ul li a:hover {
    padding-left: 13px;
}

nav.sub ul ul li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: rgba(0,44,101,0.2);
}

nav.sub ul li.active > a, html.no-touch nav.sub ul li.active > a:hover, nav.sub ul li.active > a, html.no-touch nav.sub ul li.active > a:hover {
    padding-left: 0;
}

nav.sub ul ul li.active > a, html.no-touch nav.sub ul ul li.active > a:hover, nav.sub ul ul li.active > a, html.no-touch nav.sub ul ul li.active > a:hover {
    padding-left: 10px;
}

.breadcrumb-trail {
    overflow: hidden;
    height: 60px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #f0f3f4;
}

    .breadcrumb-trail ol {
        padding: 0;
        margin: 0;
        background: transparent;
        font-size: 14px;
    }

        .breadcrumb-trail ol li {
            position: relative;
            display: inline-block;
        }

            .breadcrumb-trail ol li.active {
                color: #b5b5b5;
            }

            .breadcrumb-trail ol li a {
                display: inline-block;
                height: 60px;
            }

            .breadcrumb-trail ol li span {
                padding: 23px 40px 0 10px;
                display: block;
                height: 60px;
            }

            .breadcrumb-trail ol li:first-child span {
                padding-left: 0;
            }

            .breadcrumb-trail ol li::before, .breadcrumb-trail ol li::after {
                content: "";
                position: absolute;
                top: -7px;
                right: 15px;
                width: 1px;
                height: 40px;
                background-color: #f0f3f4;
                transform: rotate(-30deg);
            }

            .breadcrumb-trail ol li::after {
                top: auto;
                bottom: -7px;
                transform: rotate(30deg);
            }

            .breadcrumb-trail ol li.active::before, .breadcrumb-trail ol li.active::after {
                display: none;
            }

nav#pagination {
    padding: 30px 0;
}

    nav#pagination .pagination {
        position: relative;
        overflow: hidden;
        min-height: 50px;
        margin: 0;
        display: block;
        font-size: 0;
    }

.listing.shop nav#pagination {
    margin: 0;
}

nav#pagination .pagination, nav#pagination .pagination li a, nav#pagination .pagination li a span {
    border-radius: 0;
}

.listing.shop nav#pagination .pagination {
    border: 0 none;
}

nav#pagination .pagination li {
    border: 0 none;
    display: inline-block;
    font-size: 16px;
    margin: 0 2px;
}

    nav#pagination .pagination li.prev, nav#pagination .pagination li.next {
        position: relative;
        top: 0;
        left: 0;
    }

    nav#pagination .pagination li.next {
        right: 0;
        left: auto;
    }

.pagination .ion-chevron-right, .pagination .ion-chevron-left {
    font-size: 10px;
}

nav#pagination .pagination li a {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: 9px 15px;
    color: #1b6ed1;
}

html.no-touch nav#pagination .pagination li:not(.active) a:hover {
    color: white;
    border-color: #1b6ed1;
    background-color: #1b6ed1;
}

html.no-touch .pagination li a:hover, .pagination li a:focus, .pagination li a:active {
    box-shadow: 0 1.5px 0 rgba(0,0,0,0.15);
}

nav#pagination .pagination li.prev, nav#pagination .pagination li.next {
    margin: 0;
}

nav#pagination .pagination li.active a {
    font-weight: bold;
    color: #1b6ed1;
    background-color: #f7f7f7;
}

nav.sitemap {
    overflow: hidden;
    height: 100%;
    position: relative;
}

    nav.sitemap ul {
        margin: 0;
        padding: 0 0 8px;
    }

        nav.sitemap ul li {
            position: relative;
            display: block;
            padding: 0;
            margin: 0;
        }

.c1-bg nav.sitemap ul li a {
    color: white;
}

@media (min-width:992px) {
    html.reveal-out {
        overflow: auto;
    }

        html.reveal-out .navigation {
            overflow: visible;
        }

    header a.expand {
        display: none;
    }

    .navigation .reveal {
        display: block;
    }
}
@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}
ul.nav,
ol.nav,
nav ul,
nav ol,
ul.list,
ol.list,
nav ul li,
nav ol li,
ul.list li,
ol.list li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
