﻿.header-text {
    font-size: 13px;
}

.image-subtitle {
    font-size:13px;
    font-family: Avalon, Arial, Sans-Serif;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 10px;
    color:#4d4d4f;
    text-align:center;
    display:table;
}
.content-row{
    margin-bottom:15px;
}
.content-image {
    display:inline-block;
    margin-top:15px;
    width: 195px;
    height: 132px;
}
.template {
    display: inline-block;
}
.template > a {
    text-decoration: none;
}
.spacer {
    margin-right:16px;
}
.content-row {
    margin-bottom:15px;
}
.spacer-vert {
    line-height:5px;
}

.top-banner > img {
    content: url("https://cdn.boxpartners.com/siteimages/boxpartners/mkt_prodlink/ProductsLink_Header_980.jpg");
    width: 980px;
    height: 120px;
}

@media (min-width: 1260px) {
    .top-banner > img {
        content: url("https://cdn.boxpartners.com/siteimages/boxpartners/mkt_prodlink/ProductsLink_HeaderFP.jpg");
        width: 1240px;
        height: 120px;
    }
    
    .header-text {
        font-size: 15px;
    }
    
    .content-image {
        width: 258px;
        height: 207px;
    }
}