/* 
  CSS for GCP website
  by Marjorie Simmons
  2013-12-31, initial
  2020-01-19, updated 9:23pm PST
*/

/* ================= equalize browsers ================= */

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,form,label,input,select,fieldset,legend,header,footer,article,section,aside,figure,figcaption,nav,summary,audio,video,canvas,details,applet,iframe,embed,hgroup,menu,output,object,ruby,time,mark {
  margin: 0; 
  padding: 0; 
  border: 0; 
  font-size: 100%; 
  font: inherit; 
  vertical-align: baseline; 
}
header,nav,article,section,footer,aside,details,figcaption,figure,hgroup,noscript,code { 
  display: block;
}
div, figure, img, form, object, applet, embed, video { 
  max-width: 100%;
  /* img obj here hoses google maps so use page-specific styles there */
}
audio[controls], video, canvas { 
  display: inline-block; 
  *display: inline; 
  *zoom: 1; 
}
audio, video {
  margin-bottom: 1.6em;
}
::-moz-selection:not(#menu), 
::selection:not(#menu) { 
  background: #000; 
  color: #fff; 
  text-shadow: none; 
}
html { 
  font-size: 100%; 
  background-color: transparent;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; 
  -webkit-tap-highlight-color: rgba(0,0,255,0); 
  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
}
:root {
  font-size: 21px; /* calc(100vw / 60) */
}
body { 
  font-size: 1em; 
  font-family: "Helvetica Neue","Helvetica","Arial","Dejavu Sans","Verdana","Lucida Sans Unicode",sans-serif; 
  background-color: #fff; 
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==================== font classes =================== */

/*  all things serif  */
p, i, address, blockquote, figcaption, article form label, poem, .abstract, .serif {
  font-family: "Georgia","Baskerville","Garamond","Palatino","Palatino Linotype","Hoefler Text","Times New Roman",serif;
}

/*  all things bold   */
caption, thead, thead th, tfoot, tfoot td, b, em, dt, fieldset legend, .b {
  font-weight: bold; 
}

/*  all things italic */
i, cite, blockquote, figcaption, label, .italic, 
#theQuote a, #theQuote small, .pullquote span {
  font-style: italic;
}

/*  things sans-serif  */
.sans {
  font-family: "Helvetica Neue","Helvetica","Arial","Dejavu Sans","Verdana","Lucida Sans Unicode",sans-serif; 
}

/* =============== basic element styles ================ */

h1, h2, h3, h4, h5, h5, h6 {
  clear: both; 
  margin: 2rem auto 1.5rem auto;
  padding: 0 9%;
  font-weight: normal; 
  color: #000; 
  text-align: center; 
  text-shadow: 1px 1px 1px #ccc;
  page-break-after: avoid;
}
h1 { 
  margin-top: 4rem; 
  font-size: 1.7rem; 
  line-height: 1.2em;
}
h2 { 
  margin-top: 3rem; 
  font-size: 1.35rem; 
}
h3 {
  font-size: 1.25rem; 
}
h4 {
  font-size: 1.2rem; 
}
h5 {
  margin: 0 auto 1em auto;
  font-size: 1em; 
  font-weight: bold;
}
p {
  -moz-hyphens: manual; 
  -webkit-hyphens: manual; 
  -ms-hyphens: manual; 
  hyphens: manual;
}
a:link, article .jsLink { 
  text-decoration: none; 
  color: rgb(60,60,255);
}
a:hover, article .jsLink:hover { 
  color: #c00; 
  text-decoration: underline; 
}
hr {
  clear: both; 
  margin: auto 9%; 
  border-style: solid; 
  border-width: 0.08rem 0 0 0; 
  color: #999;
}
br {
  clear: both; 
}
blockquote {
  margin:0.2em 9% 1.5em 9%; 
  page-break-inside: avoid;
}
details {
  margin: 0.2rem 3rem 0.5rem 3rem; 
  font-size: 0.75rem; 
  page-break-inside: avoid;
}
ul.bullet {
  list-style-type: square; 
  font-size: 0.97rem; 
}
ul.indent, ol.indent {
  margin: auto 6rem; 
  margin-bottom: 2em;
}

/*  ================ figures and images ===============  */

img {
  margin: 0.03em auto; 
  page-break-inside: avoid;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 2rem auto 1rem auto;  /* centers the figure */
  font-size: 0.85em;
  text-align: center;
}
figcaption { 
  margin: 0 auto 1rem auto;
  text-align: left;
  line-height: 1.15em;
  max-width: 500px;
}
figcaption.small { 
  font-family: "Verdana","Helvetica Neue","Helvetica","Arial","Dejavu Sans","Lucida Sans Unicode",sans-serif; 
  font-style: normal;
  line-height: 1em;
}

/*  ====================== forms ======================  */

article form {
  margin: 1rem 9%;
  max-width: 82%;
}
select, input {
  padding: 0.05em 0.2em;
  font-size: 0.8rem; 
  line-height: 1.2rem;
  color: #555;
  border: 0.03rem solid #bbb;
}
label {
  font-size: 0.9rem; 
}
input[type=text] {
  margin: 0 0.3rem 0 0;
  text-align: center;
  border-radius: 0.3em; 
}
input[type=radio], 
input[type=checkbox] {
  margin: 1px 2px 2px 0;
}
input[type=number] {
  padding-right: 0;
  border-right: 0;
  line-height: 1.3rem;
  vertical-align: bottom;
}
fieldset {
  margin: 1rem 1rem 0 auto;
  padding: 0 0.5rem 1.5rem 1rem;
  border: 0.03em solid #aaa;
  max-width: 50%;
  box-shadow: 0.03em 0.03em 0.06em #eee; 
}
fieldset legend {
  padding: 0.5em;
}
input[type=button], 
input[type=reset], 
input[type=submit],
button {
  margin: 1rem auto;
  padding: 0.3em 0.6em 0.4em 0.6em; 
  font-size: 0.8rem; 
  line-height: 1rem;
  cursor: pointer;
  border-width: 0.03rem;
  border-style: solid;
  border-color: #bbb #aaa #999 #bbb;
  border-radius: 0.3em;
  box-shadow: 0.03em 0.03em 0.06em #ccc; 

}
select:active, select:focus, select:hover, 
input:active, input:focus, input:hover,
button:active, button:focus, button:hover {
  color: #000;
}
input[type=button]:active, 
input[type=button]:focus, 
input[type=button]:hover, 
input[type=reset]:active, 
input[type=reset]:focus, 
input[type=reset]:hover, 
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover, 
button:active, 
button:focus, 
button:hover {
  cursor: pointer;
  /* Old browsers */
  background: rgb(178,178,240);
  /* FF3.6+ */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(178,178,240,1) 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,245,1)), color-stop(100%,rgba(178,178,240,1)));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(178,178,240,1) 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(178,178,240,1) 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(178,178,240,1) 100%);
  /* W3C */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(178,178,240,1) 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2f0',GradientType=0 );
}
button::-moz-focus-inner, input::-moz-focus-inner { 
  border: 0; padding: 0; 
}

