/*	-------------------------------------------------------------
	Responsive styles for pop up
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Responsive styles for Jquery UI pop ups */

@media (max-width: 979px) {
    .curriculum-common-cd .left {
        width: 100%;
        margin-bottom: 40px;
        float: none;
    }

    .curriculum-common-cd .lower .right
    {
         width: 100%;
    }

    .curriculum-common-cd .right {
        float: none;
        width: 100%;
    }

    .resources .logo
    {
        clear: both;
    }

    .curriculum-common-cd .lower .right .detail
    {
        float: none;
    }
}


/* Responsive styles for Jquery UI pop ups */

@media (max-width: 979px)
{
    #views-home-index #layout-title
    {
        min-width: 980px;
    }

}


