.tout-container .tout img {
    display: none;
}
#toutWrapper .tout-1, #toutWrapper .tout-2, #toutWrapper .tout-3 {
    background: radial-gradient(#fff 20%, #e3f4fc 65%, #c0e5f7 100%);
}
.tout-container .tout-3 .tout {
    width: 100%;
}
.tout-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../img/bg_tout_container.jpg);
}

.enhanced-lp-container .tout-container{background-image:none !important}

.tout-container .heading,
.tout-container .heading h2 {
    font: bold 25px/29px "PNC Brand Medium", Arial, sans-serif;
}
 

@media only screen and (max-width:599px) and (min-width:0px){
    .tout-container .tout {
        width: 80%;
        margin: auto;
        text-align: center;
    }
    
    .tout-container .tout-3{
    	background: none;
    }
    
    .tout-container .tout-3 .tout{
    	margin-left: -12px;
    }

}
/*
 *  Mobile
 */
@media only screen and (min-width: 320px) {
    .tout-container {
        padding-left: 1em;
        padding-right: 1em;
    }

    .tout-container .heading {
        padding-bottom: 15px;
        text-align: left;
    }

    .tout-container .tout {
        width: 80%;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 12px;
        padding-bottom: 20px;
    }

	.tout-container .tout-3 {
        
    }



    .tout-container .tout p {
        margin: 0;
        padding: 0;
        line-height: 17px;
    }

    .tout-container .tout .heading {
        font-size: 21px;
        line-height: 25px;
        font-family: "PNC Brand Bold", Arial, sans-serif;
        color: #484848;
        padding-top: 20px;
        text-align: center;
    }

    .tout-container .tout .description {
        font-size: 12px;
        font-family: Arial, sans-serif;
        color: #484848;
        text-align: center;
    }

    /* Only for SDP pages

    

    .sdp-container .tout-container .tout a{
        color:#0069aa;
    }
    .sdp-container .tout-container .heading{
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 25px;
    }
    .sdp-container .tout-container .tout .heading{
        font-size: 18px;
        border: none;
        margin-bottom: 0;
    }*/;
}

/*
 *  Tablet
 */
@media only screen and (min-width: 600px) {

    .tout-container .tout .main-content h3 {
        color: #484848;
        font-family: "PNC Brand Medium",Arial,sans-serif;
        font-size: 1.7em;
        line-height: 1.1em;
        margin-bottom: .2em;
    }

    .tout-container .tout .main-content {
        color: #484848;
        line-height: 1.5em;
        font-size: 1.18em;
    }

    .tout-container .heading {
        margin-bottom: 0;
    }

    #toutWrapper {
        width: 566px;
        margin: 0 auto;
        overflow: hidden;
    }

    .tout-container {
        overflow: hidden;
    }

    .tout-container .tout img {
        display: block;
        height: 100%;
        margin: auto;
        top: 0;
        left: 0;
        border: 1px solid #e7e7e7;
        box-shadow: 0 0 2px #DDD;
    }

    .tout-container .touts .tout {
        width: 180px;
        margin-right: 0;
    }

    .tout-container .touts {
        display: inline-block;
    }

    .tout-container .tout {
        position: relative;
        display: inline-block;
        width: 180px;
        height: 220px;
        margin-right: 10px;
        overflow: hidden;
        background-size: auto 220px;
        background-position: center top;
        padding: 0;
        float: left;
    }


    .tout-container .tout .main-content {
        height: 100%;
    }

    .tout-container .tout:last-child {
        margin-right: 0;
    }

    .tout .main-content {
        position: absolute;
        z-index: 1;
        padding: 0 10%;
        width: 80%;
        left: 0;
    }

 
    /* Only for SDP pages
    .sdp-container .tout-container .tout .main-content{
        background: none;
        position: static;
    }
    .sdp-container .tout-container .tout{
        background-size: auto;
        background-position: center top;
        background-repeat: no-repeat;
        height: auto;
    }
    .sdp-container .tout-container .tout .heading{
        margin-top: 125px;
        padding: 0;
    }*/;
}

@media screen and (max-width: 980px) and (min-width:600px) {
    #toutWrapper .tout-1, #toutWrapper .tout-2, #toutWrapper .tout-3 {
    }
}

/*
 *  Desktop
 */
@media screen and (min-width: 980px) {


    .tout-container .tout .main-content h3 {
        color: #484848;
        font-family: "PNC Brand Medium",Arial,sans-serif;
        font-size: 1.7em;
        line-height: 1.1em;
        margin-bottom: .2em;
    }

    .tout-container .tout .main-content {
        color: #484848;
        line-height: 1.5em;
        font-size: 1.18em;
    }

    .tout-container .heading {
        margin-bottom: 0;
    }

    #toutWrapper {
        width: 926px;
        margin: 0 auto;
        overflow: hidden;
    }

    .tout-container .tout {
        background-size: auto 240px;
    }
    
    .tout-container .tout-3 .tout {
    }

    .tout-container .tout .main-content {
    }

    .tout-container .touts .tout {
        width: 300px;
    }

    .tout-container .tout {
        height: 240px;
        width: 300px;
        float: left;
    }

    .tout-container .tout img {
        width: 300px;
        height: auto;
    }

    .tout-container .tout p {
        margin-left: auto;
        margin-right: auto;
    }

    #toutWrapper .tout-1, #toutWrapper .tout-2, #toutWrapper .tout-3 {
    }

     
    /* Only for SDP pages
    
    .sdp-container .tout-container .heading{
        padding-bottom: 5px;
    }*/;
}
