﻿/* Style Sheet: 'RWD-General_ISG.css' */

@import url(https://fonts.googleapis.com/css?family=Roboto:400);

:root {
  --_brand-color: #912547;
  --_brand-white: #fefefe;
  --_brand-black: #333333;
}

BODY {
	width: 100%;
	max-width: 1800px;
    height: 100vh;
	top: 0;
	margin: 0 auto;
	--background-color: white;
	font-family: "Roboto", Calibri;
  }

  #wrapper #content-wrapper {
    background-color: #fff;
}
  

  header {                                
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    --height: 180px ;
    margin: 0 auto 0px auto;
    background-color: #912547;
    padding: 0.5em;
}

.button_home {
  --button-background: var(--_brand-color);
  --button-color: var(--_brand-white);

  display: inline-grid;
  place-content: center;
  line-height: 1;
  background: color-mix(
    in oklab,
    var(--button-background),
    var(--_brand-black) 20%
  );
  text-decoration: none;
  color: var(--button-color);
  border: 1px solid
    color-mix(in oklab, var(--button-background), var(--_brand-black) 90%);
  padding-inline: 1.2rem;
  padding-block: 0.75rem;
  border-radius: 0.5rem;
  transition: 0.2s ease;
  &:hover {
    background: color-mix(
      in oklab,
      var(--button-background),
      var(--_brand-white) 10%
    );
  }
  width: 100%;
  &.secondary {
    --button-background: color-mix(
      in oklab,
      var(--_brand-white),
      var(--_brand-color) 20%
    );
    --button-color: var(--_brand-black);
  }
}

input::placeholder {
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.15) !important;
}

