:root {
  --cgBlack: #222222;   /* Define a reusable value */
  --cgNavGrey: #aaaaaa;   /* Define a reusable value */
  --cgActiveBlue: #0000aa;   /* Define a reusable value */
  --cgGenIusColor: #0000ff;   /* Define a reusable value */
}

body {
    color: var(--cgBlack);
    background: white;
    font-family: 'Trebuchet MS', Roboto;
}

.cgLitP {
    font-family: 'Arial Narrow';
}

.CenterTableCell {
/*  padding: 24px; */
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  align-content: center;
  text-align: center
}

.CenterJTableCell {
/*  padding: 24px; */
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  align-content: center;
  text-align: justify;
  text-justify: inter-word;
}
.CenterJP {
/*  padding: 24px; */
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  align-content: center;
  text-align: justify;
  text-justify: inter-word;
}

h1 {
    color: white;
    background: var(--cgBlack);
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 4px;
    margin-right: 8px;
    margin-left: 0;
    float: Left;
}
.cgHeader{
    background: var(--cgBlack);
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 4px;
    margin-right: 0;
    margin-left: 0;
}

.highlight-letter{
    color: var(--cgGenIusColor);    
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 6px;
    text-shadow: 0 0 5px white, 3px 3px 5px white;
    margin-left: 8px;
}

.footnote-CD {
  font-size: 0.8rem;
  font-weight: lighter;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  align-content: center;
}

.imgRt {
  float: Right;
  margin-left: 12px;
  /* border-radius: 36px; */
  margin-bottom: 24px;
}

.imgLt {
  float: Left;
  margin-right: 12px;
  /* border-radius: 36px; */
  margin-bottom: 24px;
}

.AlbImgRt {
  float: right;
  margin-left: 12px;
  margin-bottom: 24px;
  align-content: center;
}

.AlbImgLt {
  float: Left;
  margin-right: 12px;
  margin-bottom: 24px;
  align-content: center;
}

.cgBGCover {
  background-repeat: no-repeat;
  background-attachment: scroll;  
  background-size: cover;
  background-position: center;
}

.imgZoom {
  float: right;
  margin-left: 12px;
  border-radius: 180px;
  margin-bottom: 12px;
  border: 6px solid var(--cgBlack);
}

/* unvisited link */
a:link { color: #11119d; }
/* visited link */
a:visited { color: #5915a0; }
/* mouse over link */
a:hover { color: #0000ff; }
/* selected link */
a:active { color: #6e00e1; }

.conLabel {
    font-size: 1rem;
    font-weight: lighter;  
    text-shadow: none;
}

.conInput {
    border-radius: 20px;
    padding: 6px;
    border:solid;
}

.cgSel {
    border-radius: 20px;
    font-weight:normal;
    padding: 6px;
    border:solid;
}

li {
    color: var(--cgBlack);
    background: white;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    padding-top: 1px;
    margin-bottom: 8px;
}

.cgbutton {
    border-radius: 20px;
    padding: 6px;
    border:solid;
    font-size: 1rem;
    font-weight:bold;
    color: var(--cgBlack);
    background: white;
    margin-left: 0px;
    margin-right: 8px;
}

.cgbutton:hover {
  background-color: var(--cgNavGrey);
/*  color: white; */
}

label {
    font-size: 1.2rem;
    font-weight: bolder;  
    text-shadow: 0 0 5px white, 3px 3px 5px white;
}

.label1:hover {
  color:var(--cgActiveBlue);
}

.bgImgSpace{
    background-color: white;
    height:640px;
    background-repeat:no-repeat;
    background-position:center;
}

.insetimg {
    margin-top:6px;
    border:inset;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:6px; 
    padding-right:6px;
}

.footnote {
    font-size: 0.6rem;
    font-weight: lighter;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    align-content: center;
}

.cgfooter {
  background-color: var(--cgBlack);
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-top: 20px; 
}

.cgfootinfo{
  background-color: var(--cgBlack);
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: lighter;
  
}
/* -----------------new topnav ------------------------------------- */
/* Add a black background color to the top navigation */
.cgtopnav {
  line-height: 1.2;
  background-color: var(--cgBlack);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.cgtopnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px 12px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.cgtopnav a:hover {
  background-color: var(--cgNavGrey);
  color: var(--cgBlack);
}

/* Add a color to the active/current link */
.cgtopnav a.active {
  background-color: var(--cgActiveBlue);
  color: white;
}

/* Add a color to the active/current link */
.cgtopnav div.active {
  background-color: var(--cgActiveBlue);
  float: left;
  color: white;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 17px;
  overflow: hidden;
}

/* ----------------- drop downs ------------------------------------- */
/* The dropdown container */
.cgDropQuiz div {
  float: left;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  overflow: hidden;
}

/* Dropdown button */
.cgDropQuiz .cgDropQuizBtn {
  font-size: 17px;
  border: none;
  border-radius: 0;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.cgDropQuizBtn a.active {
  background-color: var(--cgActiveBlue);
  color: white;
}

/* Add a background color to navbar links on hover */
.cgDropQuiz:hover .cgDropQuizBtn {
  background-color: var(--cgNavGrey);
  color: var(--cgBlack);
}

/* Dropdown content (hidden by default) */
.cgDropQuiz-content {
  display: none;
  position: absolute;
  top: 50px;
  left: 548px;
  background-color: var(--cgBlack);
  min-width: 160px;
  box-shadow: 3px 1px 4x 0 var(--cgBlack);
  z-index: 1;
}

/* Links inside the dropdown */
.cgDropQuiz-content a {
  float: none;
  color: white;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.cgDropQuiz-content a:hover {
  background-color: var(--cgNavGrey);
}

/* Show the dropdown menu on hover */
.cgDropQuiz:hover .cgDropQuiz-content {
  display: block;
}

/* ----------------- drop downs ------------------------------------- */
/* The dropdown container */
.cgDropRes div {
  float: left;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  overflow: hidden;
}

/* Dropdown button */
.cgDropRes .cgDropResBtn {
  font-size: 17px;
  border: none;
  border-radius: 0;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.cgDropResBtn a.active {
  background-color: var(--cgActiveBlue);
  color: white;
}

/* Add a background color to navbar links on hover */
.cgDropRes:hover .cgDropResBtn {
  background-color: var(--cgNavGrey);
  color: var(--cgBlack);
}

/* Dropdown content (hidden by default) */
.cgDropRes-content {
  display: none;
  position: absolute;
  top: 50px;
  left: 379px;
  background-color: var(--cgBlack);
  min-width: 160px;
  box-shadow: 3px 1px 4x 0 var(--cgBlack);
  z-index: 1;
}

/* Links inside the dropdown */
.cgDropRes-content a {
  float: none;
  color: white;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.cgDropRes-content a:hover {
  background-color: var(--cgNavGrey);
}

/* Show the dropdown menu on hover */
.cgDropRes:hover .cgDropRes-content {
  display:block;
}