/* FPWEEK styles */
.fpweekWrapper {
    margin-top: -90px !important;
    /*background: #f6957b;*/
    background: linear-gradient(123deg, rgba(246,149,123,1) 0%, rgba(255,172,150,1) 100%);
    text-align: center;
    padding: 40px 0px !important;
}
.fpweekContent h1 {
    color: #fff;
}
.fpweekContent p {
    color: #fff;
}
.fpweekContent h1 img {
    width: 120px;
    margin-right: 20px;
}

/* ------------- */

.intro {
    background: url(/cisiweb2/image/wayfinder/tips_bg2.jpg);
    background-size: cover;
    background-position: center top;
}

.budgetSlider,
.fpweekSlider,
.savingSlider,
.familySlider,
.pensionSlider,
.homeSlider {
    margin-bottom: 60px;
}
.budgetSliderWrapper,
.fpweekSliderWrapper,
.savingSliderWrapper,
.familySliderWrapper,
.pensionSliderWrapper {
    margin: 0px 0px;
}
li.lslide {
    padding: 30px 30px 60px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #bdbdbd;
    width: 12px;
    height: 12px;
}
.lSSlideOuter .lSPager.lSpg {
    margin-top: -25px !important;
}
.lSAction > .lSPrev {
    left: 0%;
    bottom: 0px;
    top: auto;
}
.lSAction > .lSNext {
    right: 0%;
    bottom: 0px;
    top: auto;
}
.fpweekSlider li.lslide {
    background: #ffc9b9;
    border-left: 15px solid #ffb099;
}
.fpweekSliderWrapper .lSAction > a {
    background-image: url(/cisiweb2/image/master/controls_white.png);
}
.budgetSlider li.lslide {
    background: #c1f1dd;
    border-left: 15px solid #6bc49e;
}
.budgetSlider .lslide h4 {
    color: #2f6e53;
}
.fpweekSlider .lslide h4 {
    color: #f07752;
}
.budgetSliderWrapper .lSSlideOuter .lSPager.lSpg > li:hover a, .budgetSliderWrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #6bc49e !important;
}
.fpweekSliderWrapper .lSSlideOuter .lSPager.lSpg > li:hover a, .fpweekSliderWrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #f07752 !important;
}
.fpweekSliderWrapper .lSSlideOuter .lSPager.lSpg > li a {
    background-color:#ffc9b9;
}
.savingSlider li.lslide {
    background: #9ad5e9;
    border-left: 15px solid #21b3e4;
}
.savingSlider .lslide h4 {
    color: #106f8f;
}
.savingSliderWrapper .lSSlideOuter .lSPager.lSpg > li:hover a, .savingSliderWrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #21b3e4 !important;
}
.homeSlider li.lslide {
    background: #d4f5f7;
    border-left: 15px solid #5ec8d0;
}
.homeSlider .lslide h4 {
    color: #387b81;
}
.homeSliderWrapper .lSSlideOuter .lSPager.lSpg > li:hover a, .homeSliderWrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #5ec8d0 !important;
}
.pensionSlider li.lslide {
    background: #f5deb9;
    border-left: 15px solid #fec465;
}
.pensionSlider .lslide h4 {
    color: #856025;
}
.pensionSliderWrapper .lSSlideOuter .lSPager.lSpg > li:hover a, .pensionSliderWrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fec465 !important;
}
.logo {
    display: flex;
    margin: 0px auto 30px;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 200px;
    align-items: center;
    justify-content: center;
}
.logo img {
    width: 70%;
}

.lslide p {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 0px;
    text-align: center;
}


@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .lSAction > .lSPrev {
        left: 30%;
        bottom: 0px;
        top: auto;
    }
    .lSAction > .lSNext {
        right: 30%;
        bottom: 0px;
        top: auto;
    }
}
@media (min-width: 1400px) {

}

@media (min-width: 1600px) {

}