.product-category-summary .content-inner {
    padding: 0 10px;
}

.product-category-element {
    padding: 20px 0;
}

.product-category-element.section {
    background: none;
    border-bottom: solid 1px #e1e5ea;
}
.product-category-element.gray {
    background-color: #f1f4f6;
}

.product-category-element.white {
    background-color: #fff;
}

.product-category-element .product-image {
    
}

.product-category-element .buttons-list {
    list-style-type: none;
}

.product-category-element .links-list {
    list-style-type: none;
}

.product-category-element .links-list a {
    background: none;
    display: inline;
    padding-right: 0px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #0069AA;
    border-bottom: dotted 1px #666;
    text-decoration: none;
    width: auto;
}
.product-category-element .links-list a:hover {
   color: #1A3547;
   border-bottom: solid 1px #666;
}
.product-category-element .links-list a:after{
   
}
a.product-link:after{
    
}

.product-category-element .btn-blue a {
    text-transform:capitalize;
}

.product-category-element .buttons-list {
    padding: 0;
}

.product-category-element .buttons-list li {
    margin-bottom: 9px;
}

.product-category-element .buttons-list a {
    display: block;
    margin-right: 0;
    text-align: center;
}

.product-category-element .text-column ul li {
    color: #484848;
    margin-left: 2em;
}

.product-category-element .text-column li {
    padding-bottom: 10px;
}

.product-category-element .first-column {
    font-size: 14px;
    color: #454545;
}

.product-category-element .second-column {
    font-size: 14px;
    line-height: 18px;
    color: #484848;
}

.product-category-element .second-column h3 {
     font-family: "PNC Brand Bold", Arial;
     font-size:20px;
     margin: 0;
     line-height:24px;
}

