﻿
#wideBannerContainer {
    background: none !important;
    background: #E05206 !important;
}

#wideBannerContainer.jdPower .bannerGraphic {
    position: relative;
    background-image: url(/Content/images/JDpower25/thoughtCloud.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 245px;
    width: 426px;
    top: -263px;
    left: 494px;
}

#wideBannerContainer.jdPower .trophyGraphic {
    position: relative;
    background-image: url(/Content/images/JDpower25/autoTrophy_2025_sm.png);
    background-repeat: no-repeat;
    width: 151px;
    height: 156px;
    left: 603px;
    top: -477px;
    background-size: 118px auto;
}

#wideBannerContainer.jdPower .bubble1 {
    position: relative;
    background-image: url(/Content/images/JDpower25/bubble1.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 44px;
    right: 337px;
}

#wideBannerContainer.jdPower .bubble2 {
    position: relative;
    background-image: url(/Content/images/JDpower25/bubble2.svg);
    background-repeat: no-repeat;
    width: 45px;
    height: 53px;
    top: 18px;
    right: 291px;
}

#wideBannerContainer.jdPower .bubble3 {
    position: relative;
    background-image: url(/Content/images/JDpower25/bubble3.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 69px;
    right: 266px;
}

#wideBannerContainer.jdPower h1 {
    font-size: 26px;
    font-weight: normal;
}

#secondHeadlineMobile {
    display: none;
}


    #wideBannerContainer p.more-information {
        font-size: 12px;
        line-height: 18px;
    }

    #wideBannerContainer p a:link,
    #wideBannerContainer p a:visited,
    #wideBannerContainer p a:active,
    #wideBannerContainer p a:focus,
    #wideBannerContainer p a:hover {
        color: #fff;
    }

#relatedLinks.contentGroup {
    padding-top: 0;
}

.landingPage h2 {
    line-height: 36px;
    font-size: 30px;
}

.contentGroup {
    padding: 65px 0;
}

/************MEDIA QUERIES ****************/

/** Phone size **/



@media (min-width: 460px) {
    #wideBannerContainer.jdPower h1 {
        font-size: 32px;
    }

    #wideBannerContainer p {
        line-height: 30px;
    }
}


@media (max-width: 575px) {

    #wideBannerContainer.jdPower .bannerGraphic {
        margin-left: auto !important;
        margin-right: auto !important;
        top: 119px !important;
        left: 0px !important;
        height: 200px;
        width: 347px;
    }

    #wideBannerContainer.jdPower .trophyGraphic {
        margin-left: auto;
        margin-right: auto;
        top: -51px !important;
        left: -30px !important;
        width: 104px;
        height: 135px;
        background-size: 93px auto;
    }

    #wideBannerContainer.jdPower .bubble1 {
        top: -31px !important;
        top: -16px !important;
    }

    #wideBannerContainer.jdPower .bubble2 {
        top: 45px !important;
    }

    #wideBannerContainer.jdPower .bubble3 {
        top: 85px !important;
    }
}


@media (min-width: 576px) {
    #wideBannerContainer.jdPower h1 {
        font-size: 33px;
    }

    #wideBannerContainer p.more-information {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    #secondHeadlineMobile {
        top: 18px !important;
    }
}


@media (max-width: 425px) {
    #wideBannerContainer.jdPower .bannerGraphic {
        height: 177px !important;
        width: 306px !important;
    }


    #wideBannerContainer.jdPower .trophyGraphic {
        width: 80px;
        height: 112px;
        top: -30px !important;
        left: -32px !important;
        background-size: 82px auto !important;
    }

    #secondHeadlineMobile {
        margin-top: 13px;
    }
}


    @media (max-width: 767px) {
        #wideBannerContainer.jdPower h1 {
            font-size: 34px !important;
        }

        #wideBannerContainer {
            height: 693px !important;
        }
    }

    @media (min-width: 576px) and (max-width: 767px) {

        #wideBannerContainer.jdPower .bannerGraphic {
            top: 71px !important;
        }

        #wideBannerContainer.jdPower h1 {
            font-size: 34px !important;
        }

        #secondHeadlineMobile {
            top: -50px !important;
        }

        #wideBannerContainer.jdPower .bubble1 {
            top: -31px !important;
        }

        #wideBannerContainer.jdPower .bubble2 {
            top: 30px !important;
        }

        #wideBannerContainer.jdPower .bubble3 {
            top: 70px !important;
        }

        #wideBannerContainer.jdPower .trophyGraphic {
            top: -143px !important;
            left: 195px !important;
        }
    }


    /* Tablet size */

    @media (max-width: 992px) {

        #wideBannerContainer {
            height: 641px;
        }

            #wideBannerContainer.jdPower h1 {
                font-size: 45px;
            }

            #wideBannerContainer.jdPower .bannerGraphic {
                margin-left: auto;
                margin-right: auto;
                left: 44px;
                top: 20px;
            }

            #wideBannerContainer.jdPower .trophyGraphic {
                top: -194px;
                left: 285px;
            }

        #secondHeadline, .headlineLnBrk {
            display: none;
        }

        #secondHeadlineMobile {
            position: relative;
            top: -100px;
            display: block;
        }

        #wideBannerContainer.jdPower .bubble1 {
            right: -69px;
            top: -52px
        }

        #wideBannerContainer.jdPower .bubble2 {
            right: -58px;
            top: 11px;
        }

        #wideBannerContainer.jdPower .bubble3 {
            right: -88px;
            top: 46px;
        }
    }

    @media (min-width: 992px) {
        #wideBannerContainer.jdPower h1 {
            font-size: 44px;
            margin-top: 55px;
            padding-bottom: 0;
        }
    }



    /* Large desktop */
    @media (min-width: 1200px) {
        #wideBannerContainer.jdPower h1 {
            font-size: 47px;
            margin-top: 42px;
            margin-bottom: 25px;
            line-height: 52px;
        }

        #wideBannerContainer.jdPower .bannerGraphic {
            left: 662px;
        }

        #wideBannerContainer.jdPower .trophyGraphic {
            left: 771px;
        }

        #wideBannerContainer p {
            font-size: 21px;
            line-height: 32px;
            width: 90%;
        }

        #wideBannerContainer.jdPower .bubble1 {
            right: 378px;
        }

        #wideBannerContainer.jdPower .bubble2 {
            right: 305px;
        }

        #wideBannerContainer.jdPower .bubble3 {
            right: 248px;
        }
    }