﻿.header-text {
    font-size: 13px;
}



.image-subtitle {
    font-size: 13px;
    font-family: acumin-pro;
    font-weight: bold;
    margin-top: 10px;
    color: #4d4d4f;
    text-align: center;
    display: inline-block;
    width: 195px;
}
.themeButton {
    display: inline-block;
    margin-bottom: 25px;
    float: left;
    width: 24.5%;
    padding: 3px;
}
.themeButton:nth-child(9), /* Fourth and Eighth items no margin right*/
.themeButton:nth-child(13)
{
    margin-right:0px;
}
.content-image {
    display:inline-block;
}
.themeButton > a {
    text-decoration: none;
    font-weight: bolder;
    color: #595959;
    font-size: 16px;
    line-height: 24px;
}
.spacer {
    margin-right:11px;
}
.content-row {
    margin-bottom:15px;
}
.spacer-vert {
    height:5px;
}

.back-to-top {
    font-size: 13px;
}

.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;
    }

    .image-subtitle {
       
        width: 258px;
    }

   

    .back-to-top {
        font-size: 15px;
    }
}