/* University Template over-ride
   Launched: 2025-11-17
   Author: Notre Dame Web Team
   ----------------------------------------------------*/@layer site{@media only screen{.page-primary:first-child{margin-block-start:2rem}.page-secondary.full-width:empty{height:0;margin:0;overflow:hidden;padding:0;width:0}}
  
  /* 480px / sm
  ----------------------------------------------------*/
  
  /* 768px / md
  ----------------------------------------------------*/ 
  
  /* 960px / ml
  ----------------------------------------------------*/@media only screen and (min-width:60em){.page-primary:first-child{margin-block-start:0}}
  
  /* 1200px / lg
  ----------------------------------------------------*/
  
  /* 1400px / xl
  ----------------------------------------------------*/
  
  /* 1600px / xxl
  ----------------------------------------------------*/
  
  /* Print
  ----------------------------------------------------*/}