/* palomarSky.css - a blue style sheet */
/* Last modified 31 March 2021 */

/* These rules control main body elements */
* { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*disable hideous Android blue hightlight*/
}
body {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#1C1C1C;
	font-size: 11.5pt;
	color: #1C1C1C;
	font-weight: normal;
	line-height: normal;
}

table {
	width: 100%;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;	
	font-size: 11.5pt;
	color: #1C1C1C;
}

.main {
	background-color: #FFFFFF;
}

.home, .main {
	max-width: 1100px;
	margin: 0px auto;
}

.top {
	background-color: #00174D; /* Annie's blue */
	background-image: url(/palomar/images/sky.jpg);
	padding-left: 14px;
	padding-right: 0px;
	text-align: center;
	height: 83px;
	
}

/* These rules control main body links */

a {
	text-decoration: none;
    color: #00237a; /*different from original color #002172 -- lighter */
} 

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #697CAD;
}


/* These rules control the menu */

td.left {
	background-color:#7587AD;
	width: 118px;
	min-width: 118px;
	padding-top: 104px; /* Turn this on with Doctype */
    padding-left: 20px;
    padding-right: 8px; 
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
}
nav {  
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 50px;
    display: block; /* must have for Safari, but doesn't work */
} 
nav ul, nav ul li { 
	text-indent: 0; 
	margin: 0; 
	padding: 0;
	list-style: none;
}

nav ul li { 
	padding-top: 7px; 
	padding-bottom: 7px;
	line-height:normal;
}

#menuicon, #closemenu {
    display: none;
}

li.menu, a.menu, p.menu {
	font-size: 10pt;
	color: #333;
	font-style: normal;
}

li.submenu, a.submenu {
	font-size: 9pt;
	color: #333;
}

li.ssubmenu, a.ssubmenu {
	font-size: 9pt;
	color: #363636;
	font-style: italic;
}
a.menuex {   /* External left menu items (eg. Observer Login brings up an icon on hover) */
	font-size: 10pt;
	color: #333;
	font-style: normal;
}

a.submenuex {
	font-size: 9pt;
	color: #333;
	font-style: normal;
}

a.menuex:hover:before, a.submenuex:hover:before {
   content: "";   
}

a.menuex:hover:after, a.submenuex:hover:after {
   content: url(/palomar/stylesnscripts/lightbox/img/menuex.png);
   padding-left:4px;
}

/* These rules control main content cell */

td.content {
	padding-left: 64px;
	padding-right: 64px;
	padding-bottom: 20px;
	vertical-align: top;
}

td.content a { 
    text-shadow: 1px 1px 0px #ececff;
}
/* These rules control header placement and titles */

h1, h2, h3, h4 {
	color: #002172;
	line-height: normal;
}

h1 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 20pt;
}
.variant1 {
	margin-top: 10px;
	font-style: italic;
	margin-bottom: 20px;
}

h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 16pt;
}

.variant2  {
	margin-top: 50px;
	margin-bottom: 20px;
}

h3 {
	font-size: 13.5pt;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 0;
}

h4 {  
	font-size: 12pt;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 0;
}

h5 {
	color:#697CAD; 
	font-size: 11.5pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	font-weight: 400;
}



.announcement {
	text-align: center;
	color:#697CAD;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #999;
	line-height: normal;
}


div.note {  /*  new stuff to support annoucements  */
        display:inline-block; 
        font-weight:normal;
        padding:1.5em;
        background-color: #F3F3F3;
        //padding: 6px 10px;
        margin: 4px 0 12px;
        border: solid 1px #CCC;
        position: relative;
}
        div.note::before {
        content: "Observer Announcements \a";
        white-space: pre;
        font-size: 13.5pt;
        text-align: center;
        margin: 20px auto 15px;
        font-weight: bold;
        display: block;        
}

a.anchor:target {
	outline: none;
}

a.anchor:hover {
	text-decoration: none;
}


/* These rules control contents box */

.contents {
//	max-width: 300px;
    max-width: 240px;
	min-width: 100px;
	width: auto;
	padding-top: 8px;
	padding-bottom: 16px;
	padding-left: 44px;
	padding-right: 24px;
	background-color: #F3F3F3;
	margin-top: 0px;
	border: solid 1px #CCC;
}
.contents.full {
    max-width: 100%;
    width:auto;
    min-width:auto;    
}
.contents li, .contents p {
	padding-left: 0px;
	font-size: 10.7pt;
	color: #2C2C2C;
	line-height: normal;
}
.contcat {
    display: none;
}
.contexpand, .contexpandall {
    cursor: pointer;    
}

