@media screen and (max-width: 768px){
    .page-id-32250 .fl-col-group.fl-col-group-equal-height { display: initial; }
}

/* Support #129133 - Fix the styling of Recording links */

    .resource-items .item-container {
        width: 30%;
    }

    .resource-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .resource-items .resource-item{
        width:100%;
        float:none;
    }

/* Support #138446 - Fix avatars mobile issue */

    @media only screen and (max-width:600px){
        .page-id-32306 #avatars{
            height:auto;
            overflow: hidden;
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-pack:justify;
                -ms-flex-pack:justify;
                    justify-content:space-between;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom:30px;
        }

        .page-id-32306 #avatars .avatar{
            position:static;
            width:50%;
            height:auto;
            margin-bottom:20px;

        }
        .page-id-32306 #avatars .takeQuiz, .page-id-32306 #avatars .consciousMom{
            height:auto;
            margin-left:0;
        }
    }

/* Support #177189 - Styling of Image Book front Page */

    #Complex-kids-book img {
        transform: rotate(15deg);
}

/* Support #200226 - Styling of More from /Category/ Blog Buttons on Mobile Viewports */

    @media only screen and (max-width: 767px) {
    .blog-nav-purple a.fl-button {
        display: block;
        padding: 26px 15px!important;
        text-align: center;
        margin-right: 0!important;
    }
    }

/*Support #240415 - Change Testimonials Font size*/
    .fl-testimonial p, .fl-testimonials .fl-testimonial p span{
        font-size: 14px !important;
    }

/* Support #295530 - BB PowerPack ToolTipster formatting */

    .tooltipster-sidetip .tooltipster-box * { color: #fff; }