﻿.collapsible-panel-list {
    display: block;
    position: relative;
    margin: 0 0 0 0;
}

.collapsible-panel {
    position: relative;
    margin: 0 0 10px 0;
}

    .collapsible-panel.expanded-panel {
        color: #000;
        background: #ebebeb;
    }

    .collapsible-panel .collapsible-panel-header {
        width: 100%;
        background: #cccccc;
        position: relative;
    }

    .collapsible-panel.expanded-panel .collapsible-panel-header {
        background: #c91f24;
        color: #FFF;
    }

    .collapsible-panel .display-text {
        display: block;
        cursor: pointer;
        font-size: 1.0em;
        padding: 10px;
        font-weight: bold;
        font-family: Helvetica-Light;
    }

    .collapsible-panel .expandable-content-link {
        position: absolute;
        right: 0;
        top: 10px;
    }

        .collapsible-panel .expandable-content-link::after,
        .collapsible-panel.expanded-panel .expandable-content-link::after {
            content: '\f078';
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: -2px;
            right: 10px;
        }

    .collapsible-panel.expanded-panel .expandable-content-link::after {
        content: '\f077';
        right: 10px;
        color: #FFF;
    }

    .collapsible-panel .expandable-content {
        display: inline;
        float: left;
        overflow: hidden;
    }

        .collapsible-panel .expandable-content p {
            padding: 0 20px 10px 20px;
        }

        .collapsible-panel .expandable-content li {
            margin-left: 15px;
            padding-left: 15px;
        }

        .collapsible-panel .expandable-content ul {
            list-style-type: disc;
            margin-left: 10px;
            padding-left: 10px;
        }

    .collapsible-panel .expanded {
        padding-top: 10px;
    }

    .collapsible-panel .collapsed {
    }
/* Modal Content
/*******************************************************************************************************************/

.modal-loader {
    display: none !important;
}

.modal-content {
    width: 344px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    margin-bottom: 20px;
}

    .modal-content a {
        display: inline-block;
        background: #f6f6f6;
        text-decoration: none;
        color: #0e2244;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
        -webkit-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        -moz-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        -o-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    }

        .modal-content a:hover {
            background: #dfe0e9;
            border-color: #666;
            color: #575756;
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        }

    .modal-content .title {
        min-height: 59px;
        font-family: Omnes light Italic;
        font-size: 2.2em;
        display: block;
        padding: 16px 0 10px 40px;
        background: url("/Contents/Ssp/Wincanton/images/wincanton-sprite.png") no-repeat -192px -198px;
    }

    .modal-content .image {
        display: block;
    }

    .modal-content .text {
        display: block;
        padding: 16px;
        line-height: 1.6em;
        color: #000000;
    }

    .modal-content .button-footer {
        background: #dadada;
        display: block;
        padding: 6px 22px 6px 12px;
        font-weight: bold;
        text-align: right;
        position: relative;
        font-size: 1.1em;
    }

        .modal-content .button-footer:after {
            font-family: FontAwesome;
            content: "\f054";
            font-size: 0.9em;
            position: absolute;
            right: 5px;
            top: 8px;
        }

    .modal-content a:hover .button-footer {
        background: #1F2A44;
        color: #FFF;
    }

    .modal-content.full-width-modal {
        width: 708px;
        min-height: 320px;
        position: relative;
        overflow: hidden;
    }

        .modal-content.full-width-modal a {
            width: 708px;
        }

        .modal-content.full-width-modal .title,
        .modal-content.full-width-modal .text {
            width: 332px;
        }

        .modal-content.full-width-modal .image {
            position: absolute;
            top: 0;
            right: 0;
        }

.modal-content-footer {
    width: 100%;
    padding: 8px 0;
    text-indent: 8px;
    font-size: 1.2em;
    margin-bottom: 10px;
}
/* Service Pop Up
/*******************************************************************************************************************/

.pop-up-window.service-pop-up {
    width: auto;
    position: absolute;
    top: 50px;
    left: 57%;
    display: none;
    width: 526px !important;
    margin: 0 0 0 -365px !important;
    background: #f6f6f6;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px 0 #000;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    z-index: 20000;
}

.service-pop-up .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #d2065f;
    display: none;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}

.pop-up-window.service-pop-up.article {
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 0;
}

.service-pop-up .pop-up-window-inner {
    width: 31px;
    height: 31px;
}

.service-pop-up .modal-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}

    .service-pop-up .close a {
        text-decoration: none;
        color: #fff;
    }

        .service-pop-up .close a:hover {
        }