.showall:after {
    padding-left: .5em;
    content: "[show all]";
    cursor: pointer;
}
.showall.down:after {
    content: "[hide all]";
}    
    
.chev:after {
   font-family: FontAwesome;
    content:"\f0da";
   font-size: 16px;

   display: inline-block;     /* to increase touch area*/
   position: relative;    
   z-index: 1;     
   padding: 1em;     
   margin: -1em;
   padding-left: 1.3em;
   bottom: -2px;
   color:inherit;
}
.chev:hover:after {
    color: #697CAD;
    cursor: pointer;
}
nav .chev:hover:after {
    color: #CCC;
}
.chev.down:after {
    content:"\f0d7";
}    

/* Multiple-column table of contents */
.doublecontents, .triplecontents {   
	background-color: #F3F3F3;
	border: solid 1px #CCC;
}

.doublecontents {
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2; 
	-webkit-column-width: 300px;
	column-width: 300px; 
}

.triplecontents {
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3; 
	-webkit-column-width: 140px;
	column-width: 140px; 
}

.doublecontents, .triplecontents {
	max-width: 769px;	
	width: auto;
	-webkit-column-rule: 1px solid #CCC; 
	-moz-column-rule: 1px solid #CCC; 
	column-rule: 1px solid #CCC;
	-webkit-column-gap: 60px; 
	-moz-column-gap: 60px; 
	column-gap: 60px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 0px;
}

.doublecontents ol, .triplecontents ol { 
	margin: 0px; 
} 

.doublecontents li, .doublecontents p, .triplecontents li, .triplecontents p  {
	padding-left: 0px;
	font-size: 10.7pt;
	color: #2C2C2C;
	line-height: normal;
}

.doublecontents p, .triplecontents p {
	-webkit-column-span: all; 
   column-span: all;
	text-align: center;
}



/* These rules control paragraphs */

p {
	font-size: 11.5pt;
	color: #1C1C1C;
	font-weight: normal;
}

/*p.note {
        display:inline-block; 
        font-weight:bold; 
        padding:1em 0 1em 0;
}*/

p, li, div.note {
	line-height: 1.3;
}

.r-padded {
	padding-right: 40px;
	
}

.l-padded {
	padding-left: 40px;
	
}

