@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format('opentype'),
         url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
         url(../fonts/Roboto-Regular.svg) format('svg'); 
    }
@font-face {
    font-family: QuickSandBold;
    src: url(../fonts/Quicksand-Bold.ttf) format('truetype');
}
body {
    width: 100%;
    width: 100vw;
    overflow-x: hidden;
}
.impersonation_mode {
    background-color: #a8007f;
    text-align: center;
    color: #fff;
    z-index: 1500;
    padding: 14px 0 !important;
    position: relative;
    z-index: -1;
}
    .impersonation_mode .inner {
        display: block;
        width: 90%;
        max-width: 1500px;
        margin: auto;
        text-align: right;
    }
    .impersonation_mode .button {
        background-color: #fff;
        color: #a8007f !important;
        padding: 6px 14px !important;
        border-radius: 3px !important;
        font-family: "Roboto" !important;
        display: inline-block;
        float: right;
    }
    .impersonation_mode .button:hover {
        opacity: 0.9;
    }
    .impersonation_mode span {
        display: inline-block;
        padding: 0 10px;
        text-align: left;
        vertical-align: middle;
        font-family: Quicksand;
    }
    .impersonation_mode strong {
        display: block;
        padding: 0 10px;
        font-family: QuicksandBold;
    }
        .impersonation_mode strong.title {
            display: inline-block;
            font-size: 16px;
            position: relative;
            top: 8px;
            float: left;
        }
.header_container {
    position: relative;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 750;
}
    .header_container.fixed {
        box-shadow: 0px 3px 3px 0px #d9d9e3;
    }