.pop-up-window.section-selection {
    width: 752px;
    margin: 60px 0 0 -340px;
    background: url("/contents/ssp/scw/images/pop-up-window.png") no-repeat;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 425px;
}

    .pop-up-window.section-selection h2 {
        color: #b0bd2c;
        position: absolute;
        top: 100px;
        right: 100px;
        width: 480px;
    }

    .pop-up-window.section-selection ul.descriptions {
        position: absolute;
        top: 180px;
        left: 40px;
    }

        .pop-up-window.section-selection ul.descriptions li {
            color: #FFF;
            width: 170px;
            padding: 15px 23px;
            display: inline-block;
            vertical-align: top;
            margin: 0;
            font-weight: bold;
            font-size: 1.1em;
        }

    .pop-up-window.section-selection ul.links li {
        color: #FFF;
        width: 170px;
        padding: 15px 23px;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

    .pop-up-window.section-selection ul.links {
        position: absolute;
        top: 270px;
        left: 40px;
    }

    .pop-up-window.section-selection li {
        width: 260px;
        display: inline-block;
        margin: 0 30px 0 0;
    }

    .pop-up-window.section-selection #mainContent {
        width: auto;
    }

    .pop-up-window.section-selection span.button.close {
        display: none;
    }

    .pop-up-window.section-selection .accent-pink a {
        background: #d2065f;
    }

    .pop-up-window.section-selection .accent-purple a {
        background: #92278f;
    }

    .pop-up-window.section-selection ul.links li a {
        display: inline-block;
        width: 170px;
        padding: 4px 0;
        background: url("/Contents/ssp/scw/images/pop-up-window-btn.png") top left no-repeat;
        border-radius: 3px;
        font-size: 1.2em;
        text-indent: 10px;
        text-align: left;
        text-decoration: none;
        text-transform: initial;
        color: #fff;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
        -webkit-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        -moz-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        -o-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    }

    .pop-up-window.section-selection .pop-up-window {
        position: absolute;
        top: 50px;
        left: 50%;
        display: none;
        width: 800px;
        margin: 0 0 0 -400px;
        background: #fff;
        z-index: 20000;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        opacity: 0.9;
    }

    .pop-up-window.section-selection li a:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    }

    .pop-up-window.section-selection li.item-last {
        margin: 0;
    }

    .pop-up-window.section-selection .pop-up-window-inner {
        padding: 0 20px 20px;
    }

.pop-up-window.service-pop-up .pop-up-window-inner {
    padding: 0;
}


    .pop-up-window.service-pop-up span.button.close {
        border: none;
        font-size: 1.0em;
        cursor: pointer;
        line-height: 30px;
        padding: 0;
        height: 40px;
        width: 90px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
        background: url("/Contents/Ssp/Wincanton/images/wincanton-sprite.png") no-repeat -204px -33px;
        text-indent: -9999px;
    }

    .pop-up-window.service-pop-up .modal-content-footer {
        width: 100%;
        padding: 8px 0;
        text-indent: 8px;
        font-size: 1.2em;
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
    }

.pop-up-window.article #mainContent,
.pop-up-window .service-content {
    height: 100% !important;
}
/* VIMEO VIDEO & VIDEO POPUP */

.responsive-vimeo-video {
    margin-bottom: 40px;
}
/*.responsive-vimeo-video .preview-image
{
    position: absolute;
}*/
/*.pop-up-window.vimeo-video-pop-up
{
    left:40%;
}*/

.pop-up-window.vimeo-video-pop-up.article {
    padding-bottom: 0;
    border-radius: 10px 0 10px 10px;
}

    .pop-up-window.vimeo-video-pop-up.article #mainContent {
        width: auto;
    }

.pop-up-window.vimeo-video-pop-up span.button.close {
    width: 44px;
    height: 44px;
    top: 0 !important;
    right: -44px !important;
    z-index: 1000;
    background: transparent;
}

    .pop-up-window.vimeo-video-pop-up span.button.close:hover {
        background: transparent;
    }

    .pop-up-window.vimeo-video-pop-up span.button.close a {
        width: 30px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 0 20px 20px 0;
        background: #FFF;
        color: #333 !important;
        -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 2px 2px 5px 0 #000;
        box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    }

        .pop-up-window.vimeo-video-pop-up span.button.close a:after {
            font-family: FontAwesome;
            content: "\f00d";
            font-size: 2em;
        }

        .pop-up-window.vimeo-video-pop-up span.button.close a:hover {
            background: #C63527;
        }

            .pop-up-window.vimeo-video-pop-up span.button.close a:hover:after {
                color: #FFF !important;
            }
