/*!
Updated: 2018-06-05
Version: NDT 3.0

Author:
Erik Runyon & Shawn Maust
Marketing Communications: Web

CONTENTS
-----------------------------------------
1. Common
2. Screen
3. Media Queries
4. Layout
5. Themes
6. Print

BRANDING
-----------------------------------------
1. COLORS
   - Blue (Headings): #0c2340
   - Blue (Links): #004da3
   - Gold: #dcb439

2. FONT STACKS
   - Headings: GPC, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
   - Body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif

3. GALAXIE POLARIS FONT WEIGHTS
   - 100 light
   - 300 book
   - 400 medium (normal)
   - 700 bold
   - 900 heavy
*/

/*************************************************************************************
 * 2. Screen Styles
 ************************************************************************************/
@media only screen {
  dt {margin-bottom:0.5rem; font-size:1.2rem; font-weight:bold;}
  dd {margin-bottom:2rem;}
  
  /* Home
  ----------------------------------------------------*/
  .notification {margin-bottom:2rem; background:#fff;}
  .current-status {padding:1.5rem; border-style:solid; border-width:14px 1px 1px 1px;}
    .current-status h2 {font-size:1.4em; font-family:var(--font-heading);}
    .notification p:last-child {margin-bottom:0;}
    
    /* Color levels */
    .normal .current-status {border-color:#9acc89;}
      .normal .current-status h1 {color:#026c23;}
    .notice .current-status {border-color:#c1cddd;}
    .alert .current-status {border-color:#ca861d;}
      .alert .current-status h1 {color:#ca861d;}
    .emergency .current-status {color:#fff; border-color:#741117; background:#aa272f;}
      .emergency .current-status h1 {color:#fff;}

   /* Nav
  ----------------------------------------------------*/
  .nav-site ul.current {display:block;}
  .nav-site ul.subul {display:none;}
  .nav-site .active ul.subul {display:block;}

}

/*************************************************************************************
 * 6. Print Styles
 ************************************************************************************/
@media print {
 
}