header#MainNavigation {
    padding: 10px 0 0;
    box-sizing: border-box !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 107px;
    background-color: #fff;
}
    header#MainNavigation:before {
        display: block;
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        background-color: #fff;
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
        z-index: -1;
    }

    header#MainNavigation:before {
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
    }

    header#MainNavigation:hover:before,
    header#MainNavigation.fixed:before {
        opacity: 1;
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
    }
    
    header#MainNavigation.fixed:before {
        
    }
    header#MainNavigation .scroll-fade {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }
    header#MainNavigation .scroll-fade.fade-out {
        opacity: 0;
        pointer-events: none;
    }
    header#MainNavigation #InvoiceOverdue {
        z-index: -1;
        position: relative;
        background-color: #a8007f;
        padding: 12px 0 !important;
    }
    header#MainNavigation #InvoiceOverdue a,
    header#MainNavigation #InvoiceOverdue a strong {
        text-shadow: none;
        font-family: QuickSandBold !important;
    }
    div#InvoiceOverdue a span.button {
        background-color: #fff;
        color: #a8007f;
        font-family: Roboto !important;
        border-radius: 3px;
    }
        div#InvoiceOverdue a span.button strong {
            color: #02548f !important;
        }
    .template_header {
        display: grid;
        padding: 0 0 0;
        margin: 0 auto;
        width: 96%;
        max-width: 1550px;
        grid-template-columns: auto 525px 550px;
    }
    body.GB .template_header {
    }
    body.GB .template_header {
       
    }
    .template_header .logo {
        display: block;
        width: 20vw;
        text-align: left;
        position: relative;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

.template_header .logo a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.template_header .logo img {
    width: 100%;
    height: auto;
}
.template_header ul,
.template_header li {
    list-style-type: none;
}
.template_header ul {
    text-align: center;
}
.template_header li {
    padding: 20px 5px 25px;
    margin: 0;
}

    .template_search .search-form {
        display: none;
    }
        .template_search .search-form form {
            width: 90%;
            max-width: 800px;
            margin: 0 auto;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            border: 3px solid #fff;
            pointer-events: initial !important;
        }
            .template_search .search-form form:before {
                content: "";
                display: block;
                width: 70px;
                height: 100%;
                background-color: #eeedf3;
                position: absolute;
                z-index: 500;
                background-position: center center;
                background-size: 24px auto;
                background-image: url(../icons/icon-search-chunky.svg);
                background-repeat: no-repeat;
            }
        .template_search .search-form form input {
            width: 100%;
            box-sizing: border-box;
            padding: 25px 60px 25px 90px;
            border: none;
        }
            .template_search .search-form form input::placeholder {
                font-family: "QuickSandBold";
                font-size: 16px;
            }
            .template_search .search-form form .close {
                display: block;
                width: 30px;
                height: 30px;
                overflow: hidden;
                text-indent: -99999px;
                border: 2px solid #fff;
                position: absolute;
                font-size: 0;
                top: 50%;
                right: 20px;
                z-index: 500;
                transform: translateY(-50%);
                padding: 0 !important;
                border-radius: 3px%;
                background-size: 16px auto;
                background-image: url("../icons/icon-x-dark-grey.svg");
                background-repeat: no-repeat;
                background-position: center center;
                opacity: 0.5;
            }
            .template_search .search-form form .close:hover {
                opacity: 1;
            }
            body.search_enabled .template_search .search-form {
                display: block;
            }
            body.search_enabled .template_search .search-form form {
                animation: 0.4s ease-out Transition_Fade_In_Up;
                animation-fill-mode: forwards;
            }
        body.search_enabled  .template_search .search-form .search_option {
            display: block;
            z-index: 6001;
            position: fixed;
            top: 170px;
            top: 15vh;
            left: 0;
            right: 0;
            pointer-events: none;
        }
        body.search_enabled {
            display: block;
            overflow: hidden;
            max-height: 100vh;
            max-width: 100vw;
        } 

    .template_header nav,
    .template_header,
    .template_header a,
    .template_header nav ul li a {
        font-family: "QuickSandBold" !important;
        font-size: 16px;
        color: #02548f;
        text-decoration: none;
    }

        .template_header nav {
            position: unset;
            padding: 0 !important;
        }

        .template_header .touch_menu {
            font-size: 0;
            width: 0;
            height: 0;
            display: none !important;
        }
        .template_header ul {
            font-size: 0;
            margin: 0 0;
        }
            .template_header ul.contact {
                display: grid;
                margin: 0 !important;
                justify-content: right;
                grid-template-columns: 130px 160px 75px 130px 50px;
            }
            body.DE .template_header ul.contact {
                grid-template-columns: 130px 160px 75px 130px 50px 40px;
            }

            .template_header ul li.language-selector {
                position: relative;
                display: block;
            }
                .template_header ul li.language-selector ul {
                    display: none;
                    position: absolute;
                    bottom: 20px;
                    right: -20px;
                    width: 200px;
                    border-radius: 9px;
                    padding: 0 0 10px;
                    transform: translateY(100%);
                    background: rgba(255,255,255, 0.8);
                    box-shadow: 0px 3px 3px 0px #0003;
                }
                .template_header ul li.language-selector:hover ul {
                    display: block;
                }
                .template_header ul li.language-selector ul li {
                    display: block;
                    padding: 0;
                    text-align: left;
                    box-sizing: border-box;
                }
                .template_header ul li.language-selector ul li a {
                    display: block;
                    padding: 12px 50px 12px 50px;
                    box-sizing: border-box;
                    position: relative;
                }
                    .template_header ul li.language-selector ul li a:hover {
                        opacity: 0.8;
                    }
                .template_header ul li.language-selector ul li a:after,
                .template_header ul li.language-selector ul li a:before {
                    position: absolute;
                    top: 50%;
                    border-radius: 50%;
                    transform: translateY(-50%);
                }
                    .template_header ul li.language-selector ul li a:before {
                        content: "";
                        display: block;
                        width: 22px;
                        height: 22px;
                        left: 10px;
                        border: 1px solid #d9d9e3;
                    }
                        body.en-GB .template_header ul li.language-selector ul li a.en-GB,
                        body.de-DE .template_header ul li.language-selector ul li a.de {
                            pointer-events: none;
                        }
                    body.en-GB .template_header ul li.language-selector ul li a.en-GB:after,
                    body.de-DE .template_header ul li.language-selector ul li a.de:after {
                        content: "";
                        display: block;
                        width: 12px;
                        height: 12px;
                        left: 16px;
                        background-color: #5bcb7d;
                    }
            .template_header ul li.language-selector a.language-options {
                display: block;
                width: 30px;
                height: 30px;
                overflow: hidden;
                font-size: 0;
                padding: 0 !important;
                background-size: 100% auto;
                background-repeat: no-repeat;
                position: relative;
                top: 12px;
                float: right;
            }
            body.en-GB .template_header ul li.language-selector a.language-options {
                background-image: url(../components/icon-flag-gb.svg);
            }
            body.de-DE .template_header ul li.language-selector a.language-options {
                background-image: url(../components/icon-flag-de.svg);
            }

        .template_header ul li.search,
        .template_header ul li.search a,
        .template_header nav ul li.search {
            width: 50px;
            text-align: center;
        }
        .template_header ul li.search,
        .template_header nav ul li.search {
            margin: 0 !important;
        }
    .template_header ul.contact li {
        text-align: right;
        padding: 20px 0 25px;
    }
        .template_header a,
        .template_header span {
            padding: 16px 5px;
            display: inline-block;
        }
        .template_header .logo a {
            display:block;
            width: 100%;
            max-width: 370px;
            padding: 5px 0 0 !important;
        }
        .template_header a.icon_button {
            display: block;
            width: 100%;
            max-width: 40px;
            font-size: 0;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 30px auto;
            position: relative;
        }
            .template_header a.icon_button {
                top: 10px;
            }
            .template_header a.icon_button.alert {
                background-image: url(../components/icon_notification.svg);
            }
            .template_header a.icon_button.search {
                background-image: url(../icons/icon-search.svg);
            }
            .template_header a.call_button,
            .template_header a.chat_button {
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 30px auto;
                padding-left: 36px;
                white-space: nowrap;
                background-image: url(../icons/icon-chat.svg);
            }
            .template_header a.call_button {
                background-image: url(../icons/icon-call.svg);
                pointer-events: none;
            }
            .template_header a.chat_button {
                background-image: url(../icons/icon-chat.svg);
            }

            .template_header a.account_button {
                background-color: #f5f5f9;
                border-radius: 30px;
                display: inline-block;
                padding-right: 50px;
                padding-left: 20px;
                background-size: 34px auto;
                background-repeat: no-repeat;
                background-position: right 8px center;
                background-image: url(../icons/icon-account.svg);
                position: relative;
            }
            .cart_menu a.cart {
                color: #fff;
                position: relative;
                width: 50px;
                height: 50px;
                margin-right: 0;
                background-color: transparent;
                border-radius: 0;
                display: inline-block;
                background-size: 38px auto;
                background-repeat: no-repeat;
                background-position: center center;
                background-image: url(../icons/icon_cart_blue.svg);
            }
                .cart_menu a.cart.full,
                .cart_menu a.cart.pending {
                    margin-right: 20px;
                }
                .cart_menu a.cart span {
                    margin: 0 !important;
                    padding: 0 !important;
                }
                .cart_menu a.cart .count {
                    display: block;
                    width: 26px;
                    height: 26px;
                    line-height: 26px;
                    color: #fff;
                    background-color: #50c878;
                    position: absolute;
                    top: -5px;
                    right: -5px;
                    text-align: center;
                    border-radius: 50%;
                    font-family: "QuickSandBold";
                    border: 3px solid #fff;
                }
                .cart_menu a.cart.pending .count {
                    color: #fff;
                    background-color: #50c878;
                }
                .cart_menu a.cart.full .count {
                    color: #fff;
                    background-color: #f70074;
                    background-color: #a8007f;
                }
                .cart_menu a.cart.empty {
                    cursor: default;
                }
                .cart_menu a.cart.empty .count {
                    color: #02548f;
                    background-color: #f5f5f9;
                }
                .cart_menu a.cart .count span {
                    display: block;
                    width: 100%;
                    overflow: hidden;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    font-size: 11px;
                    transform: translateY(-50%);
                }

            .cart_menu a.cart_button {
                background-color: #50c878;
                color: #fff;
                position: relative;
                top:6px;
                border-radius: 30px;
                display: inline-block;
                padding-right: 25px;
                padding-left: 55px;
                padding-top: 12px !important;
                padding-bottom: 12px !important;
                background-size: 30px auto;
                background-repeat: no-repeat;
                background-position: 15px center;
                background-image: url(../components/icon_cart_white.svg);
            }
                .cart_menu a.cart_button.cart_full {
                    background-color: #f70074;
                }
                .cart_menu a.cart_button.cart_empty {
                    background-color: #687e9a;
                    opacity: 0.4;
                }
                .cart_menu a.cart_button span {
                    padding: 0 !important;
                }

            .template_header a.account_button {
                background-color: #f5f5f9;
                border-radius: 30px;
                display: inline-block;
                padding-right: 50px;
                padding-left: 20px;
                background-size: 34px auto;
                background-repeat: no-repeat;
                background-position: right 8px center;
                background-image: url(../icons/icon-account.svg);
                position: relative;
            }
                .template_header a.account_button.logged-in:after {
                    content: "";
                    display: block;
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    border: 3px solid #f5f5f9;
                    background-color: #50c878;
                    position: absolute;
                    top: 12px;
                    right: 6px;
                    z-index: 1;
                }

        
                    .template_header .menu_panel div .link {
                        font-family: "Quicksand";
                        color: #0185cd;
                        display: inline;
                    }
        .template_header .menu_panel strong {
            display: block;
            font-size: 16px;
            box-sizing: border-box;
            padding: 20px 0 20px;
            font-weight: 500;
        }
        .template_header .menu_panel a.button {
            display: block;
            border-radius: 3px !important;
            padding: 12px 12px !important;
            box-sizing: border-box;
            text-align: center;
            width: 100% !important;
            color: #fff !important;
            font-weight: 500 !important;
            font-family: Quicksand !important;
            font-size: 13px !important;
            background-color: #0374dc !important;
            margin: 14px 0 14px;
        }
            .template_header .menu_panel a.button:hover {
                opacity: 0.9;
            }
        .template_header .menu_panel p {
            display: block;
            width: 100% !important;
            color: #3c3c64 !important;
            padding-top: 0 !important;
            }
            .template_header .menu_panel p,
            .template_header .menu_panel p a {
                font-size: 14px;
                font-family: Quicksand !important;
                font-weight: 500 !important;
                background-image: none !important;
                padding: 0 !important;
            }
                .template_header nav .menu_panel ul,
                .template_header nav .menu_panel li,
                .template_header nav .menu_panel li a,
                .template_header ul.contact .menu_panel ul,
                .template_header ul.contact .menu_panel li,
                .template_header ul.contact .menu_panel li a {
                    display: block;
                    box-shadow: none !important;
                    position: relative !important;
                    background: transparent;
                    border: none;
                    padding: 0;
                    font-size: 14px;
                    color: #3c3c64;
                    background-color: transparent !important;
                    font-family: Quicksand !important;
                    font-weight: 500;
                    text-align: left;
                    margin: 0;
                }
                    .template_header nav .menu_panel li a:hover,
                    .template_header nav .menu_panel li a:active,
                    .template_header nav .menu_panel li a:focus,
                    .template_header ul.contact .menu_panel li a:hover,
                    .template_header ul.contact .menu_panel li a:active,
                    .template_header ul.contact .menu_panel li a:focus {
                        color: #0185cd;
                    }
                    .template_header nav .menu_panel li a,
                    .template_header nav .menu_panel li a:hover,
                    .template_header ul.contact .menu_panel li a {
                        padding: 6px 0;
                    }
                    .template_header .menu_panel div.highlight {
                        border: 1px solid #0374dc;
                        padding: 30px 30px;
                        margin-top: 20px;
                        /*background-color: #fff;*/
                        box-sizing: border-box;
                        background-position: left 60%;
                        background-repeat: no-repeat;
                        background-size: 600% auto;
                        background-image: url(../components/icon_proship_light-grey.svg);
                        position: relative;
                    }
                    
                    .template_header .menu_panel div.highlight strong {
                       padding-top: 0 !important;
                    }

                        .template_header .menu_panel div.highlight.featured:before {
                            content: "Featured";
                            display: inline-block;
                            font-family: Quicksand !important;
                            font-weight: 500 !important;
                            padding: 4px 8px;
                            margin-right: 6px;
                            color: #fff;
                            font-size: 10px;
                            letter-spacing: 1px;
                            text-transform: uppercase;
                            background-color: #0374dc;
                            position: absolute;
                            top: 0;
                            left: 0;
                        }
                    

            .template_2025 {
                display: block;
                padding: 0 0;
                color: #02548f;
            }

    .template_2025 p a {
        color: #0185cd;
    }

    .template_2025 section,
    .template_2025 section.generic .section_content div {
        padding: 14vh 0 16vh;
        text-align: center;
    }

        .template_2025 section#USPSShippingProcess {
            padding-bottom:  0 !important;
            background-image: none;
        }

        .template_2025 section.main-content,
        .template_2025 section.generic section:first-of-type,
        .template_2025 section.generic section:first-of-type h2 {
            padding-top: 0 !important;
        }

        .template_2025 section.map {
            padding-bottom: 0 !important;
            padding-top: 0 !important;
        }

    .template_2025 .thumbs_up,
    .template_2025 .thumbs_down {
        position: relative;
        padding: 0 0 20px 50px !important;
        list-style-type: none;
        position: relative;
        line-height: 1.5em;
    }

        .template_2025 .thumbs_up:before,
        .template_2025 .thumbs_down:before {
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            position: absolute;
            left: 0;
            top: 0;
            background-repeat: no-repeat;
            background-size: 25px auto;
            background-position: left center;
        }

        .template_2025 .thumbs_up:before {
            background-image: url(../components/icon_thumbs-up-blue.svg);
        }

        .template_2025 .thumbs_up.dark:before {
            background-image: url(../components/icon_thumbs-up-dark-blue.svg);
        }

        .template_2025 .thumbs_down:before {
            background-image: url(../components/icon_thumbs-down-pink.svg);
        }

    .template_2025 section h1,
    .template_2025 section h2,
    .template_2025 section h3,
    .template_2025 section h4,
    .template_2025 section h5,
    .template_2025 #social_media h5,
    .template_2025 .map_container h3 {
        color: #02548f !important;
        padding: 0 0 20px !important;
        margin: 0 !important;
        line-height: 1.7em;
    }

    .template_2025 section.main-content h1 {
        font-size: 50px;
    }

    .template_2025 .map_container h3 {
        text-shadow: 0px 2px 1px #fff;
    }

    .template_2025 h1,
    .template_2025 h2,
    .template_2025 h3,
    .template_2025 h4,
    .template_2025 h5,
    .template_2025 h1.title,
    .template_2025 h1.title span,
    .template_2025 .button,
    .template_2025 .sub-heading,
    .template_2025 .skip_menu ul a,
    .template_2025 section.three_panel ul li,
    .template_2025 .highlight_list li {
        font-family: "QuickSandBold", "Roboto", Arial !important;
    }

    .template_2025 section p,
    .template_2025 section li {
        font-family: "Roboto";
        color: #333;
        line-height: 1.9em;
        font-size: 17px;
    }
        .template_2025 section li a {
            color: #0185cd;
        }
    .template_2025 .features.white h5,
    .template_2025 .map_container h3 {
        text-align: center;
        font-size: 40px;
    }

    .template_2025 .features.white p,
    .template_2025 .features.white p strong {
        text-align: center;
        color: #02548f !important;
        font-size: 22px;
        font-family: "Roboto" !important;
        font-weight: 500 !important;
    }

    .template_2025 .features li {
        text-align: center;
        color: #02548f !important;
        padding: 70px 30px 30px;
    }

    .template_2025 .skip_menu {
        display: block;
        position: relative;
        transform: translateY(-50%);
        z-index: 1;
    }

        .template_2025 .skip_menu ul {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            background-color: #fff;
            position: relative;
            box-shadow: 0 4px 9px #d9d9e3;
            border-radius: 20px;
            -webkit-transition: transform 0.5s ease 0s;
            -moz-transition: transform 0.5s ease 0s;
            -o-transition: transform 0.5s ease 0s;
            transition: transform 0.5s ease 0s;
        }

            .template_2025 .skip_menu ul a {
                display: block;
                padding: 40px 0;
                font-size: 18px;
                position: relative;
            }

                .template_2025 .skip_menu ul a:before {
                    display: inline-block;
                    color: #fff;
                    margin-right: 10px;
                    background: #146dbf;
                    text-transform: uppercase;
                    font-size: 11px;
                    padding: 7px 16px;
                }

            .template_2025 .skip_menu ul #LinkAutomation a:before {
                content: "New";
            }

            .template_2025 .skip_menu ul a:after {
                display: block;
                width: 1px;
                height: 40px;
                content: "";
                border-right: 1px solid #d9d9e3;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translate(50%, -50%);
            }

            .template_2025 .skip_menu ul li:last-of-type a:after {
                display: none;
            }

        .template_2025 .skip_menu.fixed {
            position: sticky;
            transform: translateY(0);
            top: 0;
            opacity: 0;
            background-color: #fff;
            box-shadow: 0 4px 9px #d9d9e3;
            animation: 0.5s ease-out 0s 1 NavTopSlideIn;
            animation-fill-mode: forwards;
            animation-delay: .5s;
            transform: translateY(-200%);
            opacity: 0;
            z-index: 15;
        }

            .template_2025 .skip_menu.fixed ul {
                width: 100%;
                transform: none;
                box-shadow: none;
            }

    .template_2025 .sub-heading {
        display: block;
        font-size: 26px;
        font-family: "Roboto";
        padding: 30px 0;
    }

    .template_2025 .button {
        padding: 19px 40px 19px !important;
        display: inline-block;
        text-shadow: none !important;
        font-size: 22px;
        border-radius: 3px !important;
        margin-top: 40px;
    }

        .template_2025 .button.arrow,
        .template_2025 .button.light-blue {
            padding-right: 80px !important;
            background-repeat: no-repeat;
            background-position: right 30px center;
            background-size: 30px auto;
        }

        .template_2025 .button.light-blue, .template_2025 .button.arrow {
            background-image: url(../components/icon_arrowhead_right_white.svg);
        }

    .template_2025 .hero .button.arrow {
        background-image: url(../components/icon_arrowhead_right_blue.svg);
    }

    .template_2025 .button:hover {
        opacity: 0.8;
    }

    .template_2025 .white .button,
    .template_2025 .popup-info .button,
    .template_2025 .grey .button,
    .template_2025 .map_container .button {
        background-color: #247bcb;
        background-color: #015cb0;
        /*box-shadow: 0px 8px 8px 0px #d9d9e3;*/
        font-size: 22px;
        margin-top: 60px;
        border-radius: 3px;
    }

    .template_2025 .popup-info .button {
        margin-top: 0 !important;
    }

    .template_2025 .white .button.light-blue,
    .template_2025 .white .button.light-blue:hover,
    .template_2025 a.button.light-blue:hover {
        background-color: #015cb0 !important;
        border-radius: 3px;
    }

    .template_2025 .centered_content {
        display: block;
        max-width: 1600px;
        margin: auto;
    }


        .template_2025 .centered_content.center {
            text-align: center !important;
            padding: 40px 0 0;
        }

    .template_2025 .left-align {
        display: block;
        max-width: 1600px;
        margin: auto;
    }

        .template_2025 .left-align p {
            text-align: left !important;
        }

        .template_2025 .left-align h2,
        .template_2025 .left-align h3,
        .template_2025 .left-align h4,
        .template_2025 .left-align h5 {
            padding-top: 50px !important;
        }

    .template_2025 .hero p {
        font-family: "Roboto";
    }

    .template_2025 .hero h1 {
        font-size: 46px;
        line-height: 1.1em;
    }

    .template_2025 .hero {
        display: block;
        position: relative;
        overflow: hidden;
        background: linear-gradient(to right bottom,#146dbf,#5cadf8)
    }

    .template_2025 .hero,
    .template_2025 section.quote_banner {
        padding: 10vh 0 14vh;
        /*padding: 16vh 0 14vh;*/
    }

        .template_2025 .hero:before {
            content: "";
            display: block;
            width: 50%;
            height: 100%;
            background-size: 160% auto;
            background-position: left 95%;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            right: 0;
            opacity: .2;
            transform: translateY(-50%);
            background-image: url(../components/icon_proship.svg);
        }

        .template_2025 .hero .image {
            position: absolute;
            top: 47%;
            right: 0;
            width: 50%;
            text-align: center;
            transform: translateY(-50%);
        }

            .template_2025 .hero .image img {
                width: 90%;
                height: auto;
                max-width: 775px;
            }

        .template_2025 .hero .content {
            display: block;
            max-width: 50%;
            box-sizing: border-box;
            padding-left: 8vw !important;
            background-color: transparent !important;
            background: transparent !important;
        }

        .template_2025 .hero .button {
            background-color: #fff;
            color: #146dbf !important;
            box-shadow: 0px 2px 0px 0px #146dbf;
        }

        .template_2025 .hero p,
        .template_2025 .hero h1,
        .template_2025 .hero h2,
        .template_2025 .hero .content {
            color: #fff !important;
            text-shadow: 1px 1px #064e90;
            padding: 0;
            margin: 0 !important;
            text-align: left;
        }

        .template_2025 .hero h1 {
            padding-bottom: 10px !important;
        }

        .template_2025 .hero h2 {
            font-size: 26px;
            padding: 10px 0 !important;
        }

        .template_2025 .hero p {
            font-size: 19px;
            padding: 10px 0;
        }

        .template_2025 .hero .blue_dot {
            color: #8dceff;
            font-size: 60px;
        }

    .template_2025 .highlight_list {
        display: block;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        max-width: 700px;
        width: 100%;
        margin-top: 50px;
    }

        .template_2025 .highlight_list li {
            display: inline-block;
            margin-right: 40px;
            font-weight: 900;
            padding: 3px 0 3px 30px !important;
            background-size: 25px auto;
            background-repeat: no-repeat;
            background-position: left center;
            text-rendering: geometricPrecision;
            letter-spacing: 1px;
            font-size: 16px;
            color: #fff;
        }

    .template_2025 .grey .highlight_list li {
        background-image: url(../components/icon_quality_dark-blue.svg);
        margin-right: 25px !important;
    }

    .template_2025 .hero .highlight_list li {
        text-shadow: 1px 1px #064e90;
        color: #fff !important;
        background-image: url(../components/icon_quality_white.svg);
    }

    .template_2025 .quote_banner {
        position: relative;
        text-align: center;
        color: #fff !important;
        position: relative;
        margin-bottom: 85px;
        padding-bottom: 0 !important;
        background-repeat: no-repeat;
        /*background-size: cover !important;
        background-image: url(../layout/images/) !important;*/
    }

        .template_2025 .quote_banner.country:before {
            content: "";
            display: block;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: -30px;
            background-size: 100% auto;
            /*background-size: 30vw auto;*/
            background-repeat: no-repeat;
            background-position: center bottom;
            z-index: 1;
        }


        /*        .template_2025 .quote_banner:after {
            display: block;
            content: "";
            width: 100%;
            height: 70px;
            background-color: #fff;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -khtml-border-radius: 50%;
            position: absolute;
            bottom: -40px;
            left: 0;
            z-index: 0;
        }*/
        .template_2025 .quote_banner:before {
            display: block;
            width: 30%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .template_2025 .quote_banner.usps:before {
            content: "";
            background-image: url(../images/img-usps-courier.png);
            background-position: right top;
        }

        .template_2025 .quote_banner.worldwide_delivery {
            background-size: 100% auto;
            background-image: url(../images/parcel-packaging.jpg);
            background-position: left bottom;
        }

        .template_2025 .quote_banner.transglobalvan:before {
            content: "";
            width: 26%;
            background-size: 110% auto;
            background-position: right bottom;
            background-image: url(../images/transglobal_van.png);
            background-image: url(../images/img-transglobal-courier.png);
        }

        .template_2025 .quote_banner h1 {
            font-size: 55px;
            line-height: 1.6em;
            margin: 0 !important;
            padding: 0 !important;
        }

            .template_2025 .quote_banner h1 .small {
                font-size: 26px;
                display: block;
            }

        .template_2025 .quote_banner #MetricSelector {
            display: inline-block;
            position: absolute;
            top: -20px;
            right: 0;
            transform: translateY(-100%);
            color: #02548f;
        }

        .template_2025 .quote_banner .form_tabs {
            text-align: left;
            width: 100%;
            position: absolute;
        }

            .template_2025 .quote_banner .form_tabs a {
                padding: 18px 30px 12px;
                box-sizing: border-box;
                transform: translateY(-100%);
            }

            .template_2025 .quote_banner #QuotePanel,
            .template_2025 .quote_banner .form_tabs a {
                color: #fff;
                position: relative;
            }

            .template_2025 .quote_banner .form_tabs a {
                font-family: QuickSandBold;
                text-decoration: none;
                display: inline-block;
                border-top-right-radius: 7px;
                border-top-left-radius: 7px;
                background: #0155a3;
                /*box-shadow: inset #014e95 0px -7px 3px 0px;*/
                /*background-image: linear-gradient(to top in oklab, #0257a6, #015cb0);*/
            }

                .template_2025 .quote_banner .form_tabs a.active {
                    background-image: none;
                    cursor: default;
                    box-shadow: none;
                    background: #015cb0;
                }

                .template_2025 .quote_banner .form_tabs a.icons {
                    background-repeat: no-repeat;
                    background-position: 18px center;
                    background-size: 18px auto;
                    padding: 15px 30px 15px 50px;
                }

                    .template_2025 .quote_banner .form_tabs a.icons.parcel {
                        background-image: url(../components/icon-parcel.svg);
                        background-size: 24px auto;
                    }

                    .template_2025 .quote_banner .form_tabs a.icons.air {
                        background-image: url(../components/icon-aeroplane.svg);
                    }

                    .template_2025 .quote_banner .form_tabs a.icons.sea {
                        background-image: url(../components/icon-ship.svg);
                    }

        .template_2025 .quote_banner .quote_container {
            width: 100%;
            overflow-x: hidden;
        }

        .template_2025 .quote_banner #QuotePanel {
            box-sizing: border-box;
            width: 90%;
            max-width: 1190px;
            margin: auto;
            position: relative;
            top: 60px;
        }

            .template_2025 .quote_banner #QuotePanel form {
                display: block;
                margin: auto;
                padding: 50px 50px;
                border-radius: 20px;
                position: relative;
                background-color: #015cb0;
                z-index: 2;
                -webkit-border-top-left-radius: 0 !important;
                -moz-border-radius-topleft: 0 !important;
                border-top-left-radius: 0 !important;
            }

            .template_2025 .quote_banner #QuotePanel label {
                display: block;
            }

            .template_2025 .quote_banner #QuotePanel .row.additional label {
                display: none;
            }

            .template_2025 .quote_banner .form_footer,
            .template_2025 .quote_banner #QuotePanel .quote_form_container {
                display: grid;
                grid-gap: 40px;
                grid-template-columns: 1fr 1fr;
            }

                .template_2025 .quote_banner #QuotePanel .quote_form_container.two_row {
                    grid-template-columns: 1fr;
                    grid-gap: 10px;
                }

        .template_2025 .quote_banner #CountrySelector,
        .template_2025 .quote_banner #PackageDimensions {
            display: grid;
            /*grid-gap: 20px;*/
            grid-template-columns: 1fr;
        }

        .template_2025 .quote_banner .quote_form_container.two_row #CountrySelector .option_container,
        .template_2025 .quote_banner .quote_form_container.two_row #PackageDimensions {
            display: grid;
            grid-gap: 30px;
            grid-template-columns: 1fr 1fr;
        }

        .template_2025 .quote_banner #PackageType .group {
            display: grid;
            grid-template-columns: 50% 50%;
        }

        .template_2025 .quote_banner #QuotePanel .group {
            background-color: #fff;
            margin: 0 0 10px;
            text-align: left;
            position: relative;
            border-radius: 5px;
            overflow: hidden;
        }

            .template_2025 .quote_banner #QuotePanel .group label,
            .template_2025 .quote_banner #QuotePanel .additional.row label {
                position: absolute;
                font-size: 12px;
                top: 8px;
                left: 8px;
                padding: 0 !important;
                color: #02548f;
                letter-spacing: 0.5px;
            }

            .template_2025 .quote_banner #QuotePanel .group input,
            .template_2025 .quote_banner #QuotePanel .group select,
            .template_2025 .quote_banner #QuotePanel .package_group input,
            .template_2025 .quote_banner #QuotePanel .package_group select {
                border: none !important;
                padding: 36px 26px 16px 8px;
                width: 100%;
                box-sizing: border-box;
            }

        .template_2025 .quote_banner #QuotePanel input.required-error {
            background-color: #ffd7d7;
        }

            .template_2025 .quote_banner label.required-error,
            .template_2025 .quote_banner #QuotePanel input.required-error::-webkit-input-placeholder {
                color: #8e0254 !important;
            }

            .template_2025 .quote_banner #QuotePanel input.required-error::-moz-placeholder {
                color: #8e0254 !important;
            }

            .template_2025 .quote_banner #QuotePanel input.required-error:-ms-input-placeholder {
                color: #8e0254 !important;
            }

            .template_2025 .quote_banner #QuotePanel input.required-error:-moz-placeholder {
                color: #8e0254 !important;
            }

        .template_2025 .quote_banner #QuotePanel .package_group input,
        .template_2025 .quote_banner #QuotePanel .package_group select {
            padding-top: 16px !important;
        }

        .template_2025 .quote_banner #QuotePanel #baseRow input,
        .template_2025 .quote_banner #QuotePanel #baseRow select {
            padding-top: 35px !important;
        }

        .template_2025 .quote_banner #QuotePanel #CountrySelector .group {
            display: grid;
            grid-template-columns: 2fr 1fr;
        }

            .template_2025 .quote_banner #QuotePanel #CountrySelector .group div {
                position: relative;
            }

        .template_2025 .quote_banner #QuotePanel #CountrySelector .input_data {
            display: grid;
            grid-gap: 20px;
            grid-template-columns: 2fr 1fr;
        }

        .template_2025 .quote_banner #QuotePanel #PackageDimensions {
            /*margin-bottom: 5px;*/
        }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions #PackageSummary div {
                position: relative;
            }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions #parcelRows {
                display: block;
            }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions #PackageData {
                display: block;
            }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group {
                display: grid;
                grid-template-columns: 120px 1fr 1fr 1fr 1fr 40px;
            }

                .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div {
                    position: relative;
                }

                    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div.copyDims {
                        background-color: #fff;
                    }

                    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div a {
                        position: absolute;
                        top: 50%;
                        right: 6px;
                        transform: translateY(-50%);
                        width: 30px;
                        height: 30px;
                        text-align: center;
                        vertical-align: middle;
                        box-sizing: border-box;
                    }

                        .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div a img {
                            width: 20px;
                            height: auto;
                            margin-top: 5px;
                        }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row {
                margin-bottom: 8px;
            }

                .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.weight {
                    -webkit-border-top-left-radius: 5px;
                    -moz-border-radius-topleft: 5px;
                    border-top-left-radius: 5px;
                    -webkit-border-bottom-left-radius: 5px;
                    -moz-border-radius-bottomleft: 5px;
                    border-bottom-left-radius: 5px;
                    overflow: hidden;
                }

                .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.copyDims {
                    -webkit-border-top-right-radius: 5px;
                    -moz-border-radius-topright: 5px;
                    border-top-right-radius: 5px;
                    -webkit-border-bottom-right-radius: 5px;
                    -moz-border-radius-bottomright: 5px;
                    border-bottom-right-radius: 5px;
                    overflow: hidden;
                }

        .template_2025 .quote_banner ul,
        .template_2025 .quote_banner li {
            list-style-type: none;
            display: block;
            padding: 4px 0;
        }

            .template_2025 .quote_banner ul.horizontal {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                margin: 30px auto 30px;
                max-width: 750px;
            }

            .template_2025 .quote_banner ul li span {
                padding: 0 20px 0 30px;
                margin: auto;
                line-height: 1.5em;
                display: inline-block;
                position: relative;
                text-align: left;
                box-sizing: border-box;
            }

            .template_2025 .quote_banner ul.horizontal li span {
                font-family: QuickSandBold;
            }
            .template_2025 div.ErrorNotification div:before,
            .template_2025 .quote_banner ul li span:before {
                content: "";
                display: inline-block;
                /*width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 10px solid #015cb0;*/
                position: absolute;
                left: 0;
                width: 22px;
                height: 22px;
                background-image: url(../components/icon_quality_dark-blue.svg);
            }
                .template_2025 div.ErrorNotification div:before {
                    top: 5px;
                }
                .template_2025 .quote_banner ul li span:before {
                    top: 1px;
                }
        .template_2025 .quote_banner .pitch {
            padding: 0 24% 0 24%;
            position: relative;
            margin: auto;
        }
                .template_2025#ContactUs .quote_banner .pitch {
                    padding: 0 14% 0 14%;
                }

        .template_2025 .quote_banner.country .pitch {
            padding: 0 15% 0 15%;
        }

        .template_2025 .quote_banner.homepage .pitch {
            max-width: 760px;
            padding: 0 300px 0 300px;
        }

        .template_2025 .quote_banner .pitch.padding_bottom {
            padding-bottom: 140px !important;
        }

                .template_2025 .quote_banner .pitch ul.contact-list {
                    display: grid;
                    grid-gap: 40px;
                    
                    grid-template-columns: 1fr 1fr 1fr;
                }

                    .template_2025 .quote_banner .pitch ul.contact-list li {
                        background-repeat: no-repeat;
                        background-position: center top;
                        background-size: 50px auto;
                        padding-top: 60px;
                        margin-top: 30px;
                    }

                    .template_2025 .quote_banner .pitch ul.contact-list li.call { background-image: url(../icons/icon-call.svg); }
                    .template_2025 .quote_banner .pitch ul.contact-list li.email { background-image: url(../icons/icon-email.svg); }
                    .template_2025 .quote_banner .pitch ul.contact-list li.chat { background-image: url(../icons/icon-chat.svg); }

                    .template_2025 .quote_banner .pitch ul.contact-list div {
                        font-size: 13px;
                    }

                    .template_2025 .quote_banner .pitch ul.contact-list a,
                    .template_2025 .quote_banner .pitch ul.contact-list strong {
                        font-family: "QuickSand";
                        font-size: 18px;
                        color: #02548f;
                        font-weight: 800;
                        text-decoration: none;
                    }

                    .template_2025 .quote_banner .pitch ul.contact-list a div {
                        display: block;
                        text-align: center;
                        background-image: none;
                        padding: 0 !important;
                        font-family: Roboto !important;
                        font-weight: 500;
                        font-size: 14px;
                    }

                    .template_2025 .quote_banner .pitch ul.contact-list a span:before {
                        display: none;
                    }

                    .template_2025 .quote_banner .pitch ul.contact-list div:first-of-type {
                        padding-top: 8px !important;
                    }
                    .template_2025 .quote_banner .pitch ul.contact-list div strong {
                        font-size: 14px;
                    }

    .template_2025#ServiceUpdates .quote_banner {
        min-height: 260px;
    }

    .template_2025 .quote_banner .pitch p {
        text-align: center !important;
    }

                .template_2025#ContentsIndex .quote_banner .pitch p,
                .template_2025#Tracking .quote_banner .pitch p,
                .template_2025#ServiceUpdates .quote_banner .pitch p {
                    padding-bottom: 60px;
                }
                .template_2025 .quote_banner .pitch label,
                .template_2025#ServiceUpdates .quote_banner .pitch p {
                    padding: 10px 0 40px;
                    display: block;
                    line-height: 1.6em;
                }

    .template_2025 .quote_banner .form_footer .rating {
        text-align: left;
    }

        .template_2025 .quote_banner .form_footer .rating iframe,
        .template_2025 .quote_banner .form_footer .rating .trustpilot-widget {
            max-width: 450px;
            width: 100%;
        }

    .template_2025 .quote_banner .form_footer .cta {
        display: grid;
        grid-template-columns: 120px auto;
    }

    .template_2025 .quote_banner .form_footer .cta,
    .template_2025 .quote_banner .form_footer .rating {
        margin-top: 15px !important;
    }

        .template_2025 .quote_banner .form_footer .cta .btn {
            display: block;
            font-size: 20px;
            padding: 18px 16px;
            background-color: #fff;
            font-family: QuicksandBold;
            color: #015cb0;
            position: relative;
        }

            .template_2025 .quote_banner .form_footer .cta .btn:after {
                content: "";
                display: block;
                background-image: linear-gradient(to bottom, #f5f5f9, #fff);
                width: auto;
                height: 20px;
                position: absolute;
                bottom: 15px;
                left: 10px;
                right: 10px;
                border-radius: 10px;
            }

            .template_2025 .quote_banner .form_footer .cta .btn:hover,
            .template_2025 .quote_banner .form_footer .cta .btn:focus {
                opacity: 0.9;
            }

            .template_2025 .quote_banner .form_footer .cta .btn span {
                display: inline-block;
                box-sizing: border-box;
                text-align: center;
                padding-right: 50px;
                z-index: 1;
                position: relative;
                background-size: 30px auto;
                background-repeat: no-repeat;
                background-position: right 10px center;
                background-image: url(../components/icon_arrowhead_right_green.svg);
            }

                .template_2025 .quote_banner .form_footer .cta .btn span.themed {
                    display: none;
                }

    .template_2025 section.price_table table {
        max-width: 880px;
        width: 80% !important;
        margin: auto auto 30px;
    }

        .template_2025 #social_media h5,
        .template_2025 section.price_table table th,
        .template_2025 section.price_table table td.price,
        .template_2025 section.price_table table td.price b,
        .template_2025 section.price_table table td a.page_link {
            font-family: QuickSandBold !important;
        }

        .template_2025 section.price_table table td th,
        .template_2025 section.price_table table td a.page_link {
            font-size: 16px;
        }

        .template_2025 section.price_table table td a.page_link {
            color: #02548f;
            cursor: default;
            text-decoration: none;
        }

        .template_2025 section.price_table table td.weight,
        .template_2025 section.price_table table td.price {
            font-size: 11px;
        }

            .template_2025 section.price_table table td.weight b,
            .template_2025 section.price_table table td.price b {
                font-size: 18px;
                color: #02548f !important;
                display: block;
            }

        .template_2025 section.price_table table th,
        .template_2025 section.price_table table.standard th {
            background-color: #02548f !important;
        }

        .template_2025 section.price_table table th,
        .template_2025 section.price_table table.standard th,
        .template_2025 section.price_table table td,
        .template_2025 section.price_table table.standard td {
            padding: 20px 10px !important;
            text-align: left;
            border-top: 7px solid #f5f5f9 !important;
        }

    .template_2025 section.price_table.white table td,
    .template_2025 section.price_table.white table.standard td,
    .template_2025 section.price_table.white table.standard tr {
        background-color: #f5f5f9 !important;
    }

    .template_2025 section.price_table.grey table td,
    .template_2025 section.price_table.grey table.standard td,
    .template_2025 section.price_table.grey table.standard tr {
        background-color: #fff !important;
    }

    .template_2025 section.price_table table td.flag_cell {
        width: 60px;
    }

    .template_2025 .flag_circle,
    .template_2025 section.price_table table td span.flag {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

    .template_2025 .quote_banner .flag_circle {
        width: 60px;
        height: 60px;
    }

    .template_2025 section.price_table table td span.flag:after {
        display: none;
    }

    .template_2025 .flag_circle img,
    .template_2025 section.price_table table td span.flag img {
        height: 166%;
        width: auto;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .template_2025 .flag_circle {
        position: absolute;
        left: 0;
    }

    .template_2025 h1 .flag_circle {
        top: 10px;
    }

    .template_2025 section p,
    .template_2025 section li,
    .template_2025 section .pitch label {
        color: #02548f !important;
    }

    .template_2025 section p,
    .template_2025 .quote_banner .pitch label {
    }
    .template_2025 section#USPSShippingProcess p {
        max-width: 1500px !important;
    }
    .template_2025 section p {
        width: 100%!important;
        box-sizing: border-box;
    }
    .template_2025 section.center p,
    .template_2025 section.features p {
        text-align: center;
    }

    .template_2025 section.compare,
    .template_2025 section.three_panel,
    .template_2025 section.four_panel {
        text-align: center;
    }

    .template_2025 section.features,
    .template_2025 section.four_panel,
    .template_2025 section.three_panel {
        background-color: #fff;
        text-align: center;
    }

    .template_2025 section h2 {
        font-size: 42px;
    }

    .template_2025 section h3 {
        font-size: 30px;
    }

        .template_2025 section h2 a,
        .template_2025 section h3 a,
        .template_2025 section h4 a,
        .template_2025 section h5 a {
            color: #02548f !important;
            text-decoration: none;
        }

    .template_2025 section.compare h4,
    .template_2025 section.about h5,
    .template_2025 section.features h2,
    .template_2025 section.features h3,
    .template_2025 section.features h4 {
        font-size: 36px;
        padding: 80px 0 30px;
    }

        .template_2025 section.features h2.sub,
        .template_2025 section.features h3.sub,
        .template_2025 section.features h4.sub {
            font-size: 22px;
            padding: 80px 0 30px;
        }

    .template_2025 section.four_panel p,
    .template_2025 section.three_panel p,
    .template_2025 section .four-column-grid p {
        font-size: 15px !important;
        text-align: center;
    }

    .template_2025 section.compare h5 {
        font-size: 22px;
        padding: 20px 0 10px;
    }

    .template_2025 section.four_panel p,
    .template_2025 section.three_panel p {
        font-size: 16px !important;
        font-weight: 500;
        text-align: center;
        color: #02548f;
    }

    .template_2025 section.four_panel ul,
    .template_2025 section.three_panel ul {
        display: grid;
        max-width: 1400px;
        margin: 40px auto 0;
        list-style-type: none;
        grid-gap: 50px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .template_2025 section.four_panel ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

        .template_2025 section.four_panel ul.offset_up,
        .template_2025 section.three_panel ul.offset_up {
            transform: translateY(-40px);
        }

        .template_2025 section.four_panel ul li,
        .template_2025 section.three_panel ul li {
            /*box-shadow: 0px 4px 9px 0px #d9d9e3;*/
            padding: 40px 40px 40px;
            font-weight: 900;
            font-size: 18px;
            color: #02548f;
            display: block;
            position: relative;
        }

    .template_2025 section.four_panel.icon ul li,
    .template_2025 section.three_panel.icon ul li {
        text-align: left !important;
        padding-left: 85px;
        background-color: #fff;
        align-content: center;
    }

                .template_2025 ul.transparent li,
                .template_2025 section.four_panel ul.transparent li,
                .template_2025 section.three_panel ul.transparent li {
                    background-color: transparent !important;
                }

    .template_2025 section.four_panel ul li img,
    .template_2025 section.three_panel ul li img {
        width: 80%;
        max-width: 220px;
        height: auto;
    }

    .template_2025 section.three_panel.image_150 ul li img {
        max-width: 150px;
    }

    .template_2025 section.three_panel.image_120 ul li img {
        max-width: 120px;
    }

    .template_2025 section.three_panel.image_90 ul li img {
        max-width: 90px;
    }

    .template_2025 section.three_panel.image_70 ul li img {
        max-width: 70px;
    }

    .template_2025 section.four_panel.icon ul li img,
    .template_2025 section.three_panel.icon ul li img {
        width: 70px;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .template_2025 section.four_panel.icon ul li strong,
    .template_2025 section.three_panel.icon ul li strong,
    .template_2025 section.four_panel.icon ul li span,
    .template_2025 section.three_panel.icon ul li span {
        display: block;
    }
    .template_2025 section.three_panel.icon ul li span {
        font-family: "Roboto" !important;
        font-weight: 500 !important;
        font-size: 14px;
    }
    .template_2025 section.grey,
    .template_2025 .accordion_container,
    .template_2025 section.generic .section_content div:nth-of-type(even) {
        background-color: #f5f5f9 !important;
    }

    .template_2025 section.generic h2,
    .template_2025 section.generic h3,
    .template_2025 section.generic h4,
    .template_2025 section.generic h6 {
        padding-top: 120px !important;
    }

    .template_2025 section.features.tracking-info h4,
    .template_2025 section.generic .section_content h2,
    .template_2025 section.generic .section_content h3,
    .template_2025 section.generic .section_content h4,
    .template_2025 section.generic .section_content h6 {
        padding-top: 0 !important;
    }

    .template_2025 ul.list,
    .template_2025 ul.bullet,
    .template_2025 ol.list,
    .template_2025 ol.bullet {
        padding-left: 50px !important;
        list-style-type: none;
    }

        .template_2025 ul.list li,
        .template_2025 ul.bullet li,
        .template_2025 ol.list li,
        .template_2025 ol.bullet li {
            text-align: left;
            padding-left: 40px;
            position: relative;
            background-image: none !important;
            list-style-type: none;
        }

            .template_2025 ul.list li:before,
            .template_2025 ul.bullet li:before,
            .template_2025 ol.list li:before,
            .template_2025 ol.bullet li:before {
                display: inline-block;
                content: "";
                width: 26px;
                height: 26px;
                border-radius: 50%;
                /*background-color: #fff;*/
                position: absolute;
                left: 0;
                top: 2px;
                background-image: url(../components/icon-arrow-right.svg);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 60% auto;
            }

    .template_2025 section.generic .ContentPage_Content,
    .template_2025 section.generic .ContentPage_Content .no-padding-top {
        padding-top: 0 !important;
    }

    .template_2025 section.generic.full_width .ContentPage_Content {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .template_2025 .sub-section {
        text-align: center;
        display: block;
        padding: 130px 0 0;
    }

        .template_2025 .sub-section h5 {
            font-size: 45px;
        }

    .template_2025 section .us-gateways-container {
        display: block;
        position: relative;
        max-width: 1200px;
        margin: auto;
        min-height: 200px;
    }

    .template_2025 section .us-gateways-container img {
        width: 90%;
        position: relative;
        top: -50px;
    }
    .template_2025 section .us-gateways-container a {
        position: absolute;
        top: unset;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .template_2025 section .road_map {
        display: block;
        width: 95%;
        margin: auto;
        max-width: 1150px;
        position: relative;
    }
    .template_2025 section .road_map ul {
        list-style-type: none;
        padding: 0;
        margin: 80px 0;
    }
        .template_2025 section .road_map:before {
            content:"";
            position: absolute;
            background-color: #d9d9e3;
            border-radius: 15px;
        }

        .template_2025 section .road_map ul li {
            list-style-type: none;
            display: block;
            width: 100%;
            box-sizing: border-box;
            padding: 35px 25px 25px;
            position: relative;
        }
        
            .template_2025 section .road_map ul li:after,
            .template_2025 section .road_map ul li:before {
                content: "";
                display: block;
                position: absolute;
                border-radius: 50%;
            }
        
            .template_2025 section .road_map ul li:before {
                width: 30px;
                height: 30px;
                position: absolute;
                background-color: #fff;
                border: 1px solid #d9d9e3;
            }

            .template_2025 section .road_map ul li:after {
                width: 16px;
                height: 16px;
                position: absolute;
                background-color: #015cb0;
            }

    .template_2025 section .road_map ul li img {
        display: none;
    }

    .template_2025 section .road_map ul li span,
    .template_2025 section .road_map ul li strong {
        display: block;
        text-align: center;
    }

    .template_2025 section .road_map ul li span {
        font-size: 14px;
    }
    .template_2025 section .road_map ul li strong {
        font-family: "QuickSand";
    }


    .template_2025 section .two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 70px;
        max-width: 800px;
        margin: 40px auto 0;
    }

    .template_2025 section.rules .two-column-grid,
    .template_2025 section.tracking-info .two-column-grid,
    .template_2025 section.carriers .two-column-grid {
        max-width: 1500px;
        margin-top: 0 !important;
    }

        .template_2025 section.rules .two-column-grid p,
        .template_2025 section.carriers .two-column-grid p,
        .template_2025 section.tracking-info .two-column-grid p {
            margin: 0 !important;
            max-width: unset !important;
            color: #02548f;
            text-align: left;
        }

    .template_2025 section .two-column-grid div {
        text-align: left;
    }

    .template_2025 section .two-column-grid ul,
    .template_2025 section .two-column-grid ul li {
        list-style-type: none;
        text-align: left;
        padding: 14px 0;
        color: #02548f;
        font-size: 15px;
    }

    .template_2025 section .four-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 50px;
        width: 94%;
        max-width: 1600px;
        margin: 0 auto 50px;
    }

        .template_2025 section .four-column-grid,
        .template_2025 section .four-column-grid li {
            list-style-type: none;
        }

    .template_2025 section.grey .four-column-grid.panelled {
        margin-top: 70px;
    }

        .template_2025 section.grey .four-column-grid.panelled li,
        .template_2025 section.features .four-column-grid.panelled li {
            background-color: #fff !important;
            box-shadow: 0 4px 9px #d9d9e3;
            border-radius: 9px;
            padding: 30px !important;
        }

        .template_2025 section.grey .four-column-grid.panelled.left li,
        .template_2025 section.grey .four-column-grid.panelled.left li p {
            text-align: left !important;
        }

    .template_2025 section .four-column-grid li strong {
        display: block;
    }

    .template_2025 section .four-column-grid li img {
        max-width: 60px;
        height: auto;
        position: relative;
        top: -30px;
    }

    .template_2025 section .four-column-grid.process li img {
        top: 0;
    }

    .template_2025 section .four-column-grid.panelled.icon li img {
        max-width: 60px;
        height: auto;
        float: right;
        position: relative;
        top: -5px !important;
        width: 40px;
        height: 40px;
        right: -15px;
    }

    .template_2025 section .centered_content p a,
    .template_2025 section .two-column-grid p a {
        color: #0185cd !important;
    }


    .template_2025 .accordion_container,
    .template_2025 .accordion_container p,
    .template_2025 .accordion_container h3,
    .template_2025 .accordion_container h4,
    .template_2025 .accordion_container h5,
    .template_2025 .accordion_container li,
    .template_2025 .accordion_container div {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
    }
    .template_2025 .accordion_container p {
        padding-bottom: 15px !important;
    }
    .template_2025 .accordion_container,
    .template_2025 .nested_accordion_container {
        border-radius: 8px;
        max-width: 1150px;
        position: relative;
        padding: 20px 20px !important;
        margin: 15px auto !important;
        -webkit-transition: padding 1s ease 0s;
        -moz-transition: padding 1s ease 0s;
        -o-transition: padding 1s ease 0s;
        transition: padding 1s ease 0s;
        clear: both;
    }


        .template_2025 .nested_accordion_container,
        .template_2025 .accordion_container div.nested_accordion_container {
            background-color: #fff;
            margin: 16px auto !important;
        }

            .template_2025 .accordion_container div.nested_accordion_container:first-of-type {
                margin-top: 30px !important;
            }
            .template_2025 div .arrows li:before,
            .template_2025 .accordion_container:before,
            .template_2025 .nested_accordion_container:before,
            .template_2025 .accordion_container div ul li:before {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                border-width: 0 4px 4px 0;
                border-style: solid;
                border-color: #004a8a;
                transform: rotate(-45deg);
                position: absolute;
                top: 45px;
                -webkit-transition: transform 0.5s ease 0s;
                -moz-transition: transform 0.5s ease 0s;
                -o-transition: transform 0.5s ease 0s;
                transition: transform 0.5s ease 0s;
            }
            .template_2025 div .arrows li:before,
            .template_2025 .accordion_container div ul li:before {
                left: 6px;
                top: 12px;
                transform: scale(80%) rotate(-45deg);
            }

    .template_2025 .popup-info .accordion_container:before,
    .template_2025 section.generic .popup-info .nested_accordion_container:before {
        top: 30px !important;
    }

    .template_2025 .nested_accordion_container:before {
        top: 25px !important;
    }

    .template_2025 .accordion_container.active:before,
    .template_2025 .nested_accordion_container.active:before {
        transform: rotate(45deg);
    }

    .template_2025 .accordion_container h3,
    .template_2025 .accordion_container h4,
    .template_2025 section.generic .accordion_container h3,
    .template_2025 sectio.generic .accordion_container h4 {
        margin-top: 0 !important;
        padding: 16px 40px !important;
        font-size: 20px !important;
        cursor: pointer;
        position: relative;
    }

        .template_2025 .accordion_container h3:after,
        .template_2025 .accordion_container h4:after,
        .template_2025 .accordion_container h3:before,
        .template_2025 .accordion_container h4:before {
            display: inline-block;
            content: "";
            width: 18px;
            height: 3px;
            background-color: #004a8a;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transition: transform 0.5s ease 0s;
            -moz-transition: transform 0.5s ease 0s;
            -o-transition: transform 0.5s ease 0s;
            transition: transform 0.5s ease 0s;
        }

        .template_2025 .accordion_container h3:after,
        .template_2025 .accordion_container h4:after {
            transform: translateY(-50%);
        }

        .template_2025 .accordion_container h3:before,
        .template_2025 .accordion_container h4:before,
        .template_2025 .nested_accordion_container h3:after,
        .template_2025 .nested_accordion_container h4:after {
            transform: translateY(-50%) rotate(90deg);
        }

    .template_2025 .accordion_container.active h3:after,
    .template_2025 .accordion_container.active h4:after {
        transform: translateY(-50%) rotate(135deg);
    }

    .template_2025 .accordion_container.active h3:before,
    .template_2025 .accordion_container.active h4:before {
        transform: translateY(-50%) rotate(225deg);
    }

    .template_2025 .accordion_container.active .nested_accordion_container.inactive h3:after,
    .template_2025 .accordion_container.active .nested_accordion_container.inactive h4:after {
        transform: translateY(-50%) rotate(90deg) !important;
    }

    .template_2025 .accordion_container .nested_accordion_container.inactive h3:before,
    .template_2025 .accordion_container .nested_accordion_container.inactive h4:before {
        transform: translateY(-50%) rotate(0deg);
    }

    .template_2025 .accordion_container.active .nested_accordion_container.active h3:after,
    .template_2025 .accordion_container.active .nested_accordion_container.active h4:after {
        transform: translateY(-50%) rotate(225deg) !important;
    }

    .template_2025 .accordion_container.active .nested_accordion_container.active h3:before,
    .template_2025 .accordion_container.active .nested_accordion_container.active h4:before {
        transform: translateY(-50%) rotate(135deg);
    }
    .template_2025 .accordion_container h5,
    .template_2025 .nested_accordion_container h5 {
        padding: 50px 0 15px !important;
    }
    .template_2025 .accordion_container div,
    .template_2025 .accordion_container div.active {
        padding: 0 40px 0 !important;
        -webkit-transition: max-height 1s ease 0s;
        -moz-transition: max-height 1s ease 0s;
        -o-transition: max-height 1s ease 0s;
        transition: max-height 1s ease 0s;
    }

        .template_2025 .accordion_container div.active,
        .template_2025 .nested_accordion_container div.active {
            padding-right: 60px !important;
            padding-left: 40px !important;
        }

        .template_2025 .accordion_container div.inactive,
        .template_2025 .nested_accordion_container div.inactive {
            padding: 0 60px 0 40px !important;
            overflow: hidden;
            max-height: 0;
        }

        .template_2025 .accordion_container div.active,
        .template_2025 .accordion_container.active .nested_accordion_container.inactive,
        .template_2025 .nested_accordion_container div.active {
            max-height: 1000px;
        }

    .template_2025 .nested_accordion_container div:after {
        content: "";
        display: block;
        width: 100%;
        height: 30px;
        clear: both;
        -webkit-transition: height 1s ease 0s;
        -moz-transition: height 1s ease 0s;
        -o-transition: height 1s ease 0s;
        transition: height 1s ease 0s;
    }

    .template_2025 .nested_accordion_container div.active:after {
        height: 30px;
    }

    .template_2025 .accordion_container div ul {
        padding: 10px 0 20px 20px;
    }

        .template_2025 .accordion_container div ul li {
            padding: 3px 0 3px 36px !important;
            display: block;
            position: relative;
        }

    .template_2025 .accordion_container .note {
        /*padding-left: 40px;
                padding-right: 40px;*/
    }

    .template_2025 .index_list,
    .template_2025 .content-search {
        display: block;
        background-color: #015cb0;
        position: relative;
        z-index: 2;
        padding: 20px 36px;
        box-sizing: border-box;
        border-radius: 20px;
        max-width: 600px;
        width: 90%;
        margin: auto;
        top: 0;
    }
        .template_2025#Tracking .content-search { 
            max-width: 800px;
        }
        .template_2025 .content-search .formSubmit {
            position: absolute;
            top: 50%;
            right: 45px;
            transform: translateY(-50%);
        }
        .template_2025 .content-search .button {
            font-family: "QuickSandBold", "Roboto";
            font-size: 15px;
            margin: 0 !important;
            padding: 12px 20px !important;

        }
        .template_2025 .content-search .button span {
            padding: 0 !important;
        }
        .template_2025 .content-search div {
            position: relative;
        }
        .template_2025 .content-search.layout-options {
            display: grid;
            grid-gap: 25px;
            grid-template-columns: auto 40px;
        }
        .template_2025 .content-search a.clear_filter {
            position: absolute;
            top: 50%;
            right: 50px;
            transform: translateY(-50%);
        }
        .template_2025 .content-search.layout-options a.clear_filter {
            right: 15px;
        }
        .template_2025 .content-search label {
            display: none;
        }
        .template_2025 .content-search input {
            display: block;
            padding: 16px 40px;
            width: 100%;
            border: none;
            border-radius: 3px;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-size: 20px auto;
            background-position: 10px center;
                    background-image: url(../icons/icon-search-grey.svg);
        }
                .template_2025#Tracking .content-search input {
                    padding: 22px 40px;
                    background-size: 24px auto;
                    /*background-image: url(../icons/icon-arrow-right.svg);*/
                }
        .template_2025 .index_list div,
        .template_2025 .index_list div span {
            display: block;
            background-color: #fff;
            position: relative;
            border-radius: 5px;
        }

            .template_2025 .index_list div span {
                padding: 20px 40px 20px 20px;
                color: #687e9a;
                text-align: left;
                font-size: 14px;
                font-family: QuickSandBold;
                position: relative;
            }

                .template_2025 .index_list div span:after {
                    content: "";
                    display: block;
                    width: 20px;
                    height: 20px;
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: 14px auto;
                    background-image: url(../components/icon_arrowhead_right_dark-grey.svg);
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%) rotate(90deg);
                    right: 20px;
                }

            .template_2025 .index_list div ul,
            .template_2025 .index_list div ol {
                position: absolute;
                width: 98%;
                left: 1%;
                top: 100%;
                text-align: left;
                background-color: #fff;
                box-shadow: 0 4px 9px #d9d9e3;
                overflow: hidden auto;
                padding: 0 !important;
                max-height: 0;
                -webkit-transition: max-height 1s ease 0s;
                -moz-transition: max-height 1s ease 0s;
                -o-transition: max-height 1s ease 0s;
                transition: max-height 1s ease 0s;
            }

        .template_2025 .index_list:hover div ul,
        .template_2025 .index_list:hover div ol {
            max-height: 50vh;
        }

        .template_2025 .index_list div li {
            padding: 0px 14px;
        }

            .template_2025 .index_list div li.search {
                padding-top: 10px;
                padding-bottom: 10px;
                position: sticky;
                top: 0;
                background-color: #fff;
                /*box-shadow: 0 4px 9px #d9d9e3;*/
            }

            .template_2025 .index_list div li a {
                display: block;
                width: 100%;
                font-size: 14px;
                letter-spacing: 0.5px;
                padding: 11px 30px 11px 40px;
                box-sizing: border-box;
                background-color: #f5f5f9;
                color: #687e9a;
                color: #02548f;
                text-decoration: none;
                margin-bottom: 14px;
                white-space: nowrap;
                overflow: hidden;
                background-size: 16px auto;
                background-repeat: no-repeat;
                background-position: 10px center;
                background-image: url(../components/icon-arrow-down-right-blue.svg);
            }

                .template_2025 .index_list div li a:hover {
                    opacity: 0.9;
                }

            .template_2025 .index_list div li input {
                display: block;
                width: 100%;
                font-size: 14px;
                box-sizing: border-box;
                padding: 14px 20px 14px 30px;
                border: 1px solid #b1becf;
                background-size: 20px auto;
                background-repeat: no-repeat;
                background-position: 5px center;
                background-image: url(../components/icon_search.svg);
            }

    .template_2025 ul.integrations_grid {
        display: grid !important;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        text-align: center;
        padding: 0 !important;
        box-sizing: border-box;
        margin: 60px auto 30px;
        justify-items: center;
        list-style-type: none;
        width: 90%;
        max-width: 900px;
    }

        .template_2025 ul.integrations_grid li {
            display: block;
            overflow: hidden;
            border-radius: 9px;
            box-shadow: 0px 3px 3px 0px #d9d9e3;
            position: relative;
            height: 100px;
            width: 120px;
            text-align: center;
            background-color: #fff;
        }

            .template_2025 .brand_etsy,
            .template_2025 .brand_magento,
            .template_2025 ul.integrations_grid li.etsy,
            .template_2025 ul.integrations_grid li.magento {
                background-color: #f45800;
                background-color: #f26322;
            }

            .template_2025 .brand_shopify,
            .template_2025 ul.integrations_grid li.shopify {
                background-color: #95bf47;
            }

            .template_2025 .brand_woo,
            .template_2025 ul.integrations_grid li.woo {
                background-color: #7f54b3;
            }

            .template_2025 ul.integrations_grid li img {
                width: 70%;
                height: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

    .template_2025 ul.carrier_grid {
        display: grid !important;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        text-align: center;
        max-width: 650px;
        padding: 0 !important;
        box-sizing: border-box;
        margin: auto;
        justify-items: center;
    }

    .template_2025 .centered_content.center ul.carrier_grid {
        max-width: 850px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .template_2025 td .flag_container {
        text-align: center !important;
        padding: 0 !important;
        background-color: #fff;
        box-sizing: border-box;
        display: block;
        border-radius: 6px;
        height: 60px;
        width: 60px;
        position: relative;
        box-shadow: 0px 3px 3px 0px #d9d9e3;
        overflow: hidden;
        position: relative;
        margin: 20px 0 20px 20px;
    }

        .template_2025 td .flag_container.dhl {
            background-color: #ffcd00;
        }

                .template_2025 .services_table td .flag_container {
                    position: relative;
                    width: 70px;
                    height: 70px;
                }
                .template_2025 .services_table td .flag_container img {
                    width: 90%;
                    height: auto;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }

    .template_2025 .flag img {
        width: 170%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .template_2025 .badge,
    .template_2025 ul.carrier_grid li,
    .template_2025 ul.badges li .image {
        text-align: center !important;
        padding: 10px 0 !important;
        background-color: #fff;
        box-sizing: border-box;
        display: block;
        border-radius: 9px;
        height: 110px;
        width: 110px;
        position: relative;
        box-shadow: 0px 3px 3px 0px #d9d9e3;
    }

    .template_2025 ul.badges li .image {
        margin: 0 auto 20px;
    }

    .template_2025 .invert .badge {
        box-shadow: none;
    }

    .template_2025 .badge.ups,
    .template_2025 ul.carrier_grid li.ups,
    .template_2025 ul.badges li .image.ups {
        background-color: #301506;
    }

    .template_2025 .badge.dhl,
    .template_2025 ul.carrier_grid li.dhl,
    .template_2025 ul.badges li .image.dhl {
        background-color: #FFCD00;
    }

    .template_2025 ul.carrier_grid strong {
        text-indent: -9999px;
        display: inline-block;
    }

    .template_2025 ul.carrier_grid img {
        width: 60%;
        max-width: 60px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .template_2025 ul.carrier_grid li.ups img {
        width: 70%;
        max-width: 70px;
    }

    .template_2025 section.generic section:first-of-type .carrier_grid {
        margin-top: 14vh;
    }

    .template_2025 .two_col_panels.badges li a.button,
    .template_2025 section.four_panel ul.badges li a.button,
    .template_2025 section.three_panel ul.badges li a.button,
    .template_2025 section.grey.three_panel ul.badges li a.button {
        font-size: 14px !important;
        padding: 16px 22px !important;
    }

    .template_2025 section.three_panel ul.badges li .image {
        width: 110px;
        margin: 0 auto 30px;
        overflow: hidden;
    }

        .template_2025 section.three_panel ul.badges li .image img {
            width: auto;
            max-height: 100%;
            position: relative;
            top: 5px;
        }

        .template_2025 section.three_panel ul.badges li .image.no-offset img {
            top: 0;
        }

        .template_2025 section.three_panel ul.badges li .image img {
            width: auto;
            max-height: 100%;
            position: relative;
            top: 5px;
        }

    .template_2025 .two_col_panels {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 50px;
    }

        .template_2025 .two_col_panels,
        .template_2025 .two_col_panels li,
        .template_2025 .two_col_panels li p {
            list-style-type: none;
            text-align: left;
            position: relative;
        }

            .template_2025 .two_col_panels li {
                display: block;
                padding: 20px 0;
            }

            .template_2025 .two_col_panels.badges li {
                padding: 20px 50px 20px 140px !important;
                background-color: #fff;
                box-shadow: 0 4px 9px #d9d9e3;
                border-radius: 9px;
            }

                .template_2025 .two_col_panels.badges li strong,
                .template_2025 .four_panel .badges li strong {
                    font-family: Quicksand;
                }

                .template_2025 .two_col_panels.badges li .image {
                    position: absolute;
                    top: 20px;
                    left: 0;
                    width: 110px;
                    box-shadow: none;
                }

    .template_2025 .alternating_list,
    .template_2025 .alternating_list li {
        list-style-type: none;
        position: relative;
        max-width: 800px;
    }

        .template_2025 .alternating_list li {
            display: block;
            padding: 20px 130px;
            text-align: left;
        }

            .template_2025 .alternating_list li a.button {
                font-size: 14px !important;
            }

            .template_2025 .alternating_list li .image {
                width: 110px;
                position: absolute !important;
                top: 20px;
            }

            .template_2025 .alternating_list li:nth-of-type(odd) .image {
                left: 0;
            }

            .template_2025 .alternating_list li:nth-of-type(even) .image {
                left: 0;
            }

    .template_2025 .numbered li strong {
        display: inline-block !important;
        padding-left: 55px;
    }

        .template_2025 .numbered li strong:before {
            display: block;
            color: #02548f !important;
            border: 2px solid #02548f;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
        }

    .template_2025 .numbered li:nth-of-type(1) strong:before {
        content: "1";
    }

    .template_2025 .numbered li:nth-of-type(2) strong:before {
        content: "2";
    }

    .template_2025 .numbered li:nth-of-type(3) strong:before {
        content: "3";
    }

    .template_2025 .numbered li:nth-of-type(4) strong:before {
        content: "4";
    }

    .template_2025 .numbered li:nth-of-type(5) strong:before {
        content: "5";
    }

    .template_2025 .numbered li:nth-of-type(6) strong:before {
        content: "6";
    }

    .template_2025 .process li strong {
        display: block;
        position: relative;
    }

        .template_2025 .process li strong:after {
            content: "";
            display: block;
            width: 150px;
            height: 150px;
            position: absolute;
            top: 50%;
            right: -55px;
            opacity: 0.3;
            transform: translate(50%, -50%);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../components/icon_double-arrowhead_right_blue.svg);
            background-image: url(../components/icon_arrowhead_right_grey.svg);
        }
                .template_2025 section.grey .process li strong:after {
                    opacity: 0.6;
                }
                .template_2025 section#ShippingProcess .process li strong:after {
                    transform: translate(40px, 0);
                    top: 0px;
                    width: 110px;
                    height: 110px;
                }
    .template_2025 .process li:last-of-type strong:after {
        display: none;
        content: none;
    }

    .template_2025 .layout_settings {
        display: block;
        text-align: center;
    }

        .template_2025 .layout_settings a {
            display: inline-block;
            width: 36px;
            height: 36px;
            margin: 0 2px;
            text-indent: -9999px;
            overflow: hidden;
            border: 1px solid #b1becf;
            background-size: 26px auto;
            background-repeat: no-repeat;
            background-position: center center;
        }

    .template_2025 .layout_settings a.grid { background-image: url(../icons/icon-grid-grey.svg); }
    .template_2025 .layout_settings a.list { background-image: url(../icons/icon-list-grey.svg); }

    .template_2025 .layout_settings.grid a.grid { background-image: url(../icons/icon-grid.svg); pointer-events: none; border-color: #02548f; }
    .template_2025 .layout_settings.list a.list { background-image: url(../icons/icon-list.svg); pointer-events: none; border-color: #02548f; }

    .template_2025 .content-search.layout-options .layout_settings a.grid { background-image: url(../icons/icon-grid-white.svg) !important; }
    .template_2025 .content-search.layout-options .layout_settings a.list { background-image: url(../icons/icon-list-white.svg) !important; }

    .template_2025 .content-search.layout-options .layout_settings a { border-width: 1px; border-color: #fff; }

    .template_2025 .content-search.layout-options .layout_settings.grid a.grid { display: none; }
    .template_2025 .content-search.layout-options .layout_settings.list a.list { display: none; }


    .template_2025 .video_button {
        display: block;
        box-sizing: border-box;
        background-color: #fff;
        padding: 10px;
        width: 95%;
        position: relative;
        box-shadow: 0 4px 9px #d9d9e3;
    }

        .template_2025 .video_button:before {
            content: "";
            display: block;
            width: 100px;
            height: 70px;
            background-color: #fff;
            background-repeat: no-repeat;
            background-size: 115% auto;
            background-position: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            background-image: url(../components/icon_video_player_blue.svg);
            border-radius: 20px;
        }

        .template_2025 .video_button:hover:before {
            opacity: 0.95;
            transform: translate(-50%, -50%) scale(110%);
        }

        .template_2025 .video_button img {
            width: 100% !important;
            height: auto;
        }

        .template_2025 .video_button:hover .image {
            opacity: 0.9;
        }

    .template_2025 .product_highlight .image .video_button {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 75%;
    }

    .template_2025 section .grey-boxes {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5vw;
        max-width: 1400px;
        width: 85vw ;
        margin: 40px auto 0;
    }

        .template_2025 section .grey-boxes.single {
            grid-template-columns: 1fr ;
            max-width: 600px;
        }

        .template_2025 section .grey-boxes div {
            background-color: #f5f5f9;
            text-align: left;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: auto 200px;
            border-radius: 12px;
        }

            .template_2025 section .grey-boxes div.frankfurt {
                background-image: url(../layout/map-location-transglobal-frankfurt.jpg);
                padding: 220px 50px 50px;
            }

            .template_2025 section .grey-boxes div.nw {
                background-image: url(../layout/map-location-transglobal-NW.jpg);
                padding: 220px 50px 50px;
            }

            .template_2025 section .grey-boxes div.em {
                background-image: url(../layout/map-location-transglobal-EM.jpg);
                padding: 220px 50px 50px;
            }

            .template_2025 section .grey-boxes div.se {
                background-image: url(../layout/map-location-transglobal-SE.jpg);
                padding: 220px 50px 50px;
            }

        .template_2025 section .grey-boxes div h3 {
            padding: 0 !important;
            font-size: 22px !important;
        }

        .template_2025 section .grey-boxes div p,
        .template_2025 section .grey-boxes div span {
            font-size: 13px !important;
            line-height: 1.8em;
            display: block;
        }
            .template_2025 section .grey-boxes strong,
            .template_2025 section .grey-boxes p strong {
                font-family: "QuickSandBold" !important;
                font-size: 16px !important;
                color: #02548f !important;
            }
            .template_2025 section .grey-boxes .link {
                margin: 30px 0 0 !important;
                display: inline-block;
                background-image: url(../icons/icon-arrow-right.svg);
                background-repeat: no-repeat;
                background-position: right center;
                background-size: 12px auto;
                padding-right: 20px;
            }

    .template_2025 section.grey {
        background-position: left 60%;
        background-repeat: no-repeat;
        background-size: 300% auto;
        background-image: url(../components/icon_proship_light-grey.svg);

    }
        .template_2025 section.grey.no_watermark {
            background-image: none;
        }
        .template_2025 section.grey .web-form,
        .template_2025 section.grey .web-form form {
            display: block;
            width: 90%;
            margin: auto;
            max-width: 800px;
            text-align: center;
        }
        .template_2025 section.grey .web-form .FormTable,
        .template_2025 section.grey .web-form .FormTable tbody,
        .template_2025 section.grey .web-form .FormTable tr,
        .template_2025 section.grey .web-form .FormTable tr td,
        .template_2025 section.grey .web-form .FormTable tr td input,
        .template_2025 section.grey .web-form .FormTable tr td label,
        .template_2025 section.grey .web-form .FormTable tr td textarea {
            width: 100%;
            display: block;
            box-sizing: border-box;
        }
            .template_2025 section.grey .web-form .FormTable tr td.FormTableField {
                position: relative;
            }
            .template_2025 section.grey .web-form .FormTable tr td .field-validation-error {
                position: absolute;
                top: 5px;
                right: 10px;
                z-index: 100;
                font-size: 20px;
            }
            .template_2025 section.grey .web-form .FormTable tr td label {
                font-family: "QuickSandBold";
                text-align: left;
                position: relative;
                transform: translateY(100%);
                padding: 8px 20px 0;
                z-index: 100;
            }
            .template_2025 section.grey .web-form .FormTable tr td input,
            .template_2025 section.grey .web-form .FormTable tr td textarea {
                border: 1px solid #d9d9e3;
                padding: 30px 20px 15px;
                margin: 0 0 0;
            } 
            .template_2025 section.grey .web-form form .captcha {
                margin-top: 30px !important;
            }

        .template_2025 section.grey .notification {
            position: relative;
            top: -10vh;
            width: 100%;
        }
            .template_2025 article 
            {
                padding-bottom: 250px;
            }
            .template_2025 article .breadcrumb,
            .template_2025 .breadcrumb,
            .template_2025 div.ErrorNotification,
            .template_2025 section.grey .notification,
            .template_2025 section.grey .notification ul,
            .template_2025 section.grey .notification li {
                background-color: #6c697c !important;
                width: 100% !important;
                max-width: unset !important;
                padding: 0 !important;
                margin: 0 !important;
                text-align: center;
            }
                article .breadcrumb li span,
                .template_2025 .breadcrumb li span,
                .template_2025 div.ErrorNotification div,
                .template_2025 section.grey .notification li span {
                    width: 90% !important;
                    max-width: 1430px !important;
                    display: inline-block !important;
                    padding: 14px 0 !important;
                    margin: auto;
                    text-align: left;
                    position: relative;
                    font-family: "Roboto";
                    font-weight: 500;
                    font-size: 15px !important;
                }
                .template_2025 div.ErrorNotification div {
                    padding: 19px 0 19px 40px !important;
                }

            .template_2025 section.grey .notification li.alert_1, .template_2025 div.ErrorNotification { background-color: #f70074 !important; } /* ALERT */
            .template_2025 section.grey .notification li.alert_2 { background-color: #e27500 !important; } /* WARNING */

                .template_2025 div.ErrorNotification div,
                .template_2025 section.grey .notification li span,
                .template_2025 section.grey .notification li span a {
                    color: #fff !important;
                    font-size: 14px;
                }

                .template_2025 .breadcrumb li,
                .template_2025 .breadcrumb li a,
                .template_2025 .breadcrumb li b {
                    color: #02548f !important;
                    font-size: 13px;
                }
                .template_2025 .breadcrumb,
                .template_2025 article .breadcrumb {
                    padding: 20px 0 !important;
                    text-align: left !important;
                    display: block;
                    background-color: #f5f5f9 !important;
                }
                    .template_2025 .breadcrumb ul {
                        width: 90%;
                        margin: auto;
                        max-width: 1430px;
                    }
                    .template_2025 .breadcrumb li {
                        display: inline-block;
                        width: unset !important;
                        padding-right: 20px;
                        font-family: "Roboto";
                        line-height: 1.6em;
                        background-size: 10px auto;
                        background-repeat: no-repeat !important;
                        background-position: right 5px center !important;
                        background-image: url(../icons/icon-arrow-right.svg);
                    }
                        .template_2025 .breadcrumb li:last-of-type {
                            background-image: none;
                            padding-right: 0;
                        }
                    .template_2025 .published li b,
                    .template_2025 .breadcrumb li b {
                        font-family: "QuickSandBold" !important;
                        color: #02548f !important;
                    }
                    .template_2025 .published li b {
                        padding-left: 20px;
                        background-repeat: no-repeat;
                        background-position: left center;
                        background-size: 14px auto;
                    }
                    .template_2025 .published li.date b {
                        background-image: url(../icons/icon-clock.svg);
                    }
                    .template_2025 .published li.author b {
                        background-image: url(../icons/icon-account-person.svg);
                    }
                    .template_2025 .published li.category b {
                        background-image: url(../icons/icon-list.svg);
                    }

                    .template_2025 .breadcrumb li b {
                        margin-right: 10px;
                    }
                .template_2025 div.ErrorNotification div,
                .template_2025 section.grey .notification li span {
                    padding-left: 40px !important;
                }
            .template_2025 .breadcrumb li a,
            .template_2025 section.grey .notification li span a {
                text-decoration: underline;
            }
            .template_2025 section.grey .notification li span a.button {
                text-decoration: none;
                display: inline-block;
                margin: 0 0 0 6px !important;
                padding: 0 10px !important;
                background-color: #fff;
                border-radius: 3px;
                font-family: "QuickSandBold";
                font-size: 11px !important;
                color: #6c697c !important;
            }

            .template_2025 .notification li span:before,
            .template_2025 div.ErrorNotification div:before {
                display: block;
                background-image: none !important;
                border: 2px solid #fff;
                content: "!" !important;
                height: 20px;
                width: 20px;
                border-radius: 50%;
                line-height: 20px;
                color: #fff;
                text-align: center;
                font-family: "QuickSandBold" !important;
                top: 50% !important;
                transform: translateY(-50%) !important;
            }
                .template_2025 article .banner-image {
                    display: block;
                    width: 100%;
                    height: 33vh;
                    border-radius: 5px;
                    background-color: #f5f5f9;
                    margin: 0 0 50px;
                    overflow: hidden;
                    position: relative;
                    background-position: left 35%;
                    background-repeat: no-repeat;
                    background-size: 300% auto;
                    background-image: url(../components/icon_proship_light-grey.svg);
                }
                    .template_2025 article .banner-image figure {
                        opacity: 100;
                        background-size: cover;
                        background-position: center;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 100%;
                        height: 100%;
                        -webkit-transition: all 2s ease 0s;
                        -moz-transition: all 2s ease 0s;
                        -o-transition: all 2s ease 0s;
                        transition: all 2s ease 0s;
                    }
                    .template_2025 article .banner-image:hover figure {
                        transform: translate(-50%, -50%) scale(110%);
                    }
                    .template_2025 article .article-container {
                        display: block;
                        text-align: left;
                        width: 90%;
                        margin: auto;
                        max-width: 1050px;
                        position: relative;
                    }
                    .template_2025 article .published,
                    .template_2025 .news-summary .published {
                        display: block;
                        padding: 0 0 40px;
                    }
                        .template_2025 .news-summary .published {
                            padding-bottom: 20px;
                            font-size: 14px;
                        }
                        .template_2025 .news-summary .published li {
                            font-size: 13px !important;
                        }
                        .template_2025 article .published li,
                        .template_2025 .news-summary .published li {
                            display: inline-block;
                            padding-right: 20px;
                        }

                    .template_2025 article h1 {
                        color: #02548f !important;
                        font-size: 40px;
                        display: block;
                        padding: 60px 0 20px;
                    }
                    .template_2025 article h2,
                    .template_2025 article h3,
                    .template_2025 article h4,
                    .template_2025 article h5,
                    .template_2025 article .sectioned h2,
                    .template_2025 article .sectioned h3,
                    .template_2025 article .sectioned h4,
                    .template_2025 article .sectioned h5 {
                        max-width: unset;
                        width: 100%;
                        margin: 0 !important;
                        padding: 90px 0 25px !important;
                        color: #02548f !important;
                    }
                    .template_2025 article .article-content ul,
                    .template_2025 article .article-content ol {
                        padding: 10px 0 20px 20px !important;
                        margin: 0;
                        box-sizing: border-box;
                    }
                    .template_2025 article .article-content li,
                    .template_2025 article .article-content .bullet li {
                        padding: 5px 0 5px 30px !important;
                        margin: 0;
                        font-size: 15px;
                        line-height: 2em;
                        color: #355681 !important;
                    }
                    .template_2025 article .article-content li:before,
                    .template_2025 article .article-content .bullet li:before {
                        width: 18px;
                        height: 18px;
                        top: 12px;
                        background-color: #f5f5f9;
                        background-size: 10px auto;
                        background-repeat: no-repeat !important;
                        background-position: center center !important;
                        background-image: url(../icons/icon-arrow-right.svg);
                    }
                    .template_2025 article p {
                        display: block;
                        text-align: left;
                        width: 100% !important;
                        margin: auto;
                        max-width: unset !important;
                        position: relative;
                        font-family: "Roboto";
                        font-size: 15px;
                        line-height: 2em;
                    }
                    .template_2025 article .article-content .sectioned p:first-of-type {
                        padding: 10px 0px 10px 0px;
                        font-family: "Roboto" !important;
                        font-size: 15px;
                        line-height: 2em;
                        margin-top: 0 !important;
                    }
                    .template_2025 article .article-content p.intro {
                        padding: 10px 0 40px;
                        font-family: "QuickSandBold", "Roboto" !important;
                        font-size: 22px !important;
                        line-height: 2em;
                        margin-top: 30px !important;
                    }
                    .template_2025 article p img {
                        border: none !important;
                        border-width: 0px !important;
                        margin: 30px 0;
                        font-style: italic;
                        font-size: 13px;
                    }
                    .template_2025 article div.sectioned div,
                    .template_2025 article div.sectioned div:nth-of-type(even) {
                        padding: 0 !important;
                        margin: 0 !important;
                        background-color: transparent !important;
                    }
                    .template_2025 article .button{
                        margin-top: 80px !important;
                    }


                .template_2025 .news-categories {
                    display: block;
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    overflow-y: auto;
                    width: 90%;
                    max-width: 400px;
                    background-color: #fff;
                    z-index: 99999;
                    box-shadow: -6px 0px 20px 0px #d9d9e3;
                    box-sizing: border-box;
                    padding: 50px;
                }

                .template_2025 .news-categories ul {
                    display: block;
                    border-radius: 6px;
                }
                .template_2025 .news-categories a {
                    display: block;
                    padding: 10px 20px;
                    margin: 0 0 3px;
                    color: #02548f; 
                    font-family: "Roboto";
                }
                .template_2025 .news-summary {
                    display: block;
                    width: 90%;
                    margin: auto;
                    max-width: 1450px;
                    padding-top: 80px;
                    box-sizing: border-box;
                }
                    .template_2025 .news-summary ol,
                    .template_2025 .news-summary ul,
                    .template_2025 .news-summary li.NewsItem {
                        text-align: left;
                        list-style-type: none;
                        box-sizing: border-box;
                        padding: 0;
                        margin: 0;
                    }
                    .template_2025 .news-summary li.NewsItem:after {
                        content: "";
                        display: block;
                        width: 100%;
                        height: 2px;
                        background-color: #f5f5f9;
                        position: absolute;
                        left: 0;
                        right: 0;
                        bottom: -40px;
                    }
                    .template_2025 .news-summary ol,
                    .template_2025 .news-summary ul {
                        display: grid;
                        width: unset !important;
                        max-width: unset !important;
                        grid-template-columns: 1fr 1fr 1fr;
                    }

                    .template_2025 .news-summary ol :first-child,
                    .template_2025 .news-summary ul :first-child {
                        grid-column: 1 / -1;
                    }


                    .template_2025 .news-summary li.NewsItem {
                        padding: 0 40px 90px !important;
                        position: relative;
                        margin: 0 0 80px;
                    }
                        .template_2025 .news-summary li.NewsItem:first-of-type {
                            padding: 0 40px 90px 50% !important;
                        }

                    .template_2025 .news-summary li.NewsItem h2 {
                        font-size: 20px !important;
                        padding-bottom: 8px !important;
                    }

                        .template_2025 .news-summary li.NewsItem:first-of-type h2 {
                            font-size: 36px !important;
                        }
                    .template_2025 .news-summary li.NewsItem p {
                        font-size: 13px !important;
                        max-width: unset !important;

                    }
                    
                    .template_2025 .news-summary li.NewsItem:first-of-type p {
                        font-size: 16px !important;

                    }

                        .template_2025 .news-summary li.NewsItem span a {
                            font-size: 14px !important;
                            color: #fff !important;
                            background-color: #015cb0;
                            padding: 14px 40px;
                            position: absolute;
                            bottom: 0;
                            text-decoration: none !important;
                        }
                        .template_2025 .news-summary li.NewsItem span a:hover {
                            opacity: 0.8;
                        }


                    .template_2025 .news-summary .image-container {
                        display: block;
                        height: 20vh;
                        width: 100%;
                        border-radius: 6px;
                        overflow: hidden;
                        position: relative;
                        background-color: #f5f5f9;
                        background-position: left 35%;
                        background-repeat: no-repeat;
                        background-size: 350% auto;
                        background-image: url(../components/icon_proship_light-grey.svg);
                        margin-bottom: 30px;
                    }

                    .template_2025 .news-summary li:first-of-type .image-container {

                        background-size: 500% auto;
                    }

                    .template_2025 .news-summary li.NewsItem:first-of-type .image-container {
                        width: 45%;
                        width: calc(50% - 80px);
                        position: absolute;
                        left:30px;
                        top: 0;
                        bottom: 0;
                        height: auto;
                        margin-bottom: 0 !important;
                    }

                        .template_2025 .news-summary li.NewsItem .image-container span {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            top:50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            background-size: cover;
                            background-position: center;
                            -webkit-transition: transform 4s;
                            -moz-transition: transform 4s;
                            -o-transition: transform 4s;
                            transition: transform 4s;
                        }

                        .template_2025 .news-summary li.NewsItem:hover .image-container span {
                            transform: translate(-50%, -50%) scale(120%);
                        }

                    .template_2025 .news_paging {
                        display: block;
                        padding: 30px 0;
                        background-color:#f5f5f9;
                    }

                        .template_2025 .news_paging .pagination {
                            border-bottom: 0 !important;
                        }
                        .template_2025 .news_paging a {
                            border-radius: 3px !important;
                            background-color: #015cb0 !important;
                            padding-top: 16px;
                            padding-bottom: 16px;
                            margin: 0 5px;
                        }



    .template_2025 section.product_highlight {
        display: block;
        position: relative;
    }

        .template_2025 section.product_highlight,
        .template_2025 section.product_highlight.left {
            display: block;
            padding-right: 40%;
        }

            .template_2025 section.product_highlight.right {
                padding-left: 33%;
                padding-right: 0;
            }

            .template_2025 section.product_highlight .information,
            .template_2025 section.product_highlight.left .information {
                padding-left: 15vw;
            }

            .template_2025 section.product_highlight.right .information {
                padding-right: 15vw;
            }

            .template_2025 section.product_highlight .information {
                padding: 0;
            }

                .template_2025 section.product_highlight .information h2.padding_top,
                .template_2025 section.product_highlight .information h3.padding_top,
                .template_2025 section.product_highlight .information h4.padding_top,
                .template_2025 section.product_highlight .information h5.padding_top {
                    padding-top: 50px !important;
                }

            .template_2025 section.product_highlight .image {
                padding: 0;
                position: absolute;
                height: 100%;
                width: 40%;
                top: 0;
                bottom: 0;
                overflow: hidden;
            }

                .template_2025 section.product_highlight .image.bottom img {
                    position: absolute;
                    bottom: 0;
                }

                .template_2025 section.product_highlight .image.right img {
                    right: 0;
                }

                .template_2025 section.product_highlight .image.center {
                    text-align: center;
                }

            .template_2025 section.product_highlight .image,
            .template_2025 section.product_highlight.left .image {
                right: 0;
            }

            .template_2025 section.product_highlight.right .image {
                left: 0;
                right: unset;
            }

            .template_2025 section.product_highlight .image img {
                height: auto;
                width: 95%;
            }

            .template_2025 section.product_highlight.by-your-side .image img {
                height: auto;
                width: 85%;
                max-width: 600px;
            }

    .template_2025 .US .capitalise {
        text-transform: uppercase !important;
    }

    .template_2025 .map_container,
    .template_2025 .map_container iframe {
        width: 100%;
        text-align: center;
        position: relative;
        height: 55vh;
    }

        .template_2025 .map_container .map-overlay {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            opacity: 0.8;
            background-color: #f5f5f9;
            background-position: left 60%;
            background-repeat: no-repeat;
            background-size: 300% auto;
            background-image: url(../components/icon_proship_light-grey.svg);
        }

        .template_2025 .map_container iframe {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray; /* IE 6-9 */
        }

        .template_2025 .map_container .content-container {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            width: 100%;
            z-index: 2;
            transform: translateY(-50%);
        }

    .template_2025 .quote_banner .pitch h1.flag,
    .template_2025 .quote_banner .pitch h2.flag {
        position: relative;
        display: inline-block !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
        width: unset !important;
    }

    .template_2025 #social_media h5
    .template_2025 .template_content_overlay,
    .template_2025 .template_video_container {
        width: 100%;
        display: block;
    }

        .template_2025 .template_content_overlay .content-container {
            max-height: 80vh !important;
            min-height: 20vh !important;
            overflow-y: auto;
            overflow-x: hidden;
            position: relative;
        }

        .template_2025 .template_content_overlay .content-container,
        .template_2025 .template_video_container video,
        .template_2025 .template_video_container iframe {
            position: fixed;
            z-index: 10001;
            top: 50%;
            left: 50%;
            width: 90%;
            width: 70vw;
            height: auto;
            background-color: #fff;
            transform: translate(-50%, -50%);
            max-width: unset;
            border: 1vw solid #fff;
            box-shadow: 0px 4px 9px 0px #d9d9e3;
            animation-delay: 1s;
            -moz-border-radius: 0 !important;
            -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
            -khtml-border-radius: 0 !important;
        }

            .template_2025 .template_content_overlay .content-container .gallery {
                width: 100%;
                display: block;
                height: 80vh;
                overflow: hidden;
            }

                .template_2025 .template_content_overlay .content-container .gallery .slide {
                    width: 90%;
                    height: 90%;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    text-align: center;
                    transform: translate(-50%, -50%);
                    -webkit-transition: all 1s ease 0s;
                    -moz-transition: all 1s ease 0s;
                    -o-transition: all 1s ease 0s;
                    transition: all 1s ease 0s;
                    opacity: 0;
                }

                    .template_2025 .template_content_overlay .content-container .gallery .slide.active {
                        opacity: 1;
                    }

                    .template_2025 .template_content_overlay .content-container .gallery .slide img,
                    .template_2025 .template_content_overlay .content-container .gallery .slide svg {
                        width: auto;
                        height: auto;
                        max-width: 100%;
                        max-height: 100%;
                        object-fit: cover;
                        pointer-events: none;
                    }

                .template_2025 .template_content_overlay .content-container .gallery .controls {
                    display: inline-block;
                    position: absolute;
                    white-space: nowrap;
                    top: 0;
                    left: 50%;
                    padding: 16px;
                    transform: translateX(-50%);
                    list-style-type: none;
                    text-align: right;
                    background-color: #ededf2;
                    border-radius: 5px;
                    max-width: unset !important;
                    border: 3px solid #fff;
                }

                    .template_2025 .template_content_overlay .content-container .gallery .controls li {
                        display: inline-block;
                    }

                        .template_2025 .template_content_overlay .content-container .gallery .controls li a {
                            display: block;
                            padding: 8px 24px;
                            color: #fff;
                            background-color: #004a8a;
                            border-radius: 4px;
                            margin: 0 5px;
                            text-decoration: none;
                            font-size: 12px;
                            user-select: none;
                            background-repeat: no-repeat;
                            background-position: right 14px center;
                            background-size: 20px auto;
                        }

                            .template_2025 .template_content_overlay .content-container .gallery .controls li a.location {
                                background-image: url(../components/icon_geo-location_white.svg);
                                padding-right: 40px;
                            }

                                .template_2025 .template_content_overlay .content-container .gallery .controls li a.location.active {
                                    background-image: url(../components/icon_geo-location_blue.svg);
                                    padding-right: 40px;
                                }

                            .template_2025 .template_content_overlay .content-container .gallery .controls li a.active {
                                pointer-events: none;
                                color: #004a8a;
                                background-color: #fff;
                            }

        .template_2025 .template_video_container iframe {
        }

        .template_2025 .template_video_container .close_video,
        .template_2025 .template_content_overlay .close_popup,
        .template_2025 .popup-info .close-popup-info {
            display: none;
            position: fixed;
            right: 20px;
            top: 20px;
            width: 35px;
            height: 35px;
            border: none;
            outline: none;
            z-index: 1000002;
            animation-delay: 2s !important;
            text-indent: -9999px;
        }

    .template_2025 .accordion_container .popup-info .close-popup-info {
        right: 40px;
        top: 30px;
    }

    .template_2025 .popup-info .close-popup-info,
    .template_2025 .template_video_container.active .close_video,
    .template_2025 .template_content_overlay.active .close_popup {
        display: block;
    }

    .template_2025 .popup-info h3:after,
    .template_2025 .popup-info h4:after,
    .template_2025 .popup-info h5:after,
    .template_2025 .popup-info h3:before,
    .template_2025 .popup-info h4:before,
    .template_2025 .popup-info h5:before {
        display: none !important;
    }

    .template_2025 .popup-info .accordion_container h3:after,
    .template_2025 .popup-info .accordion_container h4:after,
    .template_2025 .popup-info .accordion_container h5:after,
    .template_2025 .popup-info .accordion_container h3:before,
    .template_2025 .popup-info .accordion_container h4:before,
    .template_2025 .popup-info .accordion_container h5:before {
        display: block !important;
    }

    .template_2025 .template_video_container .close_video:after,
    .template_2025 .template_video_container .close_video:before,
    .template_2025 .template_content_overlay.active .close_popup:before,
    .template_2025 .template_content_overlay.active .close_popup:after {
        position: absolute;
        top: 2px;
        left: 15px;
        content: " ";
        height: 38px;
        width: 7px;
        background-color: #004a8a;
        display: block;
    }

    .template_2025 .popup-info .close-popup-info:after,
    .template_2025 .popup-info .close-popup-info:before {
        content: "";
        position: absolute;
        top: 5px;
        right: 15px;
        content: " ";
        height: 20px;
        width: 5px;
        background-color: #02548f;
        display: block;
        cursor: pointer;
    }

    .template_2025 .accordion_container .close-popup-info:after,
    .template_2025 .accordion_container .close-popup-info:before {
        top: -25px;
        right: -25px;
    }

    .template_2025 .template_video_container .close_video:after,
    .template_2025 .template_content_overlay.active .close_popup:after,
    .template_2025 .popup-info .close-popup-info:after {
        transform: rotate(45deg);
    }

    .template_2025 .template_video_container .close_video:before,
    .template_2025 .template_content_overlay.active .close_popup:before,
    .template_2025 .popup-info .close-popup-info:before {
        transform: rotate(-45deg);
    }

    #templateoverlay.active,
    .template_2025 .template_video_container .overlay,
    .template_2025 .template_content_overlay .overlay {
        content: "";
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #f5f5f9;
        z-index: 9998;
        background-position: left 60%;
        background-repeat: no-repeat;
        background-size: 300% auto;
        background-image: url(../components/icon_proship_light-grey.svg);
    }

    .template_2025 .template_video_container video,
    .template_2025 .template_video_container iframe,
    .template_2025 .template_video_container .overlay,
    .template_2025 .template_content_overlay .content-container {
        display: none;
        opacity: 0;
    }

    #templateoverlay.active,
    .template_2025 .template_video_container.active video,
    .template_2025 .template_video_container.active iframe,
    .template_2025 .template_video_container.active .overlay,
    .template_2025 .template_content_overlay.active .content-container,
    .template_2025 .template_content_overlay.active .overlay {
        display: block;
        opacity: 1;
        animation: 0.5s ease-in Transition_Fade_In;
        animation-fill-mode: forwards;
    }

    .template_2025 .curved_footer {
        width: 100%;
        overflow: hidden;
        position: relative;
        position: absolute;
        bottom: -80px;
        left: 0;
        z-index: 0;
    }

        .template_2025 .curved_footer,
        .template_2025 .curved_footer:after {
            height: 140px;
            display: block;
        }

            .template_2025 .curved_footer:after {
                content: "";
                width: 120%;
                background-color: #fff;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                -khtml-border-radius: 50%;
                position: absolute;
                top: 0;
                left: -10%;
            }

    .template_2025 .shadow_footer {
        position: relative;
        display: block;
        z-index: 1;
    }

        .template_2025 .shadow_footer:after,
        .template_2025 .shadow_footer:before {
            z-index: -1;
            position: absolute;
            content: "";
            bottom: 15px;
            left: 10px;
            width: 50%;
            top: 80%;
            max-width: 300px;
            max-width: 850px;
            background: #777;
            -webkit-box-shadow: 0 15px 10px #777;
            -moz-box-shadow: 0 15px 10px #777;
            box-shadow: 0 15px 10px #777;
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
        }

        .template_2025 .shadow_footer:after {
            -webkit-transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -o-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
            transform: rotate(3deg);
            right: 10px;
            left: auto;
        }


    .template_2025 section#RegularShipping {
        padding-bottom: 400px;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        background-image: url(../images/img_boxes-divider.jpg);
    }

    .template_2025 .quote_banner .switcher,
    .template_2025 .quote_banner .selector {
        display: block;
        text-align: left;
        padding: 18px 10px;
        box-sizing: border-box;
    }

    .template_2025 .quote_banner .selector {
        padding: 18px 0;
    }

        .template_2025 .quote_banner .switcher span,
        .template_2025 .quote_banner .selector span {
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 12px;
            font-family: QuickSandBold;
        }

            .template_2025 .quote_banner .selector span.slider,
            .template_2025 .quote_banner .selector span.slider:before {
                display: inline-block;
                width: 40px;
                height: 20px;
                background-color: #fff;
                border-radius: 15px;
                margin: 0;
                position: relative;
                box-sizing: border-box;
            }

            .template_2025 .quote_banner .selector span.slider {
                margin: 0 12px;
                top: 5px;
            }

        .template_2025 .quote_banner .selector input {
            display: none;
        }

        .template_2025 .quote_banner .selector span.slider:after,
        .template_2025 .quote_banner .selector span.slider:before {
            content: "";
        }

        .template_2025 .quote_banner .selector span.slider:after {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 3px;
            background-color: #c6c6d4;
            transform: translateY(-50%);
            -webkit-transition: all 100ms ease 0s;
            -moz-transition: all 100ms ease 0s;
            -o-transition: all 100ms ease 0s;
            transition: all 100ms ease 0s;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-size: 60% auto;
            background-position: center center;
            background-image: url(../components/icon_cross_white.svg);
        }

        .template_2025 .quote_banner .selector input:checked + label span:after,
        .template_2025 .quote_banner .selector input:checked ~ label span:after {
            left: 22px;
            background-color: #003885;
            background-image: url(../components/icon_tick__thick_white.svg);
        }

    .template_2025 .quote_banner .switcher {
        text-align: right;
    }

    .template_2025 .quote_banner .quote_tag .item {
    }


    .template_2025 .quote_banner .switcher span.inactive,
    .template_2025 .quote_banner .switcher input:checked + label span.active,
    .template_2025 .quote_banner .switcher input:checked ~ label span.active {
        display: none;
    }

    .template_2025 .quote_banner .switcher input:checked + label span.inactive,
    .template_2025 .quote_banner .switcher input:checked ~ label span.inactive {
        display: block !important;
    }

    .template_2025 .trustpilot-widget {
        pointer-events: none;
        position: relative;
        display: block;
    }

    .template_2025 #QuotePanel .trustpilot-widget {
        margin-top: 20px;
    }

    .template_2025 .trustpilot-widget:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .template_2025 section div.sectioned,
    .template_2025 section div.max-500,
    .template_2025 section.max-500 {
        width: 100% !important;
        max-width: unset !important;
        padding-bottom: 20px !important;
    }

    .template_2025 .popup-info.loading,
    .template_2025 .accordion_container .popup-info.loading,
    .template_2025 .nested_accordion_container .popup-info.loading {
        transform: translate(-50%,250vh);
    }

    .template_2025 .popup-info,
    .template_2025 .accordion_container .popup-info,
    .template_2025 .nested_accordion_container .popup-info {
        display: none;
        text-align: left;
        padding: 40px !important;
        width: 80vw !important;
        margin: auto;
        max-width: 1100px !important;
        box-sizing: border-box;
        background-color: #fff;
        border: 10px solid #fff;
        box-shadow: 0 4px 9px #d9d9e3;
        position: fixed;
        z-index: 9999;
        top: 50%;
        left: 50%;
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        transform: translate(-50%,-50%);
    }

        .template_2025 .popup-info.full-width {
            max-width: 96vw !important;
        }

        .template_2025 .popup-info.active {
            display: block !important;
        }

        .template_2025 .popup-info h3,
        .template_2025 .popup-info h4,
        .template_2025 .popup-info h5,
        .template_2025 section.generic .popup-info h3,
        .template_2025 section.generic .popup-info h4,
        .template_2025 section.generic .popup-info h5 {
            padding-top: 0 !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .template_2025 .popup-info .accordion_container h3,
        .template_2025 .popup-info .accordion_container h4,
        .template_2025 .popup-info .accordion_container h5,
        .template_2025 section.generic .popup-info .accordion_container h3,
        .template_2025 section.generic .popup-info .accordion_container h4,
        .template_2025 section.generic .popup-info .accordion_container h5 {
            padding-left: 30px !important;
        }

    .template_2025 .expandPanels,
    .template_2025 button.expandPanels {
        display: inline-block;
        border-radius: 5px !important;
        padding: 30px 60px 30px 30px !important;
        background-color: #ededf2;
        color: #687e9a !important;
        font-size: 14px !important;
        font-family: QuickSandBold !important;
        cursor: pointer;
        float: right;
        border: none;
        text-decoration: none;
        margin: 0 0 30px 10px;
        line-height: 14px !important;
        background-size: 26px auto;
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-image: url(../components/icon_expand_all_plus.svg);
    }

        .template_2025 .expandPanels:hover {
            opacity: 0.9;
        }

        .template_2025 .expandPanels.true {
            background-image: url(../components/icon_expand_all_minus.svg);
        }

    .template_2025 .popup-info table,
    .template_2025 section.main-content table {
        width: 100%;
        margin: 40px auto;
        max-width: 1400px;
    }
        .template_2025 section.main-content table.services_table {
            max-width: 1100px;
        }
        .template_2025 .button.xsmall,
        .template_2025 .popup-info table,
        .template_2025 section.main-content table .button {
            font-size: 14px !important;
        }

            .template_2025 .button.xsmall.arrow {
                background-size: 18px auto !important;
                padding-right: 65px !important;
            }

            .template_2025 .popup-info table .button,
            .template_2025 section.main-content table .button {
                margin-top: 0 !important;
            }


            .template_2025 .popup-info table tbody tr,
            .template_2025 section.main-content table tbody tr {
                background-color: #f5f5f9;
                border-radius: 5px;
                overflow: hidden;
                border-bottom: 10px solid #fff;
            }

            .template_2025 .popup-info table table.invert tbody tr,
            .template_2025 section.main-content table.invert tbody tr {
                background-color: #fff;
                border-bottom: 10px solid #f5f5f9;
            }

            .template_2025 .popup-info table th,
            .template_2025 .popup-info table td,
            .template_2025 section.main-content table th,
            .template_2025 section.main-content table td {
                padding: 20px;
                text-align: left;
            }

                .template_2025 .popup-info table td.logo.flag {
                    width: 80px;
                }

                .template_2025 .popup-info table th,
                .template_2025 .popup-info table td strong,
                .template_2025 .popup-info table td.description strong,
                .template_2025 .popup-info table td .summary_info strong,
                .template_2025 section.main-content table th,
                .template_2025 section.main-content table td .summary_info strong,
                .template_2025 section.main-content table.services_table tbody tr strong {
                    font-family: QuickSandBold;
                    font-size: 15px;
                    color: #02548f;
                }
                .template_2025 section.main-content table p {
                    display: block;
                    max-width: unset !important;
                    font-size: 14px;
                }
                    .template_2025 section.main-content table.services_table p {
                        padding: 2px 220px 2px 0;
                    }
                .template_2025 .popup-info table td .summary_info strong,
                .template_2025 section.main-content table td .summary_info strong {
                    display: block;
                    padding-bottom: 5px;
                }

                .template_2025 .popup-info table td.cta {
                    text-align: right;
                }
                .template_2025 section.main-content table.services_table tbody tr {
                    position: relative;
                }
                .template_2025 section.main-content table.services_table tbody tr a {
                    text-decoration: none;
                }
                .template_2025 section.main-content table.services_table tbody tr a span {
                    display: inline-block;
                    padding: 15px 22px;
                    background-color: #02548f;
                    color: #fff;
                    font-family: "QuickSandBold";
                    position: absolute;
                    right:40px;
                    top: 50%;
                    border-radius: 5px;
                    transform: translateY(-50%);
                }
                .template_2025 section.main-content table.services_table tbody tr a span:hover {
                    opacity: 0.9;
                }

                .template_2025 .popup-info table td.cta .button {
                    padding: 10px 20px !important;
                }

                .template_2025 .popup-info table td.price strong {
                    display: block;
                    font-size: 18px;
                }

    .template_2025 .popup-info h2,
    .template_2025 .popup-info h3,
    .template_2025 .popup-info h4,
    .template_2025 .popup-info h5 {
        color: #02548f !important;
        font-size: 22px !important;
    }

    .template_2025 .popup-info p {
        width: 100% !important;
        max-width: unset !important;
        padding: 15px 0 !important;
        font-size: 16px;
        font-family: Roboto;
    }

    .template_2025 section.main-content table td .summary_info a {
        text-decoration: none;
    }

    .template_2025 .insights h4 {
        display: block;
        font-size: 48px !important;
    }

    .template_2025 .insights ul,
    .template_2025 .insights ul li,
    .template_2025 .insights ul li p,
    .template_2025 .insights ul li h4,
    .template_2025 .insights ul li h5 {
        list-style-type: none;
        text-align: left;
        box-sizing: border-box;
    }

    .template_2025 .insights ul {
        display: block;
        font-size: 0;
        padding: 40px;
        max-width: 1700px !important;
    }

        .template_2025 .insights ul,
        .template_2025 .insights ul li {
        }

            .template_2025 .insights ul li {
                width: 30%;
                margin: 0 1.5% 40px;
                padding: 25px;
                display: inline-block;
                vertical-align: top;
                min-height: 590px;
                border-radius: 5px;
            }

    .template_2025 .grey.insights ul li {
        /*background-color: #fff;
                    box-shadow: 0 4px 9px #d9d9e3*/
    }

    .template_2025 .insights ul li .image-container {
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden;
        background-color: #cfcfe0;
        border-radius: 6px;
        margin-bottom: 25px;
        background-size: 30px auto;
        background-repeat: no-repeat;
        background-image: url(../components/icon-broken-image-light-grey.svg);
        background-position: center center;
        position: relative;
    }

        .template_2025 .insights ul li .image-container span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            z-index: 1;
        }


    .template_2025 .insights ul li h4,
    .template_2025 .insights ul li h5 {
        font-size: 20px !important;
        display: block;
        min-height: 88px;
        padding-bottom: 10px !important;
    }

    .template_2025 .insights ul li p {
        font-size: 16px !important;
        display: block;
        width: 100%;
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .template_2025 .quote_banner .price-tag {
        display: inline-block;
        text-align: center;
        color: #fff;
        background-color: #015cb0;
        border-color: #015cb0;
        color: #015cb0;
        background-color: #fff;
        width: 250px;
        height: 250px;
        position: absolute;
        top: 0;
        right: 20px;
        border-radius: 50%;
        font-family: Quicksand;
        border-width: 4px;
        border-style: solid;
        padding-top: 80px;
        box-sizing: border-box;
        line-height: 1.8em;
        box-shadow: 0px 0px 0px 6px #fff;
        overflow: hidden;
        padding: 0 !important;
        
    }
        /*.template_2025 .quote_banner .price-tag:after {
            content: "";
            display: block;
            background-image: linear-gradient(to bottom, #f5f5f9, #fff);
            width: auto;
            height: 50px;
            position: absolute;
            bottom: 75px;
            left: 0;
            right: 0;
            border-radius: 10px;
        }*/
        .template_2025 .quote_banner .price-tag ul {
            padding: 0 !important;
            margin: 0 !important;
            width: 100% !important;
            height: 100%;
            display: block;
            z-index: 1;
            position: relative;
        }

        .template_2025 .quote_banner .price-tag li {
            display: block;
            height: 100%;
            width: 100%;
            padding: 0 !important;
        }

            .template_2025 .quote_banner .price-tag li a,
            .template_2025 .quote_banner .price-tag li .price_badge {
                display: block;
                font-family: Quicksand;
                width: 100%;
                text-align: center;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                text-decoration: none;
                color: #02548f !important;
                font-size: 22px;
            }

                .template_2025 .quote_banner .price-tag li a span,
                .template_2025 .quote_banner .price-tag li .price_badge span {
                    display: block;
                    line-height: 1em !important;
                    text-align: center !important;
                    padding: 0 !important;
                }

                    .template_2025 .quote_banner .price-tag li a span.price,
                    .template_2025 .quote_banner .price-tag li .price_badge span.price {
                        font-size: 50px;
                        font-family: QuicksandBold !important;
                        color: #02548f !important;
                        display: block;
                        padding-top: 10px !important;
                    }

                    .template_2025 .quote_banner .price-tag li a span.small,
                    .template_2025 .quote_banner .price-tag li .price_badge span.small {
                        font-size: 14px;
                    }

                        .template_2025 .quote_banner .price-tag li a span.small.vat,
                        .template_2025 .quote_banner .price-tag li .price_badge span.small.vat {
                            padding-top: 10px !important;
                        }

                    .template_2025 .quote_banner .price-tag li a span:before,
                    .template_2025 .quote_banner .price-tag li .price_badge span:before {
                        display: none;
                        content: none;
                    }
                    .template_2025 .quote_banner .price-tag li .price_badge:before {
                        content: "";
                        display:block;
                        width: 100%;
                        height: 60px;
                        position: absolute;
                        top: -10px;
                        left: 50%;
                        transform: translate(-50%, -100%);
                        background-repeat: no-repeat;
                        background-size: auto 60px;
                        background-position: top center;
                    }
                    .template_2025 .quote_banner .price-tag li .us.price_badge:before {
                        background-image: url(../components/panel-flag-us.svg);
                    }
                    .template_2025 .quote_banner .price-tag li .uk.price_badge:before {
                        background-image: url(../components/panel-flag-gb.svg);
                    }

    .template_2025 .price_rotation {
        position: relative;
    }

        .template_2025 .price_rotation .first {
            animation: 10s ease-out 0s 1 FadeInTextRotation;
            animation-fill-mode: both;
            animation-iteration-count: infinite;
        }

        .template_2025 .price_rotation .second {
            animation: 10s ease-out 0s 1 FadeInTextRotation2;
            animation-fill-mode: both;
            animation-iteration-count: infinite;
            position: absolute;
            top: 0;
        }



.template_2025 #Contents-Table {
    display: block;
}

.template_2025 #Contents-Table .contents-list, 
.template_2025 #Contents-Table .contents-list li {
    list-style-type: none;
    text-align: left;
}
    .template_2025 #Contents-Table #Contents-list {
        padding-top: 0;
    }
    .template_2025 #Contents-Table #Contents-list-nav {
        display: block;
    }
        .template_2025 #Contents-Table #Contents-list-nav .ln-letters {
            /*display: grid;
            grid-gap: 20px;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;*/
        }
        
        .template_2025 #Contents-Table #Contents-list-nav .ln-letters a {
            padding: 10px;
            margin: 1px;
            min-width: 35px;
            box-sizing: border-box;
            border: 1px solid #d9d9e3;
        }
        
        .template_2025 #Contents-Table .contents-list {
            display: block;
            margin-top: 0;
            max-width: 800px;
        }
        
            .template_2025 .grid-view #Contents-Table .contents-list {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                grid-gap: 80px;
                max-width: unset;
            }

            .template_2025 #Contents-Table .contents-list li {
                padding-bottom: 30px;
            }

            .template_2025 .grid-view #Contents-Table .contents-list li {
                padding-bottom: 0;
            }
            .template_2025 #Contents-Table .contents-list li strong a:before {
                content: "";
                display: block;
                width: 18px;
                height: 18px;
                background-image: url(../icons/icon-document.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                position: absolute;
                left: -25px;
                top: 5px;
            }
                .template_2025 #Contents-Table .contents-list li.upload strong a:before { background-image: url(../components/icon-upload.svg); }
                .template_2025 #Contents-Table .contents-list li.cutoff strong a:before { background-image: url(../components/icon-cut-off.svg); }
                .template_2025 #Contents-Table .contents-list li.commodity strong a:before { background-image: url(../components/icon-lookup.svg); }
                .template_2025 #Contents-Table .contents-list li.currency strong a:before { background-image: url(../components/icon-currency-convert.svg); }
                .template_2025 #Contents-Table .contents-list li.invoice strong a:before { background-image: url(../components/icon-add-line.svg); }
                .template_2025 #Contents-Table .contents-list li.eori strong a:before { background-image: url(../components/icon-find-person-info.svg); }
                .template_2025 #Contents-Table .contents-list li.insurance strong a:before { background-image: url(../components/icon-insure.svg); }
                .template_2025 #Contents-Table .contents-list li.postcode strong a:before { background-image: url(../components/icon-check-location.svg); }
                .template_2025 #Contents-Table .contents-list li.tracker strong a:before { background-image: url(../components/icon-location.svg); }


            .template_2025 #Contents-Table .contents-list li strong,
            .template_2025 #Contents-Table .contents-list li strong a {
                font-family: "QuickSandBold";
                font-weight: 500;
                color: #02548f !important;
                line-height: 1.6em !important;
                display: inline-block;
                margin-bottom: 2px;
                position: relative;
            }

            .template_2025 #Contents-Table .contents-list li div,
            .template_2025 #Contents-Table .contents-list li span {
                font-size: 14px;
                line-height: 1.6em;
                display: block;
                max-width: 1200px;
            }

                .template_2025 .shortcut-nav {
                    display: block;
                    margin: 28px auto !important;
                    list-style-type: none;
                    text-align: left;
                    border-width: 1px 0 1px 0;
                    border-style: solid;
                    border-color: #d9d9e3;
                }
                .template_2025 .shortcut-nav li {
                    display: inline-block !important;
                    width: unset !important;
                    padding: 5px 16px 5px 0;
                }
                    .template_2025 .shortcut-nav li a {
                        font-size: 13px;
                        color: #02548f;
                        padding: 12px 0;
                        text-decoration: none;
                    }

                .template_2025 .grey.config-area .recent-order-list,
                .template_2025 .grey.config-area .recent-order-list li {
                    display: block;
                    padding: 0;
                    width: 100%;
                    margin: 0;
                    list-style-type: none;
                }
                    .template_2025 .grey.config-area .recent-order-list li {
                        display: block;
                        margin: 0 0 3px;
                        background-color: #fff;
                        padding: 15px 120px 15px 20px;
                        position: relative;
                        box-sizing: border-box;
                    }
                    .template_2025 .grey.config-area .recent-order-list li a,
                    .template_2025 .grey.config-area .recent-order-list li span {
                        color: #02548f;
                        font-size: 13px;
                        text-decoration: none;
                    }
                    .template_2025 .grey.config-area .recent-order-list li span {
      
                        font-size: 12px;
                        line-height: 1 !important;
                    }
                    .template_2025 .grey.config-area .recent-order-list li a b {
                        display: inline-block;
                        margin-right: 20px;
                    }
                        .template_2025 .grey.config-area .recent-order-list li .buttons {
                            display: inline-block;
                            width: 120px;
                            position: absolute;
                            top: 50%;
                            right: 20px;
                            text-align: right;
                            transform: translateY(-50%);
                        }
                        .template_2025 .grey.config-area .recent-order-list li .buttons span {
                            display: inline-block;
                        }
                        .template_2025 .grey.config-area .recent-order-list li .buttons a {
                            display: inline-block;
                            width: 22px;
                            height: 22px;
                            font-size: 0;
                            overflow: hidden;
                            text-indent: -9999px;
                            margin-left: 10px;
                            background-size: 90% auto;
                            background-repeat: no-repeat;
                            background-position: center center;
                            
                        }
                        .template_2025 .grey.config-area .recent-order-list li .buttons .view a { background-image: url(../icons/icon-search.svg); }
                        .template_2025 .grey.config-area .recent-order-list li .buttons .notes a { background-image: url(../icons/icon-document.svg); }
                        .template_2025 .grey.config-area .recent-order-list li .buttons .track a { background-image: url(../icons/icon-location.svg); background-size: 100% auto; }

                    .template_2025 .section.account-credentials,
                    .template_2025 .section.account-credentials b,
                    .template_2025 .grey.config-area .recent-order-list li a b {
                        font-family: "QuickSandBold" !important;
                        display: inline-block;
                        margin-right: 20px;
                    }
                .template_2025 .grey.config-area {
                    padding-top: 70px !important;
                    padding-bottom: 70px !important;
                }
                    .template_2025 .shortcut-nav,
                    .template_2025 .pending_orders_notice,
                    .template_2025 .grey.config-area div.section {
                        display: block;
                        text-align: left;
                        width: 90%;
                        margin: auto;
                        max-width: 1100px;
                        box-sizing: border-box;
                        position: relative;
                    }
                    .template_2025 .pending_orders_notice {
                        margin: 0 auto 20px;
                        background-color: transparent;
                        border: none;
                        position: relative;
                        top: 0;
                        background-image: none;
                    }
                    .template_2025 .pending_orders_notice a {
                        background-image: none;
                        padding-left: 30px !important;
                    }
                        .template_2025 .pending_orders_notice a:before {
                            content: "";
                            color: #02548f;
                            text-align: center;
                            display: inline-block;
                            width: 28px;
                            height: 28px;
                            line-height: 26px;
                            border-radius: 50%;
                            position: absolute;
                            left: 12px;
                            top: 50%;
                            background-size: 90% auto;
                            background-image: url(../components/icon_notification.svg);
                            background-repeat: no-repeat;
                            background-position: center center;
                            transform: translateY(-50%);
                            font-family: "QuickSandBold" !important;
                            font-size: 14px;
                            font-weight: 900 !important;
                        }
                        

                    .template_2025 .grey.config-area div.section.account-credentials {
                        background-repeat: no-repeat;
                        background-position: left top;
                        background-image: url(../icons/icon-account.svg);
                        padding-left: 60px !important;
                        background-size: 55px auto;
                        margin-bottom: 30px;
                    }
                        .template_2025 .grey.config-area div.section.account-credentials:before {
                            content: "";
                            display: block;
                            width: 10px;
                            height: 10px;
                            position: absolute;
                            top: 8px;
                            left: 38px;
                            background-color: #50c878;
                            border-radius: 50%;
                            border: 3px solid #f5f5f9;
                        }
                .template_2025 .config-area h1 {
                    padding: 0 !important;
                    margin: 0 !important;
                }
                .template_2025 .link-grid {
                    display: grid;
                    grid-gap: 60px;
                    grid-template-columns: 1fr 1fr 1fr;
                    margin: auto;
                    width: 90%;
                    max-width: 1100px;
                }
                    .template_2025 .link-grid ul,
                    .template_2025 .link-grid ol,
                    .template_2025 .link-grid li,
                    .template_2025 .link-grid h2,
                    .template_2025 .link-grid a {
                        list-style-type: none;
                        text-align: left;
                    }
                .template_2025 .link-grid ol {
                    display: block;
                    width: 100% !important;
                    padding: 0 !important;
                }
                .template_2025 .link-grid li {
                    display: block;
                    padding: 2px 0 2px 20px;
                    background-repeat: no-repeat;
                    background-position: left center;
                    background-size: 10px auto;
                    background-image: url(../icons/icon-arrow-right.svg);
                }
                .template_2025 .link-grid h2 {
                    font-size: 18px;
                    padding-bottom: 8px !important;
                    position: relative;
                }
                .template_2025 .link-grid h2.icon {
                    padding-left: 30px !important;
                    background-size: 21px auto;
                    background-repeat: no-repeat;
                    background-position: left 5px;
                    background-image: url(../icons/icon-cog.svg);
                }
                .template_2025 .link-grid h2.icon.accounttools { background-image: url(../icons/icon-spanner.svg); }
                .template_2025 .link-grid h2.icon.accountsettings { background-image: url(../icons/icon-cog.svg); }
                .template_2025 .link-grid h2.icon.accountfulfilment { background-image: url(../icons/icon-tag.svg); }
                .template_2025 .link-grid h2.icon.personalsettings { background-image: url(../icons/icon-person.svg); }
                .template_2025 .link-grid h2.icon.accountintegrations { background-image: url(../icons/icon-integration.svg); }

                .template_2025 .link-grid h2.icon:before {
                    display: none;
                    
                }
                    .template_2025 .link-grid a,
                    .template_2025 .link-grid a strong {
                        font-size: 15px;
                        font-weight: 500;
                        line-height: 1.6em;
                        color: #02548f;
                    }

                .template_2025#CreateAccount form {
                    width: 90%;
                    max-width: 600px;
                    margin: auto;
                    text-align: left !important;
                }
                .template_2025#PasswordReset h1,
                .template_2025#CreateAccount form h1 {
                    font-size: 32px !important;
                    padding: 0 !important;
                    margin: 0 !important;
                }
                .template_2025#CreateAccount form h2 {
                    font-size: 26px !important;
                    padding: 0 0 30px !important;
                    margin: 0 !important;
                }
                .template_2025#CreateAccount form .password-fields h2 {
                    padding-bottom: 0 !important;
                    padding-top: 70px !important;
                }
                .template_2025#CreateAccount form p {
                    font-size: 14px !important;
                    text-align: left !important;
                }
                .template_2025#CreateAccount .form_options ul,
                .template_2025#CreateAccount .form_options ol {
                    width: 100% !important;
                    border: none !important;
                }
                    .template_2025#CreateAccount form .validation-summary-errors {
                        border-width: 1px !important;
                    }
                    .template_2025#CreateAccount form .validation-summary-errors,
                    .template_2025#CreateAccount form .validation-summary-errors ul,
                    .template_2025#CreateAccount form .validation-summary-errors li {
                        font-size: 13px !important;
                        text-align: left !important;
                        font-weight: 500 !important;
                    }
                .template_2025 .template-form,
                .template_2025 .template-form .form-row,
                .template_2025 .template-form .form-group,
                .template_2025 .template-form select,
                .template_2025 .template-form input,
                .template_2025 .template-form table,
                .template_2025 .template-form table tbody,
                .template_2025 .template-form table tr,
                .template_2025 .template-form table td {
                    display: block;
                    width: 100%;
                    position: relative;
                    border: none;
                    box-sizing: border-box;
                }

                    .template_2025 .template-form table.FormTable {
                        margin-top: 50px;
                    }
                .template_2025 .template-form table td {
                    padding: 0 !important;
                }
                .template_2025 .template-form {
                    max-width: 600px;
                    margin: auto;
                    position: relative;
                }
                .template_2025 .template-form .form-group {
                    padding: 40px 0;
                }
                    .template_2025 .template-form .form-group .field-validation-error {
                        position: absolute;
                        top: 3px;
                        right: 4px;
                        font-size: 16px;
                    }
                    .template_2025 .template-form .form-group .button.blue {
                        background-color: #02548f;
                        color: #fff;
                        font-size: 20px !important;
                        font-family: QuickSandBold;
                    }
                .template_2025 .template-form .form-row,
                .template_2025 .template-form table tr {
                    margin-bottom: 15px ;
                    border: 1px solid #d9d9e3;
                }
                    .template_2025 .template-form .form-row.inline-button a {
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        right: 10px;
                        background-color: #02548f;
                        color: #fff;
                        font-family: QuickSandBold;
                        display: inline-block;
                        padding: 10px 16px;
                        text-decoration: none;
                    }
                    .template_2025 .template-form .form-row.inline-button a:hover,
                    .template_2025 .template-form .form-row.inline-button a:focus {
                        opacity: 0.9;
                    }
                    .template_2025 .template-form label,
                    .template_2025 .template-form div.form.section label {
                        display: inline-block;
                        position: absolute;
                        z-index: 1 !important;
                        padding: 0 !important;
                        top: 0;
                        left: 10px;
                        color: #02548f;
                        line-height: 1em;
                        font-size: 14px !important;
                        font-family: "QuickSandBold" !important;
                        transform: translateY(-50%);
                    }
                    .template_2025 section.grey .template-form label,
                    .template_2025 section.grey .template-form div.form.section label {
                        background-color: #f5f5f9;
                    }
                    .template_2025 section.white .template-form label,
                    .template_2025 section.white .template-form div.form.section label {
                        background-color: #fff;
                    }
                    .template_2025 .template-form div.form.section {
                        padding: 0 !important;
                        margin: 30px 0 !important;
                    }
                .template_2025 .template-form select,
                .template_2025 .template-form input ,
                .template_2025 .template-form div.form.section input ,
                .template_2025 .template-form div.form.section select {
                    padding: 24px 10px 16px !important;
                    width: 100% !important;
                    border-radius: 0 !important;
                    margin: 0 !important;
                    border: 0 !important;
                }
                    .template_2025 .template-form .radio_option input {
                        display: none;
                    }
                    .template_2025 .template-form .form_options {
                        max-width: unset;
                    }
                    .template_2025 .template-form .form_options label {
                        position: relative !important;
                        transform: none !important;
                        left: unset;
                        top: unset;
                        padding: 0 30px 0 40px !important;
                    }
                    .template_2025 .template-form .form_options span {
                        font-family: QuickSandBold;
                        font-size: 14px;
                    }
                        .template_2025 .template-form .form_options label:before,
                        .template_2025 .template-form .form_options li#RegIsVatRegistered,
                        .template_2025 .template-form .form_options li#DeliverySecondarySignatureRow, .form_options li#DeliverySignatureRow {
                            border-top: 1px solid #d9d9e3 !important;
                            border-color: #d9d9e3;
                        }
                        .template_2025 .template-form div.address_lookup.newAddress,
                        .template_2025 .template-form div.address_lookup.newAddress tr {
                            background-color: #fff !important;
                            border: 0 !important;
                            margin: 0 !important;
                        }
                        .template_2025 .template-form div.address_lookup.newAddress {
                            border: 1px solid #d9d9e3 !important;
                        }
                        .template_2025 .template-form div.address_lookup.newAddress,
                        .template_2025 .template-form div.address_lookup.newAddress tr  {
                            background-color: #fff !important;
 
                        }
                    .template_2025 .template-form div.address_lookup.newAddress {
                        padding: 0 0 20px !important;
                        border-radius: 0 !important;
                        margin: 40px 0 20px !important;
                        }

                        .template_2025 .template-form div.address_lookup.newAddress a.small_button {
                            width: 95% !important;
                            display: block;
                            padding: 12px 30px;
                            box-sizing: border-box;
                            border-radius: 3px !important;
                            font-family: QuickSandBold !important;
                            font-size: 14px;
                            margin: 10px auto 0 !important;
                            text-align: center;
                            background-image: url(../icons/icon-search-white.svg);
                            background-repeat: no-repeat;
                            background-size: 18px auto;
                            background-position: right 10px center;
                        }
                        .template_2025 .template-form .button-container {
                            width: 100% !important;
                            display: grid;
                            grid-gap: 30px;
                            grid-template-columns: 1fr 1fr;
                        }
                        .template_2025 .template-form .button-container .button {
                            margin-top: 0 !important;
                            padding: 20px 28px !important;
                            font-size: 18px !important;
                            width: 100%;
                            box-sizing: border-box;
                        }

