/* --- H E A D I N G S --- */
.LIL-H2 { color: #FFF; font-size: 30px; margin-bottom: 0; margin-top: 24px; width: 100%; }

/* --- G E N E R A L --- */
.BIG-SPACE-DOWN { margin-top: 50px; }
.LIL-FONT { font-size: 13px; }
.RELATIVE { position: relative; }
.SPACE-DOWN { margin-bottom: 20px; }
.SPACE-UP { margin-top: 20px; }
.WIDE { width: 100%; }
.BG-FADE { background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0) 32px, #FFF 32px); height: 100%; }

/* --- O T H E R --- */
.LIL-LEFT-COLUMN { background: #111; margin-right: 0; padding-right: 0; }
.LIL-MIDDLE-COLUMN { background: #222; border-top-left-radius: 5px; border-bottom-left-radius: 5px; margin-top: -10px; margin-left: 0; padding-left: 0; position: relative; }
.LIL-RIGHT-COLUMN { margin: 0; margin-top: -10px; padding: 0; }
.LIL-main { background: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0) 50%); margin: 0; padding: 0; }
.LIL-window { background: #222; background: repeating-linear-gradient(45deg, #111, #111 6px, #000 6px, #000 9px); border: 6px solid #222; display: inline-block; height: 100%; padding: 8px; width: 100%; }
.LIL-button, .LIL-left-button {
  background:                #111;
  border:                    0;
  border-top-left-radius:    6px;
  border-bottom-left-radius: 6px;
  box-shadow:                inset -16px 0 6px -10px rgba(0, 0, 0, 0.35);
  color:                     #FFF;
  font-size:                 20px;
  height:                    70px;
  margin:                    0;
  padding:                   20px;
  text-align:                left;
  transition:                0.3s;
  width:                     100%;
}
.LIL-left-button { border-bottom-left-radius: 0px; border-top-left-radius: 0px; border-bottom-right-radius: 6px; border-top-right-radius: 6px; height: 50px; margin-top: 5px; padding-top: 5px; padding-bottom: 5px; width: 200px; }
.LIL-button.selected, .LIL-left-button.selected { background: rgba(142, 111, 62, 0.85); }
.LIL-button:hover, .LIL-left-button:hover { background: rgba(235, 217, 159, 0.85); color: #000; cursor: pointer; }
.LIL-button:active, .LIL-left-button:active { outline: 0; }
.LIL-button:focus, .LIL-left-button.focus { background: rgba(235, 217, 159, 0.85); color: #000; outline: 0; }
.LIL-RIBBON-UP { border-right: 2px solid rgba(65, 69, 76, 0.9); position: absolute; top: 6px; left: -14px; width: 14px; }
.LIL-RIBBON-DOWN { border-left: 2px solid rgba(65, 69, 76, 0.9); position: absolute; top: 6px; right: -14px; width: 14px; }
.LIL-RIBBON-TR { background: linear-gradient(to top right, rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(65, 69, 76, 0.9) 50%); height: 32px; width: 12px; }
.LIL-RIBBON-BR { background: linear-gradient(to bottom right, rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(65, 69, 76, 0.9) 50%); height: 32px; width: 12px; }
.LIL-RIBBON-TL { background: linear-gradient(to top left, rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(65, 69, 76, 0.9) 50%); height: 32px; width: 12px; }
.LIL-RIBBON-BL { background: linear-gradient(to bottom left, rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(65, 69, 76, 0.9) 50%); height: 32px; width: 12px; }
.MEDALLION { margin-top: 10px; position: absolute; left: 0; top: -20px; z-index: 10; max-width: 280px; width: 100%; }
.MY-YEAR { display: none; }
.PORTRAIT { position: absolute; max-width: 280px; left: 0; margin-top: 54px; z-index: 9; border-radius: 50%; top: -16px; z-index: 9; width: 100%; }

/* --- P E R S O N --- */
.person-bio { height: 100%; width: 100%; }
.person-container { height: 372px; width: 300px; margin-left: auto; margin-right: auto; margin-top: -10px; max-width: 280px; position: relative; width: 100%; }
.person-intro { font-size: 18px; }
.person-bio.not-selected,
.person-photo.not-selected,
.person-container.not-selected { display: none; }
.person-bio.selected,
.person-photo.selected,
.person-container.selected { display: block; }
.person-box { background: #555960; background: rgba(85, 89, 96, 0.9); border: 5px solid #222630; border-left: 0; border-right: 0; border-radius: 5px; height: auto; padding: 5px 10px; color: #FFF; font-size: 20px; max-width: 280px; position: absolute; z-index: 11; text-align: center; bottom: 20px; margin-left: auto; margin-right: auto; width: 100%; }
.person-box hr { background: #999; margin: 0; margin-top: 5px; }
.person-extra { color: #DAAA00; font-size: 14px; }
.tab-not-selected { display: none; padding: 10px; }
.tab-selected { display: block; padding: 10px; }

/* --- B A C K G R O U N D   C O L O R --- */
.BG-BLACK { background: #000; }
.BG-WHITE { background: #FFF; }
.BG-STEEL { background: #555960; } /* Greys */
.BG-COOL { background: #6F727B; }
.BG-RAIL { background: #9D9795; }
.BG-STEAM { background: #C4BFC0; }
.BG-RUSH { background: #DAAA00; } /* Golds */
.BG-FEILD { background: #DDB945; }
.BG-DUST { background: #EBD99F; }
.BG-AGED { background: #8E6F3E; } /* Browns */
.BG-BOILER { background: #CFB991; }
.BG-LIGHT { background: #EEE; } /* Other */

/* --- C O L O R --- */
.C-BLACK { color: #000; }
.C-WHITE { color: #FFF; }
.C-STEEL { color: #555960; } /* Greys */
.C-COOL { color: #6F727B; }
.C-RAIL { color: #9D9795; }
.C-STEAM { color: #C4BFC0; }
.C-RUSH { color: #DAAA00; } /* Golds */
.C-FEILD { color: #DDB945; }
.C-DUST { color: #EBD99F; }
.C-AGED { color: #8E6F3E; } /* Browns */
.C-BOILER { color: #CFB991; }






#SECTION-awardees { width: 100%; }






.videoWrapper { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.info-close { color: #9D9795; position: absolute; font-size: 36px; top: -10px; right: 3px; }
.info-close:hover { color: darkred; cursor: pointer; }

.person-tab { background: #EEE; border-top-left-radius: 5px; border-top-right-radius: 5px; float: left; margin-left: 2px; margin-right: 2px; padding: 4px 6px; text-align: center; min-width: 90px; }
.person-tab.tabbed { background: #FFF; }
.person-tab.tabbed span { border-bottom: 3px solid #DAAA00; }
.person-tab:hover { background: #EEE; cursor: pointer; }
.person-video { margin-left: 0; }

#About-info, #Topics-info, #News-info { background: #FFF; background: linear-gradient(to bottom, #111, #111 42px, rgba(255, 255, 255, 0.93) 42px, rgba(255, 255, 255, 0.93)); border: 10px solid #000; margin-bottom: 20px; margin-left: 10px; margin-right: 10px; margin-top: 15px; padding-left: 20px; padding-right: 20px; padding-top: 30px; position: relative; width: 100%; }
#About-info p, #About-info li, #Topics-info p, #Topics-info li, #News-info { font-size: 18px; }
.info-selected { font-size: 48px; color: #9D9795; left: 12px; margin-top: -12px; position: absolute; top: 0; }
#About-info.not-selected, #Topics-info.not-selected, #News-info.not-selected { display: none; }
#About-info.selected, #Topics-info.selected, #News-info.selected { display: block; }



.fake-left-nav, .left-nav { border-bottom: 2px solid rgba(0, 0, 0, 0.01); color: #FFF; font-size: 20px; max-width: 180px; margin-bottom: 0; padding-top: 5px; }
.left-nav:hover { border-bottom: 2px solid #DDAA00; border-top-left-radius: 5px; border-top-right-radius: 5px; color: #8E6F3E; cursor: pointer; transition: 0.3s; }
.person-body p { font-size: 18px; }

.QA-Q, .QA-A { background-color: #C4BFC0; border-radius: 3px; color: #000; margin-right: 10px; padding: 5px; padding-top: 2px; }
.QA-Q { color: #FFF; }
.QA-A { background-color: #FFF; padding-left: 6px; padding-right: 6px; padding-top: 2px; }
.QA-row { margin-bottom: 10px; margin-top: 20px; padding: 10px; }
.QA-row p { font-size: 18px; line-height: 34px; margin-bottom: 13px; }
.QA-row p:first-child { font-weight: bold; }

body { background-color: #000; background-image: url('GIL.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: center top; }

.fa-exclamation { position: absolute; color: #DAAA00; top: 16px; left: 10px; }
button .fa-exclamation { left: 20px; }
p .fa-exclamation { left: 0; top: 0; }
h4 { width: 100%; }

.year-button { background: rgba(85, 89, 96, 0.85); border: 0; border-radius: 5px; color: #FFF; float: left; font-size: 18px; margin: 10px; margin-right: 0; padding: 5px 15px; transition: 0.3s; }
.year-selected { background: rgba(142, 111, 62, 0.85); outline: 0; }
.year-button:active { border: 0; }
.year-button:focus {background: rgba(235, 217, 159, 0.85); color: #000; outline: 0; }
.year-selected::after { content: ''; display: inherit; width: 50%; margin: 2px auto; border-bottom: 4px solid rgba(218, 170, 0, 0.85); }
.year-button:hover { background: rgba(235, 217, 159, 0.85); color: #000; cursor: pointer; }



.NADVF-screen { background: #EEE; display: block; float: left; padding: 10px; width: 100%; }
.NADVF-screen.not-selected { display: none; }
.NADVF-tab { background: #EEE; border: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; float: left; font-size: 18px; margin-bottom: 0; margin-right: 5px; margin-top: 0; padding: 10px 20px; }
.NADVF-tab:active { border: 0; outline: 0; }
.NADVF-tab.not-selected { background: #DDD; transition: 0.3s; }
.NADVF-tab.not-selected:hover { background: #8E6F3E; color: #FFF; cursor: pointer; }

.NADVF-body { padding: 15px; position: relative; }
.NADVF-body p { font-size: 18px; margin-bottom: 20px; }

.NADVF-photo { background: #000; display: inline-block; padding-bottom: 20px; position: relative; text-align: center; width: auto; z-index: 10; }

.rings { color: rgba(0, 0, 0, 0.65); position: absolute; font-size: 80px; right: -60px; top: -4px; }
.rings-left { color: rgba(0, 0, 0, 0.65); position: absolute; font-size: 80px; left: -60px; top: -10px; }

/* --- M E D I A   Q U E R I E S --- */
.NADVF-body { padding: 0px; }
.NADVF-body p { padding-left: 10px; padding-right: 10px; }
.NADVF-button { font-size: 14px; }
.NADVF-photo { float: none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; width: 100%; }
@media (min-width: 576px) {
  .NADVF-body { padding: 0px; }
  .NADVF-body p { padding-left: 10px; padding-right: 10px; }
  .NADVF-button { font-size: 14px; }
  .NADVF-photo { float: none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; width: 100%; }
}
@media (min-width: 768px) {
  .NADVF-body { padding: 15px; margin-top: -15px; }
  .NADVF-body p { padding-left: 0; padding-right: 0; }
  .NADVF-button { font-size: 14px; }
  .NADVF-photo { float: left; margin-left: -15px; margin-right: 20px; padding-left: 40px; padding-right:  40px; width: auto; }
}
@media (min-width: 992px) {
  .NADVF-body { padding: 15px; margin-top: -15px; }
  .NADVF-body p { padding-left: 0; padding-right: 0; }
  .NADVF-button { font-size: 20px; }
  .NADVF-photo { float: left; margin-left: -15px; margin-right: 20px; padding-left: 40px; padding-right:  40px; width: auto; }
}
@media (min-width: 1200px) {
  .NADVF-body { padding: 15px; margin-top: -15px; }
  .NADVF-body p { padding-left: 0; padding-right: 0; }
  .NADVF-button { font-size: 20px; }
  .NADVF-photo { float: left; margin-left: -15px; margin-right: 20px; padding-left: 40px; padding-right:  40px; width: auto; }
}