<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
 	This goes on the header of all DC Technology pages
 ---------------------------------------------------------------*/

.mkt p, h1, h2, h3, h4, h5 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mkt .gradient-container {
    background: rgba(0, 57, 122, 1);
    background: -moz-linear-gradient(left, rgba(0, 57, 122, 1) 0%, rgba(0, 126, 172, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 57, 122, 1)), color-stop(100%, rgba(0, 126, 172, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 57, 122, 1) 0%, rgba(0, 126, 172, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 57, 122, 1) 0%, rgba(0, 126, 172, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 57, 122, 1) 0%, rgba(0, 126, 172, 1) 100%);
    background: linear-gradient(to right, rgba(0, 57, 122, 1) 0%, rgba(0, 126, 172, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00397a', endColorstr='#007eac', GradientType=1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 10px solid #f17c0e;
}

.mkt .simple-header {
    border-bottom: solid 1px #3899cf;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.mkt .h1 {
    font-size: 7em;
}

.mkt .white {
    color: #abd8f1 !important;
}

.mkt .unbold {
    font-weight: normal !important;
}

.mkt .p {
    font-size: 14px;
    font-kerning: normal !important;
    margin-bottom: 20px;
}

.mkt .list-header {
    border-bottom: solid 2px #8bd1f3;
    color: #8bd1f3 !important;
    padding-bottom: 10px;
}

.mkt .list-underline ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.mkt .list-underline li {
    border-bottom: dotted 1px #3899cf !important;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    background-image: url('/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/orange_arrow.png');
    background-repeat: no-repeat;
    background-position: left;
    list-style-type: none;
    font-size: 14px;
    display: block;
}

.mkt .list-underline li a:link {
    color: white;
    display: block;
}

.mkt .list-underline li a:hover {
    color: #007fac;
    background-color: #8bd1f3;
    display: block;
    text-decoration: none;
    padding-left: 2px;
}

.mkt .list-underline li a:visited {
    color: white;
    display: block;
}

/*Featured articles - - - - - - - - */
.mkt .featured-labels {
    border-top: solid 7px #8bd1f3;
    padding-left: 0 !important;
    padding-top: 30px;
}

.nopadding {
    padding-left: 0 !important;
    /*margin: 0 !important;*/
}

.mkt .p15 p {
    font-size: 15px;
    line-height: 22px;
}

.mkt .border-light-grey {
    border: 1px solid #e2e2e2;
}

/*Overrides - - - - - - - */
.mkt ul {
    padding: 0;
}

.mkt .no-margin-top {
    margin-top: 0;
}

.mkt iframe {
    display: block !important;
}

.mkt #section01 h2 {
    font-size: 17px;
    margin-top: 22px;
    color: #abd8f1;
}

.mkt #section01-extra {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .img-promo-holder {
        height: 100px;
    }
}

/* Start: Additions TF 05 Mar 18 */
.mkt .logo-promo-holder {
    max-width: 135px!important;
}

.mkt .supplier-logo-holder {
    height: 25px;
    margin-top:15px;
}

.mkt .supplier-logo-product {
    max-width: 135px;
    max-height: 35px;
}

.mkt .btn-aligned-fixed-height{
    position: absolute!important;
    bottom: -35px !important;
}

.mkt .fixed-height-product-slot {
    height:265px;
}

@media (max-width: 767px) {
    .mkt .fixed-height-product-slot {
        height:300px;
        margin-top:10px;
    }
    .mkt .btn-aligned-fixed-height{
        position: absolute!important;
        bottom: 55px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .mkt .fixed-height-product-slot {
        height:300px;
        margin-top:30px;
    }
    .mkt .btn-aligned-fixed-height{
        position: absolute!important;
        bottom: 35px !important;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .mkt .fixed-height-product-slot {
        height:300px;
        margin-top:30px;
    }
    .mkt .btn-aligned-fixed-height{
        position: absolute!important;
        bottom: 35px !important;
    }
}

@media (min-width: 1200px) {
    .mkt .fixed-height-product-slot {
        height:300px;
        margin-top:30px;
    }
    .mkt .btn-aligned-fixed-height{
        position: absolute!important;
        bottom: 35px !important;
    }
}



/* End: Additions TF 05 Mar 18 */

/* .featured-list module */
.mkt .featured-list li {
    padding-left: 0;
    padding-top: 30px !important;
    list-style: none;
    border-top: 1px solid #d7effa;
}

@media (min-width: 768px) {
    .mkt .featured-list li {
        padding-top:6px !important;
        border-width: 8px;
        max-width: 176px;
        margin-right: 21px;
    }}

    @media (min-width: 993px) and (max-width: 1199px) {
        .mkt .featured-list li {
            padding-top: 6px !important;
            border-width: 8px;
            max-width: 143px;
            margin-right: 21px;
        }}

        @media (min-width: 768px) and (max-width: 992px) {
            .mkt .featured-list li {
                padding-top: 6px !important;
                border-width: 8px;
                max-width: 106px;
                margin-right: 21px;
            }

    }


.mkt .logo-fixed-height {
    height: 75px;
}


</pre></body></html>