.cart_menu {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}
.cart_menu a {
    display: inline-block;
    background-color: #50c878;
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
}
.account_menu,
.account_menu b,
.account_menu strong {
    color: #fff !important;
}
.account_login_container {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    height: 100vh;
    max-width: 650px;
    padding: 23vh 0 0;
    z-index: 6001 !important;
    background-color: #fff;
    display: block;
    text-align: left;
    box-sizing: border-box;
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: 18vh auto;
    box-shadow: 0 4px 9px #000;
    background-image: url(../components/transglobal-chevrons.svg);
    background-size: 100px auto;
    background-repeat: repeat-x;
    background-position: left top;
    transform: translateX(200%);
    -webkit-transition: transform 0.8s ease 0s;
    -moz-transition: transform 0.8s ease 0s;
    -o-transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
}

.show_login .account_login_container {
    display: block;
    transform: translateX(0);
}

.account_login_container:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 20vh;
    left: 0;
    top: 20px;
    right: 0;
    background-image: url(../components/logo_transglobalexpress-portrait.svg);
    background-size: auto 12vh;
    background-repeat: no-repeat;
    background-position: center center;
}

.account_login_container .login-container {
    width: 100%;
    padding: 8vh 80px;
    background-color: #f5f5f9;
    box-sizing: border-box;
}

    .account_login_container .login-container h5 {
        display: block;
        color: #02548f !important;
        margin: 0 !important;
        padding: 0 0 16px !important;
        font-family: "QuicksandBold" !important;
    }

        .account_login_container .login-container h5 a {
            text-transform: lowercase;
        }

    .account_login_container .login-container .remember_setting {
        display: block;
        padding: 5px 0 5px 0;
        color: #02548f;
        font-family: "QuicksandBold";
    }

    .account_login_container .login-container .row {
        display: grid;
        padding: 2px 0;
        position: relative;
        grid-template-columns: 100px auto;
    }

        .account_login_container .login-container .row .button {
            display: inline-block;
            background-color: #015cb0 !important;
            color: #fff;
            padding: 9px 16px !important;
            border-radius: 2px !important;
            position: absolute;
            right: 5px;
            top: 50%;
            left: unset;
            font-family: "QuicksandBold" !important;
            transform: translateY(-50%);
        }

            .account_login_container .login-container .row .button:hover {
                opacity: 0.8;
            }

            .account_login_container .login-container .row .button span {
                padding: 0 !important;
            }

        .account_login_container .login-container .row label {
            font-family: "QuickSandBold";
            display: block;
            padding: 14px 0;
            font-size: 14px;
            color: #02548f;
        }

        .account_login_container .login-container .row input,
        .account_login_container .login-container .row input:focus {
            padding: 14px 20px;
            background-color: #fff !important;
            border: 1px solid #b1becf;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            -webkit-tap-highlight-color: #fff !important;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

.account_login_container .account-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style-type: none;
    padding: 20px 0 0 0;
}

    .account_login_container .account-links a {
        display: inline-block;
        padding: 9px 10px 9px 30px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px auto;
        color: #02548f !important;
        font-family: "QuickSandBold";
    }

    .account_login_container .account-links .create a {
        background-image: url('../components/icon_account_secure.svg');
    }

    .account_login_container .account-links .reset a {
        background-image: url('../components/icon_padlock_grey.svg');
    }

