/* University Template over-ride
   Author: Notre Dame Web Team
   ----------------------------------------------------*/

@media only screen {
  form input,
  form select { padding:0.6em 1.25em; max-width:100%; border-radius:0.6em; border:1px solid #ccc; width:100%; }
  
  .position-form { padding:1rem 2rem; background:var(--sky-blue-light); }
    .position-form p { margin-bottom:0; }
    .form-select { width:100%; }
  .position-item__parent {margin-bottom:0; font-weight:bold;}
  .position-item__opened { font-size:0.8em; }
  .position-item__apply { margin:0; }
}

/* 480px
----------------------------------------------------*/
@media only screen and (min-width:30em) {

}

/* 768px
----------------------------------------------------*/
@media only screen and (min-width:48em) {
  .sidebar-aside {margin-right:2rem;}
}

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {
  .site-title { margin-bottom:0.25em; }
  .position-form { grid-template-columns:3fr 2fr 1fr; }
}

/* 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 {

}