/* TOOLTIP */

.scw-tooltip,
.scw-text-tooltip {
    /*border-bottom: 1px dotted #cd1619;*/
    background: rgba(205, 22, 25, 0.2);
}

.scw-tooltip-description {
    background-color: #f6f6f6;
    border-color: #C2C2C2;
    color: #000;
    padding: 10px;
    /*top: -5em;*/
    /*left: 6em;*/
}

.scw-tooltip-header {
    color: #cd1619;
    font-size: 1em;
    padding-bottom: 10px;
    font-weight: bold;
}
/* JCarousel
/***************************************************************************************/

.carousel {
    width: 1600px;
    height: 400px;
    margin: 0 auto 23px auto;
    background: none;
}

.content-page-carousel.carousel {
    margin-bottom: 20px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    overflow: hidden;
}

.carousel .carousel-items {
    width: 100%;
    height: 400px;
    overflow: hidden;
    opacity: 1;
}

.content-page-carousel.carousel .carousel-item {
    background: #000;
}

.content-page-carousel.carousel,
.content-page-carousel.carousel .carousel-items,
.content-page-carousel.carousel .carousel-item {
    width: 100%;
    height: 345px;
}

    .content-page-carousel.carousel.latest-news,
    .content-page-carousel.carousel.latest-news .carousel-items,
    .content-page-carousel.carousel.latest-news .carousel-item {
        width: 100%;
        height: 300px;
    }
/* Items */

.carousel .carousel-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 400px;
}

.content-page-carousel.carousel.latest-news a.news-archive-link {
    position: absolute;
    z-index: 2500;
    right: 43px;
    bottom: 16px;
}

    .content-page-carousel.carousel.latest-news a.news-archive-link:after {
        font-family: FontAwesome;
        content: "\f054";
        padding-left: 5px;
        font-size: 0.7em;
    }

.carousel .carousel-item .description {
    position: absolute;
    bottom: 0;
    margin: 0 auto 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    background: #ce3233;
    /*color: #FFF;*/
    height: 110px;
}

.home-page-carousel.carousel .carousel-item .description {
    top: 0;
    background-color: transparent;
}

.carousel .carousel-item .inner-description {
    margin: 39px auto 0 39px;
    display: block;
    padding-right: 400px;
    position: relative;
}

.content-page-carousel.carousel .carousel-item .description {
    position: absolute;
    top: 0;
    margin: 0 auto 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    color: #000;
    height: 110px;
}

.content-page-carousel.carousel .inner-description {
    margin: 29px auto 0 auto;
    padding: 20px 40px 40px 40px;
    width: auto;
    display: block;
    padding-right: 0;
}

.content-page-carousel.carousel.latest-news .inner-description {
    margin: 0 auto 0 auto;
    height: 220px;
}

.carousel .mega-link {
    display: none;
}

.carousel .carousel-item .description p {
}

    .carousel .carousel-item .description p:last-of-type {
        margin: 0;
    }

.carousel .carousel-item .description .content-link {
    display: none;
}

.home-page-carousel.carousel .carousel-item .mega-link {
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 250;
}

.carousel .carousel-item .description .content-link a {
    font-family: Helvetica Neue Thin !important;
    font-weight: normal !important;
    padding: 8px 25px;
    border-radius: 4px;
    background-color: #FFF;
    border-color: transparent;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    border-bottom: none !important;
}

.carousel-item .description .content-link a:hover {
    text-decoration: underline;
}

.content-page-carousel.carousel .carousel-item .description .content-link {
    position: absolute;
    top: 263px;
    right: 40px;
    z-index: 2000;
}

.content-page-carousel.carousel.latest-news .carousel-item .description .content-link {
    top: 225px;
    z-index: 2000;
}

.content-page-carousel.carousel .carousel-item .description .content-link a {
    font-family: Helvetica Neue Thin !important;
    font-weight: normal !important;
    padding: 8px 25px;
    border-radius: 4px;
    background-color: #CC3333;
    border-color: transparent;
    color: #FFF;
    font-size: 1em;
    cursor: pointer;
    border-bottom: none !important;
}
/* Controls */

.carousel .controls {
    display: none;
}
/* Index */

.carousel .index {
    position: absolute;
    bottom: 46px;
    left: 80%;
    z-index: 1000;
    margin: 0 0 0 0;
}