.serif {
	font-style:italic;font-family:Georgia,serif;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
sup {
//  top: -0.5em;
    top: -0.4em;    
}
 
sub {
  bottom: -0.25em;
}


/* These rules control lists */

ol, ul {
	font-size: 11.5pt;
	color: #1C1C1C;	
	padding-top: 0;
	padding-bottom: 0;	
}

.square {
	list-style-type: square;
}

.dot {
	list-style-type: disc;
}

.unnumbered {
	list-style-type: none;
}

.letter {
	list-style-type: lower-alpha;
}

.roman {
	list-style-type: lower-roman;
}

li {
	padding-top: 3pt;
	padding-bottom: 3pt;
	color: inherit;
}

/* Chechlists */    
    
ul.checklist {
    list-style-type: none; 
}

.checklist li:before {
    content: "\25A2";
    padding-right: 8px;
    margin-left:-24px; 
}    


/* These rules control tabular options */

.short, .short td {
	width: auto;		
}

.padded {
	padding: 30px;
}

.data-l, .data-c {
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	vertical-align: middle;
	border-collapse: collapse;
	font-size: 11.5pt;
    min-width: 400px;
}
.data-c {
	text-align: center;
}

.data-l {
	text-align: left;
}


tr.bar {
	border-bottom: solid 1px;
	border-color: #999;
}

.data-c, .data-l, .short-c {    
	min-width: 400px;
}
.data-c.full, .data-l.full {    
	min-width: 100%;
}

.short-c {
	width:auto;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}

.data-c th, .data-l th {
	background-color: #F3F3F3;
	border-bottom: solid 1px;
	border-top: solid 1px;
    padding: 5px;
}
.data-l td, .data-c td{
    padding: 5px;
}
.data-l th {
	padding-right: 12px;
	padding-left: 12px;
}

.data-l td {
	padding-left: 12px;
	padding-right: 0px;
}

.data-c tr:nth-child(odd), .data-c div.item:nth-child(odd),
.data-l tr:nth-child(odd), .data-l div.item:nth-child(odd) {
	background-color: #F8F8F8;
}

td.shade {
	background-color: rgba(229,233,238,0.2); 
}

th.clear, td.clear {
	background-color: #FFF;
}

th.noborder, th.clear, td.clear {
	border-bottom: none;
	border-top: none;
}

tr.bar, .data-c th, .data-l th, td.caption {
	border-color: #BBB;
}

.data-c tr:last-of-type, .data-l tr:last-of-type, .data-l div.item:last-of-type, .data-c div.item:last-of-type {
    border-bottom: solid 1px #BBB;
}

td.caption {
	font-size: 10pt;
	text-align: left;
	background-color: #FFF;
	font-style: italic;
	margin: 0px;
	padding: 8px 0px 0px 0px;
 	line-height: normal;
	color: #333;
	border-top: solid 1px #BBB;
    border-bottom: solid 1px transparent;
}


/* These rules control images, image links, captions */

img {
	display: block;
}

a span.expand, a span.expandw {
	background: url('lightbox/img/expand.png') right center no-repeat; 
	margin: -36px 10px 0 10px; 
}

a span.external { 
	background: url('lightbox/img/external.png') right center no-repeat;
	margin: -36px 6px 0 10px; 
}

a span.expand, a span.expandw, a span.external { 
	display: block; 
	height: 36px; 
	position: relative; 
	z-index: 2; /*was 100*/ 
	opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  	transition: opacity 0.4s;
}

a:hover span.expand, a:hover span.external { 
	display: block; 	
	opacity: 0.65; 
	filter: alpha(opacity=65); 
} 

a:hover span.expandw { 
	display: block; 	
	opacity: 0.95; 
	filter: alpha(opacity=95); 
} 

.gallery, .gallery2 {
	margin-bottom: 12px;
	margin-right: 12px;
}

.thumbnail, .cover, .gallery, .gallery2 {
	background-color: #F3F3F3;
	border: solid 1px #CCC;
	padding: 4px;
}
.thumbnail {
    max-width: 300px;
}
.thumbnail img {
    width: 300px;
}
.cover {
	padding: 0px;
	padding-bottom: 4px;
    margin: 0 auto 36px auto;
}
.cover, .full {
    max-width: 816px;
}
.narrow {
    max-width: 250px;
}
.narrow img {
    width: 250px;
}

.crop {
	overflow:hidden;
	height:150px;
}

.gallery {
	min-height: 140px;	
	min-width: 180px;
}

.gallery img, .crop img {
	max-width: 254px;
	min-width: 180px;  	
	width:100%;
}

.gallery2 {
	min-height: 100px;	
	min-width: 130px;
}

.gallery2 img {
	max-width: 200px;
	min-width: 130px;  	
	width:100%;
}
.cover iframe, .full iframe { 
    width: 100%; 
    max-height: auto; 
}
.full .tour {
    height:500px;
}
.cover img, .full img {
    width: 100%;
}
.stackimg {
    display: compact;
}
.gallerynew {
    width: 100%;
}
.gallerynew .thumbnail {
    max-width: 23%;
    min-height: 170px;
    vertical-align: top;
    display: inline-block;
    margin: 12px 0;
}
.gallerynew img {
    max-width: 100%;
    max-height: auto;
    object-fit: cover;
}
.video16to9, .video4to3 {  
   position: relative; 
   padding-bottom: 56.25%; 
   height: 0;
   overflow: hidden; 
   max-width: 100%;
}
.video4to3 {
   padding-bottom: 75%; 
}
.video16to9 iframe, .video16to9 object, .video16to9 embed, .video4to3 iframe, .video4to3 object, .video4to3 embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
#wrap, .scroll { 
    max-width: 816px; 
    width: 100%; 
    position: relative;
    border: none;
    padding: 0;
    overflow-x: auto;
}

#wrap iframe {
    position:absolute;
    border: none; 
    overflow: hidden;
}

.tablescroller {
    padding:0;
    margin: 0;
}

.scroll #pdf {
    width:816px; 
    height:1034px;
}

p.caption, p.caption2 {
	font-size: 10pt;
	font-style: italic;
	margin: 0px;
	padding: 4px;
	padding-top: 8px;
	line-height: normal;
	color: #333;
}

p.caption2 {
	padding-left: 0px;
	padding-right: 0px;
}
.cover p.caption {
    text-align: center;
    padding: 8px 10px 4px 10px;
}

.floatright {
	width:auto;
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 3px;    
}

.floatleft {
	width:auto;
	float: left;	 
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 3px;
}

