@charset "UTF-8";

*:first-child+html .gridItem img
{
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem h3
{
	position: relative;
	top: 0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left
{
    float:left;
    clear:left;
}

.narrow.right
{
    float:right;
    clear:right;
}

.wide.left   .graphic, img.wide.left,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; margin-left:auto; margin-right:0px; }


.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}

/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }


/*
   COLORS
*/
a:link, a:visited,a:hover, a:active {color:#31BEF2;}
.article h3 a, .article .article h2 a {color:#454545;}
.text-navigation a:hover, .text-navigation a:active {color:#31BEF2;}
#main .gridItem h3 a {color:#999;}
#main .gridItem:hover h3 a {color:#454545;}
form {background-color: #f5f5f5;}


/******************************/

body
{
	margin: 0;
    padding: 0;
    background-color: #FFF;
    color:#454545;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;
}

a.imageLink
{
    text-decoration: none;
}

h2, h3, h4
{
    margin-top: 0;
}

h2
{
    font-size: 2.8em;
}

h3, .article .article h2
{
    font-size: 2.4em;
}

h4
{
    font-size: 1.6em;
}

img
{
    border: none;
}

li li
{
    font-size: 1em;
}

.ImageElement, .center.VideoElement
{
    text-align: center;
}

body.allow-sidebar #main img
{
    max-width: 100%; height: auto;
}

#googlemap img
{
    max-width: none;
}

dl, dd
{
    font-size: 1.2em;
}

sub, sup
{
    font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}

.clear
{
    clear: both; height: 0;
}

.hidden
{
    display: none;
}

.right
{margin-left: 20px;
}

.left
{
    margin-right: 20px;
}

code, pre
{
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code
{
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre
{
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
}

pre code
{
  padding: 0;
  background-color: transparent;
}

abbr
{
    font-variant: small-caps;
}

cite
{
    font-family: Georgia, Times, "Times New Roman", serif; font-style: italic; color: #999;
}

cite em
{
    font-style: normal;
}

/******************/

#page-container
{
    width: 960px; margin: 0 auto;
}

#page-top
{
	position: relative;
	top: 45px;
	margin-bottom: 110px;
}

#title
{
	background-color: #333;
	height: 135px;
}

#title h1, #title h1 a
{
    color: #FFF;
}

#title p
{
	color: #CCC;
	background-color: #FFF;
	position: absolute;
	top: 180px;
}

#title h1
{
	height: 180px;
    position: relative;
	top: -45px;
	font-family: "Arial Black", "Helvetica Neue", Impact, Helvetica, Arial, sans-serif; font-size: 4.8em; margin: 0; padding: 0;
}

#title h1 .in
{
    position: absolute;
    bottom: 0;
    display: block;
    padding: 10px 20px 5px 20px;

}

#title h1 a
{
    display: block;
    height: 135px;
    text-decoration: none;
}

#title p
{
    margin: 0;
    padding: 5px 20px;
    font-size: 1.4em;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
}

#logo
{
	position: absolute;
	right: 20px;
	top: 25px;
	z-index: 2;
}

body.allow-sidebar #main
{
    width: 600px;
}

#main
{
    padding: 0 20px; min-height: 300px;
}

#sidebar-container
{
	width: 260px;
	padding: 0 20px;
}

#page-bottom
{
	clear: both;
	border-top: 1px solid #333;
	margin: 30px 0;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
}

/*****************/
#sitemenu ul li {display:inline;}
#sitemenu ul li .in {background-color:#FFF;}
#sitemenu-container {
	position:absolute;
	top:min(-3vh, -3vw);
	width:70vw; text-align:right; margin:0; padding:0; font-size:min(1.8em, max(1.35vh, 1.2vw)); text-transform:uppercase; height:max(3vw, 3vh);}
#title {padding-top:max(3vw, 3vh)}
#sitemenu ul li .in {line-height:3vw; height:3vw;	display:inline-block; padding:0 8px;}
#sitemenu ul li ul li .in {height:auto; line-height:1.4em;}
#sitemenu {margin:0; text-align:right;}
#sitemenu a {color:#454545; text-decoration:none; white-space:nowrap;}
#sitemenu ul {margin:0;}
#sitemenu li {padding:0; margin:0; list-style-type:none;}
#sitemenu li li a {text-decoration:none; white-space:normal;}
#sitemenu-content ul li span.in {white-space:normal;}
#sitemenu ul {padding:0;}
#sitemenu a .in:hover {background-color:#EEE;}
li.currentParent > a {color:#999;}

/* 2nd level
   -------------------- */
.hasSubmenu ul {
	top:30px;
	-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	border:1px solid #CCC;
}
#sitemenu ul li ul li .in {display:block; padding:8px 4px 8px 8px; border-bottom:none;}
#sitemenu ul li ul li .in:hover {}
ul .submenu-indicator {background-image:url(images/chevron-down.png); margin-left:5px;}

/* 3rd level
   -------------------- */
.hasSubmenu ul li ul {
	-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	border:1px solid #CCC;
	top:5px;
}
#sitemenu li.currentPage {color:#999;}
#sitemenu li.currentPage .in {}
ul ul .submenu-indicator {background-image:url(images/chevron-right.png); top:10px;}


/* ====================
   PAGELETS
   --------------------
*/
.pagelet {margin:0 0 20px 0; padding-bottom:10px;	overflow:hidden; word-break:break-word;}
.pagelet h4 {padding:14px 0; border-top:4px solid #EEE; border-bottom:1px solid #EEE;}
.pagelet p, .pagelet li {font-size:1.2em;}
.pagelet p {margin-top:0;}
.bordered {
	border: 1px solid #DDD;
	-webkit-box-shadow:0 2px 2px #CCC;
		-moz-box-shadow:0 2px 2px #CCC;
		box-shadow:0 2px 2px #CCC;
	padding:0 15px 10px 15px;
}
.bordered h4 {border-top:none;}
.bordered.untitled {padding-top:14px;}
.caption {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}
.pagelet img {margin-bottom:10px;}
.pagelet .rssBadge img {margin:0 5px 0 0;}

/* Sidebar pagelets
   --------------------
*/
#sidebar p, #sidebar li {line-height:1.6em;}

/* Callout pagelets
   --------------------
*/
.callout-container {
	width:260px;
	float:right;
	margin-left:20px;
}
#main .pagelet h4 {text-align:center;}


/* ====================
   MAIN BODY
   --------------------
*/
#main p, #main li {
	font-size:1.4em;
	line-height:1.6em;
}
body.no-sidebar #main h2 {text-align:center;}
.article .article {border-bottom:1px dashed #CCC;}
.article .article.last-item {border-bottom:none;}
.article h3, .article .article h2 {margin-top:20px;}


/*======================================================================
Not sure how to do this correctly, so putting all main styles here HMT 2025
  ----------------------------------------------------------------------
*/


h1
{
font-size: 40px;
padding-left: 10px;
}

h2
{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-family: Arial;
}

p
{
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify;
  font-family: Arial;
  font-size: 18px;
  color: rgb(55, 55, 55);
  font-variant-ligatures: normal;
}




/* Collection - template 3
   --------------------
*/
.dli1 {width:100px;}
.dli2 {width:25%; text-align:center;}
.dli1, .dli2, .dli3, .dli4 {vertical-align:top;}
.dli1, .dli2, .dli4 {padding-top:12px;}
.dli2 h3 {font-size:1.4em; margin-top:0;}
.dli3 {font-size:0.9em;}
.dli4 .timestamp {color:#999; padding:0 0 0 12px; border:none;}
.dli4 .article-info {margin-top:0; padding:0;}

/* Collection - template 5
   --------------------
*/
.article-thumbnail {margin-right:20px; float:left;}
.article-thumbnail img {
	border:10px solid #FFF;
	-webkit-box-shadow:0 2px 2px #CCC;
		-moz-box-shadow:0 2px 2px #CCC;
		box-shadow:0 2px 2px #CCC;
}
.article-thumbnail img:hover {
	box-shadow:0 3px 3px #999;
	-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-ms-transition:all 0.2s ease;
		transition:all 0.2s ease;
}

/* Article bottom
   --------------------
*/
.article-info {font-size:1.1em; margin-top:20px; padding:20px 0 10px 0; clear:both; text-align:right;}
.continue-reading-link {margin-bottom:15px;}
.continue-reading-link:before {content:"\21E2"; padding-right:5px; color:#454545;}
.timestamp {margin-bottom:20px;}
.timestamp .in, .timestamp a {
	color:#999; display:inline; padding:3px 8px;
	-webkit-border-radius:15px;
		-moz-border-radius:15px;
		border-radius:15px;
	border: 1px solid #EEE;
}
.timestamp a {text-decoration:none;}
.timestamp a:hover {color:#454545; text-decoration:none;}


/* ====================
   BLOCKQUOTES
   --------------------
*/
blockquote {
	font-family:Georgia, Times, "Times New Roman", serif; font-style:italic; color:#999;
	padding:0 40px 0 50px; margin:20px 0; min-height:27px;
	background:url(images/quotes-open.png) 0 0 no-repeat, url(images/quotes-close.png) bottom right no-repeat;
}
blockquote em {font-style:normal;}


/* ====================
   NAVIGATION
   --------------------
*/

/* Photo navigation
   --------------------
*/
.photo-navigation {height:50px;}
.photo-navigation .previous-page a,
.photo-navigation .next-page a,
.photo-navigation .collection-index a
{
	display:block;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	border:1px solid #FFF;
	border-radius:5px;
}
.photo-navigation .previous-page a:hover,
.photo-navigation .next-page a:hover,
.photo-navigation .collection-index a:hover
{
	border: 1px solid #EEE;
	-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-ms-transition:all 0.2s ease;
		transition:all 0.2s ease;
}
/* with no sidebar
   .................... */
.no-sidebar .photo-navigation .previous-page a {background:url(images/arrows.png) 142px -48px no-repeat #FFF;}
.no-sidebar .photo-navigation .next-page a {background:url(images/arrows.png) 142px 2px no-repeat #FFF;}
.no-sidebar .photo-navigation .collection-index a {background:url(images/arrows.png) 142px -94px no-repeat #FFF;}
.no-sidebar .photo-navigation .previous-page {width:306px; float:left;}
.no-sidebar .photo-navigation .next-page {width:306px; float:right;}
.no-sidebar .photo-navigation .collection-index {width:308px; float:left;}

/* with sidebar
   .................... */
.allow-sidebar .photo-navigation .previous-page a {background:url(images/arrows.png) 87px -48px no-repeat #FFF;}
.allow-sidebar .photo-navigation .next-page a {background:url(images/arrows.png) 87px 2px no-repeat #FFF;}
.allow-sidebar .photo-navigation .collection-index a {background:url(images/arrows.png) 87px -94px no-repeat #FFF;}
.allow-sidebar .photo-navigation .previous-page {width:200px; float:left;}
.allow-sidebar .photo-navigation .next-page {width:200px; float:right;}
.allow-sidebar .photo-navigation .collection-index {width:200px; float:left;}

/* Text navigation
   --------------------
*/
.text-navigation {
	font-size:1.2em;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	border-bottom:1px solid #EEE;
}
.text-navigation a:link, .text-navigation a:visited {color:#CCC;}
.text-navigation .collection-index a:before {content:"\21A9"; padding-right:5px;}
.text-navigation .previous-page,
.text-navigation .next-page,
.text-navigation .collection-index {display:block; text-align:right; margin:0;}

/* ====================
   GRID
   --------------------
*/
body.no-sidebar #main .gridItem {width:200px; margin:21px 15px;}
body.allow-sidebar #main .gridItem {width:176px; margin:5px 24px 25px 0;}
#main .gridItem {float:left; position:relative; height:188px; overflow:hidden; word-break:break-word; text-align:center; padding: 4px 0;}
#main .gridItem h3 {font-size:1.1em; line-height:1.2em; font-weight:normal; padding: 0 6px 0 6px; margin-top:10px;}
#main .gridItem h3 a {display:block;}
#main .gridItem img {
	border:10px solid #FFF;
	-webkit-box-shadow:0 3px 4px #CCC;
		-moz-box-shadow:0 3px 4px #CCC;
		box-shadow:0 3px 4px #CCC;
}
#main .gridItem:hover img {
	-webkit-box-shadow:0 2px 6px #AAA;
		-moz-box-shadow:0 2px 6px #AAA;
		box-shadow:0 2px 6px #AAA;
}
#main .gridItem h3 a,
#main .gridItem img,
#main .gridItem:hover img,
#main .gridItem:hover h3 a {
	-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		transition:all 0.3s ease;
}

.photogrid-index-bottom {clear:both;}

/* Grid inside the sidebar
   --------------------
*/
#sidebar .gridItem {
	width:200px;
	margin:0 auto 10px auto;
	border: 1px solid #EEE;
	border-radius:10px;
	padding:10px 0;
	overflow:hidden; word-break:break-word;
	text-align:center;
}
#sidebar .gridItem:hover {border: 1px solid #DDD;}
#sidebar .gridItem h3 {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:normal; padding: 0 6px 0 6px;
	margin-top:10px;
}
#sidebar .gridItem h3 a {display:block; color:#999;}
#sidebar .gridItem:hover h3 a {color:#454545;}
#sidebar .gridItem:hover img {box-shadow:0 2px 2px #CCC;}
#sidebar .gridItem:hover h3 a, #sidebar .gridItem:hover img {
	-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		transition:all 0.3s ease;
}

/* ====================
   FORMS
   --------------------
*/
form {
	padding: 19px; margin-bottom: 20px; border: 1px solid #eee;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
label {cursor: pointer;}
input, textarea, select {font-size:1.2em;}
input[type=text], input[type=email], textarea {
	padding: 4px; margin-bottom: 9px; border: 1px solid #ccc; color:#454545;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
		-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
		-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
		-o-transition: border linear 0.2s, box-shadow linear 0.2s;
		transition: border linear 0.2s, box-shadow linear 0.2s;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}
select {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	max-width: 200px;
	background-color: #ffffff;
	height: 28px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */
	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	line-height: 28px;
	display: inline-block;
	padding: 4px;
	margin-bottom: 9px;
	color: #555555;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	margin: 0;
	vertical-align: middle;
}
input[type=submit] {
	display: inline-block;
	padding: 4px 10px 4px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #fafafa;
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
		background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
		background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
		background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
		background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
		background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	*margin-left: .3em;
}
input[type=submit]:first-child {
	*margin-left: 0;
}
input[type=submit]:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
		-moz-transition: background-position 0.1s linear;
		-ms-transition: background-position 0.1s linear;
		-o-transition: background-position 0.1s linear;
		transition: background-position 0.1s linear;
}
input[type=submit]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type=submit].active, input[type=submit]:active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	color: rgba(0, 0, 0, 0.5);
	outline: 0;
}
form table {font-size:1.4em;}
td[colspan="2"] {text-align:center;}
#main input[type=text], #main input[type=email] {max-width:260px;}
body.no-sidebar #main form {padding:19px 40px;}
#sidebar form.labelsOnSide {font-size:0.8em;}

/* ====================
   SITEMAP
   --------------------
*/
.wide .sitemap a {display:block;}
.wide .sitemap .figure-content {padding:5px 10px; margin:0;	border:1px solid #DDD; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.wide .sitemap .figure-content p {margin:5px 0;}
.wide .sitemap ul {padding:5px 10px; list-style-type:none; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.wide .sitemap li {margin-left:10px; padding-left:10px; border-left:10px solid #FFF;}
.wide .sitemap li:hover {border-left:10px solid #EEE;}
.wide .sitemap li li:hover {border-left:10px solid #DDD;}
.wide .sitemap li li li:hover {border-left:10px solid #CCC;}

/* ====================
   WIDGETS
   --------------------
*/
.flickr_badge_image {width:100px;}

/* ====================
   IE FIXES
   --------------------
*/
*+html .hasSubmenu ul {top:45px;}
*+html ul .submenu-indicator {width:20px;}
*+html #title h1 {z-index:-2;}
*+html #logo {z-index:-1;}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
/* ============================================ *
  -- Hydrogen --
  Retina-ready CSS
  ============================================ */

ul .submenu-indicator {
	background-image:url(images/chevron-down@2x.png);
	background-size:13px 6px;
}
ul ul .submenu-indicator {
	background-image:url(images/chevron-right@2x.png);
	background-size:6px 13px;
}
blockquote {
	background-image:url(images/quotes-open@2x.png), url(images/quotes-close@2x.png);
	background-size:34px 27px, 33px 27px;
}
.no-sidebar .photo-navigation .previous-page a {
	background-image:url(images/arrows@2x.png);
}
.no-sidebar .photo-navigation .next-page a {
	background-image:url(images/arrows@2x.png);
}
.no-sidebar .photo-navigation .collection-index a {
	background-image:url(images/arrows@2x.png);
}
.allow-sidebar .photo-navigation .previous-page a {
	background-image:url(images/arrows@2x.png);
}
.allow-sidebar .photo-navigation .next-page a {
	background-image:url(images/arrows@2x.png);
}
.allow-sidebar .photo-navigation .collection-index a {
	background-image:url(images/arrows@2x.png);
}

.no-sidebar .photo-navigation .previous-page a,
.no-sidebar .photo-navigation .next-page a,
.no-sidebar .photo-navigation .collection-index a,
.allow-sidebar .photo-navigation .previous-page a,
.allow-sidebar .photo-navigation .next-page a,
.allow-sidebar .photo-navigation .collection-index a {
	background-size:30px 120px;
}
}

/* ====================
   SIDEBAR
   --------------------
*/
body.allow-sidebar #main {float:left;}
#sidebar-container {float:right;}

.callout-container, .graphic-container { clear:right; }

body {background:#F5F5F5;}


/* =======================================================================
   Hank's Additions October 2023
   -----------------------------------------------------------------------
*/

/* ====================
   Collapsible Content
   --------------------
*/
 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Add + or - to indicate collapse status */
.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the collapsible content. Note: hidden by default */
.collabsibleContent {
  padding: 0 18px;
  overflow: hidden;
  background-color: #f1f1f1;
  max-height: 0;
  transition: max-height 0.4s ease-out;
}

/* Center paragraph text on page */
.centerH {
    width:100%;
    text-align:center;
}


.centerHV {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.h2Style {
  padding-left: 10px;
  padding-right: 10px;
  color: rgb(101, 122, 190);
  font-size: 24px;
  font-family: Arial;
}

.opaqueBG {
  background-color: #EEE;
}

.contentParagraph {
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify;
  font-family: Arial;
  font-size: 16px;
  color: rgb(55, 55, 55);
  font-variant-ligatures: normal;
}

/* ====================
   photogrid
   --------------------
*/
.grid {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-item {
  min-width: 250px;
  max-width: 460px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 460px;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 1rem;
}

.wrapper {

  padding: 2rem 0;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: rgb(55, 55, 55);
  text-align: center;
}
.grid-item figure {
  padding: 0;
  margin: 0;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
/* ====================
   Scrolling Gallery
   --------------------
*/
.scroller {
  max-width: 100%;
}

.scroller figcaption{
font-size: 18px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, #EEE 10%, #EEE 90%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

.scroller[data-speed="medium"] {
  --_animation-duration: 40s;
}

.scroller[data-speed="medium-slow"] {
  --_animation-duration: 50s;
}

.scroller[data-speed="medium-fast"] {
  --_animation-duration: 30s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.scroller__inner img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 5%;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    height: auto;
    width: 500px;
}

.scroller__inner img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
    -webkit-box-shadow: 12px 12px 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 12px 12px 20px rgba(0,0,0,0.5);
    box-shadow: 12px 12px 20px rgba(0,0,0,0.5);
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}