/*  =================== special text ==================  */

sup, sub {
  font-size: 0.5rem; 
  line-height: 1em;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
pre, code, 
pre .nowrap, 
pre .wrap, 
.pre .wrap, 
.pre .nowrap, 
.nowrap, 
.mono {
  font-size: 0.8rem;
  font-family: "Courier New","Lucida Sans Monospace","Lucida Console","Andale Mono",monospace;
}
pre .wrap, .pre .wrap {
  white-space: pre-wrap; 
}
pre .nowrap, 
.pre .nowrap, 
.nowrap {
  white-space: pre; 
}
code {
  color:#444;
}
q:lang(en) {
  quotes: '\201C'; '\201D'; '\2018'; '\2019'; 
/* was:   &#8220; &#8221; &#8216; &#8217;; */
/*        &ldquo; &rdquo; &lsquo; &rsquo;; */
}

/*  ====================== tables =====================  */

table {
  clear: both; 
  margin: 1rem auto; 
  max-width: 82%;
  font-size: 0.8rem; 
  border-collapse: separate; 
  border-spacing: 0.06rem;    /* space between table cells, looks like a border */
  background-color: #ccc;     /* background showing through space between cells */
  max-width: calc(100%-10rem);
}
table caption {
  margin-bottom: 1rem; 
  line-height: 1.3em;
}
table caption noscript {
  margin: 0.05rem auto; 
  line-height: 1em; 
}
thead th, thead td, tfoot th, tfoot td {
  background: #fff;
}
th, td { 
  padding: 0.24rem; 
  font-size: 0.9em; 
  font-family: "Verdana","Helvetica Neue","Helvetica","Arial","Dejavu Sans","Lucida Sans Unicode",sans-serif; 
  vertical-align: top; 
  line-height: 1em;
}
.striped tr:nth-child(even), .striped li:nth-child(even) { 
  background-color: #fff; 
}
.striped tr:nth-child(odd), .striped li:nth-child(odd) { 
  background-color: rgb(245,245,245); 
}
.hilite tr:hover, .hilite tr:focus, .hilite li:hover, .hilite li:focus { 
  background-color: rgb(255,250,210); 
}
table:not(.striped) th,
table:not(.striped) td {
  background: #fff;
}

/* ============= header on all pages (SSI) ============= */

header {
  clear: both; 
  position: relative; 
  width: 100%; 
  max-width: 100%; 
  min-height: 2rem; 
  overflow: hidden;

  /*  page header box style  */
  background-color: #004; 
  border-bottom: 1px solid #777; 

  /* webkit uses gradient start point, others use finish point */
  background: -moz-linear-gradient(right, #006, #000); 
  background: -o-linear-gradient(right, #006, #000); 
  background: -webkit-linear-gradient(left, #006, #000); 
  background: linear-gradient(to right, #006, #000); 
}
header:after { 
  content: " "; 
  display: table;
}
header h1, header h1 a, header h2 {
  margin: 0;
  padding: 0;
  font-weight: normal; 
  text-align: left; 
}
header h1, header h1 a { 
  font-size: 1.13rem; 
  padding: 0.1rem 0 0.1em 0.2em; 
  text-decoration: none !important; 
  color: rgb(204,204,250) !important; 
  text-shadow: 0.028rem 0 #999;
}
header h1 a:hover {
  color: #fff !important;
}
header h2  { 
  font-size: 0.74em; 
  font-weight: bold; 
  padding: 0.1em 0 0.3rem 1.4rem; 
  color: rgb(154,154,160); 
  text-shadow: 0.025rem 0 #000;
  letter-spacing: 0.04rem;
}
.tagline {
  clear: both; 
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0.03em 0 0.1em 1.3rem; 
  font-family: "OCR A Extended","Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono","Lucida Console","Andale Mono", monospace;
  font-size: 0.9rem; 
  letter-spacing: 0.02rem; 
  color: #bfc;
  background-color: #000; 
  text-shadow: 1px 1px 1px #000;
  border-bottom: 1px solid #999; 
  box-shadow: 1px 1px 3px 2px #ccc; 
}
.gradient {
  clear: both;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 0.9em; 
  background-color: #006;

  background: -moz-radial-gradient(center,ellipse cover,#e5f4ff,cyan,royalblue,blue,darkblue,navy,black,#006, rgba(0,0,0,1));     /* FF3.6+ (Mozilla)  */
  background: -o-radial-gradient(center,ellipse cover,#e5f4ff,cyan,royalblue,blue,darkblue,navy,black,#006, rgba(0,0,0,1));       /* Opera 12+         */
  background: -webkit-radial-gradient(center,ellipse cover,#e5f4ff,cyan,royalblue,blue,darkblue,navy,black,#006, rgba(0,0,0,1));  /* Chrome, Safari4+  */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ff', endColorstr='#000000',GradientType=1 );            /* IE6-9 fallback    */
  background: radial-gradient(ellipse at center,#e5f4ff,cyan,royalblue,blue,darkblue,navy,#006, rgba(0,0,0,0.7));                 /* W3C web standard  */

/*
  background: -moz-radial-gradient(center,ellipse cover,#e5f4ff,cyan,royalblue,blue,darkblue,navy,black,black,black,black,black,black,black, rgba(0,0,0,1));
  background: -o-radial-gradient(center,ellipse cover,#e5f4ff,cyan,royalblue,blue,darkblue,navy,black,black,black,black,black,black,black, rgba(0,0,0,1));
  background: -webkit-radial-gradient(center,ellipse cover,#e5f4ff,cyan,royalblue,blue,darkblue,navy,black,black,black,black,black,black,black, rgba(0,0,0,1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ff', endColorstr='#000000',GradientType=1 );
  background: radial-gradient(ellipse at center,#e5f4ff,cyan,royalblue,blue,darkblue,navy,black,black,black,black,black,black,black, rgba(0,0,0,1));
*/
}

/* ============== message for old browsers ============= */

.msg {
  position:   fixed;
  z-index:    98; 
  top:        2%;
  left:       2%;
  width:      88%; 
  height:     90%; 
  margin:     0;
  padding:    4% 7%; 
  font-weight: bold; 
  font-size:  1.4em; 
  color:      white;
  background: black; 
  text-align: center; 
  opacity:    0.84;
  filter:     alpha(opacity=84);
}
.msg a {
  font-size: 0.75em; 
  color: goldenrod;
  text-decoration: underline;
}
.msg span {
  font-size: 0.7em;
}
.hidden {
  display:none;
}

/* ============= sections contain articles ============= */

section {
  max-width: 100%; 
  padding-bottom: 6rem;
}

/* =================== article styles ================== */

article {
  margin: 0; 
  padding-bottom: 3rem;
  line-height: 1.5em;
}
article a:link, article .jsLink { 
  text-decoration: underline; 
}
article .jsLink {
  cursor: pointer;
}
article dt a:link { 
  text-decoration: none; 
}
article dt a:focus,
article dt a:active,
article dt a:hover { 
  text-decoration: underline; 
}
article p {
  margin: 0.2rem 9% 1.5rem 9%; 
  font-size: 1.02rem; 
  line-height: 1.6rem;
  text-shadow: 1px 1px 1px #eee;
  text-align: left; 
}
article address {
  margin: 2rem 9% 1.5rem 9%; 
  font-size: 0.75rem; 
  line-height: 1rem;
  text-align: left; 
  font-family: "Verdana","Helvetica Neue","Helvetica","Arial","Dejavu Sans","Lucida Sans Unicode",sans-serif; 
}
article ol, article ul, article dl { 
  margin: 1.6em auto;
  padding: 0 9%;
  font-family: inherit; 
  font-size: 1rem; 
  background: transparent; 
}
article li { 
  padding: 0.3em; 
}
article ul ul li, article ul ul ul li  { 
  font-size: 1em; 
}
article p.intro { 
  margin: 2em 25%;
  text-align: center;
}
article dl.serif, 
article ul.serif li, 
article ol.serif li {
  font-family: "Georgia","Baskerville","Garamond","Palatino","Palatino Linotype","Hoefler Text","Times New Roman",serif;
  margin-left: 2%;
}
article dl { 
  clear: both; 
  margin: 1em auto;
  line-height: 2em; 
}
article dt { 
  clear: left; 
  display: block; 
}
article dd { 
  display: block; 
  clear: right;
  padding-left: 0.6em;
}
article .mod {
  margin: 2em 0.3em; 
  font-family: "Verdana","Helvetica Neue","Helvetica","Arial","Dejavu Sans","Lucida Sans Unicode",sans-serif; 
  font-size: 0.7rem; 
  text-align: right; 
}

/* =============== left column, home page ============== */

article.home {
  position: relative; 
  float: left;
  width: 80%;
  max-width: 80%;
  min-width: 120px;
}
article.home h1 { 
  margin: 1.5em auto 0.1em auto; 
  font-size: 1.6em; 
  line-height: 1.6em;
}
article.home h2 { 
  margin: 1em auto 1.5rem auto;
  font-size: 1.1em; 
  line-height: 1.5em;
}
article.home h3 {
  margin: 2em auto 0.25em auto;
  font-size: 1rem; 
}
article.home h4 {
  margin: 0 auto 1em auto;
  font-size: 1.1em; 
}
article.home figure,
article.home figure img {
  margin: 0 auto !important;
  max-width: 550px;
}
article.home figcaption { 
  margin: 0.5rem auto 0 auto;
  max-width: 100%;
  text-align: center;
}
/* ============== right column, home page ============== */

aside.home {
  position: relative; 
  float: right;
  margin: 0;
  padding: 0.5rem 0 18rem 0.15em;
  width: 20%;
  height: auto;
  border-left: 1px solid #ccc;
  font-size: 1em;
  line-height: 1;
  vertical-align: text-top;
  background-color: rgb(248,248,255); 
}
aside.home:after { 
  content: " "; 
  display: table;
}
aside.home h2 {
  margin: 0.6rem 0.05rem 0.25rem 0.25rem;
  padding: 0;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: left; 
}
aside.home h3 {
  font-size: 0.8rem;
  margin: 0.3rem auto 0.1rem auto;
  line-height: 1;
}
aside.home ul {
  margin: 0 0.5rem;
  padding: 0;
  list-style-type: none; 
  background-color: transparent;
  line-height: 1em;
}
aside.home a, 
aside.home li a {
  line-height: 1.5em;
  font-size: 0.8rem;
  color: #55d;
  text-decoration: none;
}
aside.home a:hover, 
aside.home li a:hover {
  text-decoration: underline !important;
}
aside.home form, 
aside.home .latest, 
aside.home .whatsNew, 
aside.home .social, 
aside.home .donate, 
aside.home .subscribe {
  clear: both;
  display: block;
  margin: 0 0 1.4rem 0;
  font-size: 0.7rem; 
  line-height: 1.5em;
  vertical-align: text-top;
  background-color: transparent;
}
aside.home form, 
aside.home form label {
  font-family: "Verdana","Helvetica Neue","Helvetica","Arial","Dejavu Sans","Lucida Sans Unicode",sans-serif; 
  font-size: 0.7rem;
  line-height: 0.8;
}
aside.home form.search, aside form div {
  margin-bottom: 0.5rem;
}
aside.home form div:first-of-type {
  margin-left: 0.5em;
}
aside.home form div div {
  margin-left: -0.25rem;
  white-space: pre;
}
aside.home .social {
  margin-bottom: 1rem;
}
aside.home .whatsNew, aside.home .latest {
}
aside.home .whatsNew li:not(a) {
  font-size: 0.69rem;
  color: #555;
}
aside.home div.subscribe {
  margin-top: 2em;
  line-height: 1rem !important; 
}
aside.home div.images {
  max-width: 132px;
  margin: 0.1em auto 1em auto;
  text-align: center;
}
aside.home div.images div.imgBox {
  margin: 0.1em auto 1em auto;
}
aside img {
  max-width: 130px;
}
aside sup {
  font-size: 0.68rem; 
  vertical-align: text-top;
}
aside a.red {
  color: #c00; 
}
p#theQuote {
  margin: 1em 0.5em;
  padding: 0;
  font-size: 0.79rem;
  line-height: 1.2rem; 
}
#theQuote a {
  font-size: 0.79rem;
}
#theQuote small {
  font-size: 0.7rem;
}

/* ============ img boxes for mobile sizing ============ */

.imgBox {
  position: relative;    
  height: 0;
  overflow: hidden;
}
/* egghost background a placeholder for browsers not loading iframes */
article.home figure .imgBox {
  background: url('/images/egghostmap0702f_tn_360x200.jpg') center center no-repeat;
}
.imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  margin: 0.3rem auto;
}
.imgRatio16x9 {
  padding-bottom: 56.25%;  /* 9/16 x 100 */
}
.imgRatio45x25 {
  padding-bottom: 55.55%;  /* 25/45 x 100 */
}
.imgRatio4x3 {
  padding-bottom: 75%;     /* 3/4  x 100 */
}
.imgRatio1x1 {
  padding-bottom: 100%;	
}
.imgRatio130x85 {
  padding-bottom: 65.38461538461538%;   /* 85/130 x 100 */
}

/* ===================== blog pages ==================== */

article.blog h1 {
  margin-top: 0.6em; 
}
article.blog h2 {
  margin-bottom: 1.5rem; 
}
.blog h1, 
.blog h3 {
  padding: 0 6%;
}
.blog p {
  display: inline-block;
}
.blog p#theQuote {
  display: block;
  font-size: 1rem;
}
.blog h3 {
  margin-top: 2rem;
  padding-top: 0.5rem;
  line-height: 3rem;
  text-align: left; 
  font-size: 1.5em; 
  font-variant: small-caps;
  text-shadow: 1px 1px 1px rbga(240,240,250,0.5);
  color: #777; 
}
.blog h3:before {
  content: " "; 
  display: table;
  width: 80%; 
  padding: 0 9%;
  border-top: 4px dotted #339; 
}
p.dots, h3.dots, div.dots {
  content: " "; 
  display: table;
  width: 70%; 
  text-align: left;
  border-top: 4px dotted #339; 
}
div.dots, div.center, p.center {
  margin: auto auto;
  text-align: center;
}
.blog ul, 
.blog ol, 
.blog ul.bullet, 
.faq ul, 
.faq ol, 
.faq ul.bullet {
  font-family: "Georgia","Baskerville","Garamond","Palatino","Palatino Linotype","Hoefler Text","Times New Roman",serif;
}
.faq h2 {
  margin: 3rem auto; 
}
.blog blockquote,
.faq blockquote {
  margin: 0.5rem 9rem 1.3rem 9rem; 
}

/* =========== blog and videos top navigation ========== */

div.topnav {
  display: block;
  margin: 2.4em auto 0 auto; 
  padding: 0;
  width: 86%;   /* up the width (max 99%) when years go multi-line */
  font-size: 0.86rem;
}
.topnav h4 { 
  display: inline; 
  float: left;
  margin: 0 0.25em 0 0;
  padding: 0 0 !important;
  width: auto; 
  text-align: left;
  font-size: 1.5em; 
  color: #666; 
  font-variant: small-caps;
  text-shadow: 1px 1px 1px rbga(245,245,254,0.5);
  line-height: 1.5;
  vertical-align: text-top;
}
.topnav ul {
  display: inline;
  float: right;
  width: 82.3%;
  margin: 0; 
  padding-top: 0;
  text-align: center; /* change to right when years go multi-line */
  line-height: 1;
  background: transparent;
}
.topnav li {
  display: inline-block; 
  margin: 0 0 0.5em 0.6em; 
  font-size: 1.5em;
  line-height: 1.2;
  vertical-align: text-middle;
}
.topnav li a {
  color: rgb(80,80,255);
  text-decoration: none;
}
.topnav li a:hover {
  text-decoration: underline;
}
.topnav .mod {
  clear: both;
  margin: 2em auto 0 auto; 
  padding: 2em 0 1em 0; 
  text-align: center;
  color: rgb(100,100,100);
}
.topnav .currentItem,
.topnav .currentItem a {
  font-size: 1.5rem;
  color: #000;
}

/* ============= footer on all pages (SSI) ============= */

footer { 
  clear: both; 
  position: fixed; 
  bottom: 0; 
  left: 0; 
  margin: 0;
  width: 100%; 
  max-width: 100%; 
  font-family: "Verdana","Helvetica Neue","Helvetica","Arial","Dejavu Sans","Lucida Sans Unicode",sans-serif; 
  font-size: 0.7rem; 
  color: #ddd; 
  background-color: #004; 

  /*  footer box styling  */
  background-color: #004; 
  border-top: 1px solid #999; 
  box-shadow: 1px 1px 3px 2px #ccc; 
  background: -moz-linear-gradient(left, #004 40%, #000); 
  background: -o-linear-gradient(left, #004 40%, #000); 
  background: -webkit-linear-gradient(right, #004 40%, #000); 
  background: linear-gradient(to left, #004 40%, #000); 
}
footer a, footer a:hover { 
  color: #fff !important;
}
footer.home,
footer.relative { 
  clear: both; 
  position: relative; 
  float: left;
  padding: 0;
}
footer.home div.small { 
  margin: 0;
  padding: 0.05rem 0 0.2rem 0;
  font-size: 0.56rem; 
}
footer.home div.small span { 
  font-size: 0.78rem; 
  font-weight: bold; 
}
.copyright {
  color: #bbb; 
  margin: 0.5rem;
}
footer:not(.home) .copyright, 
footer.relative .copyright {
  display: inline-block; 
  position: relative; 
  float: left; 
}
footer nav {
  padding: 1.2em 1.5em 0.2em 0; 
  font-size: 1em; 
  text-align: right; 
}
footer nav a {
  color: #ccc;
  text-decoration: underline;
}
footer nav a:hover {
  color: #fff;
}

/* ===================== dot menus ===================== */
/*           use for links only, no plaintext            */
/*       change width, margin in per-page stylesheet     */

.dotmenu {
  margin: 1em auto 2em auto;
  width: 33%; 
  padding: 0 0 0 1.1rem;
  list-style: none;
  font-size: 0.9rem;
  border-left: 0.03em dotted gray;
  border-radius: 0;
}
.dotmenu li {
  margin: 0;
  padding: 0 0 0.09rem 1rem;
  font-size: 0.9rem;
  width: 100%;
  border-bottom: 1px dotted transparent;
  line-height: 1.5;
}
.dotmenu li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.dotmenu li:active,
.dotmenu li:focus,
.dotmenu li:hover {
  border-bottom: 1px dotted gray;
  list-style-image: url(/images/01_24x24.png);
}

/* ===================== link icons ==================== */

a.iconExternal, cite.iconExternal {
  background: url(/images/iconExternal.png) center right no-repeat;
  padding-right: 16px;
}
a.iconPDF, cite.iconPDF {
  background: url(/images/iconPDF.gif) center right no-repeat;
  padding-right: 18px;
}
a.iconDoc, cite.iconDoc {
  background: url(/images/iconDoc.png) center right no-repeat;
  padding-right: 19px;
}
a.iconTxt, cite.iconTxt {
  background: url(/images/iconTxt.png) center right no-repeat;
  padding-right: 16px;
}
a.iconAudio {
  background: url(/images/iconAudio.png) center right no-repeat;
  padding-right: 18px;
}
a.iconReal {
  background: url(/images/iconReal.png) center right no-repeat;
  padding-right: 18px;
}
a.iconMail, cite.iconMail {
  background: url(/images/iconMail.png) center right no-repeat;
  padding-right: 18px;
}
a.iconExtNav {
  background: url(/images/iconExtNav.png) center right no-repeat !important;
  padding-right: 10px
}
a.iconFilm {
  background: url(/images/iconFilm16.png) center right no-repeat !important;
  padding-right: 20px
}
a.iconZip {
  background: url(/images/iconZip.png) center right no-repeat !important;
  padding-right: 20px
}
a.iconLock {
  background: url(/images/iconLock.png) center right no-repeat !important;
  padding-right: 17px
}

/* ====================== columns ===================== */
/*  set container width and margin in per page styles   */

.cols2 {
  -moz-column-count: 2;    /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
}
.cols3 {
  -moz-column-count: 3; 
  -webkit-column-count: 3;
  column-count: 3;
}
.cols4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}

/* =================== pullquote box =================== */
/* usage:
  <div class="pullquote">
    <span>&ldquo;</span>
    <span>
      quote goes here
    </span>
    <span>&rdquo;</span>
  </div>
*/

.pullquote {
  width: auto;
  margin: 1em auto; 
  display: table;
  font-family: "Georgia","Times New Roman",Times,"Palatino","Palatino Linotype","Baskerville","Garamond", serif; 
}
.pullquote span {
  padding: 1em 0 0.05em 0.2em;
  vertical-align: middle; 
}

/* === left and right quotes === */

.pullquote span:first-of-type,
.pullquote span:last-of-type {
  width: 1em; 
  font-size: 3em; 
  font-weight: bold; 
  line-height: 0.6em; 
  padding: 0.25em;
  font-style: normal;
  color: #ccc; 
  vertical-align: top;
}
.pullquote span:first-of-type {
  float: left;
  text-align: left; 
}
.pullquote span:last-of-type {
  float: right;
  text-align: right; 
}

/* ============ miscellaneous custom styles ============ */

.tiny { 
  font-size: 0.6rem !important; 
  margin: 0;
}
aside a.tiny { 
  color: #55f;
}
.small { 
  font-size: 0.7em; 
}
.smallSans { 
  font-size: 0.8em; 
  font-family: "Verdana","Helvetica Neue","Helvetica","Arial","Dejavu Sans","Lucida Sans Unicode",sans-serif; 
  line-height: 1em !important;
}
.big   { 
  font-size: 1.05em; 
}
.bigger   { 
  font-size: 1.3em; 
}
.huge {
  font-size: 3rem;
}
.left {
  text-align: left; 
}
.right {
  text-align: right; 
}
.center {
  clear: both; 
  text-align: center;
}
.floatR { 
  position: relative; 
  display: inline-block; 
  float: right; 
}
.floatL { 
  position: relative; 
  display: inline-block; 
  float: left; 
}
.block {
  display: block;
}
.normal { 
  font-style: normal;
}
s, .s {
  text-decoration: line-through;
}
.indent {
  margin: auto 6rem; 
}
.indentBit {
  margin-left: 0.25rem; 
}
.indent2x {
  margin-left: 20%; 
}
.indent3x {
  margin-left: 25%; 
}
.indent4x {
  margin-left: 30%; 
}
.indent5x {
  margin-left: 40%; 
}
.inline {
  display:inline; 
}

/* ================= custom site colors ================ */

.white {
  color:#fff;
}
.red { 
  color: #d00;
}
.green { 
  color: #008000;
}
.ltred { 
  color: #f08080;
}
.blue { 
  color: #0000ff;
}
.ltBlue {
  background-color: rgb(242,242,249); 
}
.gray4 {
  color: #444; 
}
.gray5 {
  color: #555; 
}
.gray6 {
  color: #666; 
}
.gray7 {
  color: #777; 
}
.gray9 {
  color: #999; 
}
.black {
  color: #000;
}
.brown {
  color: brown;
}
.gray6:active, .gray6:focus, .gray6:hover {
  color: #fff; 
}

/* ==================== media options =================== */
/* usage:
   <body id="theatre">
   <p id="dimmerswitch" class="center smallSans gray4" onclick="javascript:dimTheLights();">
     [ <span id="lightswitch">dim the lights</span> ]
   </p>
*/

#theatre {
  width: 100%;
  padding-bottom: 6em;
}
#lightswitch {
  cursor: pointer;
}
.dim {
  background-color: rgba(26,28,36,0.96);
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

/* ==================== page options =================== */
/*     for pages having options or page-specific help    */

.optionsbox, .help {
  float: right; 
  display: inline-block;
  margin: 0 0.5em;
  border: 1px solid blue;
}
.optionsbox ul, .help ul {
  padding: 0 0.06rem;
}
.optionsbox li, .help li {
  font-size: 0.7rem; 
  line-height: 0.9rem;
  padding: 0;
}

/* ==================== results page ================== */
/*    definition list links right after page heading    */

dl.defs {
  clear: both;
  margin: 2em 9% 0.75em 9%; 
  padding: 1em 0 0.75em 1em;
  font-size: 0.92em;
  line-height: 1.75em; 
  border: 0.03em solid #bbb;
  border-width: 0.03em 0;
  border-radius: 0;
}
dl.defs:after {
  clear: both;
  display: table; 
  content: ' ';
}
.defs dt {
  clear: both; 
  float: left;
  display: inline-block;
  font-weight: normal; 
  min-width: 24%; 
}
.defs dd {
  float: left; 
  display: inline;
  max-width: 76%; 
}
.defs dd:last-of-type {
  margin-bottom: 1.4em;
}

/* === key list for event results table === */

dl.big {
  margin-bottom: 1.5rem;
  line-height: 1em; 
  background: transparent; 
}
.big dt {
  clear: both; 
  float: left; 
  text-align: right;
  width: 44%; 
  padding-right: 0.4em;
}
dd.big {
  float: left; 
}

/* ========= results images ======== */

#graph1 img, #alldata img,
#graph1 figcaption, #alldata figcaption {
  max-width: 500px;
}
#graph1 figcaption div, #alldata figcaption div {
  padding-bottom: 1rem;
}

/* ============== generic box for callouts ============= */

.note {
  margin: 2em auto;
  padding: 0.06em 0.12em;
  font-size: 16px;
  line-height: 1.4em;
  background-color: #eee;
  color: #777;
  text-align: center;
  border-radius: 6px;
}
.standoutbox {
 margin-bottom: 1.5em;
 padding: 0; 
 border: 3px solid blue;
}

/* ============= boxes of graduated widths ============= */

.box100, .box96, .box84, .box72, .box60, .box48, .box36 { 
  position: relative; 
  display: block; 
  margin: 2rem ; 
  padding: 1em 0; 
  background: transparent; 
  -moz-box-sizing: content-box; 
  -webkit-box-sizing: content-box; 
  box-sizing: border-box; 
}
section .box100 { 
  width:calc(100%-12em);
}
section .box96 { 
  width:calc(96%-12em);
}
section .box84 { 
  width:calc(84%-12em);
}
section .box72 { 
  width:calc(72%-12em);
}
section .box60 { 
  width:calc(60%-12em);
}
section .box48 { 
  width:calc(48%-12em);
}
section .box36 { 
  width:calc(36%-12rem);
}
section .box { 
  max-width:100%;
  border:1px solid #ccc; 
}

/* ================ site navigation menu =============== */

#sitenav {
  position: fixed;
  top: 0;
  right: 0;
  width: 66%;
  height: auto;
  display: table;
  z-index: 98; 
  font-family: "Helvetica","Arial","Verdana",sans-serif; 
  font-size: 0.7rem; 
  color: #fff;
  background-color: rgba(26,28,36,0.88); 
  border-bottom: 0.03em solid #000;
  border-left: 0.03em solid #000;
  border-radius: 0 0 0.7em 0.7em; 
}
#sitenav a, 
#sitenav a:active, 
#sitenav a:focus, 
#sitenav a:hover {
  color: #fff;
  text-decoration: none;
}
#sitenav div {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  display: table-cell;
  padding: 0.25rem 0.1em 0.1em 0.9em;
  font-weight: bold;
  white-space: pre;
  z-index: 99; 
  background: #000;
  vertical-align: middle;
  border-width: 0 0 0.03em 0.03em;
  border-color: transparent transparent #555 #555;
  border-style: solid;
  border-radius: 0 0 0.6em 0.6em; 
  background: -moz-linear-gradient(top right, #ccc, #888, #222, rgba(0,0,0,0.1));
  background: -o-linear-gradient(top right, #ccc, #888, #222, rgba(0,0,0,0.1)); 
  background: -webkit-linear-gradient(left, #ccc, #888, #222, rgba(0,0,0,0.1));
  background: linear-gradient(to top right, #ccc, #888, #222, rgba(0,0,0,0.1));
}
#sitenav #menudot {
  margin: -0.25rem 0 0 0.4em;
  vertical-align: top;
}
#sitenav ul li a,
#sitenav ul,
#sitenav ul li,
#sitenav ul li ul,
#sitenav ul li ul li,
#sitenav ul li ul li ul, 
#sitenav ul li ul li ul li, 
#sitenav ul li ul li ul li ul,
#sitenav ul li ul li ul li ul li,
#sitenav ul li ul li ul li ul li ul {
  list-style-type: none; 
  background: transparent;
  border-radius: 0; 
}
a.iconExtNav {
  background: url(/images/iconExtNav.png) center right no-repeat !important;
}
a.iconMail {
  background: url(/images/iconMail.png) center right no-repeat !important;
}
ul#navpanel {
  display: none; 
}
#sitenav li {
  padding: 0.1em 0; 
}
#sitenav ul li.listhead {
  display: inline; 
  position: relative;
  float: right;
  padding: 0.3em 0 0.5em 0; 
  width: 25%;
}
#sitenav li.listhead span.sub1 {
  padding: 0.4em 0 0.6em 0; 
  border-bottom: 0.06em solid orange;
}
#sitenav li.listhead span.sub1, 
#sitenav li.listhead span.sub2, 
#sitenav li.listhead a.sub2 {
  font-weight: bold;
}
#sitenav li.listhead span.sub1:last-of-type {
  padding-left: 0.3em;
}
#sitenav li a, #sitenav li span {
  display: block;
  width: 100%;
  text-shadow: 0.03em 0.03em 0.03em rgba(0, 0, 0, 1);
  -webkit-font-smoothing: antialiased;
}
#sitenav ul li ul li a:active, 
#sitenav ul li ul li a:focus,
#sitenav ul li ul li a:hover {
  background: url(/images/10_14x14.png) center right no-repeat !important;
  cursor: pointer;
}
#sitenav ul.navsub {
  padding: 0.1em 0.2em 0.3em 0.6em; 
  width: 99.5%;
}
#sitenav li.listhead ul.navsub:first-of-type {
  margin-top: 0.5em;
}
#sitenav ul ul ul {
  margin: 0 -0.3em 0 0.3em; 
  padding: 0 0 0 0.03em; 
  border: 0.03em #aaa dotted;
}
#sitenav ul.about li {
  padding-left: 0.3rem;
}
#sitenav .aboutCol {
  width: 92%;
}
#sitenav ul.about ul li {
  padding-left: 0.03rem
}
#sitenav li.hassub {
  margin-top: 0.9rem; 
}
#sitenav li.hassub ul ul {
  border: 0;
}