.toggler {
    display: block;
    padding: 6px 0px;
    box-sizing: border-box;
}

    .toggler input {
        position: absolute;
        opacity: 0;
    }

    .toggler label {
        display: block;
        box-sizing: border-box;
        position: relative;
    }

    .toggler.right label {
        padding: 4px 50px 4px 10px;
    }

    .toggler.left label {
        padding: 4px 10px 4px 50px;
    }

    .toggler label:after,
    .toggler label:before {
        content: "";
        display: block;
        border-radius: 20px;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
    }

    .toggler label:before {
        content: "";
        display: block;
        width: 36px;
        height: 20px;
        background-color: #e7e7ef;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .toggler.left label:before {
        left: 0;
    }

    .toggler.right label:before {
        right: 5px;
    }

    .toggler input:checked + label:before,
    .toggler input:checked ~ label:before {
        background-color: #015cb0;
    }

    .toggler label:after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-color: #fff;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .toggler.left label:after {
        left: 3px;
    }

    .toggler.right label:after {
        right: 22px;
    }

    .toggler.left input:checked + label:after,
    .toggler.left input:checked ~ label:after {
        left: 17px;
    }

    .toggler.right input:checked + label:after,
    .toggler.right input:checked ~ label:after {
        right: 8px;
    }

body.show_blurred_overlay #darkoverlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0;
    background: #000000b3;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 5000;
    animation: 0.4s ease-out Transition_Fade_In;
    animation-fill-mode: forwards;
    opacity: 0;
}