a.save {
	cursor: pointer;	
}

a.save:after {
	font-family:  FontAwesome;
	content: "\f019";
	text-decoration: none;
	font-style: normal;
	float: right;
	padding-left: 8px;
}



/* These rules control horizontal bars */

hr {
	max-width: 1080px;
	border: 0;
	height: 1px;
	background-color: #999;
	margin-top: 30px;
	margin-bottom: 30px;
}

hr.thick {
	height: 6px;
}

hr.short {
	height: 1px;
	background-color: #333;
	margin-top: 15px;
	margin-bottom: 13px;
	margin-left: 0;
    margin-right: 40px;
}

hr.dashed {
   border-top: 1px dashed; 
   color: #333; 
   background-color: #7587AD;
	color: #333;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 70px;
}

hr.dotted {
   border-top: 1px dotted; 
   color: #333; 
   background-color: #7587AD;
	color: #333;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 90px;
}

/* These rules control references */

.references {
	display:none;
}

.references li, .references li a.anchor {
	font-size: 10pt;
}

.references li { 
	position: relative; 
	left: 0px;
	list-style-type: none;
}

.references li a.anchor { 
	position: absolute; 
	left:-40px;
	cursor: text;
}

.references li a.anchor:after {
	content: " [" attr(id) "]   ";
	color: initial;
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.13em;
}

.references li a.anchor:target:hover:before {
   font-family: FontAwesome;
	content: " \f176";
	color: initial;
	font-size: 80%;
	position: absolute;
	vertical-align: baseline;
	bottom: 0.1em;
	left: -0.7em;}


.references li a.anchor:target {
   background-color: #D6DFF5;
	outline: none;
	cursor: pointer;
}

.flip, .contexpand {
	font-size: 80%;
	color: #697CAD;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.02em;
}

.flip:hover {
	text-decoration:underline;
	cursor: pointer;
}


/* These rules control the footer */

td.attribution {
	padding-left: 64px;
	padding-right: 64px;
	padding-bottom: 20px;
	padding-top:20px;
	vertical-align: bottom;	
}

p.attribution {
	font-size: 9pt;
	color: #666;
	font-style: italic;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: normal;

}

td.bottom {
	background-color: #00174D; /* Annie's blue */
	background-image: url(/palomar/images/sky.jpg);
	padding: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.footer, a.discl {
	font-size: 9pt;
	color: #999;
	line-height: normal;
}

.footer {
	margin: 8px;
}

a.navigation {
    font-size: 10pt;
    color: #999999;
    line-height: normal;
}

a.navigation .fa { 
	padding: 10px 7px 0px 7px; 
	font-size: 15pt; 
	position: relative;
	vertical-align: baseline;
	bottom: -2px;
}
#social {
    display: table;
    margin: 0 auto 8px;
    border-collapse: separate;
    border-spacing: 20px 0px;
    vertical-align: middle;
}     
#social span {
    display: table-cell;
    vertical-align: middle;
}
#social label {
    font-size:10pt;
}

/*a.navigation .fa-google-plus { 
	bottom: -4px;
}*/

/* Redefine text types to make life easier (highlight, code mode, var=button, samp=selection/choices) */
s {   
	text-decoration:none;
	background-color: #FFF345;	
}

code, pre {
	font-family: Consolas, 'Lucida Console', Monaco, monospace;
}

var, samp {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 11.7pt;
	font-style: italic;
}

var { 	
	font-weight: bold;
}


/* Extra, block quote */

.contents li a, td.content a.anchor, p.caption a, .attribution a, .popup span, .popup .label, #mobileleft a {
    text-shadow: none;
}
    
.item {
    display: block;
    width: 100%;
}
    
#overlay{
    display: none;
    z-index: 9; /* was 4 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; 
    background-color: rgba(0,0,0,0.7);
}
blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0px;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0px;
  margin-left: 0.25em;
  vertical-align: -0.6em;
}
blockquote p {
  display: inline;
}
blockquote p:not(:first-child):not(:last-child) {
  display: inline-block;
}
#anniversary { 
    display:block; 
    -ms-transform: translate(0px,10px);-webkit-transform: translate(0px,10px);transform: translate(0px,10px);
    margin: 5px auto;
    color:#9AA7CB; 
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; 
    font-style:italic; 
    font-size:1.2em;  
}
#anniversary a {
    font-family: inherit;
    font-style: inherit;
    color: inherit;
    text-decoration:none;
}
#anniversary a:hover {
        color:#CCCCCC;
}