/* **** This Is Paston Main CSS **** */

@charset "UTF-8";
@import "defines.css";
@import "menus4.css";

/* **** Fonts **** */

@font-face
{
	font-family: 'Asul';
	src: url('Asul.ttf.woff') format('woff'),
		url('Asul.ttf.svg#Asul') format('svg'),
		url('Asul.ttf.eot'),
		url('Asul.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Merienda Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Merienda Regular'), url('Merienda-Regular.woff') format('woff');
}

@font-face
{
	font-family: 'Merienda Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Merienda Bold'), url('Merienda-Bold.woff') format('woff');
}

@font-face
{
	font-family: "Kereru-BoldItalic";
	src: url('KereruBoldItalic.woff2') format('woff2'), url('KereruBoldItalic.woff') format('woff');
}

@font-face
{
	font-family: "Kereru-Regular";
	src: url('KereruRegular.woff2') format('woff2'), url('KereruRegular.woff') format('woff');
}

@font-face
{
	font-family: "Kereru-Bold";
	src: url('KereruBold.woff2') format('woff2'), url('KereruBold.woff') format('woff');
}

@font-face
{
	font-family: "Kereru-Italic";
	src: url('KereruItalic.woff2') format('woff2'), url('KereruItalic.woff') format('woff');
}

/* **** Main CSS **** */

*
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body
{
	padding: 10px;
	color: black;
	text-align: left;
	font-family: 'Asul', Arial, sans-serif;
	font-size: 14px;
    height: 100%;
    margin: 0;
	background: url("/images/site/bg.jpg") repeat-y;
}

input, textarea, td
{
	font-family: Arial, sans-serif;
	font-size: 14px;
}

input[type=range]:focus
{
	outline: none;
}

/* **** Main Layout **** */

#main
{
	margin: 0 auto 16px auto;
	background-color: white;
}

/* **** Site Messages **** */

#siteupdate
{
	color: white;
	border: 2px solid red;
	padding: 3px 8px;
	background-color: red;
	font-size: 13px;
	margin-bottom: 5px;
}

#siteupdatebold
{
	font-weight: bold;
}

#sitemsg
{
	color: white;
	border: 2px solid green;
	padding: 3px 8px;
	background-color: #060;
	font-size: 13px;
	margin-bottom: 5px;
}

.smsgwarn
{
	background-color: orange !important;
	color: black !important;
}

.smsgalert
{
	background-color: #c00 !important;
}

#sitemsg a
{
	color: yellow;
	text-decoration: none;
}

.smsgwarn a
{
	color: red !Important;
}

#sitemsg a:hover
{
	text-decoration: underline;
}

#oldbrowser
{
	padding: 10px;
	border: 2px solid red;
	text-align: left;
	background: url("/dlib/images/browsers/warning.png") no-repeat yellow 5px 5px;
	margin: 5px 0;
}

#oldbrowser .browser
{
	float: right;
	width: 50px;
	text-align: right;
	padding-right: 10px;
}

#oldbrowser .message
{
	font-size: 16px;
	margin: 3px 0 0 100px;
	color: #400;
}

#oldbrowser a, #oldbrowser a img
{
	border: none;
}

/* **** Logo Area **** */