section.quote_banner.country:before {
    background-image: url(../layout/images/clp-banner-boxes.png);
    background-repeat: no-repeat;
    background-position: center;
}

section.quote_banner.homepage {
    background-image: url(../images/parcel_labelling.jpg) ;
    background-repeat: no-repeat;
    background-position: left bottom !important;
    background-size: 100% auto;
}

.template_2025 .quote_banner.track:before {
    content: "";
    background-size: 100% auto;
    background-image: url(../images/img-globe-parcels.png);
    background-position: left top;
}

.template_2025 .social_media_links li span {
    font-size: 12px !important;
    line-height: 1.7em !important;
}

.template_2025 .social_media_links li span strong {
}

 footer.footer-grid {
    display: block;
    text-align: center;
    background-color: #02548f !important;
    padding: 40px 0;
}
    footer.footer-grid .footer-socials {
        float: right;
        transform: translateY(-50%);
    }
        footer.footer-grid .footer-socials ul {
            display: grid;
            grid-template-columns: 40px 40px 40px 40px;
            grid-gap: 30px;
        }
            footer.footer-grid .footer-socials ul,
            footer.footer-grid .footer-socials ul li {
                list-style-type: none;
                padding: 0;
            }
                footer.footer-grid .footer-socials ul span {
                    display: none;
                }
                footer.footer-grid .footer-socials ul img {
                    width: 100%;
                    height: auto;
                }
    footer.footer-grid .copyright-notice {
        display: block;
        width: auto;
        text-align: left;
        margin: 60px auto 40px !important;
    }
        footer.footer-grid .copyright-notice span {
            padding-top: 0 !important;
        }

    /*footer .locations,*/
    footer.footer-grid .footer-row,
    footer.footer-grid .copyright-notice {
        width: 90%;
        max-width: 1200px;
        margin: auto;
        box-sizing: border-box;
    }

    footer.footer-grid .footer-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 50px auto;
        text-align: left;
        color: #fff;
        grid-gap: 80px;
        list-style-type: none;
        padding: 0;
        line-height: 1.5em;
    }
        footer.footer-grid .footer-row .list-title {
            display: block;
            padding: 0 0 7px;
            margin-bottom: 10px;
            border-bottom: 1px solid #5b9bd2;
        }
        footer.footer-grid .footer-row .group {
            display: block;
            text-align: left;
            padding: 0 !important;
            width: 100% !important;
        }
        footer.footer-grid .footer-row .group a,
        footer.footer-grid .footer-row .group ul,
        footer.footer-grid .footer-row .group ul li,
        footer.footer-grid .footer-row .group span {
            display: block;
            text-align: left;
            list-style-type: none;
        }
            footer.footer-grid .footer-row .group.address_block.date {
                padding: 5px 0 !important;
            }
            footer.footer-grid .footer-row .group a {
                display: inline-block;
                padding: 5px 0 5px 0 !important;
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 16px auto;
                }
                footer.footer-grid .footer-row .group .list-title a {
                    padding-top: 0 !important;
                    padding-bottom: 0 !important;
                }
                footer.footer-grid .footer-row .group a.call,
                footer.footer-grid .footer-row .group a.email {
                    padding: 5px 0 5px 26px !important;
                }
                footer.footer-grid .footer-row .group a.call {
                    background-image: url(../components/icon-call-footer.svg);
                    text-decoration: none;
                    cursor: default;
                    font-size: 15px;
                }
                footer.footer-grid .footer-row .group a.email {
                    background-image: url(../components/icon-email-footer.svg);
                }

    footer.footer-grid .group ul,
    footer.footer-grid .group.location div {
        margin-bottom: 30px !important;
    }
    footer.footer-grid .location .address_block {
        display: block;
        padding: 5px 0 9px;
    }

    footer.footer-grid .footer-row a.call,
    footer.footer-grid .footer-row strong,
    footer.footer-grid .footer-row .group .list-title {
        font-family: "QuickSandBold" !important;
    }

    footer.footer-grid .footer-row .group .list-title:nth-of-type(2) {
        margin-top: 35px;
    }

    footer.footer-grid a,
    footer.footer-grid .list-title a {
        color: #fff !important;
    }


