  @import url('/App_Sites/newcollege/Templates/OneCol1/Css/OneCol1.css');

/* ############################################################################
   ## 
   ##  Landing Page
   ##
   ######################################################################### */

#PageTop {
    display: none;
}

#Content {
    margin-top: 0;
}
    
#Tertiary {
    display: none;
}

#Articles_newcollege_news.cards .container .text,
#Articles_newcollege_news.cards .content .article .text,
#Articles_newcollege_news.cards .content .page-fragment .text {
    min-height: 265px;
}

/* ############################################################################
   ## 
   ##  Layout for Different Screen Sizes
   ##
   ##  Be sure to co-ordinate these layouts with the responsive sizes used in all templates in the site, or you'll run into trouble.
   ##
   ######################################################################### */

@media screen and (max-width: 1101px) {
    #ShoppingCartSummaryShort {
        display: none;
    }
}

@media screen and (max-width: 1201px) {

}

@media screen and (max-width: 1200px) {

    #PrimaryContent {
        float: none;
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    #Articles_newcollege_news.cards.panorama .content .item {
        width: 100% !important;
    }
}