/* ================ mobiles and printing ================*/

@media only screen and (max-width: 680px) {
  header,footer,article,section,aside,details,figcaption,figure,hgroup,noscript,code,pre,img,form,object,applet,embed,video,audio {
    clear: both;
  }
  article.home {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  article.home figure, 
  article.home figure img, 
  article.home figcaption {
    max-width: 96%;
  }
  aside.home {
    float: none;
    width: 100%;
    padding: 0.5rem 0.15em 18rem 0.15em;
    border-top: 1px solid #ccc;
    text-align: center;
  }
  aside.homee h2, aside.home form, aside.home p, aside.home img, aside.home ul, aside.home div *, aside.home *:not(button), aside.home *:not(input) {
    margin: 0.3em auto;
    text-align: center;
  }
  aside.home div, aside.home h2, aside.home form {
    float: none !important;
    display: block;
    margin: 1em auto 0.25em auto !important;
    width: 360px;
    max-width: 98%;
  }
  aside.home img, aside.home div.images {
    max-width: 150px;
  }
  aside.home div.images {
    border: gray 1px solid;
    padding: 0.5em;
  }
  aside.home p#theQuote, aside.home .donate {
    width: 360px;
    max-width: 90%;
    padding-top: 2em;
    margin: 1.5em auto;
  }
  aside.home form.search div {
    display: block;
    float:none !important;
  }
  #sitenav ul li.listhead {
    width: 50%;
    padding: 0.3em 0 0 0;
  }
  ol, dl, blockquote, .dotmenu, ul:not(#navpanel), ul:not(.navsub) {
    margin: 0.5em 1px 0.1em 1px !important;
    padding: 0.1em 0.02em 0.3em 0.06em;
    width: 100%;  /* calc(100vw / 84) */
    max-width: 100%;
    float:none;
    display: block;
    font-size: 14px;
  }
  #sitenav .sub2 {
    padding: 1px;
    background-color: #000;
    font-size: 13.5px;
  }
  #sitenav li.listhead span.sub1:nth-of-type(3),
  #sitenav li.listhead span.sub1:nth-of-type(4) {
    padding: 0 0 0.6em 0;
    border-top: 0.06em solid orange;
  }
  #sitenav ul.navsub li:nth-of-type(2) {
    height: 2.5em;
  }
  #sitenav li.hassub {
    margin-top: 0.1rem; 
  }
  .indent {
    margin: auto auto !important;
    padding: 1em 1.3em;
  }
  .indent2x {
    margin: auto auto !important;
    padding: 1em 1.6em;
  }
  .indent3x {
    margin: auto auto !important;
    padding: 1em 1.9em;
  }
  .standoutbox {
    margin: 1em auto;
    border: 2px solid blue;
  }
  audio, video {
    margin: 1em auto 1.6em auto;
  }
  .tagline {
    font-size: 14px; 
    padding: 4px 0.1rem 0.1rem 0.5rem ;
  }
  .tagline:before { 
    font-family: monospace;
    font-size: 1rem; 
    display: inline-block;
    margin: -5px 0.3em 0.3em -3px;
    height: 1.5em;
    content: '\00BB';
    float: left;
  }
}
@media only screen and (max-width: 450px) {
  h1,article.home h1 { 
    font-size: 1.5rem; 
    line-height: 1em;
  }
  h2, article.home h2 { 
    font-size: 1.3rem; 
    line-height: 1em;
  }
  header h1, header h1 a { 
    font-size: 0.8rem !important; 
  }
  #graph1 img, #alldata img,
  #graph1 figcaption, #alldata figcaption {
    max-width: 80%;
  }
}
@media only screen and (max-width: 330px) {
  header h1, header h1 a { 
    font-size: 0.75rem; 
  }
  header h1:before { 
    font-size: 1.1rem; 
    padding-top: 0.1em;
    content: 'GCP';
  }
}
/* enlarge menu for smaller viewports */
@media only screen and (min-width: 200px) and (max-width: 900px) {
  #sitenav {
    width: 99.5%;
    position: absolute;
    top: 24px !important;
    right: 0;
  }
  #sitenav ul.navpanel, ul:not(.navsub) {
    margin: 1em 6px 1em 3px !important; 
    width: 96%;  /* calc(100vw / 84) */
    max-width: 96%;
    float:none;
    display: block;
  }
  #sitenav ul.navsub {
    padding: 0;
    margin: 0.3em 3px 1em 3px !important; 
  }
  #sitenav ul.navsub:nth-of-type(3),
  #sitenav ul.navsub:nth-of-type(4) {
    margin-top: 0 !important; 
  }
  #sitenav li.hassub {
    margin-top: 0; 
  }
}
@media print {
  * {
  background: transparent !important; 
  color: #000 !important; 
  text-shadow: none !important; 
  box-shadow: 0 0 0 0 #fff !important; 
  filter: none !important; 
  -ms-filter: none !important; 
  } 
  header, footer, .gradient, .tagline, aside.home,
  #sitenav, .noprint, .header, .footer { 
    display: none;
  }
  body:before {
    content: 'The Global Consciousness Project: www.global-mind.org'; 
    width: inherit;
    font-size: 0.8rem; 
    font-weight: normal; 
  }
  section, article {
    margin: 0 0;
  }
  section, article, h1, h2, h3, h4, h5, h6, h1.home, h2.home, p, figure, figcaption,
  article p, article h1, article h2, article h3, article h4, article h5, article h6 {
    float: none;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0;
  }
  p, article p {
    margin: 1em 0 !important;
  }
  a, a:visited { 
    color: #444 !important; 
    text-decoration: underline; 
  }
  a[href]:after { 
    content: " (" attr(href) ")"; 
  }
  abbr[title]:after {
    content: " (" attr(title) ")"; 
  }
  /* no links for images, javascript/internal links */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; 
  } 
  pre, code {
    page-break-inside: avoid;
  }
  pre, blockquote {
    border: 1px solid #999; 
    page-break-inside: avoid; 
  }
  thead {
    display: table-header-group; 
  } 
  figure, figcaption {
    float: none !important;
    display: block !important;
    margin: 0 0.001rem !important;
    padding: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  } 
  img, figure img,
  article.home .imgBox,
  article.home .imgRatio45x25 {
    position: relative !important;
    max-width: 80% !important;
    padding-bottom: 220px !important;
  }
  img, figure img {
    width: inherit !important;
  }
  @page {
    margin: 0.6cm; 
  }
  tr, img {
    page-break-inside: avoid; 
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; 
  }
  p, h1, h2, h3, h4, h5, h6 {
    orphans: 3; 
    widows: 3; 
  }
}
