/* University Template over-ride
   Launched: 2020-04-22
   Author: Notre Dame Web Team
   ----------------------------------------------------*/

@media only screen {
  .home-section { margin-top:2rem; }
  .home .page-main { padding-bottom:0; }
  .home-emergency { padding:2rem 0; background-color: var(--sky-blue); }
  .home-emergency.bg-full-bleed::before { background: var(--sky-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='262' height='262' viewBox='0 0 20 20'%3E%3Cg fill-opacity='0.53'%3E%3Cpolygon fill='%23cfdced' points='20 10 10 0 0 0 20 20'/%3E%3Cpolygon fill='%23cfdced' points='0 10 0 20 10 20'/%3E%3C/g%3E%3C/svg%3E"); }
  .list-gap li { margin-bottom: 4rem; }
  .person-list li { justify-items: center; }
  
  .about-staff-directory .page-main td:last-child { width:9rem; white-space:nowrap; }
}

/* 480px
----------------------------------------------------*/
@media only screen and (min-width:30em) {
  .person-list li { justify-items: flex-start; }
}

/* 768px
----------------------------------------------------*/
@media only screen and (min-width:48em) {

}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {

}

/* 1280px
----------------------------------------------------*/
@media only screen and (min-width:80em) {

}

/* 1600px
----------------------------------------------------*/
@media only screen and (min-width:100em) {

}

/* 1920px
----------------------------------------------------*/
@media only screen and (min-width:120em) {

}

/* Print
----------------------------------------------------*/
@media print {

}