@keyframes Transition_Fade_In {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes Transition_Fade_In_Up {
    0% {
        opacity: 0;
        top: 50px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@media screen and (max-width: 1600px) {
    .template_2025 section .four-column-grid.panelled {
        grid-template-columns: 1fr 1fr;
        max-width: 1000px;
    }

    .template_2025 .quote_banner .quote_tag {
        right: 30px !important;
    }
}

@media screen and (max-width: 1500px) {

    .template_2025 .news-summary .published li {
        display: block;
    }

    .template_2025 .news-summary .NewsItem:first-of-type .published li {
        display: inline-block;
    }
}
@media screen and (max-width: 1400px) {
    .template_2025 section.product_highlight .information,
    .template_2025 section.product_highlight.left .information {
        padding-left: 80px;
    }

    .template_2025 .insights ul {
        padding-left: 0;
        padding-right: 0;
    }

    .template_2025 section ul.carrier_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1380px) {
    .template_header a.chat_button,
    .template_header a.call_button {
        font-size: 0;
        width: 50px;
        height: 50px;
        padding: 0;
        background-size: 35px auto;
        background-position: center center;
    }
    .template_header {
        grid-template-columns: 20vw auto 390px;
    }
    .template_header .logo {
        width: 100%;
    }
    .template_header ul.contact {
        grid-template-columns: 50px 50px 75px 140px 50px;
        justify-content: right;
    }
    body.DE .template_header {
        grid-template-columns: 20vw auto 440px;
    }
    body.DE .template_header ul.contact {
        grid-template-columns: 50px 50px 75px 140px 50px 50px;
    }
    .template_2025 section .grey-boxes {
        grid-gap: 40px !important;
        width: 94%;
    }

}
@media screen and (max-width: 1200px) {
    .template_2025 .insights ul li {
        width: 47%;
    }

        .template_2025 .insights ul li h4,
        .template_2025 .insights ul li h5 {
            font-size: 20px !important;
            min-height: unset;
        }

    .template_2025 .quote_banner.homepage .pitch {
        padding: 0 250px 0 50px;
        text-align: left;
    }
    .template_2025 .insights ul li {
        padding: 40px !important;
    }

    .template_2025 section ul.carrier_grids {
        transform: scale(80%);
        grid-template-columns: 1fr 1fr 1fr;
    }

    .template_2025 section.carriers .two-column-grid,
    .template_2025 .accordion_container {
        width: 90%;
    }
    .template_2025 .news-summary ol,
    .template_2025 .news-summary ul {
        grid-template-columns: 1fr 1fr;
    }
    .template_2025 .news-summary .published li {
        display: inline-block;
    }

}

@media screen and (max-width: 1190px) {
    .template_header {
        grid-template-columns: 100px auto 370px;
    }

    .template_2025#ContactUs .quote_banner .pitch {
        padding: 0 5% 0 5%;
    }
    body.DE .template_header {
        grid-template-columns: 100px auto 410px;
    }

    .template_header .logo,
    .template_header .logo a.brand_logo{
        
        width: 100px;
    }
        .template_header .logo a.brand_logo {
            display: block;
            height: 80px;
            background-image: url(../layout/transglobal_logo_2col_portrait.svg);
            background-size: 85px auto;
            background-position: center center;
            background-repeat: no-repeat;
        }
    .template_header .logo a img {
        display: none;
    }
    .template_2025 section .grey-boxes {
        display: block;
        max-width: 600px !important;
    }
    .template_2025 section .grey-boxes div {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1100px) {
    .template_2025 .hero .content {
        max-width: 100% !important;
        padding-right: 30px;
        text-align: left !important;
    }

    .template_2025 .hero .image {
        display: none !important;
    }

    .template_2025 section .two-column-grid {
        grid-gap: 40px;
        padding: 0 40px;
    }

    .template_2025 section .four-column-grid, .template_2025 section .four-column-grid li {
        grid-gap: 20px;
    }

    .template_2025 section.three_panel ul {
        grid-gap: 30px;
    }

        .template_2025 section.three_panel ul li {
            padding: 20px;
        }

    .template_2025 section#RegularShipping {
        padding-bottom: 300px !important;
    }
}

@media screen and (min-width: 1000px) {
    .template_header .menu_panel div span.close_panel {
        display: none;
    }
    #CloseNavigation,
    #CloseAccountMenu,
    .template_header span.expand_button {
        display: none;
        padding: 0 !important;
    }
    .template_header nav ul li a.sub {
        padding-right: 20px !important;
        position: relative;
    }

        .template_header nav ul li a.sub:after {
            content: "";
            display: block;
            width: 4px;
            height: 4px;
            border-width: 0 0 2px 2px;
            border-color: #02548f;
            border-style: solid;
            position: absolute;
            right: 5px;
            top: 50%;
            transform: rotate(-45deg) translateY(-75%);
        }

    .template_header nav .menu_panel,
    .template_header ul.contact li .menu_panel {
        display: none;
        flex-direction: row;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        text-align: center;
        align-content: center;
        justify-content: center;
        background-color: #f5f5f9;
        box-shadow: 0px 3px 3px 0px #0003;
        box-sizing: border-box;
        overflow: hidden auto;
        opacity: 0;
        max-height: 0;
        padding: 0 0 40px;
        -webkit-transition: max-height 0.5s ease 0s;
        -moz-transition: max-height 0.5s ease 0s;
        -o-transition: max-height 0.5s ease 0s;
        transition: max-height 0.5s ease 0s;
    }
        .template_header nav .menu_panel .inner,
        .template_header ul.contact .menu_panel .inner {
            display: grid;
            grid-template-columns: 25% 25% 25% 25%;
            max-width: 1200px;
            margin: auto;
            max-height: 70vh;
            overflow-y: auto;
            overflow-x: hidden;
        }
        .template_header nav .menu_panel.service-info .inner {
            grid-template-columns: 50% 25% 25%;
        }
    .template_header nav li:hover .menu_panel,
    .template_header ul.contact li:hover .menu_panel {
        display: block;
        opacity: 1;
        max-height: 80vh;
        box-sizing: border-box;
        transition-delay: 1s;
        transition-behavior: allow-discrete;
    }
        .template_header nav li:hover .menu_panel .service-list {
            display: block;
        }
        .template_header nav li:hover .menu_panel .service-list ul {
            -moz-column-count: 2;
            -moz-column-gap: 20px;
            -webkit-column-count: 2;
            -webkit-column-gap: 20px;
            column-count: 2;
            column-gap: 20px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }
        .template_header nav li:hover .menu_panel .service-list ul li {
            width: 50%;
            box-sizing: border-box;
        }
        .template_header nav li:hover .menu_panel:before,
        .template_header ul.contact li:hover .menu_panel:before {
            display: block;
            content: "";
            z-index: -1;
            position: fixed;
            top: 200px;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            pointer-events: none !important;
        }

    .template_header .menu_panel div {
        text-align: left;
        padding: 0;
        box-sizing: border-box;
    }

    .template_header nav .menu_panel li a,
    .template_header ul.contact .menu_panel li a {
        padding-left: 22px !important;
        white-space: nowrap;
        background-repeat: no-repeat;
        background-size: 10px auto;
        background-position: left center;
        position: relative;
        background-image: url(../icons/icon-arrow-right.svg);
    }

    .template_header nav .menu_panel ul.icons li a,
    .template_header ul.contact .menu_panel ul.icons li a {
        background-image: none !important;
        padding-left: 30px !important;
    }

        .template_header nav .menu_panel ul.icons li a:before,
        .template_header ul.contact .menu_panel ul.icons li a:before {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            background-color: #fff;
            position: absolute;
            top: 3px;
            left: 0;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

            .template_header nav .menu_panel ul.icons li a.icon-ebay:before,
            .template_header ul.contact .menu_panel ul.icons li a.icon-ebay:before {
                background-image:url(../components/icon-logo-ebay.svg);
            }

            .template_header nav .menu_panel ul.icons li a.icon-etsy:before,
            .template_header ul.contact .menu_panel ul.icons li a.icon-etsy:before {
                background-image:url(../components/icon-logo-etsy.svg);
            }

            .template_header nav .menu_panel ul.icons li a.icon-woo:before,
            .template_header ul.contact .menu_panel ul.icons li a.icon-woo:before {
                background-image:url(../components/icon-logo-woo.svg);
            }

            .template_header nav .menu_panel ul.icons li a.icon-magento:before,
            .template_header ul.contact .menu_panel ul.icons li a.icon-magento:before {
                background-image:url(../components/icon-logo-magento.svg);
            }

            .template_header nav .menu_panel ul.icons li a.icon-shopify:before,
            .template_header ul.contact .menu_panel ul.icons li a.icon-shopify:before {
                background-image: url(../components/icon-logo-shopify.svg);
            }

            .template_header nav .menu_panel ul.icons li a.icon-proship:before,
            .template_header ul.contact .menu_panel ul.icons li a.icon-proship:before {
                background-image: url(../components/icon-logo-proship-blue.svg); 
                background-size: 90% auto; 
                background-color: transparent;
            }
    
            
   /*
    .template_header ul.contact .menu_panel li a.logout {
        background-image: url(../icons/icon-logout.svg);
    }

    .template_header ul.contact .menu_panel li a.account {
        background-image: url(../icons/icon-account-person.svg);
    }*/
            .template_2025 .quote_banner .quote_tag {
                display: inline-block;
                font-size: 22px;
                text-align: center;
                color: #fff;
                background-color: #015cb0;
                border-color: #015cb0;
                color: #015cb0;
                background-color: #fff;
                width: 250px;
                height: 250px;
                position: absolute;
                top: -50px;
                right: 10%;
                border-radius: 50%;
                font-family: Quicksand;
                border-width: 3px;
                border-style: solid;
                padding-top: 80px;
                box-sizing: border-box;
                line-height: 1.8em;
                box-shadow: 0px 0px 0px 6px #fff;
            }

        .template_2025 .quote_banner .quote_tag strong {
            display: block;
            font-family: QuickSandBold;
            font-size: 50px;
            padding: 5px 0;
        }

        .template_2025 .quote_banner .quote_tag .inner {
            display: block;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
}

@media screen and (max-width: 999px) {

    .template_header nav,
    .show_account_menu .sign-in .menu_panel,
    .template_header ul.contact li .menu_panel,
    .show_navigation .template_header nav .menu_panel {
        position: fixed;
        top: 0;
        right: 0;
        width: 90%;
        bottom: 0;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 600px;
        padding: 0;
        z-index: 9999 !important;
        display: block;
        text-align: left;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: -500px center;
        background-size: 600vw auto;
        background-color: #fff;
        /*background-color: #f5f5f9;
        background-image: url(../components/icon_proship_light-grey.svg);*/
        box-shadow: 0 4px 9px #000;
        transform: translateX(200%);
        -webkit-transition: transform 0.8s ease 0s;
        -moz-transition: transform 0.8s ease 0s;
        -o-transition: transform 0.8s ease 0s;
        transition: transform 0.8s ease 0s;
    }
        .show_navigation .template_header nav #CloseNavigation,
        .show_account_menu .template_header .sign-in #CloseAccountMenu {
            display: block;
            width: 30px;
            height: 30px;
            /*border: 1px solid #b1becf;*/
            background-image: url(../icons/icon-close-x.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 24px auto;
            position: fixed;
            top: 10px;
            right: 10px;
            padding: 0 !important;
            z-index: 10001;
            border-radius: 4px;
        }


        .show_navigation .template_header nav .menu_panel,
        .show_account_menu .template_header .sign-in .menu_panel {
            transform: translateX(150vw);
            width: 96%;
            padding: 50px !important;
        }
            .show_navigation .template_header nav .menu_panel {
                box-shadow: -4px 0px 20px 0px #d9d9e3;
                background-color: #f5f5f9 !important;
            }
            .show_navigation .template_header nav .menu_panel.expanded,
            .show_account_menu .template_header .sign-in .menu_panel.expanded {
                transform: translateX(0);
            }
            .show_account_menu .template_header .sign-in .menu_panel {
                background-color: #f5f5f9;
                max-width: 500px;
                padding-top: 140px !important;
            }
                .show_account_menu .template_header .sign-in .menu_panel .account-credentials {
                    background-color: #fff;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    height: 120px;
                    padding: 35px 0 35px 120px;
                    text-align: left;
                    box-sizing: border-box !important;
                }
                    .show_account_menu .template_header .sign-in .menu_panel .account-credentials .sub-menu-items {
                        background-color: transparent !important;
                        padding: 0 !important;
                        margin-bottom: 0 !important;
                    }
                    .show_account_menu .template_header .sign-in .menu_panel .account-credentials .sub-menu-items li {
                        display: inline-block;
                    }
                    .show_account_menu .template_header .sign-in .menu_panel .account-credentials span,
                    .show_account_menu .template_header .sign-in .menu_panel .account-credentials strong {
                        display: block;
                        padding: 0 !important;
                    }
                    .sign-in .menu_panel .account-credentials span.sub-menu-items a {
                        font-family: "Roboto" !important;
                        font-size: 13px;
                        display: inline-block;
       
                    }

                    .show_account_menu .template_header .sign-in .menu_panel .account-credentials a {
                        display: inline-block;
                        margin-right: 20px;
                        padding: 5px 0 5px 20px !important;
                        background-size: 14px auto;
                        background-repeat: no-repeat;
                        background-position: left center;
                        background-image: url(../icons/icon-account-person.svg);
                    }
                    .show_account_menu .template_header .sign-in .menu_panel .account-credentials:before {
                        content: "";
                        display: block;
                        width: 70px;
                        height: 70px;
                        border: 1px solid #fff;
                        background-color: #f5f5f9;
                        border-radius: 50%;
                        position: absolute;
                        top: 25px;
                        left: 25px;
                        background-image: url(../layout/transglobal_logo_2col_portrait.svg);
                        background-size: 70% auto;
                        background-position: center center;
                        background-repeat: no-repeat;
                    }

        .template_header ul.contact .menu_panel ul,
        .show_navigation .template_header nav .menu_panel.expanded ul {
            background-color: #fff !important;
            padding: 20px;
            border-radius: 14px;
            overflow: hidden;
            margin-bottom: 40px !important;
        }

            .template_header ul.contact .menu_panel ul a,
            .show_navigation .template_header nav .menu_panel.expanded ul a {
                border-bottom: 2px solid #f5f5f9;
                padding-top: 16px !important;
                padding-bottom: 16px !important;
                color: #02548f;
            }
                .template_header ul .menu_panel ul li:last-of-type a,
                .template_header ul.contact .menu_panel ul.sub-menu-items a{
                    border-bottom: none !important;
                }
        .show_navigation .template_header nav .menu_panel.expanded .close_panel {
            display: block;
            position: absolute;
            top: 0;
            left: 40px;
            width: 150px;
            height: 30px;
            background-size: 14px auto;
            background-repeat: no-repeat;
            background-position: left center;
            background-image: url(../icons/icon-arrow-left.svg);
        }

    .show_navigation .template_header nav .menu_panel.expanded .close_panel:before {
        content: "Back";
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }
            .template_header nav .menu_panel a,
            .template_header ul.contact .menu_panel li a {
                background-size: 10px auto !important;
                padding: 10px 20px !important;
                background-repeat: no-repeat !important;
                background-position: left center !important;
                background-image: url(../icons/icon-arrow-right.svg) !important;
            }
                .template_header ul.contact .menu_panel li a.account {
                    background-image: url(../icons/icon-account-person.svg) !important;
                    background-size: 12px auto !important;
                }
                .template_header ul.contact .menu_panel li a.logout {
                    background-image: url(../icons/icon-logout.svg) !important;
                    background-size: 12px auto !important;
                }

                .template_header nav .menu_panel .highlight a.button {
                    background-image: none !important;
                    padding: 16px 20px !important;
                }
                
    .template_header nav ul,
    .template_header nav ul li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        box-sizing: border-box;
    }
        .template_header nav ul li {
            margin: 0;
            border-bottom: 1px solid #b1becf;
        }
        .template_header nav ul {
            padding:100px 45px 50px;
            position: relative;
        }
            .template_header nav ul li a,
            .template_header nav ul li.search a {
                display: block;
                width: 100%;
                margin: 0;
                padding: 20px;
                text-align: left;
                box-sizing: border-box;
            }
            .template_header ul li a.quote,
            .template_header ul li a.track,
            .template_header ul li a.services,
            .template_header ul li a.help,
            .template_header ul li a.tools {
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 32px auto;
                padding-left: 50px !important;
                padding: 3vh 20px;
            }
            .template_header ul li a.help { background-image: url(../icons/icon-help.svg) }
            .template_header ul li a.services { background-image: url(../icons/icon-lookup.svg) }
            .template_header ul li a.quote { background-image: url(../icons/icon-add-option.svg) }
            .template_header ul li a.tools { background-image: url(../icons/icon-integrations.svg) }
            .template_header ul li a.track { background-image: url(../icons/icon-location-track.svg) }

            .template_header ul li.search {
                position: absolute;
                top: 20px;
                left: 45px;
                right: 45px;
                max-width: unset;
                width: auto !important;
                box-sizing: border-box;
                border-bottom: none !important;
            }
                .template_header ul li.search a:before {
                    display: block;
                    width: 24px;
                    height: 24px;
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 15px;
                    transform: translateY(-50%);
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: 100% auto;
                    background-image: url(../icons/icon-search-grey.svg);
                }
            .template_header ul li.search a,
            .template_header ul li.search.active a {
                max-width: unset;
                font-weight: 500;
                font-family: "Roboto" !important;
                padding: 20px 20px 20px 50px !important;
                width: 100% !important;
                box-sizing: border-box;
                border-radius: 5px;
                background-color: transparent;
            }
            .template_header nav ul li.search a {
                font-size: 12px;
                color: #b1becf;
                font-style: italic;
                border: 1px solid #b1becf;
                background-position: right 15px center;
                background: rgba(255,255,255,0.4);
                background-image: none !important;

            }
    body.show_navigation,
    body.show_account_menu {
        height: 100vh;
        overflow: hidden;
    }
    .show_navigation .template_header nav {
        transform: translateX(0);
    }
        .show_navigation .template_header nav .nav_category {
            display: block;
            position: relative;
        }

    .show_navigation .navigation_overlay,
    .show_account_menu .navigation_overlay {
        transform: translateX(0);
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        inset: 0;
        background: #000000b3;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 5000;
        animation: 0.4s ease-out Transition_Fade_In;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    .template_header a.touch_menu {
        display: inline-block !important;
        font-size: 16px;
        left: 120px !important;
        border-radius: 30px;
        width: unset !important;
        height: unset !important;
        padding: 16px 50px 16px 0 !important;
        background-size: 24px auto;
        background-repeat: no-repeat;
        background-position: right 8px center;
        background-image: url(../icons/menu-icon.svg);
        position: relative;
    }
    .template_header .expand_button {
        display: block;
        width: 65px;
        padding: 0;
        background: transparent;
        background-size: 22px auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../icons/icon-arrow-right.svg);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .template_header,
    body.GB .template_header {
        grid-template-columns: 200px auto;
    }

    .template_2025 .quote_banner .quote_tag {
        font-size: 26px;
        display: block;
        line-height: 1.8em !important;
        color: #02548f;
        margin-bottom: 30px;
        font-family:"Quicksand";
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions {
        display: block;
    }

    .template_2025 .news-summary li.NewsItem:first-of-type {
        padding: 0 40px 90px !important;
    }
        .template_2025 .news-summary li.NewsItem:first-of-type .image-container {
            width: 100%;
            position: relative;
            left: unset;
            height: 30vh;
            margin-bottom: 30px !important;
        }

    footer.footer-grid .footer-row {
        text-align: center;
        width: 80%;
        max-width: 600px ;
        margin: 40px auto 0;
        grid-gap: 50px;
        grid-template-columns: 1fr 1fr;
        
    }

    footer.footer-grid .footer-row .group {
        text-align: left;
    }

    footer.footer-grid .copyright-notice {
        text-align: center;
        background-position: center bottom;
        padding: 0 0 70px !important;
    }
    footer.footer-grid .footer-socials {
        float: none;
        text-align: center;
        transform: none;
        margin: 50px auto 0;
    }
    footer.footer-grid .footer-socials ul {
        text-align: center;
        margin: auto;
        display: block;
        white-space: nowrap;
    }
    footer.footer-grid .footer-socials ul li {
        display: inline-block;
        width: 40px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 910px) {
    .template_2025 .link-grid {
        grid-template-columns: 1fr 1fr;
    }

    .template_2025 .quote_banner .pitch ul.contact-list {
        display: block;
    }
    .template_2025 .quote_banner .pitch ul.contact-list li {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .template_2025 .skip_menu {
        display: none;
    }

    .template_2025 section.carriers .two-column-grid {
        display: block;
    }

    .template_2025 ul.carrier_grid {
        transform: scale(80%);
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }

    .template_2025 section {
        padding-left: 40px;
        padding-right: 40px;
    }

        .template_2025 section.full_width {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .template_2025 section.rules .two-column-grid {
            display: block !important;
        }

        .template_2025 section.rules .video_button {
            margin-bottom: 70px;
        }


    .template_2025 .insights ul li {
        width: 97%;
    }
    .template_2025 .news-summary {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    .impersonation_mode span#ImpersonationAccName,
    .impersonation_mode span#ImpersonationCustomerName {
        display: none;
    }
}

@media screen and (max-width: 865px) {
    .template_2025 .quote_banner .pitch {
        padding: 0 7%;
    }
    .template_2025 .quote_banner .form_footer .rating iframe {
        height: 49px !important;
    }
    .template_2025 section .four-column-grid, .template_2025 section .four-column-grid li {
        display: block;
    }

    .template_2025 .quote_banner #QuotePanel {
        max-width: 600px;
    }

    .template_2025 .quote_banner .quote_form_container.two_row #CountrySelector .option_container {
        display: block;
    }

    .template_2025 section .four-column-grid li {
        margin-bottom: 50px;
    }

    .template_2025 .four-column-grid li strong:after {
        transform: translate(50%, 0%) rotate(90deg);
        right: 50%;
        bottom: unset;
        top: 100%;
    }

    .template_2025 section .four-column-grid.panelled {
        max-width: 500px;
    }
}

@media screen and (min-width: 800px) {
    .template_2025 section .road_map ul {
        display: grid;
        width: 100%;
        grid-template-columns: 25% 25% 25% 25%;
    }
    .template_2025 section .road_map:before {
        height: 8px;
        width: 75%;
        top: 0;
        left: 12.5%;
        right: 12.5%;
        transform: translateY(-50%);
    }
    .template_2025 section .road_map ul li:after,
    .template_2025 section .road_map ul li:before {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .template_2025 section .road_map ul li:before,
    .template_2025 section .road_map ul li:after {
        top: 0;
    }
}

@media screen and (max-width: 799px) {
    .template_2025 section .road_map {
        width: 95%;
        max-width: 400px;
        margin: auto;
    }
    .template_2025 section .road_map ul {
        display: block;
        text-align: left;
    }
    .template_2025 section .road_map ul li {
        display: block;
        margin: auto;
    }
    .template_2025 section .road_map ul li,
    .template_2025 section .road_map ul li strong,
    .template_2025 section .road_map ul li span {
        text-align: left;
    }
    .template_2025 section .road_map:before {
        height: 75%;
        width: 8px;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
    }
    .template_2025 section .road_map ul li:after,
    .template_2025 section .road_map ul li:before {
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 800px) {
    .template_2025 .news-summary ol, .template_2025 .news-summary ul {
        grid-template-columns: 1fr;
        display:block;
    }
}

@media screen and (max-width: 760px) {
    .template_2025 .template-form .button-container {
        width: 100% !important;
        display: block;
    }

        .template_2025 .template-form .button-container .captcha {
            position: relative;
            top: -35px;
        }
        .template_2025 .template-form .button-container .captcha iframe {
            width: 100%;

        }
}
@media screen and (max-width: 750px) {
    header#MainNavigation {
        border-top: none;
        border-bottom: none;
        background-repeat: repeat-x;
        background-image: url(../layout/rpt-chevrons.png) !important;
    }
    .template_2025 .quote_banner.homepage .pitch {
        padding: 0 50px 0 50px;
        text-align: center;
    }
    .template_2025 .quote_banner .price-tag {
        display: none;
    }
    .template_2025 ul.integrations_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 740px) {
    .template_2025 .quote_banner:before {
        display: none !important;
    }

    .template_2025 .quote_banner .pitch,
    .template_2025 .quote_banner.country .pitch {
        padding: 0 40px !important;
    }

    .template_2025 .quote_banner #CountrySelector {
        display: block;
    }

    .template_2025 .hero .highlight_list li {
        display: block;
        text-align: left;
    }

    .template_2025 section.three_panel ul {
        display: block;
        text-align: center;
    }

    .template_2025 section.three_panel.icon ul {
        display: block;
        max-width: 400px;
        text-align: center;
    }

    .template_2025 section.three_panel ul li {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    .template_2025 section.product_highlight {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

        .template_2025 section.product_highlight .information {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .template_2025 section.product_highlight .image {
            position: relative;
            width: 100%;
            height: auto;
            text-align: center !important;
        }

    .template_2025 section#RegularShipping {
        padding-bottom: 200px !important;
    }
}

@media screen and (max-width: 650px) {
    .template_2025 .link-grid {
        grid-template-columns: 1fr;
    }


    .template_2025 .white .button, .template_2025 .popup-info .button, .template_2025 .grey .button, .template_2025 .map_container .button {
        font-size: 3vw;
    }

    .template_2025 article .published li, .template_2025 .news-summary .published li {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .template_2025 .quote_banner h1 {
        font-size: 40px !important;
    }
    .template_header ul.contact {
        justify-self: right;
        grid-template-columns: 50px 50px 60px 50px 50px;
    }
    body.DE .template_header ul.contact {
        justify-self: right;
        grid-template-columns: 50px 50px 60px 50px 50px 50px;
    }
    .cart_menu a.cart .count {
        right: -4px;
    }
    .template_header a.account_button {
        font-size: 0;
        padding: 0 !important;
        width: 50px;
        height: 50px;
    }
    .template_2025 section .two-column-grid {
        display: block;
    }

    .template_2025 section.compare .two-column-grid {
        padding-left: 15vw;
    }

    .template_2025 section.carriers .two-column-grid {
        padding-left: 20px !important;
        padding-right: 0px;
    }

    .template_2025 .video_button,
    .template_2025 ul.carrier_grid {
        margin-bottom: 60px;
    }

    .template_2025 section .four-column-grid, .template_2025 section .four-column-grid li {
        display: block;
    }

        .template_2025 section .four-column-grid li {
            margin-bottom: 50px;
        }

    .template_2025 ul.carrier_grid {
        transform: scale(80%);
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media screen and (max-width: 599px) {
    footer.footer-grid .footer-row {
        display: block;
        max-width: 300px;
    }
        footer.footer-grid .footer-row .group ul,
        footer.footer-grid .footer-row .group li,
        footer.footer-grid .footer-row .group,
        footer.footer-grid .footer-row .group span {
            text-align: center !important;
        }
        footer.footer-grid .footer-row .group.location {
            padding-bottom: 50px !important;
        }
}
@media screen and (max-width: 575px) {
    
    .template_2025 .news-summary li.NewsItem:first-of-type h2 {
        font-size: 28px !important;
        line-height: 1.6em;
    }

    .template_2025 .insights ul li {
        text-align: center !important;
    }

    .template_2025 section ul.carrier_grid {
        grid-template-columns: 1fr 1fr;
    }

    .template_2025 .insights ul li .button {
        text-align: center !important;
        width: 100%;
        box-sizing: border-box;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group label {
        width: 120px;
        top: 50%;
        text-align: left;
        transform: translateY(-50%);
        display: block !important;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group input, .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group select {
        padding-top: 16px !important;
        padding-left: 120px;
        text-align: left;
    }

    .template_2025 .quote_banner #PackageType .group {
        display: block;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group {
        display: block;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

    .template_2025 .quote_banner .form_footer {
        display: block;
        padding-bottom: 70px;
        position: relative;
    }

        .template_2025 .quote_banner .form_footer .rating {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.copyDims {
        overflow: unset;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div a {
        top: unset;
        transform: none;
        bottom: 150px;
        z-index: 20;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.weight {
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.copyDims {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }
}

@media screen and (max-width: 550px) {

    .impersonation_mode span#ImpersonationAccNo {
        display: none;
    }
    .template_2025 .grey.config-area .recent-order-list li span {
        display: block;
        line-height: 1.6em !important
    }
    .template_header, body.GB .template_header {
        grid-template-columns: 150px auto;
    }
    body.DE .template_header ul.contact {
        justify-self: right;
        grid-template-columns: 60px 50px 50px 50px;
    }
        body.DE .template_header ul.contact li.call,
        body.DE .template_header ul.contact li.chat {
            display: none;
        }
    #ProShipMenuToggle {
        display: inline-block;
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../layout/icon-activate-menu-white.png);
        background-size: 18px auto;
        position: absolute;
        right: 10px;
        top: 50%;
        cursor: pointer;
        z-index: 10;
        transform: translateY(-50%);
    }

    .proship_menu.active #ProShipMenuToggle {
        z-index: 9001;
        top: 25px;
        position: fixed;
        background-image: url(../layout/icon-deactivate-menu-white-small.png)
    }

    .proship_menu,
    .proship_menu ul {
        min-height: 64px;
    }

        .proship_menu ul li {
            display: none;
        }

        .proship_menu.active ul {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9000;
            background-color: #247bcb;
            width: 100%;
            padding: 90px 0;
        }

            .proship_menu.active ul:before {
                position: absolute;
                left: 50%;
                top: 10px;
                transform: translateX(-50%);
            }

            .proship_menu.active ul li {
                display: block;
                text-align: center;
            }

                .proship_menu.active ul li a {
                    display: block;
                    text-align: left;
                    width: 90%;
                    margin: auto;
                    max-width: 100px;
                    box-sizing: border-box;
                    padding: 5vh 0 5vh 30px
                }
}

@media screen and (max-width: 500px) {
    
    .template_2025 .white .button, .template_2025 .popup-info .button, .template_2025 .grey .button, .template_2025 .map_container .button {
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
    }
    .template_2025 .insights ul li {
        padding: 40px 0 !important;
    }
    .template_2025 ul.carrier_grid {
        grid-template-columns: 1fr 1fr;
    }

    .template_header ul.contact {
        justify-self: right;
        grid-template-columns: 60px 60px 60px 60px;
    }

        .template_header ul.contact li.call {
            display: none;
        }

    .template_2025 .news-summary li.NewsItem,
    .template_2025 .news-summary li.NewsItem:first-of-type {
        padding: 0 10px 90px !important;
    }
    .template_2025 article h1 {
        font-size: 28px;
        display: block;
        padding: 60px 0 20px;
    }
    .template_2025 ul.integrations_grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 475px) {
    .template_header {
        grid-template-columns: 150px auto;
    }
    .template_header a.touch_menu {
        font-size: 0;
        left: 100px !important;
        background-size: 30px auto;
    }

    .template_2025 .quote_banner .form_footer .cta,
    .template_2025 .quote_banner #QuotePanel #CountrySelector .group {
        display: block;
    }

    .template_2025 .quote_banner .selector {
        text-align: right;
        position: relative;
        top: -7px;
    }
    .template_2025 .quote_banner ul.horizontal {
        display: block;
    }
    .template_2025 ul.carrier_grid {
        transform: scale(80%);
        grid-template-columns: 1fr 1fr !important;
    }
    .template_2025#Tracking .content-search input {
        padding-bottom: 80px;
        background-position: 10px 16px;
    }
    .template_2025 .content-search .formSubmit {
        top: unset;
        transform: none;
        bottom: 40px;
        left: 60px;
        right: 60px;
    }

}

@media screen and (max-width: 440px) {
    .template_2025 section.product_highlight {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    

    .show_account_menu .template_header .sign-in .menu_panel .account-credentials strong,
    .show_account_menu .template_header .sign-in .menu_panel .account-credentials .sub-menu-items {
        position: relative;
        top: -10px;
    }
    .show_account_menu .template_header .sign-in .menu_panel .account-credentials .sub-menu-items li {
        display: block;
    }
    .show_account_menu .template_header .sign-in #CloseAccountMenuCloseAccountMenu {
        top: 1px;
        right: 1px;
        transform: scale(50%);
    }


}
@media screen and (max-width: 410px) {

    .template_2025 .news-summary li.NewsItem:first-of-type h2 {
        font-size: 24px !important;
        line-height: 1.6em;
    }
    .template_header nav, .show_account_menu .sign-in .menu_panel, .template_header ul.contact li .menu_panel, .show_navigation .template_header nav .menu_panel {
        width: 95%;
    }

    .template_header nav ul {
        padding-left: 30px !important;
    }
    .template_header ul li.search {
        left: 30px;
    }
}



@media screen and (max-width: 500px) {

    .template_2025 .button.m_text_moreinfo {
        font-size: 0px;
    }

    body.en-GB .template_2025 .button.m_text_moreinfo:before {
        content: "More information";
        font-size: 16px;
    }

    body.de-DE .template_2025 .button.m_text_moreinfo:before {
        content: "Mehr Info";
        font-size: 16px;
    }
}

    @keyframes NavTopSlideIn {
        0% {
            transform: translateY(-200%);
            opacity: 0;
        }

        1% {
            opacity: 1;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }




    div#addsearch-results h2 a,
    #addsearch-results .addsearch-result-item-sub h2 a {
        font-family: "QuicksandBold" !important;
        color: #02548f !important;
        font-size: 15px !important;
        color: #02548f !important;
        padding: 10px 0 10px 0 !important;
        box-sizing: border-box !important;
    }

    #addsearch-results #addsearch-fuzzy span,
    #addsearch-results .addsearch-result-item-sub p {
        color: #02548f !important;
    }

    #addsearch-results .addsearch-result-item-sub:hover h2 a {
        color: #0185cd !important;
    }

    #addsearch-results .addsearch-result-item-sub-active:nth-of-type(even) {
        background: #f5f5f9 !important;
        background-color: #f5f5f9 !important;
    }

    #addsearch-results-right table,
    #addsearch-results-right {
        display: none !important;
    }

    #addsearch-results #addsearch-fuzzy,
    #addsearch-results .addsearch-result-item-sub,
    #addsearch-results .addsearch-result-item-sub-active div,
    #addsearch-results .addsearch-result-item-sub div {
        width: 100% !important;
        border: none !important;
        box-sizing: border-box;
    }

    #addsearch-results #addsearch-fuzzy {
        padding: 0 !important;
        margin: 0 !important;
        background: #f5f5f9 !important;
        background-color: #f5f5f9 !important;
        height: unset !important;
    }

        #addsearch-results #addsearch-fuzzy span {
            padding: 9px 0 !important;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            display: block;
            height: unset !important;
        }

    #addsearch-results .addsearch-result-item-sub,
    #addsearch-results .addsearch-result-item-sub div {
        min-height: unset !important;
        padding: 6px 0 12px !important;
    }

    #addsearch-results .addsearch-result-item-sub {
        padding-left: 25px !important;
        padding-right: 25px !important;
        border-bottom: 1px solid #f5f5f9 !important;
        position: relative;
    }

        #addsearch-results .addsearch-result-item-sub:before {
            content: "";
            display: block;
            height: 22px;
            width: 22px;
            position: absolute;
            left: 18px;
            top: 26px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% auto;
            background-image: url('../icons/icon-search.svg') !important;
            background-image: url('../icons/icon_document.svg') !important;
        }

    #addsearch-results .addsearch-result-item-container div.addsearch-result-item-sub-active,
    #addsearch-results .addsearch-result-item-container:hover div {
        background: #f5f5f9 !important;
        background-color: #f5f5f9 !important;
    }

    #addsearch-results .addsearch-result-item-sub .addsearch_category {
        display: none !important;
    }

    #addsearch-results #addsearch-nohits,
    #addsearch-results #addsearch-nohits p,
    #addsearch-results #addsearch-nohits em {
        background-color: #df0964 !important;
        color: #fff !important;
        width: 100% !important;
    }

        #addsearch-results #addsearch-nohits em {
            letter-spacing: 1px;
            font-family: "QuickSandBold";
        }