.nav-borders {
  border-bottom: 1px solid #031926;}

.text-admin {
    color: #78290f !important;
  }
  
  a.text-admin:hover, a.text-admin:focus {
    color: #ac5639 !important;
  }

  .img-account-profile {
    height: 10rem;
}
.img-roster {
  height: 2rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}

.bg-gradient-info-rev {
  background-color: #000033;
  background-image: linear-gradient(180deg, #7a7a52 2%, #000033 100%);
  background-size: cover;
}

#wrapper {}

#leaderboard {
    width: 800px;
    max-width:100%;
    position: relative;
    -webkit-box-shadow: 0px 5px 15px 8px #e4e7fb;
  box-shadow: 0px 5px 15px 8px #e4e7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  }
  
  #leaderboard table {
    width: 800px;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #141a39;
    cursor: default;
  }

#leaderboard tr {
    transition: all 0.2s ease-in-out;
    border-radius: 0.2rem;
  }
  
  #leaderboard tr:not(:first-child):hover {
    background-color: #fff;
    transform: scale(1.1);
    -webkit-box-shadow: 0px 5px 15px 8px #e4e7fb;
    box-shadow: 0px 5px 15px 8px #e4e7fb;
    border-radius: 0.5rem;
    
  }
  
  #leaderboard tr:nth-child(odd) {
    background-color: rgba(96, 115, 10, 0.1);
  }
  
  #leaderboard tr:nth-child(1) {
    color: #fff;
  }
  
  #leaderboard td {
    height: 4rem;
    --font-family: "Rubik", sans-serif;
    font-size: 1.2rem;
    padding: .5rem 2rem;
    position: relative;
    
  }
  
  .number {    
    --font-size: 2rem;
    font-weight: bold;
    text-align: left;
  }
  
  
  .points {
    --font-size: 1.2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .points:first-child {
    --width: 10rem;
  }
  
  .gold-medal {
    height: 3rem;
    margin-left: 1.5rem;
  }
  
.ribbon {
    width: 104%;
    height: 4.5rem;
    top: -0.5rem;
    background-color: #000;
    background-image: linear-gradient(180deg, #000 20%, #fcbf49 100%);
    position: absolute;
    left: -1rem;
    -webkit-box-shadow: 0px 15px 11px -6px #7a7a7d;
    box-shadow: 0px 15px 11px -6px #7a7a7d;
  }
  
  .ribbon::before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    bottom: -0.8rem;
    left: 0.35rem;
    transform: rotate(45deg);
    background-color: #000;
    background-image: linear-gradient(180deg, #000 20%, #fcbf49 100%);
    position: absolute;
    z-index: -1;
  }
  
  .ribbon::after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    bottom: -0.8rem;
    right: 0.35rem;
    transform: rotate(45deg);
  background-color: #000;
  background-image: linear-gradient(180deg, #000 20%, #fcbf49 100%);
    position: absolute;
    z-index: -1;
}

/*  toggle css */

.toggle { display: none; } 
.wrap-collabsible { margin-right: 1.2rem; margin-bottom: 1.2rem;} 
.lbl-toggle { 	display: block; 	font-weight: bold; 	font-family: Questrial,verdana; 	font-size: .9rem; 	text-transform: uppercase; 	text-align: left; padding: .9rem; color: #FFF; background: #912547; cursor: pointer; border-radius: 7px; transition: all 0.25s ease-out; } 
.lbl-toggle:hover { color: #FFF; } .lbl-toggle::before { content: ' '; display: inline-block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } 
.toggle:checked+.lbl-toggle::before { transform: rotate(90deg) translateX(-3px); } 
.collapsible-content { max-height: 0px; overflow: auto; transition: max-height .25s ease-in-out; } 
.toggle:checked + .lbl-toggle + .collapsible-content { max-height: 600px; } 
.toggle:checked+.lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } 
.collapsible-content .content-inner { border-bottom: 1px solid #912547; border-left: 1px solid #912547; border-right: 1px solid #912547; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem; } 
.collapsible-content p { margin-bottom: 0; }

.fs-1 {  font-size: calc(1.375rem + 1.5vw) !important;}
.fs-2 {  font-size: calc(1.325rem + 0.9vw) !important;}
.fs-3 {  font-size: calc(1.3rem + 0.6vw) !important;}
.fs-4 {  font-size: calc(1.275rem + 0.3vw) !important;}
.fs-5 {  font-size: 1.25rem !important;}
.fs-6 {  font-size: 1rem !important;}

/*  Search Forms  */

.s007 {    
    width: 100%;
    max-width: 930px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: rgba(151, 115, 22,.6) !important;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
  }
  
  .s007 form {
    width: 98%;
    max-width: 900px;
    margin: 0;
  }
  
  .s007 form .inner-form {
    width: 100%;
  }
  
  .s007 form .inner-form .input-field {
    position: relative;
  }
  
  .s007 form .inner-form .input-field input {
    border: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 30px 10px 20px;
    color: #666;
    border-radius: 3px;
    color: #555;
  }
  
  .s007 form .inner-form .input-field input.placeholder {
    color: #666;    
  }
  
  .s007 form .inner-form .input-field input:-moz-placeholder {
    color: #999;
  }
  
  .s007 form .inner-form .input-field input::-webkit-input-placeholder {
    color: #999;
  }
  
  .s007 form .inner-form .input-field input:hover, .s007 form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
  }

  .s007 form .inner-form .input-field select {
    border: 0;
    background: #fff;
    --display: block;
    width: 100%;
    padding: 10px 30px 10px 20px;
    color: #666;
    border-radius: 3px;
    color: #555;
  }
  
  .s007 form .inner-form .input-field .btn-search {
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    --background: #57b846;
    white-space: nowrap;
    border-radius: 3px;
    --font-size: 14px;
    color: #fff;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: bold;
  }
  
  .s007 form .inner-form .input-field .btn-search:hover {
    background: #4ea63f;
  }
  
  .s007 form .inner-form .input-field .btn-delete {
    min-width: 100px;
    --height: 40px;
    padding: 0 10px;
    background: transparent;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 14px;
    color: #555;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: bold;
  }
  
  .s007 form .inner-form .input-field .btn-delete:hover {
    color: #000;
  }
  
  .s007 form .inner-form .basic-search {
    margin-bottom: 5px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  }
  
  .s007 form .inner-form .basic-search .input-field {
    width: 100%;
  }
  
  .s007 form .inner-form .basic-search .input-field input {
    padding: 10px 110px 10px 70px;
  }
  
  .s007 form .inner-form .basic-search .input-field .icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    width: 60px;
    height: 100%;
  }
  
  .s007 form .inner-form .basic-search .input-field .icon-wrap svg {
    width: 34px;
    height: 34px;
    fill: #ccc;
  }
  
  .s007 form .inner-form .basic-search .input-field .result-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    width: 110px;
    top: 0;
    right: 0;
    position: absolute;
    font-weight: bold;
    color: #555;
    height: 100%;
    font-size: 14px;
  }
  
  .s007 form .inner-form .basic-search .input-field .result-count span {
    color: #57b846;
    padding-right: 5px;
  }
  
  .s007 form .inner-form .advance-search {
    background: #fff;
    padding: 40px;
    border-radius: 3px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  }
  
  .s007 form .inner-form .advance-search .desc {
    font-size: 15px;
    color: #999;
    display: block;
    margin-bottom: 26px;
  }
  
  .s007 form .inner-form .advance-search .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 12px;
  }
  
  .s007 form .inner-form .advance-search .row.second {
    margin-bottom: 26px;
  }
  
  .s007 form .inner-form .advance-search .row.third {
    margin-bottom: 0;
  }
  
  .s007 form .inner-form .advance-search .input-field {
    --width: calc(33.3333% - 30px);
  }
  
  .s007 form .inner-form .advance-search .input-select {
    height: 40px;
  }
  
  .s007 form .inner-form .advance-search .choices__inner {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #ccc;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    padding-right: 30px;
    font-size: 14px;
  }
  
  .s007 form .inner-form .advance-search .choices__inner .choices__list.choices__list--single {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    padding-top: 10px;
  }
  
  .s007 form .inner-form .advance-search .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    opacity: 1;
    color: #888;
  }
  
  .s007 form .inner-form .advance-search .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    color: #555;
  }
  
  .s007 form .inner-form .advance-search .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 20px 30px;
    margin-top: 2px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  }
  
  .s007 form .inner-form .advance-search .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
  }
  
  .s007 form .inner-form .advance-search .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #57b846;
  }
  
  .s007 form .inner-form .advance-search .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px;
  }
  
  .s007 form .inner-form .advance-search .choices[data-type*="select-one"]:after {
    border: 0;
    width: 32px;
    height: 32px;
    margin: 0;
    transform: none;
    opacity: 1;
    right: 0;
    top: 10px;
    background-size: 18px 18px;
    background-position: right center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  }
  
  .s007 form .inner-form .advance-search .choices[data-type*="select-one"] .choices__button {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%2357b846' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3e%3c/svg%3e");
    background-size: 16px 16px;
    background-position: right center;
    width: 32px;
    height: 32px;
    opacity: 1;
    display: none;
    top: 10px;
    right: 0;
    transform: none;
    margin: 0;
  }
  
  .s007 form .inner-form .advance-search .choices[data-type*="select-one"].valid .choices__button {
    display: block;
  }
  
  @media screen and (max-width: 767px) {
    .s007 form .inner-form .basic-search .input-field input {
      padding: 10px 110px 10px 60px;
    }
    .s007 form .inner-form .basic-search .input-field .icon-wrap {
      width: 60px;
      -ms-flex-pack: center;
          justify-content: center;
    }
    .s007 form .inner-form .basic-search .input-field .icon-wrap svg {
      width: 26px;
      height: 26px;
    }
    .s007 form .inner-form .advance-search .row {
      display: block;
    }
    .s007 form .inner-form .advance-search .input-field {
      width: 100%;
      margin-bottom: 20px;
    }
  }