.theme_orange .product-category-element .second-column h3,
.theme_green .product-category-element .second-column h3,
.theme_blue .product-category-element .second-column h3,
.theme_sky .product-category-element .second-column h3{color:#f58025;}
.product-category-element .links-list {
    padding: 0;
}

.product-category-element .links-list a {
    height: 20px;
    line-height: 14px;
}

.product-category-element .smd-links ul {
    list-style-type: none;
    padding-left: 0;
}

.product-category-element .smd-links ul li {
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    background-image: url(../../../../content/dam/pnc-com/images/customerservice/smd/smd_social_icons.png);
}

.product-category-element .smd-links ul li.facebook-link {
    background-position: 0 0;
}

.product-category-element .smd-links ul li.linkedin-link {
    background-position: 33px 0;
}

.product-category-element .smd-links ul li.fsquare-link {
    background-position: 66px 0;
}

.product-category-element .smd-links ul li.youtube-link {
    background-position: 99px 0;
}

.product-category-element .smd-links ul li.twitter-link {
    background-position: 132px 0;
}

.product-category-element .smd-links ul li.google-link {
    background-position: 165px 0;
}

.product-category-element .smd-links ul li a {
    display: block;
    width: 33px;
    height: 33px;
}

.product-category-element .twitter-help {
    background: url(../img/hdr_shadow_sh.png) no-repeat top center;
}

.product-category-element .twitter-help h3 {
    margin: 0;
    padding-top: 15px;
}

.product-category-element .twitter-help a {
    display: block;
    height: 50px;
    padding-left: 50px;
    line-height: 50px;
    background: url(../../../../content/dam/pnc-com/images/customerservice/smd/smd_twitter.png) 10px 10px no-repeat;
}

.product-category-element .twitter-help p {
    padding: 0;
    margin: 0;
    font-size: 11px;
}


/*
 *  Mobile
 */
@media only screen and (min-width: 320px) {
    .product-category-summary .content-inner {
        padding: 0 20px;
    }
    
    .product-category-element .first-column{
    	text-align: center;
    }
    
    .product-category-element .first-column, 
    .product-category-element .second-column, 
    .product-category-element .second-column.two-column,
    .product-category-element .third-column,
    .product-category-element .smd-links {
        width: 100%;
    }
    .product-category-element .title{
    	font-family: "PNC Brand Bold", Arial;
        text-align: center;
        font-size: 28px;
        line-height: 38px;
        padding: 8px 0;
    }
    .product-category-element .description {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    .product-category-element .second-column {
        margin-bottom: 20px;
        line-height: 26px;
    }
    .product-category-element .text-column li:last-child {
        padding-bottom: 0;
    }
    .product-category-element .second-column.one-column {
        text-align: left;
    }
    .product-category-element .second-column ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 10px;
    }
    .product-category-element .second-column h1 {
        background: none;
    }
    .product-category-element .product-link-container {
        text-align: center;
    }
    .product-category-element .product-link {
        display: inline-block;
        width: auto;
        padding-bottom: 0px;
        margin-bottom: 26px;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        font-family: "PNC Brand Medium", Arial;
        font-weight: 700;
        color: #0069aa;
        border-bottom: dotted 1px #666;
        text-decoration: none;
    }
    .product-category-element .product-link:hover {
        color: #1A3547;
        border-bottom: solid 1px #666;
    }
    .product-category-element .links-list li {
        text-align: center;
    }
    .product-category-element .links-list a {
        display: inline-block;
        width: auto;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding: 0;
        color: #0069aa;
        border-bottom: dotted 1px #666;
        font-family: Arial, Helvetica;
    }
    .product-category-element .links-list a:hover {
        color: #1A3547;
        border-bottom: solid 1px #666;
    }
    .product-category-element .btn-blue,
    .product-category-element .btn-gray,
    .product-category-element .btn-orange {
        width: auto;
    }
    .product-category-element .btn-blue a,
    .product-category-element .btn-gray a,
    .product-category-element .btn-orange a {
        font: bold 14px/20px Arial, sans-serif;
    }

    .product-category-element .social-links,
    .product-category-element .twitter-help {
        padding: 0;
    }
}

/*
 *  Tablet
 */
@media only screen and (min-width: 600px) {
    
    .product-category-element .smd-links {
        padding-left: 40px;
        padding-top: 17px;
        width: 165px;
    }
    
    .product-category-element .twitter-help {
        padding-left: 40px;
        width: 165px;
    }
    .product-category-element .title {
	    color: #f58025;
	    font-family: "PNC Brand Bold", Arial;
	    font-size: 18px;
	    line-height: 20px;
	    padding-bottom: 8px;
	    text-align: left;
	}
	
	.product-category-element .description {
	    color: #484848;
	    font-family: "PNC Brand Medium", Arial;
	    font-size: 15px;
	    line-height: 20px;
	    text-align: left;
	    padding-bottom: 0;
	}
    
    .product-category-element .second-column {
        margin-bottom: 0;
        line-height: 18px;
    }
    .product-category-element .second-column.two-column {
        width: 60%;
        float: left;
    }
    
    .product-category-element .first-column,
    .product-category-element .second-column {
        width: 395px;
    }

    .product-category-element .second-column ul {
        margin-top: 0;
    }

    .product-category-element .third-column.two-column {
        width: 205px;
        float: right;
        position: relative;
        top: auto;
        right: auto;
    }
    
    .product-category-element .third-column {
        position: absolute;
        top: 0;
        right: 0;
        width: 205px;
    }
    .product-category-element .links-list li {
        text-align: left;
    }
	.product-category-element .links-list a {
        display: inline;
        font-size: 11px;
        line-height: 20px;
        padding-right: 0px;
        text-align: right;
        width: auto;
    }
    .product-category-element .second-column.one-column {
        width: 100%;
        text-align: center;
    }
    
    .product-category-element .product-image {
        display: block;
    }
    .product-category-element .product-link-container {
        text-align: left;
    }
    .product-category-element .product-link {
        display: inline-block;
        font-size: 15px;
        line-height: 18px;
        text-transform: capitalize;
        text-align: left;
        width: auto;
        padding-bottom: 0;
        font-family: "PNC Brand Medium", Arial;
        font-weight: 700;
        color: #0069aa;
        border-bottom: dotted 1px #666;
        text-decoration: none;
    }

    .product-category-summary .content-inner {
        width: 600px;
        margin: auto;
        position: relative;
        min-height: 120px;
        overflow: hidden;
    }

    .product-category-summary .product-category-element {
        padding: 25px 0px 25px 0px;
    }


    .product-category-element .second-column ul {
        margin-top: 0;
        padding-left: 10px;
    }

    .product-category-element .buttons-list {
        smargin: 0 0 10px 0;
    }
    
    .product-category-element .btn-blue,
    .product-category-element .btn-gray,
    .product-category-element .btn-orange {
        width: 140px;
    }
    .product-category-element .btn-blue a,
    .product-category-element .btn-gray a,
    .product-category-element .btn-orange a {
        font: bold 11px/12px Arial,sans-serif;
    }
    
    .product-category-element .second-column h1 {
    	text-align:center;
	    font-family: "PNC Brand Bold", Arial;
	    background: url(../img/hdr_shadow_sh.png) no-repeat bottom center;
	    padding-bottom:14px;
	    margin-top: 0px;
	    line-height:22px;
	}
	.product-category-element .btn-blue {
        max-width: 180px;
        width: 85%;       
    }
    .product-category-element .btn-gray {
        max-width: 180px;
        width: 85%;       
    }
}

/*
 *  Desktop
 */
@media only screen and (min-width: 980px) {
    .product-category-element {
        overflow: hidden;
    }

    .product-category-summary .content-inner {
        width: 940px;
        margin: auto;
        overflow: hidden;
        padding: 0;
    }
    .product-category-element .first-column {
        width: 25%;
        float: left;
    }

    .product-category-element .first-column div {
        padding-right: 20px;
        width:80%
    }

    .product-category-element .second-column {
        width: 50%;
        float: left;
    }

    .product-category-element .third-column {
        width: 25%;
        float: right;
        position: static;
    }

    .product-category-element .third-column .links-list {
        right: 0;
        bottom: 0;
        margin-bottom: 0;
    }

    .product-category-element .third-column .buttons-list li {
        overflow: hidden;
    }

    .product-category-element .third-column .buttons-list div {
        float: right;
    }

    .product-category-element .third-column .links-list {
        overflow: hidden;
        float: right;
        margin-top:0;
    }

    .product-category-element .third-column .links-list li {
        clear: both;
        min-width: 140px;
        text-align: right;
    }
    .product-category-element .btn-blue {
        max-width: 180px;
        width: 85%;       
    }
    .product-category-element .btn-gray {
        max-width: 180px;
        width: 85%;       
    }
    
    .product-category-element .btn-blue a,
    .product-category-element .btn-gray a,
    .product-category-element .btn-orange a {
        font: 500 14px/20px Arial, sans-serif;
    }
}