.home-page-carousel.carousel .index {
    position: absolute;
    bottom: -23px;
    z-index: 250;
    margin: 0 0 0 0;
    background: #ce3233;
    height: 15px;
    padding: 4px 0;
    width: 100%;
    overflow: hidden;
    left: 0;
}

.content-page-carousel.carousel .index {
    left: 0;
    right: 0;
    bottom: 20px;
}

.home-page-carousel.carousel .index .index-list {
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
}

.carousel .index .index-item {
    display: block;
    float: left;
    background: #e69a9a;
    text-indent: -1000px;
    overflow: hidden;
    width: 15px;
    height: 15px;
}

.home-page-carousel.carousel .index .index-item {
    position: relative;
    float: left;
    display: block;
    right: 50%;
    background: #e69a9a;
    text-indent: -1000px;
    overflow: hidden;
    width: 15px;
    height: 15px;
}

.content-page-carousel.carousel .index .index-item {
    width: 20px;
    height: 20px;
    background: #e69a9a;
    float: none;
    display: inline-block;
    margin-right: 10px;
}

.carousel .index .index-item.index-item-current {
    background: #ffffff;
}

.content-page-carousel.carousel .index .index-item.index-item-current {
    background: #CC3333;
}

.carousel .index .index-item:hover {
    background: #979797;
}
/*LIVE SEARCH*/

.live-search-box {
    width: 239px;
    background-color: #FFF;
    opacity: 0.8 !important;
    box-shadow: 0 2px 10px 0 #333;
}

    .live-search-box li {
        font-size: 0.9em;
    }

        .live-search-box li:before {
            font-family: FontAwesome;
            content: "\f138";
            position: absolute;
            font-size: 1.4em;
        }

        .live-search-box li.no-results:before {
            content: "";
        }

        .live-search-box li a {
            color: #000;
            padding-left: 20px;
        }

            .live-search-box li a:hover {
                color: #b2171e;
            }
/* #region FAQs
----------------------------------------------------------*/

.faq {
    list-style-type: none;
    margin: 0 0 10px 0;
    color: #033;
    width: 95%;
    padding: 0 !important;
}

    .faq h3 {
        cursor: pointer;
        margin-top: 5px;
        color: #000;
        padding: 12px 35px 12px 12px;
        -ms-zoom: 1;
        zoom: 1;
        font-size: 1em;
        margin-bottom: 0;
        position: relative;
    }

        .faq h3.faq-closed {
            background: #cccccc;
        }

            .faq h3.faq-closed:after,
            .faq h3.faq-open:after {
                font-family: FontAwesome;
                position: absolute;
                font-size: 1.3em;
                top: 50%;
                right: 15px;
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
                font-weight: normal;
            }

            .faq h3.faq-closed:after {
                content: "\f078";
            }

        .faq h3.faq-open:after {
            content: "\f077";
        }

    .faq li {
        margin-bottom: 10px;
    }

    .faq h3.faq-open {
        font-weight: bold;
        background: #c91f24;
        color: #FFF;
    }

    .faq .faq-section {
        background: #fff;
        overflow: hidden;
    }

    .faq .faq-content {
        padding: 12px;
        background: #ebebeb;
    }

.faq-options {
    border-bottom: 2px dotted #C2C2C2;
    border-top: 2px dotted #C2C2C2;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
    height: 17px;
}

    .faq-options ul {
        position: absolute;
        right: 0;
    }

        .faq-options ul li {
            display: inline-block;
            vertical-align: top;
        }

            .faq-options ul li.open-faqs {
                margin-right: 10px;
            }

                .faq-options ul li.open-faqs a,
                .faq-options ul li.close-faqs a {
                    color: #000;
                    font-weight: bold;
                }

                    .faq-options ul li.open-faqs a:before,
                    .faq-options ul li.close-faqs a:before {
                        font-family: FontAwesome;
                        color: #c91f24;
                        font-size: 1.3em;
                        padding-right: 5px;
                        font-weight: normal;
                    }

                    .faq-options ul li.open-faqs a:before {
                        content: "\f078";
                    }

                    .faq-options ul li.close-faqs a:before {
                        content: "\f077";
                    }
/* #endregion */

/* Tool Tip */

span.conhelp_tip{
    color: #000000;
    height: 24px;
    width: 24px;
    cursor: help;
    position: relative;
    margin: 7px 10px 0 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 28px;
}

span.conhelp_definition {
    box-shadow: none; 
    border: solid #ADADAD thin;
}

a.help_embedded_link {
    border-bottom: none !important;
    height: 18px;
    width: 18px;
    display: inline-block;
    margin: 0 10px;
}


