﻿

.content-row {
    height:auto;
    margin-top:14px;
}
.content-header {
    font-weight:bold;
    color:#000000;
    line-height:14px;
    display:block;
    font-size: 16px;
}
.content-paragraph {
    color:#000000;
    font-weight:normal;
    line-height:14px;
    display:block;
    font-size: 13px;
}

.back-to-top {
    font-size: 13px;
}

.top-banner > img {
    content: url("https://cdn.boxpartners.com/siteimages/boxpartners/mkt_shoppingcart/SCW_Header_980.jpg");
    width: 980px;
    height: 120px;
}

@media (min-width: 1260px) {
    .top-banner > img {
        content: url("https://cdn.boxpartners.com/siteimages/boxpartners/mkt_shoppingcart/SCW_HeaderFP.jpg");
        width: 1240px;
        height: 120px;
    }

    .content-header {
        font-size: 18px;
    }

    .content-paragraph {
        font-size: 15px;
    }

    .back-to-top {
        font-size: 15px;
    }
}