﻿/**************************/
/* Updated css kps072718  */
/**************************/
/**************************/
/**************************/
/* BEGIN NEW kps122324    */
/**************************/
/**************************/
.carousel {
    position: relative;
}
    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/**************************/
/**************************/
/* END NEW kps122324      */
/**************************/
/**************************/
/**************************/
/**************************/
/* BEGIN NEW Margin-top kps122324    */
/* HomePage               */
/**************************/
/**************************/
/*.mymargintop{
    margin-top:150px;
}*/
@media only screen and (max-width: 480px) /* iPhone [7,8, plus, X], Galaxy, Pixe, Galaxy Fold, */
{
    div.mymargintop {
        margin-top: 95px;
        /*margin-top: 150px;*/
    }
    div.myTop {
        margin-top: 135px;
    }
    div.my2ndTop {
        margin-top: 80px;
    }
    div.my3rdTop {
        margin-top: 80px;
    }
    div.my4thTop {
        margin-top: 120px;
    }
    div.my5thTop {
        margin-top: 80px;
    }
}
@media only screen and (min-width: 481px) { /* mobile */
    div.mymargintop {
        margin-top: 95px;
    }
    div.myTop {
        margin-top: 95px;
    }
    div.my2ndTop {
        margin-top: 95px;
    }
    div.my3rdTop {
        /*margin-top: 130px;*/
        margin-top: 100px;
    }
    div.my4thTop {
        margin-top: 115px;
    }
    div.my5thTop {
        margin-top: 100px;
    }
}
@media(min-width: 540px) { /*Surface Duo*/
    div.mymargintop {
        margin-top: 95px;
    }
    div.myTop {
        margin-top: 135px;
    }
    div.my2ndTop {
        margin-top: 100px;
    }
    div.my3rdTop {
        margin-top: 95px;
    }
    div.my4thTop {
        margin-top: 115px;
    }
    div.my5thTop {
        margin-top: 95px;
    }
}
@media(min-width: 768px) { /* iPad*/
    div.mymargintop {
        margin-top: 200px;
    }
    div.myTop {
        margin-top: 240px;
    }
    div.my2ndTop {
        margin-top: 200px;
    }
    div.my3rdTop {
        margin-top: 200px;
    }
    div.my4thTop {
        margin-top: 225px;
    }
    div.my5thTop {
        margin-top: 200px;
    }
}
@media(min-width: 912px) { /* iPad*/
    div.my2ndTop {
        margin-top: 220px;
    }
    div.my3rdTop {
        margin-top: 210px;
    }
    div.my4thTop {
        margin-top: 230px;
    }
    div.my5thTop {
        margin-top: 210px;
    }
}
@media(min-width: 1024px) { /* iPad Pro, Nest Hub */
    div.mymargintop {
        margin-top: 200px;
    }
    div.myTop {
        margin-top: 245px;
    }
    div.my2ndTop {
        margin-top: 230px;
    }
    div.my3rdTop {
        margin-top: 230px;
    }
    div.my4thTop {
        margin-top: 230px;
    }
    div.my5thTop {
        margin-top: 230px;
    }
}
@media(min-width: 1280px) { /* Nest Hub Max, Desktop */
    div.mymargintop {
        margin-top: 150px;
    }
    div.myTop {
        margin-top: 190px;
    }
    div.my2ndTop {
        margin-top: 170px;
    }
    div.my3rdTop {
        margin-top: 170px;
    }
    div.my4thTop {
        margin-top: 170px;
    }
    div.my5thTop {
        margin-top: 170px;
    }
}
/**************************/
/**************************/
ul li { /* kps072518 */
    display: inline; /* kps072518 */
}
/* kps072518 */
/*.navbar {*/ /*kps062921*/
    /*min-height: 25px;*/ /*kps062921*/
/*}*/         /*kps062921*/
.navbar-inverse {
    /*background-color: #222;  */ /* black  */
    /*background-color: #bce8f1;  */
    /*background-color: #e6ffff;*/ /* light blue kps072518 */
    background-color: #fff; /* kps072718 */
    border-color: #0088cc; /* med blue kps072518 */
    /*border-color: #004080;*/ /* dark blue kps072518 */
    /*border-color: #e6ffff;*/ /* light blue kps072518 */
}
    .navbar-inverse .navbar-brand { /*Customer Xpress*/
        /*color: #9d9d9d;*/ /* light grey */
        /*color: #004080;*/ /* dark blue kps072518 */
        color: #0088cc; /* med blue kps072518 */
    }
        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            /*color: #fff;*/
            color: #333333; /* dark grey kps072518 */
            background-color: transparent;
        }
    .navbar-inverse .navbar-text {
        /*color: #9d9d9d;*/ /* light grey */
        /*color: #004080;*/ /* dark blue  kps072518 */
        color: #0d0d0d; /* dark grey kps072518 */
    }
    .navbar-inverse .navbar-nav > li > a { /* Login, Request A delivery */
        /*color: #9d9d9d;*/ /* light grey */
        /*color: #0088cc;*/ /* med blue kps072518 */
        color: #737373; /* medium dark grey kps072518 */
    }
        /* Main header...kps072518 */
        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            /*color: #fff;*/
            color: #333333; /* dark grey kps072518 */
            /*background-color: transparent;*/
            background-color: #e6ffff; /* light blue kps072518 */
        }
