.wrapStandard > .row > .digitalMainContent {
    margin: 0 9px 0 0;
    width: 1416px;
}

.rowDigital {
    width: 1413px;
}

#callToActionForm .half {
    width: 50%;
    padding: 10px;
}

/* -----------------------------------------
Digital products page style
Added by: John Ryan Acoba
User Interface Designer
----------------------------------------- */

.wrapStandard .row .digitalMainContent .summary_box {
    padding: 20px
}

.wrapStandard .row .digitalMainContent .summary_box p {
    width: 960px;
    margin: auto;
}

.digitalMainContent div.call-to-action-text {
    min-width: 190px;
    overflow: hidden;
    padding: 10px 50px 20px;
    width: 40%;
    margin-left: 183px;
    margin-right: 100px;
    margin-bottom: auto;
}

.digitalMainContent h2, .digitalMainContent p {
    font-family: "Source Sans Pro",sans-serif !important;
    font-weight: 300 !important;
}

.digital-product-list dl.tabs.vertical,
.digital-product-list dl.tabs.vertical.hide {
    display: none;
    margin-bottom: 0
}

.digital-product-list dl.tabs.vertical dd {
    border-left: none
}

.digital-product-list dl.tabs.vertical dd.active a {
    background-color: #428BC2
}

.digital-product-list dl.tabs.vertical dd a {
    border-right: none;
    line-height: 20px;
}

.digitalMainContent .call-to-action .row > .call-to-action-text > div a.button {
    background: none;
    padding: 0 !important;
    margin-top: 30px;
}

.digitalMainContent .call-to-action .row > .call-to-action-text > div a.button span {
    padding: 10px 25px;
    font-size: 12px;
    margin: auto;
}

.wrapStandard .row .digitalMainContent .call-to-action .row .call-to-action-text  h2 {
    font-size: 40px;
    line-height: 44px;
}

.wrapStandard .row .digitalMainContent .call-to-action .row .call-to-action-text  p {
    font-size: 22px;
    line-height: 26px;
}

/* -----------------------------------------
MAX WIDTH 979px
----------------------------------------- */
@media only screen and (max-width: 1415px) {
    .digitalMainContent div.call-to-action-text {
        margin-left: 20px !important;
        margin-right: 20px !important;
        margin-bottom: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .wrapGrey.pull-left-row {
        float: none;
        display: block;
        clear: both;
    }

    .wrapStandard > .row > .digitalMainContent {
        margin: 0;
        padding: 0;
        width: 100% !important
    }

    .wrapStandard > .row > .digitalMainContent > .summary_box {
        padding: 20px !important
    }

    .wrapStandard .row .digitalMainContent .summary_box p {
        width: auto;
        margin: auto;
    }

    .wrapStandard > .row > .digitalMainContent > .summary_box > p > span {
        font-size: 125% !important;
        line-height: 150% !important
    }

    /* CSHP-846 | Raymond Bonoan
    .wrapStandard > .row > .digitalMainContent > .call-to-action {background-size: auto 65% !important; background-position: center bottom !important}
    .wrapStandard > .row > .digitalMainContent > .call-to-action > .row > .call-to-action-text {margin: 0 !important; padding: 20px 10px !important; width: 100% !important; float: none !important}
    */
    .wrapStandard > .row > .digitalMainContent > .call-to-action > .row > .call-to-action-text > div a.button span {
        margin: 0 !important;
        display: flex;
        padding: 5px 20px;
    }
}

/* -----------------------------------------
MAX WIDTH 767px tablets
----------------------------------------- */
@media only screen and (max-width: 767px) {
    .digital-product-list {
        border-bottom: 1px solid #DEDDD8;
        padding: 0 10px;
    }

    .wrapStandard .row .digitalMainContent .summary_box p {
        width: auto;
    }

    .digital-product-list > ul {
        display: none
    }

    /* CSHP-846 | Raymond Bonoan */
    .wrapStandard > .row > .digitalMainContent > .call-to-action {
        background-size: auto 55% !important;
        background-position: center bottom !important
    }

    .wrapStandard > .row > .digitalMainContent > .call-to-action > .row > .call-to-action-text {
        margin: 0 !important;
        padding: 20px 10px !important;
        width: 100% !important;
        float: none !important;
        text-align: center;
    }

    .wrapStandard > .row > .digitalMainContent > .call-to-action > .row > .call-to-action-text h2 {
        font-size: 22px;
    }

    .wrapStandard > .row > .digitalMainContent > .call-to-action > .row > .call-to-action-text p {
        font-size: 18px;
    }

    .digitalMainContent .call-to-action .row > .call-to-action-text > div a.button {
        margin-top: 20px;
    }

    .wrapStandard > .row > .digitalMainContent > .call-to-action > .row > .call-to-action-text > div.dp_button {
        text-align: center;
    }

    /* CSHP-879 | Raymond Bonoan */
    .digital-product-list > p.active {
        padding: 10px 0;
        margin: 0;
        background: transparent url(../images/sprite.png) right -704px no-repeat;
    }

    .digital-product-list > p {
        padding: 10px 0;
        margin: 0;
        background: transparent url(../images/sprite.png) right -162px no-repeat;
    }

}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
    .digital-product-list > p.active {
        padding: 10px 0;
        margin: 0;
        background: transparent url(../images/sprite@2x.png) right -700px no-repeat;
        background-size: 1000px 1000px;
    }

    .digital-product-list > p {
        padding: 10px 0;
        margin: 0;
        background: transparent url(../images/sprite@2x.png) right -408px no-repeat;
        background-size: 1000px 1000px;
    }
}

/* -----------------------------------------
MAX WIDTH 480px mobile
----------------------------------------- */
@media only screen and (max-width: 480px) {
    .wrapStandard > .row > .digitalMainContent > .call-to-action {
        background-size: auto 50% !important
    }
}

/* -----------------------------------------
MAX WIDTH 320px mobile
----------------------------------------- */
@media only screen and (max-width: 320px) {
    .wrapStandard > .row > .digitalMainContent > .call-to-action {
        background-size: auto 45% !important
    }
}

/* -----------------------------------------
   HI RES IMAGES
-----------------------------------------
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){
	.digital-product-list > p {
   background-image: url("../images/sprite@2x.png") !important;
   -webkit-background-size: 1000px 1000px;
   -o-background-size: 1000px 1000px;
   -moz-background-size: 1000px 1000px;
   -ms-background-size: 1000px 1000px;
   background-size: 1000px 1000px;
   }
}
*/

/* ------------------------------------------
MAX WIDTH 979px  |  CSHP-846 | Raymond Bonoan
------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 979px) {

    .wrapStandard .row .digitalMainContent > .call-to-action > .row > .call-to-action-text {
        margin: 30px 20px 0 !important;
        width: 40% !important;
        padding: 10px 20px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrapStandard > .row > .digitalMainContent > .call-to-action.bg_left,
    .wrapStandard > .row > .digitalMainContent > .call-to-action.bg_right {
        height: 420px !important;
        background-size: auto 100% !important;
    }

    .wrapStandard > .row > .digitalMainContent > .call-to-action.even {
        background-position: 0 100% !important;
    }

    .wrapStandard > .row > .digitalMainContent > .call-to-action > .row > .call-to-action-text > h2 {
        font-size: 28px;
    }

    .wrapStandard > .row > .digitalMainContent > .call-to-action > .row > .call-to-action-text > p {
        font-size: 16px;
    }

    .wrapStandard > .row > .digitalMainContent > .call-to-action > .row {
        height: 350px !important;
    }

    .call-to-action-text {
        padding: 10px 0;
    }
}