.marker-bcddff {
	background:linear-gradient(transparent 70%, #bcddff 70%);
}

.container .row .h2.h2-bordered-bottom-0068b4 {
    border-bottom: 2px solid #0068b4;
    padding: 0 0 10px 0;
}

.container .km-btn-cta-blank {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #0066cc;
    transition: opacity ease .3s; 
    background-image: url(/business/products/graphic/printlab/img/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px 16px;
    background-origin: padding-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 8px 9px 0px #b5bcc3;
    padding: 0.8em 1.5em 0.8em 2.5em;
    font-size: 18px;
    margin-bottom: 0px;
}

.table{
    border-collapse: collapse;
    border-spacing: 0;
    border: none !important;
}

.table table th, tr, td{
    background-color: #ffffff !important;
    border: none !important;
    padding: 0 !important;
    font-weight: normal;
    font-size: 18px;
}

.table .col_1{
    width: 18%;
}

.table .col_2{
    width: 5%;
}

.table .col_3{
    width: 77%;
}

.table .col_4{
    width: 22%;
}

.table .col_6{
    width: 73%;
}

.btn.km-btn-cta-blank:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 1050px) and (min-width: 720px){
    .table .col_1{
        width: 25%;
    }
    
    .table .col_2{
        width: 5%;
    }
    
    .table .col_3{
        width: 70%;
    }
    
    .container .km-btn-cta-blank {
        padding: 0.8em 2.5em 0.8em 1.5em;
    }

}

@media only screen and (max-width: 1090px) and (min-width: 930px){
    .table .col_4{
        width: 28%;
    }

    .table .col_6{
        width: 72%;
    }
}

@media only screen and (max-width: 929px) and (min-width: 720px){
    .table .col_4{
        width: 35%;
    }

    .table .col_6{
        width: 65%;
    }
}


@media only screen and (max-width: 719px){
    .container .row .page-link-list {
        flex-direction: column;
    }
    .container .row .page-link-list li {
        width: 100%;
    }
    .container .row .page-link-list li:nth-child(odd) {
        padding-right: 0px;
    }
    .container .row .page-link-list li:nth-child(even) {
        padding-left: 0px;
    }
    .text-xlarge{
        font-size: 20px !important;
    }
    .text-large{
        font-size: 20px !important;
    }
    .h1{
        font-size: 28px !important;
    }
    .page-link-list li a{
        font-size: 16px !important;
        text-align: left !important;
        justify-content: left !important;
    }

    .container .km-btn-cta-blank {
        width: 75%;
        text-align: center;
        margin: 0 auto;
        padding: 0.8em 2.5em 0.8em 1.2em;
    }

    .table .col_1{
        width: 25%;
    }

    .table .col_2{
        width: 5%;
    }

    .table .col_3{
        width: 70%;
    }

    .table .col_4{
        width: 25%;
    }

    .table .col_6{
        width: 70%;
    }
}

@media only screen and (max-width: 420px){
    .table .col_4{
        width: 30%;
    }

    .table .col_6{
        width: 70%;
    }
}
@media only screen and (min-width: 720px)
{
    .pcHide{
        display: none !important;
    }
}
@media only screen and (max-width: 719px)
{
    .spHide{
        display: none !important;
    }

    .mt-sm-3{
        margin-top: 3px!important;
    }
}


