/* University Template over-ride
   Launched: 2026-04-01
   Author: Notre Dame Web Team
   ----------------------------------------------------*/@layer site{@media only screen{ 
    /* TEMP 3/30/26*/.page-primary .section:first-child:not([class*=bg--]),.page-primary .section:first-child:not([class*=bg--]) .section-title{margin-block-start:0}}
  
  /* 480px / sm
  ----------------------------------------------------*/
  
  /* 768px / md
  ----------------------------------------------------*/ 
  
  /* 960px / ml
  ----------------------------------------------------*/@media only screen and (min-width:60em){.page-header--container.contain .page-image img,.page-header--container.contain .page-image video{max-height:80dvh;min-height:100%}}
  
  /* 1200px / lg
  ----------------------------------------------------*/
  
  /* 1400px / xl
  ----------------------------------------------------*/
  
  /* 1600px / xxl
  ----------------------------------------------------*/
  
  /* Print
  ----------------------------------------------------*/}