﻿/*
non-Bootstrap style overrides
*/
a {
    color: #003399;
}

body {
    font-size: 0.95em;
}

.font-highlight {
    color: #003399;
}

.margin-top {
    margin-top: 20px;
}

.btn-sm {
    font-size: 1rem;
}

.btn-xs {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.70em;
    white-space: nowrap;
}

.btn-lg {
    color: #fff;
}

.validation-summary-errors {
    padding-bottom: 0px;
    margin-bottom: 10px;
    padding-left: 12px;
}

h1.underline-heading, h2.underline-heading, h3.underline-heading, h4.underline-heading, h5.underline-heading, h6.underline-heading {
    color: #039;
    position: relative;
    border-bottom: 2px solid #4066b2;
    padding-bottom: 10px;
    margin-left: 0;
}

.control-label {
    color: #003399;
    font-weight: bold;
}

.product-container {
    margin-top: 10px;
    padding: 10px 0px 25px 0;
}

.special-panel {
    color: #608cc8;
    font-weight: lighter;
    background-color: #f8f8f8;
}

    .special-panel img {
        margin-left: 10px;
    }

.pad-top {
    padding-top: 10px;
}

.expand img {
    width: 100%;
}

.banner {
    font-weight: lighter;
    margin-top: 42px;
    margin-bottom: 42px;
}

.force-to-bottom {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.label-align {
    padding-top: 10px;
}

.panel {
    background: transparent;
}

#main {
    padding-top: 10px;
}

#footer {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding: 5px 40px 5px 40px;
    background-color: #f8f9fa;
    clear: both;
}

    #footer p {
        color: #999;
        font-size: 11px;
        margin: 5px 0 0 0;
        padding-bottom: 5px;
        text-align: right;
    }

.div-logo {
    padding-top: 5px;
}

#top-buttons {
}

.project-overlay {
    width: 191px;
    margin: -330px 0 200px 750px;
    padding: 10px 20px 20px 20px;
    background: url("img/panel_bg_lightBlue_231.png") no-repeat scroll left bottom;
    position: relative;
    border: 0;
    border-collapse: collapse;
}

/* ---------------------------------------------------- */
/* Carousel fade 
/* ---------------------------------------------------- */
.carousel .item {
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -ms-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}

.carousel .active.left {
    left: 0;
    -ms-opacity: 0;
    opacity: 0;
    z-index: 2;
}

.carousel .next {
    left: 0;
    -ms-opacity: 1;
    opacity: 1;
    z-index: 1;
}

.carousel-promotion-text {
    color: #ffffff;
    padding-top: 18px;
    font-size: 16px !important;
}

/* ---------------------------------------------------- */
/* Slider
/* ---------------------------------------------------- */
.slider-display {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 4;
    -ms-opacity: 1;
    opacity: 1;
    width: 958px;
    height: 350px;
}

#slideshow .slides {
    overflow: hidden;
    width: 958px;
}

.sliderimage {
    width: 958px;
    height: 350px;
}

.zHeroModuleContent {
    width: 327px;
    background: transparent url('img/content-bg.png') no-repeat bottom;
    color: #ffffff;
    margin-left: 610px;
    position: relative;
    margin-top: -332px;
    height: 174px;
}

#slideshow .slides-nav {
    background: url("img/nav-bg-tab.png") no-repeat left;
    height: 72px;
    z-index: 10;
    margin: -110px 0px 0px 21px;
    position: relative;
}
/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

/* Blue box content */
.zHeroModuleContent {
    width: 327px;
    background: transparent url('img/content-bg.png') no-repeat bottom;
    color: #ffffff;
    margin-left: 610px;
    position: relative;
    margin-top: -332px;
    height: 174px;
}

    .zHeroModuleContent h1 {
        display: inline-block;
        margin: 20px 19px;
        font-size: 18px;
        color: #ffffff;
    }

    .zHeroModuleContent p {
        display: inline-block;
        margin: 0 19px 24px;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
    }

    .zHeroModuleContent h1 a {
        display: inline-block;
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
        line-height: normal;
    }

    .zHeroModuleContent p a {
        display: inline-block;
        font-size: 12px;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }

#slideshow {
    width: 958px;
    margin-top: -10px;
}


    #slideshow ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        height: 1%; /* IE fix */
    }

        #slideshow ul:after {
            content: ".";
            clear: both;
            display: block;
            height: 0;
            visibility: hidden;
        }

    /* ---------------------------------------------------- */
    /* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
    #slideshow .slides {
        overflow: hidden;
        width: 958px;
    }

        #slideshow .slides ul {
            width: 2880px;
        }

        #slideshow .slides li {
            width: 958px;
            float: left;
        }

        #slideshow .slides h2 {
            margin-top: 0;
        }

.sliderimage {
    width: 958px;
    height: 350px;
}

a img {
    margin-left: 0px;
}

.saddle {
    position: relative;
    z-index: 5;
    margin-top: -240px;
    background: url("img/blue.png") no-repeat left;
    padding-left: 5px;
    width: 250px;
    height: 150px;
    color: #ffffff;
    margin-left: 450px;
}

    .saddle H1 {
        color: #fff;
        margin: 0px;
    }


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
    background: url("img/nav-bg-tab.png") no-repeat left;
    height: 72px;
    z-index: 10;
    margin: -110px 0px 0px 21px;
    position: relative;
}

    #slideshow .slides-nav li {
        float: left;
        width: 300px;
    }

        #slideshow .slides-nav li span {
            padding: 15px;
            color: #999999;
            font-size: 90%;
            text-align: center;
            width: 300px;
        }

        #slideshow .slides-nav li a {
            display: block;
            padding: 15px 0;
            outline: none;
            width: 707px;
            display: inline-block;
            text-align: center;
            cursor: pointer;
            vertical-align: middle;
            width: 300px;
            font-size: 12px;
            padding: 35px 0 0 0;
            text-decoration: none;
            color: #666666;
            font-weight: bold;
        }

.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a {
    z-index: 20;
    background: url("img/bump.png") no-repeat;
    background-position: 130px 3px;
    width: 300px;
    padding-right: 0;
    color: #003399;
}

header {
    /* position: fixed; */
    z-index: 999;
    height: 90px;
    top: 0;
    background-color: #f0f0f0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: 'Open Sans',sans-serif;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

/* ---------------------------------------------------- */
/* Media queries
/* ---------------------------------------------------- */
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }

    .navbar-header {
        float: inherit;
        /*padding-left: 15px;*/
        padding-top: 40px;
    }

    .navbar {
        margin-bottom: -25px;
    }
}

.navbar-header {
    float: inherit;
    /*padding-left: 15px;*/
}

.navbar {
    margin-bottom: -25px;
}


/* ---------------------------------------------------- */
/* Padding styles
/* ---------------------------------------------------- */
.box-padding {
    padding: 5px;
}

.overall-padding {
    padding: 85px 20px 20px 20px;
}


.ui-dialog-titlebar {
    background: #3161b1 url("img/bluebg-small.jpg") repeat-x 0 0;
    border: 1px solid #c8c8c8 !important;
    margin: 5px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    height: 27px;
    padding: 7px 0 0 10px;
}


.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.cookie-box {
    padding: 15px 0;
    background-color: #4f90c8;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-family: 'Open Sans',sans-serif;
}

    .cookie-box .cookie-text {
        color: #fff;
        margin: auto;
    }

        .cookie-box .cookie-text p {
            width: 85%;
            display: inline-block;
            font-size: .9em;
            font-weight: 400;
            color: #fff;
        }

            .cookie-box .cookie-text p a {
                color: #fff;
                text-decoration: underline;
            }

        .cookie-box .cookie-text div.cookie-close-but {
            float: right;
            display: inline-block;
            cursor: pointer;
            background-image: url(img/icon-cookie-close-but.png);
            height: 32px;
            width: 32px;
            text-indent: -9999px;
        }

.cc-window {
    padding: 10px !important;
}

    .cc-window .cc-message {
        font-size: 12px;
        line-height: 150%;
        width: 85%;
    }

        .cc-window .cc-message a {
            color: #fff;
            text-decoration: underline;
        }

            .cc-window .cc-message a.cc-link {
                display: none;
            }


    .cc-window.cc-floating .cc-compliance {
        position: absolute;
        right: 0;
    }

        .cc-window.cc-floating .cc-compliance a {
            width: 40px;
        }