#logo
{
	height: 200px;
	border-bottom: 1px solid #ffe;
	background-image: url("/images/site/logo.png");
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

#logotitlemob
{
	display: none;
}

#logotitle
{
	font-family: 'Kereru-Regular';
	font-weight: bold;
	margin-left: 15px;
	letter-spacing: 0.02em;
	background-image: url("/images/site/logobg.png");
	background-repeat: repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	padding: 0;
	font-size: 52px;
	letter-spacing: 0.06em;
	line-height: 55px;
	height: 200px;
}

#logotitle #ptitle1
{
	font-size: 62px;
	letter-spacing: 0.09em;
	margin-left: 26px;
}

#logotitle #ptitle2
{
	font-size: 100px;
	line-height: 70px;
	letter-spacing: 0.09em;
}

#logotitle #ptitlep
{
	font-size: 120px;
	line-height: 70px;
	letter-spacing: 0.08em;
}

#logotitle #ptitle3
{
	font-size: 62px;
	letter-spacing: 0.09em;
	margin-left: 80px;
}

#logohlf
{
	margin-top: 70px;
	opacity: 0.95;
}

#logohlf img
{
	border-radius: 20px !important;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	width: 120px;
	padding: 5px;
	background-color: white;
}

/* **** Banner image slideshow **** */

#logoslideshow
{
	margin: 10px;
}

.lsfadein
{
	display: flex;
	align-items: center;
	height: 180px;
	width: 553px;
	background-position: center center;
	background-size: cover;
}

.lsfadein img
{
	position: absolute;
	animation-timing-function: ease-in-out;
	-webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}

@keyframes lsfade3  { 0% {opacity: 0;} 20% {opacity: 1;} 33% {opacity: 1;} 53% {opacity: 0;} 100% {opacity: 0;}}
@keyframes lsfade4  { 0% {opacity: 0;} 15% {opacity: 1;} 25% {opacity: 1;} 40% {opacity: 0;} 100% {opacity: 0;}}
@keyframes lsfade5  { 0% {opacity: 0;} 12% {opacity: 1;} 20% {opacity: 1;} 32% {opacity: 0;} 100% {opacity: 0;}}
@keyframes lsfade6  { 0% {opacity: 0;} 10% {opacity: 1;} 17% {opacity: 1;} 27% {opacity: 0;} 100% {opacity: 0;}}
@keyframes lsfade7  { 0% {opacity: 0;}  9% {opacity: 1;} 14% {opacity: 1;} 23% {opacity: 0;} 100% {opacity: 0;}}
@keyframes lsfade8  { 0% {opacity: 0;}  8% {opacity: 1;} 12% {opacity: 1;} 20% {opacity: 0;} 100% {opacity: 0;}}
@keyframes lsfade9  { 0% {opacity: 0;}  7% {opacity: 1;} 11% {opacity: 1;} 18% {opacity: 0;} 100% {opacity: 0;}}
@keyframes lsfade10 { 0% {opacity: 0;}  6% {opacity: 1;} 10% {opacity: 1;} 16% {opacity: 0;} 100% {opacity: 0;}}
@keyframes lsfade11 { 0% {opacity: 0;}  5% {opacity: 1;}  9% {opacity: 1;} 14% {opacity: 0;} 100% {opacity: 0;}}
@keyframes lsfade12 { 0% {opacity: 0;}  4% {opacity: 1;}  8% {opacity: 1;} 12% {opacity: 0;} 100% {opacity: 0;}}

/* *** Search *** */

.searchres
{
	background-color: #eee;
	padding: 3px 8px;
	margin: 2px 0;
}

/* **** Content area **** */

#wrapper
{
	background: url("/images/site/wrapper_bg.jpg");
}

#content
{
	color: #333;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px 50px 20px 50px;
	min-height: 400px;
	text-align: left;
	font-size: 14px;
	z-index: 12;
}

/* **** 2-Column Content **** */

#content.twocollayout
{
	display: flex;
	justify-content: space-between;
}

#leftcol
{
	display: inline-block;
}

#rightcol
{
	margin-left: 20px;
	display: inline-block;
}

/* **** 3-Block Layout **** */

#content.threeblocklayout h1
{
	grid-area: b3titleh1
}

#content.threeblocklayout .leftblock
{
	grid-area: b3left;
}

#content.threeblocklayout .rightblock
{
	grid-area: b3right;
}

#content.threeblocklayout .bottomblock
{
	grid-area: b3bottom;
	display: flex;
	justify-content: space-between;
}

#content.threeblocklayout
{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: calc(100% - 280px) 300px;
	grid-template-rows: auto auto auto;
	grid-template-areas: "b3titleh1 b3titleh1"
		"b3left b3right"
		"b3bottom b3bottom";
}

.socialfeed:first-child
{
	margin-right: 25px;
}

.socialfeed
{
	display: inline-block;
	overflow: auto;
}

/* **** 1+2 Block Layout **** */

#content.onetwoblocklayout
{
	display: grid;
	grid-gap: 10px 30px;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto;
}

#content.onetwoblocklayout .topblock
{
	grid-area: 1 / 1 / 2 / 3;
	display: block;
	justify-content: space-between;
}

#content.onetwoblocklayout .leftblock
{
	grid-area: 2 / 1 / 3 / 2;

}

#content.onetwoblocklayout .rightblock
{
	grid-area: 2 / 2 / 3 / 3;
}

/* **** General content **** */

#content p
{
	font-size: 14px;
	margin: 5px 0 11px 0;
	line-height: 1.52em;
}

#content p.footnote
{
	font-size: 11px;
	font-style: italic;
	margin-left: 40px;
}

#content p sup
{
	font-size: 60%;
}

#content a.footnotesrc, #content a.footnotesrc:visited
{
	color: black;
	background: linear-gradient(#5b0000 0 0) left / var(--p,0) no-repeat;
	transition: .4s,background-position 0s;
	padding: 2px 3px 0 3px;
	border-radius: 3px;
}

#content a.footnotesrc:hover
{
	color: yellow;
	--p: 100%;
	background-position: right;
	text-decoration: none;
}

#content a.footnotesrc span.footnotesup
{
	font-size: 65%;
	position: relative;
	top: -0.8em;
	font-weight: normal !important;
}

#content a.footnotesrc:hover span.footnotesup
{
	color: yellow;
}

#content ul, #content ol
{
	margin-left: 40px;
	margin-right: 40px;
}

#content li
{
	line-height: 1.5em;
}

#content ul
{
	margin-bottom: 10px;
}

#content h1, #content h1.centered
{
	color: #381e0b;
	font-size: 32px;
	letter-spacing: 0.05em;
	margin: 0 0 15px -50px;
	padding: 6px 0 0 10px;
	font-family: "Merienda Regular";
	text-align: left;
}

#content h1.centered
{
	text-align: center;
}

h2.h2subtitle
{
	color: #4d130b;
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0 4px 0;
}

h3.h3smalltitle
{
	color: #973c0b; /* #a52a2a; /*#4d130b;*/
	font-size: 18px;
	font-weight: bold;
}

#content h3.apih3
{
	margin: 4px 0 6px 0;
}

h3.h3smalltitle a
{
	color: #973c0b !important;
}

h3.h3smalltitle a:hover
{
	text-decoration: none !important;
}

#content a, #content a:visited
{
	color: #d23f1e; /*#ad630b;*/
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}

#content a.letterahref, #content a.letterahref:visited
{
	color: #0a8206;
}

#content a.letterahref:hover
{
	color: #1e9264;
}

a.personinfo
{
	background-color: #fef7bc;
	display: inline-block;
	padding: 1px 2px;
	border-radius: 8px;
}

a.personinfo:hover
{
	background-color: yellow;
	text-decoration: none !important;
}

summary, details
{
	outline: 0 !important;
}

summary
{
	margin-bottom: 10px;
	cursor: pointer;
}

.optbr
{
	display: none;
}

@media only screen and (max-width: 100px)  { .optbr1  { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 200px)  { .optbr2  { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 300px)  { .optbr3  { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 400px)  { .optbr4  { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 500px)  { .optbr5  { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 600px)  { .optbr6  { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 700px)  { .optbr7  { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 800px)  { .optbr8  { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 900px)  { .optbr9  { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 1000px) { .optbr10 { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 1100px) { .optbr11 { display: block !important; clear: both; height: 1px; }}
@media only screen and (max-width: 1200px) { .optbr12 { display: block !important; clear: both; height: 1px; }}

/* **** Personnel Biog Command **** */

.personnelblk
{
}

.personnelname
{
	font-size: 16px;
	font-weight: bold;
}

.personnelinner
{
	display: flex;
	justify-content: space-between;
}

.personnelpicwrapper
{
	margin: 5px 0 5px 20px;
}

.personnelbiog
{
	margin-left: 20px;
}

/* **** Other general settings **** */

li
{
	margin: 4px 0 4px 30px;
}

.dslist li
{
	margin: 10px 0 10px 30px;
}

.highlightbox
{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	padding: 10px;
	font-size: 16px;
	text-align: center;
	color: white;
	background-color: #333333;
	font-weight: bold;
}

.highlightbox a
{
	color: yellow !important;
}

/* **** Footer area **** */

#footblk1
{
	background: url("/images/site/pastonfootprints.png") no-repeat;
	width: 140px !important;
	height: 120px;
	grid-area: footprints;
}

#footblk2
{
	grid-area: copyright;
	justify-self: center;
	text-align: center;
}

#footblk2 #sponsorslogos
{
	margin-top: 10px;
	width: 480px;
}

#footblk3
{
	grid-area: footlinks;
	justify-self: center;
}

#footblk4
{
	grid-area: sitedev;
	justify-self: center;
}

#footblk5
{
	grid-area: footsocial;
	justify-self: right;
}

#footer
{
	display: grid;
	grid-template-columns: 140px 3fr 2fr 2fr 60px;
	grid-template-rows: auto;
	grid-template-areas: "footprints copyright footlinks sitedev footsocial";

	column-gap: 20px;
	width: 100%;
	margin: 1px 0 10px 0 !important;
	background: url("/images/site/menu_bg.jpg") repeat-y;
	background-size: cover;
	font-size: 16px;
	color: #333;
	padding: 10px 20px 5px 20px;
}

#footer a, #footer a:visited
{
	color: #ad630b;
	text-decoration: none;
}

#footer a:hover
{
	color: red;
	text-decoration: none;
}

#footer ul li
{
	list-style: none;
	margin-left: 0;
	padding-left: 8px;
}

.footeritem
{
	display: inline-block;
	padding-top: 10px;
	font-size: 16px;
}

/* *** */

#logline
{
	font-size: 15px;
	color: white;
	width: 300px;
	height: 21px;
	text-align: center;
	background-color: #4b69a8;
	border-radius: 2px;
	padding: 5px 2px 0 2px;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}

#logline a, #logline a:visited
{
	color: yellow;
	text-decoration: none;
}

#logline a:hover
{
	color: #f7cd61;
	text-decoration: none;
}

/* **** Social **** */

.soclink
{
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 10px 0 20px 0;
	background-color: #0584bb;
	display: block;
}

.soclink img
{
	border: 0;
}

.soclink.socfb
{
	background-color: #3b5998;
}

.soclink.soctw
{
	background-color: #1da1f2;
}

.soclink.socfb:hover
{
	background-color: #4b69a8;
}

.soclink.soctw:hover
{
	background-color: #2db1ff;
}

/* **** Page Images **** */

.img
{
	padding: 5px;
	text-align: center;
}

.imgl
{
	float: left;
	display: inline-block;
	padding: 0 30px 20px 0;
}

.imgr
{
	float: right;
	display: inline-block;
	padding: 0 0 20px 30px;
}

.imgr.imgt, .imgl.imgt
{
	padding-bottom: 5px !important;
}

.imgb, .imgbt
{
	padding: 10px;
	background-color: white;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
}

.imglb, .imglbt
{
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 12px;
	text-align: center;
}

.imglt
{
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	font-size: 12px;
	text-align: center;
}

.imgrb, .imgrbt
{
	float: right;
	padding: 10px;
	margin: 0 5px 10px 10px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 12px;
	text-align: center;
}

.imgrt
{
	float: right;
	padding: 10px;
	margin: 0 5px 10px 10px;
	background-color: white;
	font-size: 12px;
	text-align: center;
}

.imgcb, .imgcbt
{
	padding: 10px;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 12px;
	text-align: center;
}

.imgct
{
	padding: 10px;
	margin: 0 auto;
	background-color: white;
	font-size: 12px;
	text-align: center;
}

.imglbt, .imgrbt, .imgcbt, .imgbt
{
	padding: 10px 10px 2px 10px;
}

.img p
{
	margin: 2px 0 !important;
}

.imgclr
{
	clear: both;
}

.piccaption
{
	display: block;
}

/* **** Media Images **** */

.medialeft
{
	float: left;
	padding: 0 10px 10px 0;
	text-align: center;
}

.mediaright
{
	float: right;
	padding: 0 0 10px 10px;
	text-align: center;
}

.media
{
	padding: 5px;
	text-align: center;
}

/* **** Tables **** */

table.voltbl
{
	background-color: #fef7bc;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
}

table.voltbl td
{
	padding: 5px;
	font-size: 14px;
}

table.voltbl td input
{
	padding: 3px;
	font-size: 15px;
}

.radiotext
{
	display: inline-block !important;
	padding: 2px 0 5px 8px;
}

table.crstbl
{
	background-color: #fef7bc;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	padding: 5px;
}

table.crstbl th
{
	background-color: #492902;
	color: white;
	padding: 5px;
	font-size: 14px;
}

table.crstbl td
{
	padding: 5px;
	font-size: 14px;
	background-color: white;
}

table.crstbl td input
{
	padding: 3px;
	font-size: 15px;
}

table.subscription
{
	background-color: #eee;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
}

table.subscription td
{
	padding: 5px;
	font-size: 14px;
}

table.subscription td input
{
	padding: 3px;
	font-size: 15px;
}

table.mapinfo
{
	width: 100%;
	background-color: #fef7bc;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	padding: 5px;
}

table.mapinfo th
{
	background-color: #492902;
	color: white;
	padding: 5px;
	font-size: 14px;
}

table.mapinfo td
{
	padding: 5px;
	font-size: 14px;
	background-color: white;
}

/* **** Cookie Push-down bar **** */

#cklbox
{
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	background-color: #d00;
	background-color: #333;
	box-shadow: 0 2px 4px #555;
	display: none;
	position: fixed;
	text-align: left;
	font-size: 16px;
	z-index: 999;
	width: calc(100% - 2px);
	left: 0;
	top: 0;
	color: white;
	padding: 5px 20px;
	font-weight: normal;
}

#cklbox a, #cklbox a:visited
{
	color: yellow;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#cklbox a:hover
{
	text-decoration: underline;
}

#cklhide
{
	display: inline-flex;
	min-width: 80px !important;
	justify-content: center;
	align-items: center;
	margin: 3px 25px 0 60px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	font-size: 20px;
	background-color: #f0d800;
	cursor: pointer;
	color: black;
}

#cklhide:hover
{
	background-color: yellow;
}

table.ckl th
{
	background-color: #503003;
	color: white;
	border-radius: 2px;
	border-right: 1px solid #032;
	border-bottom: 1px solid #032;
	padding: 2px 5px;
}

table.ckl td
{
	background-color: #fcfffc;
	border-radius: 2px;
	border-right: 1px solid #003125;
	border-bottom: 1px solid #003125;
	padding: 2px 5px;
	color: black;
}

table.ckl tr:hover td
{
	background-color: #f0fff0;
}

/* **** Popup Tooltip **** */

#popuptooltip
{
	text-align: left;
	border: 1px solid black;
	border-radius: 7px;
	font-size: 12px;
	padding: 10px;
	line-height: 1.4em;
	background-color: #ffe;
	color: black;
	z-index: 5000;
	box-shadow: 3px 3px 3px #222;
}

/* **** HotSpots Picture popup **** */

#hotspotbox
{
	position: absolute;
	text-align: left;
	border: 1px solid black;
	border-radius: 7px;
	font-size: 12px;
	padding: 8px;
	background-color: #ffe;
	color: black;
	z-index: 1100;
	box-shadow: 3px 3px 3px #222;
	max-width: 500px;
}

/* **** User Log On/Registration **** */

#logontbl, #logontblpaston
{
	background-color: #efd9aa;
	padding: 3px;
	border-radius: 1px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	border-spacing: 4px;
}

#logontbl td
{
	padding: 3px 7px;
	font-size: 16px;
}

#logontbl td input
{
	padding: 2px 5px;
	font-size: 16px;
}

#logontblpaston td input
{
	padding: 2px 5px;
	font-size: 16px;
	width: 190px !important;
}

/* **** Gallery Scroller **** */

#galscrouter
{
	overflow: hidden;
}

#galscrinner
{
	white-space: nowrap;
	position: relative;
	left: 0;
	transition-duration: 1.3s;
	transition-property: left;
	transition-timing-function: ease-in-out;
}

.gscrpic
{
	border: 1px solid black;
	margin: 1px;
}

/* **** Upcoming Events Box (Volunteers) **** */

.eventbox
{
	overflow: auto;
}

.eventboxinner
{
	box-sizing: border-box;
	margin-bottom: 20px;
	background: url("/images/site/bg.jpg") repeat-y;
}

.event
{
	padding: 0 0 5px 0;
	margin: 5px 5px 10px 5px;
}

.evtitle
{
	background: url("../images/site/menu_bg.jpg");
	color: #4d130b;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

.evdate
{
	font-size: 12px;
	font-style: italic;
	color: #777;
	padding: 2px 8px 2px 0;
	text-align: right;
}

.evloc
{
	font-size: 13px;
	font-weight: bold;
	color: black;
	padding: 2px 0 2px 8px;
}

.evtext
{
	font-size: 13px;
	color: #333;
	padding: 8px;
	line-height: 1.5em;
}

.evpicture
{
	float: right;
	margin: 0 0 10px 10px;
}

.evcategory
{
	background-color: #8a7d73;
	text-align: center;
	color: #fef7bc;
	padding: 3px 0;
	font-weight: bold;
}

.evopttext
{
	background-color: white;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

/* **** Upcoming Events Box (Home page) **** */

.eventbox
{
	margin: 0 !important;
	padding: 0 !important;
}

.eventbox h2
{
	margin: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("/images/site/menu_bg.jpg");
	height: 30px;
	font-size: 20px !important;
}

.eventboxinner.evhome
{
}

.event.evhome
{
	margin: 12px 10px !important;
	border-radius: 4px !important;
}

.event.footprintevents
{
	background-color: rgba(246, 255, 239, 0.5) !important;
}

.event.pastonheritagesociety
{
	background-color: rgba(239, 253, 255, 0.5) !important;
}

.evtitle
{
	padding: 4px 8px !important;
	border-top-right-radius: 4px !important;
	border-top-left-radius: 4px !important;
}

.evdate.evhome
{
	text-align: center !important;
	color: #333 !important;
}

.evloc
{
}

.evtext
{
}

.evtext.evhome img.evpicture
{
	float: none !important;
	margin: 0 auto 10px auto !important;
	padding: 0 !important;
	width: 100%;
}

/* **** Volunteers Block **** */

#volunteerblock
{
	width: 620px;
	background: url("/images/site/vol_bg.jpg");
	margin-left: 40px
}

#voltitle
{
	text-align: center;
	font-size: 20px;
	background-color: rgba(103, 22, 22, 0.5);
	color: white !important;
	padding: 5px;
}

#volcontent
{
	padding: 15px;
	display: flex;
	justify-content: space-around;
}

#volcontent a
{
	color: white !important;
	font-size: 14px;
	background-color: rgba(103, 22, 22, 0.5);
	padding: 10px;
	border-radius: 5px;
}

#volcontent a:hover
{
	text-decoration: none;
	background-color: #800;
	color: yellow !important;
}

/* **** Logon Box **** */

#volevlog
{
	display: flex;
	justify-content: space-between;
}

#logonbox, #vollogonbox
{
	margin-left: 20px;
}

#logonbox input, #logonbox td, #vollogonbox input, #vollogonbox td
{
	font-size: 14px;
}

#logonbox input[type=submit], #vollogonbox input[type=submit]
{
	padding: 3px 5px;
}

#vollogonbox
{
	background: url("../images/site/menu_bg.jpg");
	padding: 5px;
	text-align: center;
}

/* **** Promotion Links **** */

#promobox
{
	margin-top: 10px;
	align-items: stretch;
	display: flex;
	justify-content: space-between;
}

.promo
{
	box-sizing: border-box;
	width: 32%;
	display: inline-block;
	cursor: pointer;
	background-color: #f0efd8;
	padding: 8px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin: 5px;
}

.promo:hover
{
	background-color: #f9fabc;
}

.promottl
{
	text-align: center;
	margin-bottom: 5px;
	color: #503003 !important;
	font-weight: bold;
	font-size: 14px;
}

.promopic
{
	text-align: center;
}

/* **** Volunteer Options **** */

.voptions
{
	margin-top: 16px;
}

.voption
{
	background-color: #960000;
	color: white;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	margin: 4px 20px 4px 5px;
	padding: 2px 0;
}

.voption:hover
{
	background-color: #302000;
	color: yellow;
}

/* **** Timeline **** */

.timelineyear
{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 2px 0 2px 14px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #492902;
	color: white;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.timelineentry
{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	margin: 4px 10px 6px 20px;
	padding: 0 0 5px 15px;
	background-color: #f9f9f9;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.timelineletter
{
	background-color: #f0fff0;
}

.timelinedate
{
	float: right;
	margin: 0 0 5px 20px;
	padding: 5px;
	background-color: #fdf8c2;
	border-left: 2px solid #492902;
	border-bottom: 2px solid #492902;
	border-bottom-left-radius: 6px;
}

.timelinetitle
{
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.timelinepic
{
	float: left;
	border: 1px solid #999;
	background-color: white;
	border-radius: 3px;
	padding: 5px;
	margin: 0 10px 8px 0;
	cursor: pointer;
}

.tmperson
{
	background-color: #def;
}

.tmletter
{
	background-color: #fdd;
}

/* **** Letter Search **** */

.lettersearchwrapper
{
	background-color: transparent;
	padding: 10px;
	display: flex;
	max-width: 1040px;
	align-items: center;
	justify-content: space-around;
	border-radius: 10px;
}

.lettersearchbox
{
	background: url("/images/site/menu_bg.jpg") repeat-y;
	padding: 10px;
	margin: 0 10px;
	font-size: 16px !important;
	border-radius: 10px;
}

.lettersearchbox input
{
	font-size: 16px !important;
}

.lettersearchwrapper h2
{
	margin: 0 !important;
	font-size: 25px !important;
}

#ltrsearchopts
{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto;
}

.lettersearchline
{
	display: block;
	margin: 5px 0;
}

.lettersearchprompt
{
	display: inline-block;
	width: 60px;
}

.lettersearchline input[type=text]
{
	padding: 4px;
}

.lettersubmitline
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.lettersubmitline input
{
	font-size: 24px !important;
	padding: 3px 8px !important;
	border-radius: 10px;
	margin: 20px 0;
	width: 85px;
}

.lettersubmitline input:hover
{
	cursor: pointer;
	background-color: #cfc;
}

.lettersearchitem
{
	display: inline-block;
	margin-right: 20px;
}

table.lettersearchtbl
{
	border-radius: 2px;
	border-spacing: 3px;
}

table.lettersearchtbl tr
{
	margin: 5px;
}

table.lettersearchtbl th
{
	background-color: #492902;
	color: white;
	font-size: 15px;
	padding: 5px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

table.lettersearchtbl td
{
	background-color: #fef7bc;
	box-shadow: 1px 1px 1px #907052;
	padding: 5px;
	font-size: 14px;
}

/* **** Letter View **** */

#letteronpage
{
	display: flex;
	justify-content: space-between;
	overflow: auto;
	margin-bottom: 10px;
}

#sidebyside
{
	display: none;
}

.letterbox
{
	width: 100%;
	overflow: auto;
}

.picbtn
{
	padding: 1px 5px;
}

/* **** Letter Popup/Overlay View **** */

#letterview, #vidoverlay
{
	background-color: rgba(40, 40, 40, 0.85);
	padding: 20px;
	position: fixed;
	color: white;
	top: 20px;
	left: 20px;
	width: calc(100% - 80px);
	margin: auto 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
	border-radius: 20px;
}

#letterview
{
	z-index: 2000;
}

#vidoverlay
{
	z-index: 2002;
	text-align: center;
	overflow: hidden;
}

#letterview #letterblock
{
	height: auto;
}

#letterview h2
{
	color: white !important;
	margin-bottom: 20px;
}

#letterview .letterbox
{
	color: black;
	overflow: auto;
	margin-top: 10px;
}

#letterview .letterbox p
{
	line-height: 1.6em;
	margin: 5px 0;
}

#letterview #letterlinks
{
	background-color: white;
}

#letterviewclose, #vidoverlayclose
{
	position: fixed;
	z-index: 9010;
	font-size: 30px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: white;
	top: 30px;
	right: 50px;
	border-radius: 50%;
	text-align: center;
	opacity: 0.6;
	padding: 2px 9px 4px 11px;
}

#letterviewclose:hover, #vidoverlayclose:hover
{
	color: white;
	cursor: pointer;
	background-color: #c00;
	opacity: 1;
}

#letterclosebtn
{
	display: flex;
	margin-top: 20px !important;
	justify-content: space-between;
}

#letterview #sscpicture
{
	margin: 10px 0 40px 3px;
}

#letternotes a
{
	color: yellow !important;
	text-decoration: none;
}

#letternotes a:hover
{
	text-decoration: underline;
}

.letterid
{
	display: inline-block;
	margin: 0 5px;
	color: transparent;
}

.letterid a
{
	font-size: 13px;
	color: white !important;
	text-decoration: none;
	margin-right: 5px;
}

.letterid a:hover
{
	cursor: default;
}

/* **** Panorama **** */

.showpanoblock + .showpanoblock
{
	margin-top: clamp(5vw, 10vw, 120px) !important;
}

/* **** Sketchfab **** */

.sketchfab
{
	border: 0;
}

.skfborder
{
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.skfleft
{
	float: left;
	margin: 5px 20px 2px 0;
}

.skftright
{
	float: right;
	margin: 5px 0 2px 20px;
}

/* **** Feedback **** */

.feedbacktbl
{
	background-color: #efdaab;
	padding: 5px;
	box-shadow: 2px 2px 4px #333;
	border-radius: 8px;
}

.feedbacktbl input
{
	font-size: 15px;
	padding: 3px;
}

.feedbacktbl td
{
	line-height: 1.6em;
	font-size: 15px;
}

.feedbacktbl td .radiotext
{
	padding: 2px 0 2px 5px;
	cursor: pointer;
}

.feedbackseccodetext
{
	padding: 6px;
}

.feedbackseccode
{
	float: left;
	margin: 0 10px 10px 0;
}

.feedbackemonscreen
{
	background-color: #8df;
	padding: 0 10px 10px 10px;
	color: #006;
	font-size: 11px;
	border: 1px solid #006;
	border-radius: 5px;
}

#fbspdat
{
	color: #ddd;
}

/* **** Letters **** */

#letterlinks
{
	background-color: #f8f8f8;
	padding: 3px 8px;
	margin-top: 8px;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#letterlinks a
{
	display: inline-block;
	color: white;
	background-color: #333;
	padding: 2px 12px 3px 12px;
	border-radius: 15px;
	margin: 3px 8px 3px 0;
	color: white !important;
}

#letterlinks a:hover
{
	background-color: #060;
	text-decoration: none !important;
	cursor: pointer;
}

.letteropts
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
	color: white;
	background-color: rgba(0, 0, 0, 255);
	padding: 8px 2px;
	border-radius: 10px;
}

.letteroptsblk
{
	display: inline-flex;
	margin: 0 8px;
	align-items: center;
	flex-wrap: wrap;
	padding: 3px;
	background-color: #444;
	border-radius: 3px;
}

.losubblkl
{
	display: inline-block;
	margin-right: 6px;
}

.losubblkr
{
	display: inline-block;
}

#letternav
{
	flex-wrap: nowrap;
}

/* **** FPGrid **** */

#fpgrid
{
	display: flex;
	flex-wrap: wrap;
}

.fpgouter
{
	position: relative;
	width: calc(100% - 10px);
	background-size: contain;
	box-sizing: border-box;
	opacity: 0.9;
	filter: grayscale(0.5);
	padding: 10px;
	margin: 8px 5px;
	border-radius: 10px;
	top: 0;
	left: 0;
}

.fpginner
{
	position: relative;
	padding-bottom: calc(100% * 564 / 1000 - 9px);
}

.fpginner > div
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fpgouter:hover
{
	opacity: 1;
	filter: grayscale(0);
	cursor: pointer;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	top: -1px;
	left: -1px;
}

.fpgcontent
{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.fpgtitle
{
	font-size: 36px;
	color: #fff991;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
	text-align: left;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.fpgtext
{
	color: white;
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.4);
	padding: 0 10px 10px 10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

/* **** Clearfix **** */

.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}

/* **** Misc **** */

.rangeshow
{
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: right;
}

.spicctrl
{
	display: flex;
	align-items: center;
}

.errormessage
{
	border-radius: 4px;
	padding: 8px;
	background-color: #c00;
	color: white;
	font-weight: bold;
	margin: 8px 20px 8px 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

pre.poem
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-left: 30px;
	color: #513a07;
	line-height: 1.5em;
}

.rangewrapper
{
	display: inline-flex;
}

#year_show
{
	display: inline-block;
	margin-left: 12px;
}

.lgline
{
	display: flex;
	margin: 4px 0;
}

.lgpre
{
	display: inline-block;
	width: 120px;
}

.lgline .rangeshow
{
	width: 60px;
	margin: 0 12px;
}

#svglg
{
	background-color: #f8f8f8;
	margin: 20px 0 0 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.emaildisplay
{
	background-color: white;
	padding: 20px;
	border: 1px solid black;
}

/* **** Categories Field **** */

.ccategorywrapper
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-height: 250px;
	overflow: auto;
}

.ccitem
{
	display: inline-flex;
	align-items: center;
	background-color: #444;
	color: white;
	border-radius: 10px;
	margin: 1px 4px 4px 1px;
	padding: 3px 12px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	user-select: none;
}

.ccitem input
{
	margin-left: 10px;
	border-radius: 5px;
	border: 0;
	padding: 3px;
}

.ccitem:hover
{
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(255, 0, 0, 0.8);
}

/* **** Letter Lists **** */

table.letterlist
{
	width: 100%;
	padding: 10px;
	border-spacing: 5px;
	background-color: #eee;
	margin: 5px 0;
}

table.letterlist td.letterlisttotal
{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

table.letterlist td.llistcol1
{
	width: calc(50% - 90px);
}

table.letterlist td.llistcol2
{
	width: 15%;
}

table.letterlist td.llistcol3
{
	width: 35%;
}

table.letterlist td.llistcol4
{
	width: 90px;
}

/* **** Picture documents (Style 2) **** */

#docpictureblock
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap !important;
	width: 100%;
	box-sizing: border-box;
}

.docpicbox
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 300px;
	height: 420px;
	padding: 0;
	margin: 0 10px 10px 0;
	border: 1px solid transparent;
	cursor: pointer;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	opacity: 0.75;
}

.docpicbox .doctitle
{
	display: inline-block;
	font-size: 15px;
	font-style: italic;
	color: black;
	align-self: flex-start;
	text-align: center;
	margin: 5px auto;
}

.docpicbox:hover
{
	opacity: 1;
	border: 1px solid #333;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.docpicbox .docpicsize
{
	align-self: flex-end;
	background-color: black;
	font-size: 12px;
	color: white;
	padding: 3px 5px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 2px;
}

/* **** Picture documents (Style 4) **** */

.doctextpicbox
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px;
}

.doctext
{
	margin-right: 20px;
	display: inline-block;
}

.doctexttitle
{
	font-size: 17px;
	font-weight: bold;
	color: black;
}

.doctextpic
{
	display: inline-flex;
	flex-shrink: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	opacity: 0.75;
}

.doctextpic:hover
{
	cursor: pointer;
	opacity: 1;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.doctextpic .docpicsize
{
	align-self: flex-end;
	background-color: black;
	font-size: 12px;
	color: white;
	padding: 3px 5px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 2px;
}

/* **** Taxonomy **** */

#taxonomycontainer
{
	margin-top: 2px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 40px 220px;
	row-gap: 2px;
}

#taxonenter
{
	grid-area: 1 / 1 / 2 / 2;
	display: table;
	background-color: #fffbec;
}

#taxonomyselect
{
	display: table-cell;
	width: calc(100% - 100px);
}

#taxoncurr
{
	grid-area: 2 / 1 / 3 / 2;
	overflow: auto;
	background-color: #fffbec;
}

#taxonsel
{
	grid-area: 1 / 2 / 3 / 3;
	overflow: auto;
	background-color: #fffbec;
}

.taxonomyfld
{
	border: 1px solid #bbb;
	border-radius: 3px;
	padding: 5px;
	margin: 0 2px 2px 0;
}

.taxonentry
{
	background-color: #f1e0b2;
	margin: 2px 1px;
	user-select: none;
}

.taxonentry:hover
{
	background-color: #e0d0a0;
	cursor: pointer;
}

.taxonmore
{
	float: right;
	color: white;
	background: #666;
	border-radius: 50%;
	padding: 0 3px;
}

.taxonmore:hover
{
	background-color: green;
}

.taxonsubentries
{
	background-color: white;
	border: 1px solid #999;
	border-radius: 3px;
	margin: 5px;
	padding: 5px;
}

.taxonsubentry
{
	background-color: #f8f8f8;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 2px 5px;
	margin: 2px 0;
}

.taxonitem, .taxonterm
{
	display: inline-block;
	background-color: #333;
	color: white;
	padding: 1px 3px;
	border-radius: 3px;
	margin: 0 2px 2px 0;
	cursor: pointer;
	user-select: none;
}

.taxonterm:hover
{
	background-color: green;
}

.taxoninstr
{
	background-color: #fffbec;
	padding: 8px;
	font-size: 14px;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 0 2px 0 0;
}

/* **** Misc **** */

#placemarkers
{
	display: flex;
	align-items: center;
	justify-content: left;
}

#placemarkers span
{
	display: flex;
	align-items: center;
	margin: 0 10px;
}

#placemarkers span img
{
	margin-right: 6px;
}

#liusername
{
	margin-left: 4px;
}

/* **** Biblio **** */

.bibliocontainer
{
	margin-left: 20px;
	padding: 5px 10px 5px 40px;
	text-indent: -25px;
}

.bibliocat
{
	font-weight: bold;
	font-size: 15px;
	margin: 16px 0 8px 3px;
}

/* **** Columns **** */

#content .pagecolumns ol
{
	margin: 0 !important;
}

/* **** Credit Boxes **** */

.creditbox
{
	display: inline-block;
	width: calc(50% - 40px);
	margin: 10px 30px 30px 0;
	padding: 20px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 30px;
}

.creditboxtitle
{
	color: black;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.creditboxcontent
{
	display: flex;
}

.creditboxphoto
{
    border-radius: 30%;
    display: inline-block;
    position: relative;
}

.creditboxpic
{
	width: 140px;
	border-radius: 50%;
	display: block;
	border: 1px solid #fff;
}

.creditboxphoto:after
{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center,
    	rgba(255,255,255,0) 0%,
    	rgba(255,255,255,0) 30%,
    	rgba(255,255,255,0.9) 90%,
    	rgba(255,255,255,0.95) 95%,
    	rgba(255,255,255,1) 97%,
    	rgba(255,255,255,1) 100%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.creditboxbio
{
	margin-left: 20px;
}

.creditboxbio p
{
}

.creditboxpaston, .creditboxpaston p
{
	font-size: 15px !important;
}

/* **** Maps **** */

.mapcontent h2
{
	font-size: 14px !important;
}

/* **** Documents **** */

.docbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3),
		-1px -1px 5px rgba(0, 0, 0, 0.1);
}

.docbox:hover
{
	background-color: rgba(255, 255, 255, 0.4);
}

.doctitle
{
	display: flex;
	align-items: center;
}

.docicon
{
	display: inline-block;
	margin-right: 10px;
}

.docsize
{
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	text-align: center;
}

/* **** Gauntlet Controls **** */

.gauntletctrls
{
	display: flex;
	justify-content: center;
}

.gauntletleft
{
	float: left;
}

.gauntletright
{
	float: right;
}

.gauntletctrl
{
	display: inline-block;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	filter: contrast(50%);
	margin: 0 10px;
}

.gauntletctrl:hover
{
	cursor: pointer;
	filter: contrast(120%);
}

.gauntletstart
{
	width: 60px;
	background-image: url("/images/site/gauntlet_start.png");
}

.gauntletstop
{
	width: 30px;
	background-image: url("/images/site/gauntlet_stop.png");
}


/* **** Land Data and Personnel Searches **** */

.landdataline, .psndatabox
{
	margin: 5px 0;
	padding: 4px 8px;
	background-color: #f3e8b5;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.landdataline:hover
{
	cursor: pointer;
	background-color: white;
}

.psndatabox
{
	display: flex;
	justify-content: space-between;
}

.psnnotes
{
	background-color: #f7f3e3;
	border: 1px solid #d2ac65;
	padding: 1px 10px;
	margin: 10px 0 0 10px;
	border-radius: 4px;
}

.psnpic
{
	margin: 0 0 10px 20px;
	max-height: 200px;
}

.ftreeicon
{
	margin-left: 10px;
	border: 2px solid transparent;
}

.ftreeicon:hover
{
	border: 2px solid red;
}

.psntitleline
{
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 5px;
}

.psnletterlist
{
	max-height: 150px;
	overflow: auto;
	display: block;
	margin: 0 0 10px 10px;;
	white-space: nowrap;
	background-color: #f7f3e3;
	border: 1px solid #d2ac65;
	border-radius: 4px;
	padding: 1px 10px;
	line-height: 1.6em;
}

/* **** Survey/UDForm **** */

#surveyform
{
	width: 800px;
	padding: 20px;
	background-color: #cb8b01;
	border-radius: 20px;
}

.udline
{
	background-color: #f6f3e9;
	padding: 10px 20px;
	margin: 5px 0;
}

.udfcheckboxes
{
	margin: 10px 0 0 40px;
	line-height: 1.6em;
}

.udfsliderheads
{
	display: inline-flex;
	justify-content: space-between;
}

.udfsliderhead
{
}

.udfsliderwrapper
{
	margin: 15px auto 0 auto;
	text-align: center;
}

.udfslider
{
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.udfsliderpre
{
	width: 80px;
	text-align: right;
	margin-right: 10px;
}

.udfsliderpost
{
	width: 80px;
	text-align: left;
	margin-left: 10px;
}

.udfsubmitline
{
	text-align: center;
	margin-top: 10px;
}


.piclose
{
	float: right;
	margin: 2px 2px 0 0;
	width: 14px;
	height: 14px;
	background: url("/dlib/images/popcalclose.png") no-repeat;
}

.piclose:hover
{
	background: url("/dlib/images/popcalclosehover.png") no-repeat;
	cursor: pointer;
}

.pilink
{
	display: inline-flex;
	width: 24px;
	height: 20px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 6px 2px 3px;
	border-radius: 50%;
	margin: 0 4px;
	font-style: italic;
	filter: brightness(70%);
}

.pilink:hover
{
	filter: brightness(100%);
}

.pilink a
{
	border-radius: 50%;
	text-decoration: none !important;
}

.pilinki, .pilinki a
{
	background-color: blue;
	color: white !important;
}

.pilinkw, .pilinkw a
{
	background-color: #ddd;
	color: black !important;
}

.pilinkp, .pilinkp a
{
	background-color: red;
	color: yellow !important;
}

.pilinko, .pilinko a
{
	background-color: #006;
	color: white !important;
}

.pilinkd, .pilinkd a
{
	background-color: #777;
	color: white !important;
}

.pilinkb, .pilinkb a
{
	background-color: #040;
	color: white !important;
}

.pilinkB, .pilinkB a
{
	background-color: #f40;
	color: white !important;
}

.pilinks, .pilinks a
{
	background-color: #00c;
	color: white !important;
}

/* **** ScrollPic **** */

.scptext
{
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.scpbox
{
	padding: 0 !important;
}

.scpdbpic
{
	cursor: pointer;
}

.scpmarker
{
	border-radius: 50%;
	border: 3px dashed yellow;
	animation-iteration-count: infinite;
	animation-duration: 16s;
	animation-name: scprotate;
	animation-timing-function: linear;
	opacity: 0.75;
}

@keyframes scprotate
{
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

/* **** Media Settings **** */

@media only screen and (min-width: 1470px)
{
	#main
	{
		max-width: 1450px;
	}
}

@media only screen and (min-width: 1200px)
{
	.fpgouter
	{
		width: calc(50% - 10px);
	}
}

@media only screen and (max-width: 1250px)
{
	#logohlf
	{
		margin-top: 75px;
	}

	#logohlf img
	{
		width: 100px;
		border-radius: 15px !important;
	}
}

@media only screen and (max-width: 1060px)
{
	#logohlf
	{
		display: none;
	}
}

@media only screen and (max-width: 1150px)
{
	#main
	{
		width: calc(100% - 20px);
	}

	#logo
	{
		height: auto !important;
		display: block;
	}

	#logotitle
	{
		display: none;
	}

	#logotitlemob
	{
		display: block;
		font-family: 'Kereru-Regular';
		font-weight: bold;
		text-align: center;
		font-size: 7.5vw;
		letter-spacing: 0.09em;
		background-image: url("/images/site/logobgmob.png");
		background-repeat: repeat;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}

	#logoslideshow
	{
		display: none;
	}

/*	#menustd
	{
		flex-wrap: wrap;
	}*/
}

@media only screen and (max-width: 1100px)
{
	#footer
	{
		display: grid;
		grid-template-columns: 140px auto auto 60px;
		grid-template-rows: auto auto;
		grid-template-areas: "footprints copyright copyright footsocial"
			"footlinks footlinks sitedev sitedev";
	}

	body
	{
		padding: 0;
	}

	#main
	{
		margin: 0 !important;
		width: 100%;
	}

	img
	{
		max-width: 100%;
	}

	img.img
	{
		width: 100% !important;
		text-align: center;
		float: none;
		clear: both;
		display: block;
		margin: 40px 0 0 0 !important;
	}

	.piccaption
	{
		width: 90% !important;
		margin-bottom: 20px;
	}

	#content
	{
		padding: 10px 20px 20px 20px;
		font-size: 18px;
	}

	#content h1
	{
		margin: 0 0 15px -20px !important;
	}

	#content p
	{
		font-size: 18px;
	}

	#popuptooltip
	{
		font-size: 15px;
	}

	/* **** Scaling Embedded Video **** */

	#videowrap
	{
		float: none;
		clear: both;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		width: 100%;
		overflow: hidden;
	}

	#videowrap iframe
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.psnletterlist
	{
		white-space: normal;
	}
}

@media only screen and (max-width: 750px)
{
	#content.threeblocklayout
	{
		grid-template-columns: auto;
		grid-template-rows: auto auto auto auto;
		grid-template-areas: "b3titleh1"
			"b3left"
			"b3right"
			"b3bottom";
	}

	.footeritem
	{
		font-size: 19px;
	}

	.showpanoblock + .showpanoblock
	{
		margin-top: 10px !important;
	}
}

@media only screen and (max-width: 650px)
{
	#footer
	{
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
		grid-template-areas: "footprints footsocial"
			"copyright copyright"
			"footlinks sitedev";
	}

	#footblk2
	{
		margin-bottom: 20px;
	}
}