/*  End Search Forms  */



.card-deck {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  
  .card-ind {
    flex: 1 0 auto;
  }


.brc-default-l1 {
    border-color: #dce9f0!important;
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.text-success-m2 {
    color: #86bd68!important;
}

.font-bolder, .text-600 {
    font-weight: 600!important;
}

.text-110 {
    font-size: 110%!important;
}
.text-blue {
    color: #478fcc!important;
}
.pb-25, .py-25 {
    padding-bottom: .5rem!important;
}

.pt-25, .py-25 {
    padding-top: .5rem!important;
}

.bgc-default-tp1 {
    background-color: rgba(122, 122, 82,.92)!important;
}

.bgc-h-default-l4:hover {
    background-color: #f3f8fa!important;
}

.bgc-default-l4:nth-child(even) {
    background-color:rgba(122, 122, 82, .1) !important;
  }

  .bgc-default-l4:nth-child(odd) {
      background-color:#fff !important;
    }

.page-tools {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.btn-light {
    color: #757984;
    background-color: #f5f6f9;
    border-color: #dddfe4;
}
.w-2 {
    width: 1rem;
}

.text-120 {
    font-size: 120%!important;
}
.text-primary-m1 {
    color: #4087d4!important;
}

.text-danger-m1 {
    color: #dd4949!important;
}
.text-blue-m2 {
    color: #68a3d5!important;
}
.text-150 {
    font-size: 150%!important;
}
.text-60 {
    font-size: 60%!important;
}
.text-grey-m1 {
    color: #7b7d81!important;
}

#corpTitle  {                                /*---|  <header> sub-container (3 of 4)  |---*/
    text-align:center ;
    min-width: 300px;
    margin-top: 0.25em;
    padding: 0 0.5em 0 0.5em;
}
    #corpTitle a {
    color: white;
    font-size: 3.0em ;
    font-variant:small-caps;
    font-family: 'Times New Roman';
    text-shadow: 1px 1px 3px black, 0 0 20px darkolivegreen;
    }

    #corpTitle p {
        text-align: right;
        font-style: italic;
        text-shadow: 1px 1px 12px #FFF;

    }

  footer {
	display: grid;                      /*---|  Primary container    |---*/
	clear: both;
  background: rgba(122, 122, 82, .9);  
	width: 100%;
	text-align: center;
	color: gray;
    padding-top: 0.75em;
    margin-top: 2px;
}

  .grFootCopy {
       
        --margin: 1em;
        align-self: center;
        color: silver;
        font-size: 0.7em;
    }

  .grFootCopy a {
      color: #silver;
  }

    .form-control, .dataTable-input {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1;
        color: #69707a;
    }
    


