/*
 * Default CSS, covers 0 to 319px
 */
.topic-call-to-actions {
    padding: 0px 5px 30px;
    background-color: #fafafa;
}

.topic-call-to-actions h2 {
    font: normal 22px/23px "PNC Brand Bold", Arial;
    color: #484848;
    font-size: 20px;
    line-height: 22px;
}

.topic-call-to-action {
    margin-bottom: 8px;
}

.topic-call-to-action h3 {
    font: normal 18px/20px "PNC Brand Bold", Arial;
    color: #484848;
    margin-bottom: 0px;
}

.topic-call-to-action a {
    font-weight: bold;
    color: #484848;
    font-size: 11px;
}

.topic-call-to-action p {
    color: #484848;
    line-height: 17px;
    font-size: 11.5px;
}

/*
 *  Mobile
 */
@media only screen and (min-width: 320px) {
    .topic-call-to-actions h2 {
        border-bottom: solid 1px #e3e3e3;
        height: auto;
        width: 302px;
        padding-bottom: 10px;
    }

    #topic-call-to-action-container {
        padding-top: 20px;
    }

    .topic-call-to-actions .content-inner {
        width: 320px;
        overflow: hidden;
        margin: 0 auto;
    }

    #topic-call-to-action-container {
        height: 170px;
    }

    .topic-call-to-action {
        float: left;
        text-align: center;
        height: 240px;
        padding: 20px 20px 0;
        width: 264px;
        background: url(../img/bg-tp-c2action-desktop.png) no-repeat center top;
    }

    .slide-markers {
        width: 72px;
        height: 15px;
        margin: 0 auto;
        overflow: hidden;
    }

    .slide-markers div {
        float: left;
        margin-right: 12px;
        text-indent: -9999px;
        background: url(../img/assoc_prod_slide_marker.png) no-repeat center top;
        width: 12px;
        height: 12px;
    }

    .slide-markers .active-slide {
        background-position: center bottom;
    }
}

/*
 *  Tablet
 */
@media only screen and (min-width: 600px) {
    #topic-call-to-action-container {
        padding-top: 25px;
    }

    .topic-call-to-actions h2 {
        width: 590px;
        ;
        height: auto;
        padding-bottom: 10px;
    }

    .topic-call-to-actions .content-inner {
        width: 600px;
        margin: 0 auto;
    }

    #topic-call-to-action-container {
        overflow: hidden;
        height: auto;
    }

    .topic-call-to-action {
        width: 184px;
        padding: 15px 0px 0px;
        height: 215px;
        margin-right: 18px;
        background: url(../img/bg-tp-c2action-tablet.png) no-repeat center top;
    }

    .topic-call-to-actions .call-to-action-3 {
        margin-right: 0;
    }
}

/*
 *  Desktop
 */
@media screen and (min-width: 980px) {
    .topic-call-to-actions h2 {
        width: 948px;
    }

    .topic-call-to-actions .content-inner {
        width: 948px;
    }

    .topic-call-to-action {
        height: 240px;
        padding: 20px 20px 0;
        width: 264px;
        background: url(../img/bg-tp-c2action-desktop.png) no-repeat center top;
    }
}