/* mobile button on the right...kps080318*/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    /*background-color: transparent;*/
    background-color: #0088cc; /* medium blue kps080318*/
    /* background-color: #333333; */ /* dark grey kps080618 */
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.mydropdown {
    width: 300px;
    height: 35px;
}
/*label span {color: red;}*/ /* kps091918 */
label.required {
    color: red;
}
/* kps092018 */
.glyphicon.glyphicon-info-sign { /* kps102518 */
    font-size: 20px;
}
/* * * * * * * * * * * */
/* * * * * * * * * * * */
/* ---- NEW kps052521 ---- */
/* * * * * * * * * * * */
/* * * * * * * * * * * */
/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2; /* almost white */
    padding: 25px;
}
.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
    min-height: 200px;
}
/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}/*.nav1 {
    margin-bottom: 0;
}*/
/* kps022420 */
/* Overide the width of an input fields in Site.css   kps030520 */
/* Being used in Contact Us form   */
input, select, textarea {
    /*max-width: 280px;*/
    max-width: none;
}
/* To remove underline when select dropdown-item  kps022020 */
.dropdown-item:hover,
.dropdown-item {
    /*border: 20px;*/
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px; /*kps022420*/
    outline: none;
    text-decoration: none;
}
/* * * * * * * * */
/*----- KWICKS PANELS STYLES ------*/
.kwicks {
    /* recommended styles for kwicks ul container */
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
    .kwicks li {
        /* these are required, but the values are up to you (must be pixel) */
        width: 180px; /* add number of list items to equal full ul width */
        height: 160px;
        /*do not change these */
        display: block;
        overflow: hidden;
        cursor: pointer;
        padding: 0; /* if you need padding, do so with an inner div (or implement your own box-model hack) */
    }
    .kwicks.horizontal li {
        /* This is optional and will be disregarded by the script. However, it should be provided for non-JS enabled browsers. */
        margin-right: 0; /*Set to same as spacing option. */
        float: left;
    }
/* ALL ABOVE IS NEEDED FOR KWICKS */
#mainCol .kwicks {
    margin-left: 30px;
}
div.kwickInner {
    display: block;
    position: relative;
    height: 160px;
    width: 320px;
    padding-left: 96px;
    overflow: auto;
}
#mainCol div.kwickInner h3 {
    display: block;
    color: #fff;
    margin: 8px 0 0 10px;
    padding: 4px 0 0 5px;
    font-size: 140%;
    text-shadow: 1px 1px 0 rgba(1, 1, 1, 0.5);
}
.kwicks.horizontal li .kwickInner ul li {
    float: none;
    height: auto;
    width: 300px;
}
#mainCol ul.kwicks li.kwick-panel div.kwickInner ul {
    list-style: inside disc;
}
#kwick_1 {
    background: url(../images/values/value_safety.jpg) top left no-repeat;
}
    #kwick_1 h3 {
        background: #ad0d22 url(../images/values/values_header_fade.png) right repeat-y;
    }
#kwick_2 {
    background: url(../images/values/value_owner.jpg) top left no-repeat;
}
#kwick_2 h3 {
    background: #0c9644 url(../images/values/values_header_fade.png) right repeat-y;
}
#kwick_3 {
    background: url(../images/values/value_wow.jpg) top left no-repeat;
}
#kwick_3 h3 {
    background: #004985 url(../images/values/values_header_fade.png) right repeat-y;
}
#kwick_4 {
    background: url(../images/values/Value_team.jpg) top left no-repeat;
}
#kwick_4 h3 {
    background: #f79620 url(../images/values/values_header_fade.png) right repeat-y;
}
#kwick_5 {
    background: url(../images/values/value_better.jpg) top left no-repeat;
}
#kwick_5 h3 {
    background: #672d91 url(../images/values/values_header_fade.png) right repeat-y;
}