/* Event Tabs **/

    .container .card-tab {
      width: 100%;
      margin: 0;
      --margin-bottom: -4px;      
    }
    
    .tabs {
      text-align: left;
      --position: relative;
      width:100%;
    }    
    
    .tabs input + label:hover {
      color: #777;
    }

    .tabs .tabsShadow {
      width: 100%;
      padding: 10px;
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
      box-sizing: border-box;
      --position: absolute;
      height: 35px;
      z-index: 0;
      top: 0;
      pointer-events: none;
      
    }

  .tab:checked + label {
      color: gold;
      border-bottom: 2pt solid gold;
      --margin-top:2px;
    }    
    
    
    .tabs input + label {
      margin: 3px 9px 3px -24px;
      width: 16%;
      transition: all 0.3s;
      text-align: left;
      border: none;
      border-bottom: 2pt solid #1d1e22;
      color: #e7e9f5;
      display: inline-flex;
      -webkit-box-pack: center;
      padding: 5pt 10pt;
      vertical-align: top;
      justify-content: flex-start;
      background: #333;
      box-shadow: 1px 1px 2px 1px #231f20;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 8pt;
      background: #26292c;
      margin-bottom: 0.5px;
      border-radius: 7px 7px 0 0 !important;
      border-top: 1px solid #3b3d3f;
      letter-spacing: 0.1666666667em !important;
      --font-family: "antique-olive" !important;
      background: hsl(232deg 6% 17%);
      cursor: pointer;
    }

.tabs input {
  --position: relative;
  opacity: 0;
  --margin: auto !important;
  padding: 0;
}
label.tab.tab-primary {
  border-radius: 6pt 0 0 6pt;
}
label.tab.tab-warning {
  border-radius: 0 6pt 6pt 0;
}

.w-80 {
  width: 80% !important;
}


.evlist {
	display: grid;
	grid-template-columns: 1fr 6fr 1fr;
	grid-auto-rows: minmax(80px, auto);
	border: 1px solid #ccc;
	margin-bottom: 8px;
	
}
.evlist > div {
  padding: 10px;
  font-size: 1em;
  --border: 1px red dotted;
}


.evlist > div > img.img1 {display: block;width:100%/9;max-width:60px;height:auto;margin: auto; float: left;padding-right:10px;}

.evlist > div.evbox1 {   justify-content: center !important; color: white; background-color:var(--_brand-color);}
.evlist > div.evbox2 { }
.evlist > div.evbox3 {   text-align: right; font-size: .7em;}

.evlist > div img.img2  {width:0;display:none;}


.section{
	font: normal 20px 'Bitter', serif;
	color: #8B1010;
	margin-bottom: 5px;
}
.section span {
	background: #8B1010;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}

.staff-card {
  background-color: #fff;
	border:none;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
  align-items:center;
}
.staff-card:hover {
  transform: scale(1.03);
}


.staff-image-container{

	position: relative;
}
.staff-first{

	position: absolute;
	width: 100%;
	    padding: 9px;
}

.thumbnail-image{
	border-radius: 10px !important;
}

.staff-media{
   
}

.staff-detail-container { 
 margin: 4px;
 padding: 4px;
 font-size: 90%;
 color: #666666;
}
img.contact {width: 100%; max-width: 200px; max-height: 200px; }
.conlink {font-size: 88%; color: green; text-decoration: none;}

.contact_content {
    height: 100%;
    width: 100%;
    position:relative;                 /* added */
}

.faq-drawer {
  margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: auto;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
  border-top: #000 1px solid;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 600px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

@media screen and (max-width: 835px) {
	.evlist > div img.img2   {display: block;width:100%;max-width:50px;height:auto;margin: 10px auto; }
	.evlist > div > img.img1 {width:0;height:0;display:none;}
	.evlist {grid-auto-rows: minmax(40px, auto);}
	.evlist > div.evbox1 {   grid-row: 1/3; grid-column: 1; min-width:76px;}
	.evlist > div.evbox2 { grid-column: 2/4; grid-row: 1;}
	.evlist > div.evbox3 {   text-align: center; grid-row: 2;grid-column: 2/4;}
}



DIV.titleadm	{
  width: 100%;
  padding: 2px;
  text-align: left;
  font-family: tahoma, Arial, Helvetica;	
  font-size: 1.2em;
  background-color:#E2DDB5;
  color: #615E3F;
  border: #615E3F 1px solid;
  margin-bottom:12px;
  font-weight: bold;
  text-decoration: none;	}

.note {color: navy; font-size: .85em;}    
.gold {color: goldenrod;}   
.white {color: #fff !important;}   
.red {color:red;}
.maroon {color: maroon;}
.dark-txt {color:#1d1e22;}
.nodec {text-decoration: none !important;}
.bg-nth {background: rgba(122, 122, 82, .2);}