@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans+Condensed:wght@300&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Metal+Mania&display=swap');

:root {
	--parchment: rgb(247, 240, 224);
	--SlateBlue: rgb(56, 83, 125);
	--LinkBlue: blue;
	--FacebookBlue: rgb(66, 103, 178);
	--WeeM2022Green: rgb(96, 144, 48);
	interpolate-size: allow-keywords;
}
html {
  box-sizing: border-box;
}
* {
	border: none;
	padding: 0; 
	margin: 0;;
	box-sizing: border-box;
	transition: all;
}
*:before, *:after {
  box-sizing: inherit;
}
body {
	position: relative;
	height: 100vh;
	height: 100dvh;
	max-height: 100dvh;
  	overflow: auto;
	background-color: var(--SlateBlue); /* whitesmoke; */
}
p, ul, ol, li, details, td, th, dt, dd {
	font-size: clamp(1rem, 1.25vw, 1.25rem);
}
img {
  width: 100%;
  height: auto;
  border: 0;
}
img.round {
	border-radius: 50%;
}
img.shape {
	shape-margin: 2%;
}
hr {
	border: 1px solid var(--SlateBlue);
}
.sidebar {
	grid-area: sidebar;
}
.content {
	grid-area: content;
	position: relative;
}
.header {
	grid-area: header;
	position: relative;
	padding: 2ex 2vw;
}
.header:after {
	content: "";
	clear: both;
}
.header .mlogo {
	width: 85%;
}
.header .mlogo img {
	max-width: 800px;
}
.header	.menu_bar_icon > p {
	color: var(--SlateBlue);
}
.header	.menu_bar_icon > p:hover {
	color: var(--LinkBlue);
}
.page {
	margin: auto;
	width: 100%;
    max-width: 1375px;
    padding: 0 2em;
    position: relative;
    box-sizing: border-box;
    background-color: white;
}
.wrapper {
	width: 100%;
	min-height: 100vh;
	margin: auto;
    display: grid;
    gap: 1ex;
    grid-template-columns: 100%;
    grid-template-areas:
    "header"
    "content"
    "footer";
    grid-template-rows: auto 1fr auto;
    background-color: inherit;
    color: black;
}

.sidenav, .sidenav #menu-list .dropdown-container, .sidenav #menu-list #closeMenuX, .sidenav #menu-list #closeMenuX a, 
.sidenav #menu-list #closeMenuX a:link, .sidenav #menu-list .fa-window-close,
.sidenav #menu-list .dropdown-btn, .sidenav #menu-list a, .sidenav #menu-list a:link,
.sidenav #menu-lis a:link, .sidenav #menu-list a.closebtn:link {
	background-color: var(--SlateBlue);
}
.sidenav #sidenav-scroll:after {
	background: var(--SlateBlue);
}
.sidenav #menu-list .dropdown-btn:hover, .sidenav #menu-list a:hover, .sidenav #menu-list .dropdown-btn:hover,
.sidenav #menu-list .dropdown-btn.active {
	background: rgba(108, 145, 203, 0.4); 
}
.sidenav #sidenav-scroll #closeMenuX, .sidenav #sidenav-scroll #closeMenuX a.closebtn:hover, .sidenav #sidenav-scroll #closeMenuX a:hover, 
.sidenav #sidenav-scroll #closeMenuX a.closebtn:hover, .sidenav #sidenav-scroll #closeMenuX:hover {
	background-color: var(--SlateBlue);
}
.fa-window-close {
	background-color: var(--SlateBlue);
}

/* inherited properties */
ADDRESS,BLOCKQUOTE,BODY,DIV,DL,H1,H2,H3,H4,H5,H6,OL,P,PRE,SPAN,UL,A {
	font-family: "Open Sans", Verdana, "Roboto", Montserrat, "Font Awesome 6 Free", sans-serif;	
	/* font-family: Georgia, "New York", "Times New Roman", Times, "Font Awesome 6 Free", serif; */
	color: black;
}
/* non-inherited properties */
h1, h2, h3, h1 a, h2 a, h3 a {
	font-family: Roboto, Montserrat, Helvetica, Verdana, Arial, "Font Awesome 6 Free", sans-serif;
	text-align: left;
	margin-top: 2ex;
	margin-bottom: 1ex;
	line-height: 110%;
}
h1 {
	font-weight: 900;
}
h2 {
	font-weight: 700;
}
h1.i, h2.i, h3.i {
	font-style: italic;
}
h2.gray, h3.gray, p.gray, h2.grey, h3.grey, p.grey, strong.grey, strong.gray, 
h2.gray span, h3.gray span, p.gray span, h2.grey span, h3.grey, p.grey span, 
li.grey, li.grey span, dark li.grey span {
	color: gray;
}
h1:first-of-type {
	margin-top: 0;
}
.map_address {
	display: inline;
}
tr, td {
	color: black;
	background-color: inherit;
	font-family: "Open Sans", Verdana, "Roboto", Montserrat, "Font Awesome 6 Free", sans-serif;	
	/* font-family: Georgia, "New York", "Times New Roman", Times, serif; */
	padding: 0;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}
div {
	margin: 0;
	padding: 0;
}
div.log P { 
 	margin: 0 0 0 0; 
}
div.thumb {
	display: inline-block;
	margin: 0;
	text-align: center;
	z-index: 99;
	width: 52px;
	position: fixed;
	bottom: 0;
	top: auto;
	right: 2px;
}
div.thumb > a.thumb-button {
  border-radius: 5px;
  box-sizing: border-box;
  width: 52px !important;
  min-width: 52px;
  height: 29px !important;
  color: white;
  padding: 10px 5px 8px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin-bottom: 4px;
  cursor: pointer;
}
div.thumb a.twoline {
  padding: 4px 5px;
  margin-bottom: 4px;
  line-height: 100%;
}
a.lm-btn {
	display: inline-block;
	text-align: center;
	border: 2px solid var(--SlateBlue);
	font-weight: bold;
	font-size: 100%;
	padding: 1ex 1.25em;
	border-radius: 1.25em;
	cursor: pointer;
	background-color: transparent;
	&:hover {
		background-color: white;
		opacity: 1;
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}
}

.submit-btn {
   background: var(--SlateBlue);
   background-image: -webkit-linear-gradient(top, #6C91CB, #1a273b);
   background-image: -moz-linear-gradient(top, #6C91CB, #1a273b);
   background-image: -ms-linear-gradient(top, #6C91CB, #1a273b);
   background-image: -o-linear-gradient(top, #6C91CB, #1a273b);
   background-image: -webkit-gradient(to bottom, #6C91CB, #1a273b);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: White;
   font-family: Helvetica, Arial, Sans-Serif;
   font-size: 80%;
   font-weight: 400;
   padding: 0.75em;
   border: 1px solid #1a273b;
   border-top: 1px solid #6b8dc2;
   border-left: 1px solid #6b8dc2;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin-top: 0.5ex;
   margin-bottom: 0.5ex;
}
.submit-btn:hover {
	border: solid #337FED 1px;
	background: #566F99;
	background-image: -webkit-linear-gradient(top, #566F99, #6E9DD1);
	background-image: -moz-linear-gradient(top, #566F99, #6E9DD1);
	background-image: -ms-linear-gradient(top, #566F99, #6E9DD1);
	background-image: -o-linear-gradient(top, #566F99, #6E9DD1);
	background-image: -webkit-gradient(to bottom, #566F99, #6E9DD1);
   -webkit-box-shadow: 1px 1px 18px 0 #000000;
   -moz-box-shadow: 1px 1px 18px 0 #000000;
    box-shadow: 1px 1px 5px 0 #000000;
	text-decoration: none;
}

.dark .submit-btn {
	margin-left: 0.5em;
	box-shadow: 3px 4px 0px 0px #899599;
	background: linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	border-radius: 15px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: Navy;
	font-family: Arial;
	font-size: 17px;
	padding: 7px 25px;
	text-decoration: none;
	text-shadow:0 1px 0 #e1e2ed;
	margin-bottom: 4px;
	margin-right: 3px;
}
.dark .submit-btn:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}
.dark .submit-btn:active {
	position:relative;
	top:1px;
}
#paperlessBtn {
	color: white;
}
A {
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
A:link, A:link span, A:link i  {
	color: var(--LinkBlue);
}
A:visited, A:visited span, A:visited i {
	color: var(--LinkBlue); /* rgb(11, 0, 128); */
	text-decoration: none;
}
A:hover, A:hover span, A:hover i {
	color: RebeccaPurple; /*rgb(187, 50, 61);*/
	text-decoration: underline;
}
A.ul {
	text-decoration: underline;
}
A.anchor {
	color: black;
	text-decoration: none;
}
A.anchor:hover {
	color: black;
	text-decoration: none;
}
.button, .thumb-button { 
	display: inline-block;
	color: white;
	margin-bottom: 0.5ex;
	border-top: 2px solid lightsteelblue;
	border-left: 1px solid lightsteelblue;
	background-color: var(--SlateBlue);
	background-image: linear-gradient(to top, #6C91CB, #213657);
	padding: 7.5px 15px;
	border-radius: 21px;			/* W3C */
	box-shadow: rgba(0, 0, 0, 1) 0 0.2em 0.2em;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: center;
	line-height: 110%;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 0.2em;
	background-size: 100% 100%;
	background-position: center;
	transition: all 0.4s ease-in-out;
}
.button {
	padding-top: 1.5ex;
	padding-bottom: 1.3ex;
	margin-left: 0.5em;
}
.button.float_left {
	margin-left: 0;
	margin-right: 0.5em;
}
.button:hover, .thumb-button:hover {
	border-top-color: #6b8dc2;
	background: var(--SlateBlue);
	color: white;
}
div.thumb > a.thumb-button:hover {
	background-color: var(--SlateBlue);
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	filter: brightness(120%);
}
div.events .button:active {
	border-top-color: #6b8dc2;
	background-color: #38537d;
	text-decoration: none	!important;
}
.button {
	cursor: pointer;
	z-index: 20;
}
.button:focus {
	outline: none;
}
#passwordBtn {
	position: relative;
	z-index: 75;
}

.modal-header {
	background-color: var(--SlateBlue);
}

.am-dark-blue-bg, .am-dark-blue-bg.keep-together {
	color: white;
	background-color: #00447c;
}
.am-blue-bg, .am-blue-bg.keep-together {
	color: white;
	background-color: #007bff;
}
.am-save-btn {
	color: white;
	background: #006dcc;
	border-radius: 4px;
}

details {
	padding-left: 3vw;
}
details::details-content {
   	display: block;
   	margin-inline: 0;
   	block-size: 0;
   	overflow: hidden;
   	transition-property: block-size, content-visibility;;
   	transition-duration: 1s;
   	transition-behavior: allow-discrete;
}
details[open]::details-content {
   	block-size: auto;
   	block-size: calc-size(auto);
}
details summary {
   	list-style-position: outside;
   	cursor: pointer;
}

.news {
	width: 20%;
	padding-right: 8px;
	padding-bottom: 0;
	margin: 0;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--SlateBlue);
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.no-hyphen {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.top {
	vertical-align: top;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.float_left {
	float: left;
	margin-right: 1em;
}
.float_right {
	float: right;
	margin-left: 1em;
}
.wrap {
	font-family: inherit;
	word-break: normal;
}
.m-logo {
	width: 22px; 
	border-radius: 20%;
	margin-bottom: -0.5ex;
}
h2 .m-logo,  .m-logo {
	margin-bottom: -0.25ex;
}
#discordBtn .m-logo {
	width: 20px;
}
.m-logo.l {
	width: 24px; 
}
.fa-solid, .fa-regular, .fa-brands  {
	text-indent: 0;
}	
.fa-envelope {
	color: Grey;
	text-indent: 0;
}
.fa-brands.fa-meetup, .fa-exclamation-circle, a:link span.fa-brands.fa-meetup, a:visited span.fa-meetup {
	color: crimson;
	text-indent: 0;
}
.fa-file-pdf, .fa-brands.fa-youtube {
	color: DarkRed;
	text-indent: 0;
}
.fa-smoking-ban, .fa-exclamation-triangle, .fa-circle-exclamation {
	color: crimson;
	text-indent: 0;
}
.fa-brands.fa-twitter, .fa-brands.fa-paypal, .fa-brands.fa-app-store {
	color: Blue;
	opacity: 0.7; 
}
.fa-brands.fa-facebook-square {
	color: var(--FacebookBlue);
}
.fa-brands.fa-discord {
	color: #5865f2;
}
.fa-brands.fa-google-play {
	color: Turquoise;
}
.fa-brands.fa-amazon {
	color: DarkOrange;
}
.fa-video, .fa-phone, .fa-reply, .fa-search {
	opacity: 0.7;
	text-indent: 0;
}
.fa-virus {
	color: green;
}
.fa-brands.fa-youtube {
	color: Red;
}
.fa-lock, .fa-location-dot, .fa-arrow-up-right-from-square {
	opacity: 0.8; 
	color: inherit;
	text-indent: 0;
}
.fa-lock {
	font-size: 70%;
	text-indent: 0;
}
.fa-quote-left, .fa-quote-right {
	color: var(--SlateBlue);
	opacity: 0.7;
	border: none;
	text-indent: 0;
}
.fa-quote-left {
	clear: left;
	margin-top: -0.5ex;
	margin-bottom: -0.5ex;
}
.fa-quote-right {
	margin-top: -0.2ex;
	margin-bottom: 0;
	text-indent: 0;
}
.youtube, .youtube a {
	white-space: nowrap; 
	font-family: 'Roboto Condensed';
}
.boardgame-logo, .boardgame-logo-xl {
  	width: 18px; 
  	height: auto; 
  	margin: 0; 
  	padding: 0;
	vertical-align: sub;
	color: inherit;
}
.keep-together {
	color: inherit;
	font-family: inherit;
	white-space: nowrap; 
}
.accordion .fa-meetup, .accordion .fa-facebook-f, .accordion .fa-globe {
	color: white;
}
.tableDisplay {
	display: table;
}
div.tableCell {
	display: table-cell;
	vertical-align: middle;
}
table.center, p.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}
table.center {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}
table.nb {
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.nb th, table.nb td {
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}
table#ad {
	border-style:ridge; 
	border-width: 7px; 
	border-collapse: collapse;
	line-height: 100%;
	width: 75%; 
}
table#ad th, table#ad td  {
	border-style:ridge; 
	border-width: 3px;
	border-collapse: collapse;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 1ex 6px 1ex 6px; 
	background-color: lightgrey;
}
table#ad th.th-main {
	padding-top: 2ex; 
	padding-bottom: 2ex;
}
table#ad td {
	padding: 3px 6px 3px 6px;
	font-size: medium;
}
table#ad td.prices {
	background-color: inherit;
	text-align: right; 
	padding-right: 1em;
	font-weight: normal;
}
table#ad td.prices.center {
	padding-right: 0;
	text-align: center;
}
.help {
	cursor: help;
}
.wait {
	cursor: wait;
}
.delete {
	text-decoration: line-through;
	color: inherit;
	font-family: inherit;
}
.b {
	font-weight: bold;
}
.n {
	font-weight: normal;
	color: inherit;
}
.i {
	font-family: inherit;
	font-style: italic;
}
.med {
	font-size: medium;
	color: inherit;
	font-family: inherit;
}
.xl, ol.xl > li, ul.xl > li {
	font-family: inherit;
	color: inherit;
	font-size: x-large;
}
.l, ol.l > li, ul.l > li  {
	font-family: inherit;
	font-size: large;
}
.lb {
	font-family: inherit;
	font-size: large;
	font-weight: bold;
}
.s, .xs {
	font-size: 75%;
	color: inherit;
	font-family: inherit;
}
.xs {
	font-size: 50%;
}
.subscript {
	vertical-align: sub;
	line-height: 1ex;
	color: inherit;
}
.superscript {
	display: inline-block;
	font-size: 75%;
	line-height: 1ex;
	vertical-align: super;
	color: inherit;
}
.red {
	color: crimson;
}
.underline {
	text-decoration: underline;
}

.title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.title-overlay-content {
  margin: 0 auto;
  text-align: center;
}

.title-overlay-content h3 {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(2px) brightness(75%);
  backdrop-filter: blur(2px) brightness(75%);
}

.text-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.5rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow: hidden;
  box-sizing: border-box;
}

.text-overlay-content {
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  overflow: auto; 
}

.text-overlay-content.flex-center {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.text-overlay-content.flex-center h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.text-overlay-content.flex-center p:first-of-type {
	margin-top: 1.5ex;
}

.text-overlay-content p:last-of-type {
	margin-bottom: 0;
}

.text-overlay-content h3, .text-overlay-content p, .text-overlay-content a, .text-overlay-content span {
	color: white;
	text-decoration: none;
}
.text-overlay-content p {
	width: 95%;
}

.title-overlay-content a span {
	color: white;
	text-decoration: none;
}
.text-overlay-content span.learnMoreBtn, .subject-card a.learnMoreBtn:link span, .subject-card a.learnMoreBtn:hover span.learnMoreBtn, .subject-card a:visited span.learnMoreBtn {
	background-color: white;
    border-radius: 25px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: black;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 95%;
}

/* Tabs  */
.tabs {
	display: flex;
	flex-wrap: wrap; /* make sure it wraps */
	position: relative;
}
.tabs > label {
	order: 1;	/* Put the labels first */
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
	color: var(--SlateBlue);
	background: LightGray;
	font-weight: bold;
	opacity: 80%;
	transition: background ease 0.2s;
}
.tabs > label:hover {
	font-size: 110%;
	opacity: 100%;
}
.tabs > input[type="radio"]:checked + label:hover {
	font-size: 100%;
	cursor: text;
}
.tabs > .tab {
	order: 99; /* Put the tab contents last */
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 2ex 2vw;
	background: WhiteSmoke;
}
.tabs > input[type="radio"] {
	display: none;
}
.tabs > input[type="radio"]:checked + label {
	opacity: 100%;
	background: WhiteSmoke;
}
.tabs > input[type="radio"]:checked + label + .tab {
	display: block;
}

/* We'll have to see this in a browser that understands :first-letter ...
P > span.lb:first-letter {
 font-size: 200%;
 font-style: italic;
 font-weight: bold;
 float: left;
}*/
P {
	margin: 2ex 0 3ex 0;
	line-height: 160%;
}
div.vmenu {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 0;
}
div.vmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 0;
}
div.vmenu li {
	display: inline-table;
	overflow-wrap: normal;
	white-space: normal;
	margin-bottom: -0.25ex;
}
div.vmenu li.hide {
	display: none;
}
div.vmenu a.vmenu:link, div.vmenu a.vmenu:visited {
	color: #FFFFFF;
	border-top: 1px solid #d4dbd4;
	border-left: 1px solid #d4dbd4;
	border-right: 1px solid #282e26;
	background-color: var(--SlateBlue);
	background-image: linear-gradient(to top, #6C91CB, #213657);
	padding: 0.75ex 1em 0.5ex 1em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0 10px #708090 inset;
}
div.vmenu li.selected {
	background-image: linear-gradient(to top, #8ca88f, #282e26);
}
div.vmenu a.vmenu:hover, div.vmenu a.vmenu:active, div.vmenu a.vmenu {
	background-color: var(--SlateBlue);
}
div.vmenu a.vmenu .fa-solid {
	color: white;
}
.tabrow {
	text-align: center;
	list-style: none;
	margin: 2ex 0 0 0;
	padding: 0;
	line-height: 26px;
	height: 28px;
	overflow: hidden;
	font-size: 12px;
	font-family: Verdana;
	position: relative;
}
.tabrow.darkbg {
	border-bottom: 1px solid var(--SlateBlue);
}
.tabrow li {
	height: 4ex;
	border: 1px solid #AAA;
	background-color: #D1D1D1;
	background: linear-gradient(to top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF; */
	margin: 0 -5px;
	padding: 0.5ex 20px 0 20px;
}
.tabrow li.selected {
	background: White;
	color: var(--SlateBlue);
	z-index: 3;
	border-bottom: 3px solid White;
	cursor: text;
}
.tabrow.darkbg li.selected {
	border: 1px solid var(--SlateBlue);
	background: var(--SlateBlue);
	color: White;
	border-bottom: 2px solid var(--SlateBlue);
}
.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}
.tabrow.darkbg:before {
	border-bottom: 1px solid var(--SlateBlue);
}
.tabrow li:before, .tabrow li:after {
	border: 1px solid #AAA; 
	position: absolute;
	z-index: -1;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow.darkbg li.selected:before {
	box-shadow: 2px 2px 0 var(--SlateBlue);
}
.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow.darkbg li.selected:after {
	box-shadow: -2px 2px 0 var(--SlateBlue);
}
.tabrow li a {
	color: #555;
	text-decoration: none;
	line-height: 150%;
}
.tabrow li a:hover {
	color: var(--SlateBlue);
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.hskip {
	padding: 1em;
}
DIV.vskip {
	margin: 2.0ex 0 0.5ex 0;
}
DIV.breadcrumbs { 
	padding: 1ex 0 1ex 0;
	color: black;
	font-family: Geneva, Verdana, Helvetica, "Font Awesome 6 Free", Arial, sans-serif;
	font-size: small;
	text-align: left;
}
DIV.breadcrumbs A:link, DIV.breadcrumbs A:visited, DIV.breadcrumbs A:link .fa-solid, DIV.breadcrumbs A:visited .fa-solid {
	text-decoration: none;
	color: var(--LinkBlue);
}
DIV.breadcrumbs A:hover, DIV.breadcrumbs A:hover .fa-solid {
	text-decoration: underline;
}
DIV.contents {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	width: 9em;
	padding-right: 1em;
	float: left;
}

div.fading {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-top: 20px;
}
div.fading a {
	font-size: 350%;
	font-weight: 900;
	color: rgba(56, 83, 125, 1);
	margin: 3em 0.5em 0 0;
	line-height: 110%;
}
div.fading a+a {
	font-size: 325%;
	color: rgba(56, 83, 125, 0.95);
}
div.fading a+a+a {
	font-size: 300%;
	font-weight: 800;
	color: rgba(56, 83, 125, 0.9);
}
div.fading a+a+a+a {
	font-size: 275%;
	color: rgba(56, 83, 125, 0.85);
}
div.fading a+a+a+a+a {
	font-size: 250%;
	font-weight: 700;
	color: rgba(56, 83, 125, 0.8);
}
div.fading a+a+a+a+a+a {
	font-size: 225%;
	color: rgba(56, 83, 125, 0.75);
}
div.fading a+a+a+a+a+a+a {
	font-size: 200%;
	font-weight: 600;
	color: rgba(56, 83, 125, 0.7);
}
div.fading a+a+a+a+a+a+a+a {
	font-size: 175%;
	color: rgba(56, 83, 125, 0.65);
	line-height: 170%
}
div.fading a+a+a+a+a+a+a+a+a {
	font-size: 150%;
	font-weight: 500;
	color: rgba(56, 83, 125, 0.6);
	line-height: 160%
}
div[class^="map"] {
	position: relative;
	float: right; 
	clear: right;
	margin: 0 0 1ex 1em; 
	width: 43%;
}
div.map.agog { 
	z-index: 0; 
	opacity: 0.8; 
	margin-top: -3ex;
	margin-left: 1.25em; 
	width: 40%;
}
div.colhalf {
	float: left;
	width: 48%;
	padding-left: 0;
	padding-right: 1em;
}
div.colhalf_nr {
	float: left;
	width: 48%;
	padding-left: 0;
	padding-right: 0.5em;
}
.star-separator {
	letter-spacing: 0.5em;
}

.video-container {
    /* default width is set as 100% here but any width can be specified as per requirement */
    width: 100%;
    position: relative;
}
/* ratio 16:9 */
.video-container.r16x9 {
    padding-top: 56.25%;
}
/* ratio 4:3 */
.video-container.r4x3 {
    padding-top: 75%;
}
/* ratio 3:2 */
.video-container.r3x2 {
    padding-top: 33%;
}
.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*--- Start Parallax Style --*/
.parallax.weem.w2022 {
	background-color: rgb(65, 49, 60);
	background: linear-gradient(45deg, rgb(97, 73, 67), rgb(97, 73, 67), rgb(78, 151, 22), rgb(65, 49, 60), rgb(65, 49, 60), rgb(236, 171, 1));
	text-align: center;
	position: relative;
}
section.parallax.w2021 {
	background-color: var(--SlateBlue);
	background: url("/weem/images/galaxy.3464.png") repeat-y fixed 100%;
	background-position-x: 65%;
	text-align: center;
	position: relative;
	-webkit-backdrop-filter: blur(4px) brightness(40%);
	backdrop-filter: blur(4px) brightness(40%);
}
.parallax-inner.weem {
	padding-top: 2ex;
	padding-bottom: 2ex;
	position: relative;
}
.parallax-inner.weem .weemImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2%;
	margin: auto;
	max-width: 25%;
}
.parallax-inner.weem .details {
	margin-left: 28%;
	padding-right: 2em;
}
.parallax-inner.weem.w2022 .details * {
	color: rgb(252,194,0);
}
.parallax.w2025 .parallax-inner.weem .details { 
	color: white;
	a, a span {
		color: White;
	}
}
.parallax-inner.weem .details h2, .parallax-inner.weem .details h3 {
	text-align: center;
}
.parallax-inner.weem .details h3 {
	font-size: 125%;
}
.parallax-inner.weem .details a, .parallax-inner.weem .details a:link, .parallax-inner.weem .details a:visited {
	text-decoration: underline;
}
.parallax-inner.weem .details a:hover {
	text-decoration-style: double;
}
/*--- End Parallax Style --*/

.clear_both {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}
DD {
	margin-bottom: 0.5em;
	margin-left: 2em;
	line-height: 160%;
}
DL.stafflist DT {
	font-weight: bold;
	padding-top: 1.5ex;
}
DL.stafflist dd {
	margin-left: 0;
}
dl.agog {
	margin: 0 3em;
} 

DL.actions DT {
	font-weight: bold;
	padding-top: 0.5em;
}
DL.actions BLOCKQUOTE {
	margin-top: 1ex;
	margin-bottom: 1ex;
}
DL.actions P {
	margin-top: 1ex;
	margin-bottom: 1ex;
}
SPAN.sc {
	font-variant: small-caps;
}
.byline {
	font-family: Georgia, "New York", "Times New Roman", Times, serif;
	font-style: italic;
}
P.byline {
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	margin: 0.5ex 0 1ex 1.5em;
}
P.byline:after {
  content: "";
  display: table;
  clear: left;
}
P.justify, div.justify {
	text-align: justify;
	text-justify: inter-word;
}
/* 
	margin top used by all browsers; line-height ignored by Mozilla 
	Note: dependency on font & line height so if either changes, this css may have to be 
	adjusted. 
	first letter spans 2 lines
*/
P.dropcap:first-letter {
	font-size: 3.5em;
	margin: -0.1ex 0em 0ex -0.1em;
	display: block;
	float: left;
	line-height: 0.9em;
}
.w55_r {
	width: 55%;
} 

div.ml4_r {
	margin-left: 1em;
}
.hanging {
	margin-left: 1em;
}
.hanging_r {
	margin-left: 1em;
}
P.hanging:first-line {
	margin-left: 0;
}
.mt0, P.byline.mt0 {
	margin-top: 0;
}
.mt1 {
	margin-top: 1ex;
}
.mt2 {
	margin-top: 2ex;
}
.mt3 {
	margin-top: 3ex;
}
.mtminus1 {
	margin-top: -1ex;
}
.mtminus2 {
	margin-top: -2ex;
}
.mtminus3 {
	margin-top: -3ex;
}
.mtminus4 {
	margin-top: -4ex;
}
.mtminus5 {
	margin-top: -5ex;
}
.mb0, P.byline.mb0 {
	margin-bottom: 0;
}
.mb1, #weemAd p {
	margin-bottom: 1ex;
}
.condensed {
	line-height: 110%;
}
.dark UL, .dark OL {
	margin-top: 2ex;
}
UL, OL {
	margin-left: 2em;
	line-height: 160%;
	margin-bottom: 2ex;
}
ul li, ol li {
	line-height: 160%;
	margin-bottom: 2ex;
}
ol.tight li, ul.tight li {
	line-height: 110%;
	margin-bottom: 1.25ex;
	p {
		margin: 1ex 0;
	}
	p:first-child {
		margin-top: 0;
	}
	p:last-child {
		margin-bottom: 0;
	}
}

ul.top_margin_none, ul.mt0 {
	margin-top: 1.1ex;
}

ul.mb0 {
	margin-bottom: 1.1ex;
}
ol.top_margin_none {
	margin-top: 1.1ex;
}
ol.top_margin_s {
	margin-top: -0.5ex;
}
ol.ml0 {
	margin-left: 0.25em;
}
ul.ml0 {
	margin-left: 0.25em;
}
ul.line_after li {
	margin-bottom: 2.25ex;
}
OL {
	list-style-type: decimal;
}
OL OL {
	list-style-type: upper-alpha;
}
OL OL OL>LI {
	list-style-type: lower-roman;
}
UL.ed { /* list-style-image: url(/images/500j.gif); */
	list-style: circle outside;
	list-style-image: none;
}
UL.reminder {
	list-style-image: url('/images/alarm.blue.png');
}
UL.cal {
	list-style-image: url('/images/calendar.blue.png');
}
ol.decimal {
	list-style-type: decimal;
	list-style-image: none;
}
span.event_title {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
}
OL.lower-alpha {
	list-style-type: lower-alpha;
}
OL.upper_alpha {
	list-style-type: upper-alpha;
}
OL.lower-roman {
	list-style-type: lower-roman;
}
OL.upper-roman {
	list-style-type: upper-roman;
}
OL.no-indent {
	margin-left: -1.2em;
}
OL.no_bottom_margin li {
	margin-bottom: 0px;
}
UL.jumps LI {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	display: block;
	list-style: none;
}
UL.sq { /* list-style-image: url(/images/500j.gif); */
	list-style-image: none;
	list-style: square;
}
UL.sq LI {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	display: block;
}
UL.dot {
	list-style: none;
	list-style-type: disc;
}
UL.nodot {
	list-style: none;
}
CODE,PRE {
	font-family: Courier, monospace;
	color: var(--SlateBlue);
}
PRE {
	margin: 0 1em 0 1em;
	padding: 0;
}
.menu {
	background-color: white;
	color: rgb(15, 33, 28);
}
P.right {
	float: right;
	margin-left: 1em;
}
P.notewell { /* a time-sensitive notice */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 35%;
	max-width: 16em;
	margin: 1ex 0 1ex 1em;
	float: right;
	clear: right;
	text-align: center;
	font-size: 90%;
	line-height: 110%;
	color: rgb(15, 33, 28);
	background-color: white;
	padding: 0.5em;
	box-shadow: 10px 10px 12px rgba(97,97,97,0.6); 
	box-sizing: border-box;
}
p.notewell.dark, p.notewell.dark em, p.notewell.dark strong, p.notewell.dark a, p.notewell.dark a:link {
	color: white;
}
p.notewell.dark a {
	color: white;
	text-decoration: underline;
}
p.notewell.dark a .fa-location-dot, p.notewell.dark a .fa-arrow-up-right-from-square {
	text-decoration: none;
}
.eventThumbnail_right.white a, .eventThumbnail_right.white a:link, .eventThumbnail_right.white a:visited {
	color: white;
	text-decoration: underline;
}
P.note {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: right;
	width: 90%;
	margin: -5px -0.5em 1em 2em;
	text-align: center;
	font-size: 90%;
	line-height: 110%;
	color: rgb(15, 33, 28);
	background-color: white;
	padding: 0.5em;
	box-shadow: 10px 10px 6px rgba(97,97,97,0.6);
	box-sizing: border-box;
}
/*
   http://www.w3.org/TR/REC-CSS2/visuren.html#float-rules
   implies careful handling for multiple notewells when combined
   with our dropcaps. 
*/
DIV.multinotewell {		/* container for p.notewell */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	max-width: 35%;
	width: fit-content;
	margin: 1ex 0 1ex 1em;
	float: right;
	clear: right;
	background-color: transparent;
}
DIV.multinotewell p, DIV.multinotewell p.notewell, DIV.multinotewell p.note {
	width: 100%;
	position: relative;
	z-index: 8;
	margin: 1ex auto 1.5ex;
	padding: 1ex 0.5em;
	float: none;
}
DIV.multinotewell p.notewell.amlDeal {
	padding: 1.75ex 0.5em 2.75ex;
}
DIV.multinotewell > p:first-child {
	margin-top: 0;
}
div.multinotewell p:last-child {
	margin-bottom: 0;
}
div.multinotewell:after, .shape:after {
	content: "";
	clear: right;
	display: table;
}
.hide {
	display: none;
	height: 0;
}
#calendarButton, .calendarButton {
	display: inline-block;
	position: relative;
	z-index: 10;
	margin: 4px 0 1ex 2em;
	width: 90%;
	max-width: 100px;
}
#calendarButton img {
	width: 85px; 
}
#calendarButton.center, .calendarButton.center {
	display: inline-block;
	width: 100%;
	max-width: 100px;
	margin: 0 5% 1ex 5%;
}
#calendarButton p {
	width: 90%; 
	font-size: 50%; 
	line-height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	margin-top: 0;
	background: inherit;
}
.calendarButton p {
	width: 90%; 
	font-size: 50%; 
	line-height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	margin-top: 0;
	background: inherit;
}
.calendarButton p.center {
	margin: 0 auto 1ex auto;
}

.add2calendar {
	display: flex;
	place-content: center center;
	padding-top: 2ex;
	padding-bottom: 2ex;
}
.add2calendar p {
	width: 100%;
	text-align: center;
}
.add2calendar p.above {
	margin-top: 0;
	margin-bottom: 1ex;
}
.add2calendar p.below {
	margin-top: 1ex;
	margin-bottom: 0;
}

.cal-btn-container {
	display: inline-block;
	margin: auto;
	margin-bottom: 0.5ex;
	border-radius: 3px;
	color: white;
	position: relative;
}
.cal-btn-container:hover {
	cursor: pointer;
}
.cal-btn-container .cal-btn {
	font-family: Robo, Ariel, sans-serif;
	color: white;
	background-color: var(--SlateBlue);
	background: linear-gradient(to bottom, rgb(108 145 203), #213657);
	text-align: center;
	max-width: 5em;
	padding: 1.5ex 1.25em 1.25ex;
	border-radius: 5px;
	box-shadow: 0 0.2em 1em 0.1em #676767;
	margin-bottom: 0.4ex;
}
.cal-btn-container .cal-btn:hover{
	box-shadow: 0 0.1em 0.5em 0.1em #676767;
}
.cal-btn-container .day, .month {
	color: inherit;
	font-family: inherit;
	line-height: 100%;
}
.cal-btn-container .day {
	font-size: 150%;
	line-height: 100%;
}
.cal-btn-container .cal-icon {
	color: white;
	position: absolute;
	bottom: 2px;
	right: 2px;
}

.shadow {
	border-style: none;
	/* horizontal offset, vertical offset, blur distance, spread distance, color */
	box-shadow: 10px 10px 15px 2px rgba(97,97,97,0.6); 
	margin-right: 9px; 
	margin-bottom: 9px;
}
body:last-child .shadow {
	filter: none;
}
DIV.floatRight {
	float: right;
	margin: 5px;
	margin-right: 0;
	margin-left: 1em;
	text-align: center;
}
DIV.eventThumbnail_left {
	float: left;
	margin-right: 1em;
	text-align: center;
	font-size: 70%;
	line-height: 110%;
	border-style: none;
}
DIV.eventThumbnail_center {
	margin: 0 auto 1ex auto;
	text-align: center;
	font-size: 70%;
	line-height: 110%;
	border-style: none;
}
DIV.eventThumbnail_right {
	float: right;
	margin-left: 1em;
	text-align: center;
	font-size: 70%;
	line-height: 110%;
	border-style: none;
}
DIV.eventThumbnail_right_noMargin {
	float: right;
	margin-left: 0;
	text-align: center;
	font-size: 70%;
	line-height: 110%;
	border-style: none;
}
DIV.eventThumbnail_left p, DIV.eventThumbnail_center p, 
DIV.eventThumbnail_right p {
	text-align: center;
	margin-top: 3px;
	font-size: 75%;
	line-height: 110%;
	color: inherit;
}
P#textstart { /* Be sure we're below all floating head material */
	clear: right;
}
P.sidebar {
	width: 30%;
	padding: 0.67em;
	margin-left: 0.5em;
	float: right;
	color: rgb(15, 33, 28);
	background-color: white;
	border-right: solid medium rgb(204, 204, 204);
	border-bottom: solid medium rgb(204, 204, 204);
}
P.postit {
	color: rgb(15, 33, 28);
	background-color: rgb(238, 232, 170);
	width: 15em;
	padding: 0.5em;
	margin: 0.5em 0 0.5em 0;
	border-right: solid thick rgb(204, 204, 204);
	border-bottom: solid thick rgb(204, 204, 204);
}
P.footnote {
	width: 80%;
	margin: 0.5em 10%;
	font-size: 83%;
}
.tinynote {
	width: 70%;
	margin: 0.5em 2.4em;
	font-size: x-small
}
.logoAgogR {
	max-width: 45%;
	float: right;
	margin-left: 1em; 
	margin-bottom: 1.5ex;
}
.logoAgogR img {
	display: block;
	width: 100%;
	height: auto;
	float: right;
	margin-bottom: 1.5ex;
}
.logoAgogL {
	width: 45%;
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5ex; 
}
.logoAgogL img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.logoWeemR {
	width: 45%;
	float: right;
	margin-left: 1em; 
	margin-bottom: 1.5ex;
	margin-right: 0.1em;
}
.logoWeemR.w2023 { 
	margin-bottom: 0;
}
.logoWeemL {
	width: 45%;
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5ex; 
}
.logoWeemL.w2023 { 
	margin-bottom: 0;
}
img.borderless {
	border-style: none;
}
img.floatRight {
	float: right;
	margin: 5px 0 5px 5px;
}
img.floatLeft {
	float: left;
	margin: 5px 5px 5px 0;
}
img.border {
	border-top: none;
	border-right: solid medium rgb(204, 204, 204);
	border-bottom: solid medium rgb(204, 204, 204);
	border-left: none;
}
img.transparent {
    opacity: 0.4;
}
img.transparent-50 {
	margin-left: 0.1em;
    opacity: 0.5;
}
img.transparent-60 {
	margin-left: 0.15em;
    opacity: 0.6;
}
img.transparent-none {
	margin-left: 0.15em;
    opacity: 1;
}
.frame {
	padding: 5px;
	border: 1px solid black;
}
div.polaroid {
  float: right;
  margin-bottom: 2ex;
  padding: 4px 4px 8px 4px;
  border: 1px solid #BFBFBF;
  background-color: white;
  box-shadow: 10px 10px 5px 0px rgba(97,97,97,0.6);
  /* margin for shadow */
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
div.polaroid a {
	display: inline-block;
}
div.polaroid:hover {
  box-shadow: 10px 10px 10px 3px rgba(97,97,97,0.5);
}
div.polaroid p.caption {
	font-size: x-small;
	margin: auto;
	line-height: 100%;
}
div.rotate_right, div.rotate_left {
  margin-left: 1em;
}
div.polaroid.float_left {
  float: left;
  margin-left: 0;
  margin-right: 1.75em;
  shape-outside: polygon(0% 8%, 10% 100%, 100% 70%, 80% 0%);
  shape-margin: 2%;  
}
div.rotate_right {
  -ms-transform: rotate(7deg); /* IE 9 */
  transform: rotate(7deg);
}
div.rotate_left {
  -ms-transform: rotate(-8deg); /* IE 9 */
  transform: rotate(-8deg);
}
div.polaroid.rotate_none {
    float: none;
	margin-right: auto;
	margin-left: auto;
}
.multinotewell .rotate_none {
	width: 98%;
}
div.polaroid:hover {
	z-index: 25;
}
.gold-bg {
	padding: 1ex 2.5em;
	background: gold;
	background: linear-gradient(to right, rgba(191, 149, 63, 0.7), rgba(191, 149, 63, 0.7), #FCF6BA, rgba(179, 135, 40, 0.7), #FBF5B7, rgba(170, 119, 28, 0.7));
}
.bronze-bg {
	padding: 1ex 2.5em;
	background: #8f877c;
	background: linear-gradient( to right, #cdc6bd, #d5d5d7, #bcb3a7, #e6e3de, #cdc6bd, #cdc6bd, #9a9083, #9a9083);
}
.silver-bg {
	padding: 1ex 2.5em;
	background: -webkit-linear-gradient( to right, #d5d5d7, #d5d5d7, #fcfcfc, #eee, #d5d7e5, #e4e4e5, #d5d5d7);
	background: -moz-linear-gradient( to right, #d5d5d7, #d5d5d7, #fcfcfc, #eee, #d5d7e5, #e4e4e5, #d5d5d7);
	background: linear-gradient( to right, #d5d5d7, #d5d5d7, #fcfcfc, #eee, #d5d7e5, #e4e4e5, #d5d5d7);
}
.silver-bg.reverse {
	background: -webkit-linear-gradient( to left, #d5d5d7, #d5d5d7, #fcfcfc, #eee, #d5d7e5, #e4e4e5, #d5d5d7);
	background: -moz-linear-gradient( to left, #d5d5d7, #d5d5d7, #fcfcfc, #eee, #d5d7e5, #e4e4e5, #d5d5d7);
	background: linear-gradient( to left, #d5d5d7, #d5d5d7, #fcfcfc, #eee, #d5d7e5, #e4e4e5, #d5d5d7);
}
.dark {
	width: 100%;
	background-color: rgb(56, 83, 125);
	margin: 1ex 0 2ex 0;
	padding: 1ex 2.5em;
	font-family: Roboto, "Open Sans", "Font Awesome 6 Free", "San Francisco", "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	box-sizing: border-box;
	background: var(--SlateBlue);
	background: -webkit-linear-gradient(top left, #14233A, #6C91CB);
	background: -moz-linear-gradient(top left, #14233A, #6C91CB);
	background: linear-gradient(to bottom right, #14233A, #6C91CB);

	h2, h3, p, span, ul, ol, dt, dd, em, i, a, a span, .i {
		color: white;
	}
}	
.dark.solid {
	background-color: var(--SlateBlue);
	background: var(--SlateBlue);
}
.dark:after {
  content: "";
  display: table;
  clear: both;
}
.dark a:link, .dark a:link > i, .dark a:link > em, .dark a:visited, .dark a:hover, .dark a:active {
	color: white;
	text-decoration: underline;
} 
.dark a:link .fa-regular, .dark a:visited .fa-regular, .dark a:hover .fa-regular, .dark a:active .fa-regular,
.dark a:link .fa-solid, .dark a:visited .fa-solid, .dark a:hover .fa-solid {
	color: white;
}  
.dark a:link .fa-solid.fa-phone-alt, .dark a:link .fa-solid.fa-arrow-up-right-from-square, .dark a:link .fa-location-dot, 
.dark a:visited .fa-solid.fa-phone-alt, .dark a:visited .fa-solid.fa-arrow-up-right-from-square, .dark a:visited .fa-solid.fa-location-dot, 
.dark a:hover .fa-solid.fa-phone-alt, .dark a:hover .fa-arrow-up-right-from-square, .dark a:hover .fa-solid.fa-location-dot, 
.dark a:active .fa-solid.fa-phone-alt, .dark a:active .fa-solid.fa-arrow-up-right-from-square, .dark a:active .fa-solid.fa-solid.fa-location-dot,
.dark a:active .fa-solid {
	text-decoration: none;
} 
.dark a:hover {
	text-decoration-style: double;
}
.dark .lm-btn, .parallax-inner .details .lm-btn {
	border-color: white;
	padding: 1.5ex 2em;
	background-color: rgb(63, 68, 111, 0);
}
.dark .lm-btn.sm-btn {
	padding: 0.5ex 1em;
}
.dark a.lm-btn:hover .fa-solid.fa-arrow-up-right-from-square {
	color: var(--SlateBlue);
}
.parallax-inner.y2022 .details a.lm-btn {
	border-color: rgb(252,194,0);
}
.dark .btn-container, .parallax-inner .details .btn-container {
	margin-top: 4ex;
	margin-bottom: 3ex;
}
.dark a.lm-btn, .dark a.lm-btn:visited, .dark a.lm-btn, .dark a.lm-btn:active,
.parallax-inner .details a.lm-btn, .parallax-inner .details a.lm-btn:link, .parallax-inner .details a.lm-btn:visited, .parallax-inner .detail a.lm-btn:hover, .parallax-inner .detail a.lm-btn:active,
p.notewell.dark .lm-btn {
	color: white;
	text-decoration: none;
}
.parallax-inner.y2022 .details a.lm-btn, .parallax-inner.y2022 .details a.lm-btn:link, .parallax-inner.y2022 .details a.lm-btn:visited, .parallax-inner.y2022 .detail a.lm-btn:hover, 
.parallax-inner.y2022 .detail a.lm-btn:active {
	color: rgb(252,194,0);
}
.parallax-inner.y2022 .details a.lm-btn:hover {
	color: rgb(65, 49, 60);
	background-color: rgb(252,194,0);;
}
.dark .lm-btn:hover, .parallax-inner .details .lm-btn:hover, p.notewell.dark .lm-btn:hover {
	background-color: white;
	opacity: 1;
}
.dark a.lm-btn:hover, .parallax-inner .details  a.lm-btn:hover, .dark a.lm-btn:hover, p.notewell.dark .lm-btn:hover {
	color: var(--SlateBlue);
	font-size: 100%;
	text-decoration: none;
}
.dark .card {
	h1, h2, h3, h4, p, span, em, b, .i, .fa-solid {
		color: inherit;
	}
	a, a span, a em, a .fa-solid {
		color: var(--LinkBlue);
	}
	em.red {
		color: crimson;
	}
}
.dark .card a:link, .dark .card a:visited, .dark .card a:hover, .dark .card a:active,
.dark .card a:link .fa-solid, .dark .card a:visited .fa-solid, .dark .card a:hover .fa-solid, .dark .card a:active .fa-solid,
.dark .card a:link .fa-regular, .dark .card a:visited .fa-regular, .dark .card a:hover .fa-regular, .dark .card a:active .fa-regular  {
	color: var(--LinkBlue);
	text-decoration: none;
} 
.dark .card a:hover {
	text-decoration: none;
}
.dark .card .lm-btn {
	color: white;
	background-color: var(--SlateBlue);;
}
.dark .card a.lm-btn, .dark .card a.lm-btn:link, .dark .card a.lm-btn:visited, .dark .card a.lm-btn:hover, .dark .card a.lm-btn:active {
	color: white;
	text-decoration: none;
}
.dark .card .lm-btn:hover {
	background-color: white;
}
.dark .card a.lm-btn:hover {
	color: var(--SlateBlue);
}
  
.dark .card a.button:link, .dark .card a.button:visited, .dark .card a.button:hover, .dark .card a.button:active,
.dark .card a.button:link .fa-solid, .dark .card a.button:visited .fa-solid, .dark .card a.button:hover .fa-solid, .dark .card a.button:active .fa-solid  {
	color: white;
}
.outline {
	color: black;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}
a.outline {
	color: var(--LinkBlue);
	-webkit-text-fill-color: var(--LinkBlue); /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}
#footer {
	grid-area: footer;
	width: 100%;
	font-size: 75%;
	padding-top: 2ex;
	padding-bottom: 2ex;
	display: grid;
	grid-template-columns: calc(80px + 1em) 1fr;
	grid-template-rows: auto auto auto;	
}
#footer p {
	font-size: 75%;
}
#footer #validator-and-cnt {
	grid-row: 1;
	grid-column: 1 / span 2;
	position: relative;
	z-index: 5;
}
#footer #validator-and-cnt #validator {
	float: right; 
	margin: -1ex 0 0 0;
} 
#footer #validator-and-cnt #validator > p {
	margin: 0;
}
#footer #footer-social {
	grid-row: 2;
	grid-column: 2;
	width: 100%;
	min-height: 35px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	justify-content: space-evenly;
}
#footer-txt {
	grid-row: 3;
	grid-column: 2;
	position: relative;
}
#footer-social a {
	display: inine-block;
}
#footer-social a .fa-brands {
	min-width: 35px;
}
#footer-social a:hover .fa-brands {
	text-decoration: none;
	font-size: 120%;
}
#footer #footer-txt p {
	line-height: 100%;
	opacity: 0.6;
}
#footer #footer-txt p:last-of-type {
	margin-bottom: 1.5ex;
}
#footer #footer-logo {
	grid-row: 2 / span 2;
	grid-column: 1;
	align-self: end;
}
#footer #footer-logo img#logo {
	width: 80px;
}

.box { /* Added by Ed Poremba 03-25-06 */
	border-color: var(--SlateBlue);
	border-style: inset;
	border-width: thin;
	padding: 1ex 0.5em;
	box-sizing: border-box;
}
.thickbox { /* Added by Ed Poremba 12-22-06 */
	border-color: var(--SlateBlue);
	border-style: groove;
	border-width: thick;
	padding: 0.5em;
}
hr.vmenu_hr {
	display: block;
	margin-top: 0.45ex;
}
hr.center {
	text-align: center;
}
hr.half {
	width: 50%;
}
hr.third {
	width: 33%;
}
hr.quarter {
	width: 25%;
}
hr.short {
	width: 10%;
}
a.button, a.thumb-button, a.button span, a.button .fa-solid {
	color: white;
}
.accordion {
	display: block;
	background-color: var(--SlateBlue); 
	color: white;
	cursor: pointer;
	padding: 1.75ex 2.75em 2ex 1.5em;
	width: 99%;
	border-style: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	margin-bottom: 0.5ex;
	border-radius: 10px;
	position: relative;
	span.i {
		color: white;
	}
}
.accordian {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f4f4f+0,4e6d5a+0,2f4f4f+52,2f4f4f+52,2f4f4f+52,2f4f4f+52,2f4f4f+52,2f4f4f+52,2f4f4f+52,1f3b08+100&1+0,0.9+78 */
	background: -moz-linear-gradient(top, rgba(78,109,90,1) 0%, rgba(47,79,79,0.93) 52%, rgba(38,68,41,0.9) 78%, rgba(31,59,8,0.9) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,109,90,1)), color-stop(52%,rgba(47,79,79,0.93)), color-stop(78%,rgba(38,68,41,0.9)), color-stop(100%,rgba(31,59,8,0.9))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(78,109,90,1) 0%,rgba(47,79,79,0.93) 52%,rgba(38,68,41,0.9) 78%,rgba(31,59,8,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(78,109,90,1) 0%,rgba(47,79,79,0.93) 52%,rgba(38,68,41,0.9) 78%,rgba(31,59,8,0.9) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(78,109,90,1) 0%,rgba(47,79,79,0.93) 52%,rgba(38,68,41,0.9) 78%,rgba(31,59,8,0.9) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(78,109,90,1) 0%,rgba(47,79,79,0.93) 52%,rgba(38,68,41,0.9) 78%,rgba(31,59,8,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6d5a', endColorstr='#e61f3b08',GradientType=0 ); /* IE6-9 */
}
.accordion:hover {
	color: white;
	background: rgba(56, 83, 125, 0.9);
}
.accordion.active {
	color: white;
	background: rgba(56, 83, 125, 0.9);
}
.accordion:after {
  font-family: "Font Awesome 6 Free";
  content: '\f00d'; 
  color: white;
  font-weight: bold;
  font-size: 90%;
  position: absolute;
  top: 35%;
  right: 1.25em;
  transform: rotate(45deg);
  transition: .35s ease;
}
.accordion.active:after {
  /* content: "\2212"; */
  transform: rotate(270deg);
}
.panel {
	padding: 0 1em 2ex 1em;
	background-color: inherit;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
/* input, label and input-content are used to create an accordion 
   without java script 
*/
.accordion-container {
	width: 100%;
	max-width: 100%;
}
.accordion-container input {
	display: none;
	margin-right: 2em;
}
.accordion-container label.accordion {
	display: block;
	color: white;
	font-size: clamp( 1.1rem, 2vw, 1.5rem);
	width: 100%; /*calc(100% - 3.5em);	/* compensate for padding-left & right) */
	padding: 2.5ex 2em 2.5ex 1.5em;
	margin-bottom: 0.5ex;
	border-radius: 10px;
	position: relative;
	transition: 0.6s;
}
.input-content > p {
	margin-top: 1ex;
	margin-bottom: 1.5ex;
}
.input-content > p:first-of-type {
	margin-top: 0.5ex;
}
.accordion-container input:checked + label::after {
    transform: rotate(270deg);
}
.accordion-container input + label + .input-content {
    display: none;
    opacity: 0;
    transition-property: display opacity;
    transition-duration: 0.7s;
    transition-behavior: allow-discrete;
}
.accordion-container input:checked + label + .input-content {
	display: block;
    opacity: 1;
    padding: 0 2vw 2ex;
    @starting-style {
    	opacity: 0;
    }
}
#mgSchedule {
	line-height: 100%;
}
.noHyphens {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#news .marque, #news .scrollable-content {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;   
    -webkit-hyphenate-limit-zone: 10%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;  
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 10%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;   
    -ms-hyphenate-limit-zone: 10%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;   
    hyphenate-limit-zone: 10%;
}
.border-blue {
	border: medium solid var(--SlateBlue); 
	border-radius: 25px;
}
.border-gradient-silver {
	background: linear-gradient( to right, #d5d5d7, #d5d5d7, #fcfcfc, #eee, #d5d7e5, #e4e4e5, #d5d5d7) padding-box, linear-gradient(to bottom right, #14233A, #6C91CB) border-box;
	border: medium solid transparent; 
	border-radius: 25px;
}
.border-gradient-white {
	background: linear-gradient( to right, white, white) padding-box, linear-gradient(to bottom right, #14233A, #6C91CB) border-box;
	border: medium solid transparent; 
	border-radius: 25px;
}
@media screen and (min-width: 600px) 
{ 
	.page {
		padding: 0 3.5em;
	}
	#footer p#reg-text {
		margin: 1ex 0 0 0;
	}
	.star-separator {
		letter-spacing: 0.4em;
	}
}

@media screen and (min-width: 1200px) 
{ 
	.dark {
	  padding: 1ex 5em;
	}
}

@media screen and (max-width: 1370px) 
{ 
	blockquote {
		font-size: 90%;
	}
}

/* Rules Sensitive to Screen Size */
@media screen and (max-width: 1100px) 
{ 		
	#footer #footer-logo {
		margin-top: 0;
	}
}

/* On larger screens, assume they can hover */
@media screen and ( max-width: 900px )
{
	#footer-social a:link {
		filter: grayscale(0);
	}
	.pw-required-container .item-txt {
	    -webkit-hyphens: auto;
	    -webkit-hyphenate-limit-before: 3;
	    -webkit-hyphenate-limit-after: 3;
	    -webkit-hyphenate-limit-chars: 6 3 3;
	    -webkit-hyphenate-limit-lines: 2;
	    -webkit-hyphenate-limit-last: always;   
	    -webkit-hyphenate-limit-zone: 10%;
	
	    -moz-hyphens: auto;
	    -moz-hyphenate-limit-chars: 6 3 3;
	    -moz-hyphenate-limit-lines: 2;  
	    -moz-hyphenate-limit-last: always;
	    -moz-hyphenate-limit-zone: 10%;
	
	    -ms-hyphens: auto;
	    -ms-hyphenate-limit-chars: 6 3 3;
	    -ms-hyphenate-limit-lines: 2;
	    -ms-hyphenate-limit-last: always;   
	    -ms-hyphenate-limit-zone: 10%;
	
	    hyphens: auto;
	    hyphenate-limit-chars: 6 3 3;
	    hyphenate-limit-lines: 2;
	    hyphenate-limit-last: always;   
	    hyphenate-limit-zone: 10%;
	}
}

/* Rules Sensitive to Screen Size */
@media screen and (max-width: 850px) 
{ 	
	.parallax-inner.weem .weemImg {
		top: unset;
		bottom: unset;
		left: 0;
		right: 0;
		max-width: 45%;
	}
	.parallax-inner.weem .details {
		margin-left: 1.5em;
		padding-right: 1.5em;
		margin-top: 27ex;
	}
}

/* Rules Sensitive to Screen Size */
@media screen and (max-width: 770px) 
{
	.parallax-inner.weem .details {
		margin-top: 25ex;
	}
	div.colhalf {
		float: left;
		width: 48%;
		padding-left: 0;
		padding-right: 0.5em;
	}
	.resize {
		float: right; 
		width: 50%; 
		max-width: 50%;
		margin: 0 0 1ex 1em;
	}
	.resize img {
		display: block;
		max-width: 100%;
		height: auto;
		float: right;
	}
	h1 {
		font-size: 180%;
		margin-top: 1ex;
	}
	div.ml4_r {
		margin-left: 3em;
	}
	div[class^="map"] {
		float: none; 
		clear: both; 
		opacity: 1; 
		margin: 1.5ex auto 1ex auto;
		width: 100%;
	}
	div.log P { 
	 	margin: 0.5ex 0 0.5ex 0; 
	}
	div.colhalf {
		float: none;
		clear: both; 
		width: 100%;
		padding-left: 0;
		padding-right: 0.5em;
	}
	div.scrollable {
		overflow-x: auto;
	}
	.panel {
		padding: 0 0;
	}
	p, h2, li, td, .mbody {
	    -webkit-hyphens: auto;
	    -webkit-hyphenate-limit-before: 3;
	    -webkit-hyphenate-limit-after: 3;
	    -webkit-hyphenate-limit-chars: 6 3 3;
	    -webkit-hyphenate-limit-lines: 2;
	    -webkit-hyphenate-limit-last: always;   
	    -webkit-hyphenate-limit-zone: 10%;
	
	    -moz-hyphens: auto;
	    -moz-hyphenate-limit-chars: 6 3 3;
	    -moz-hyphenate-limit-lines: 2;  
	    -moz-hyphenate-limit-last: always;
	    -moz-hyphenate-limit-zone: 10%;
	
	    -ms-hyphens: auto;
	    -ms-hyphenate-limit-chars: 6 3 3;
	    -ms-hyphenate-limit-lines: 2;
	    -ms-hyphenate-limit-last: always;   
	    -ms-hyphenate-limit-zone: 10%;
	
	    hyphens: auto;
	    hyphenate-limit-chars: 6 3 3;
	    hyphenate-limit-lines: 2;
	    hyphenate-limit-last: always;   
	    hyphenate-limit-zone: 10%;
	}
	h2 {
	    -webkit-hyphenate-limit-zone: 50%;
	    -moz-hyphenate-limit-zone: 50%;
	    -ms-hyphenate-limit-zone: 50%;
	    hyphenate-limit-zone: 50%;
	}
	td {
	    -webkit-hyphenate-limit-zone: 100%;
	    -moz-hyphenate-limit-zone: 100%;
	    -ms-hyphenate-limit-zone: 100%;
	    hyphenate-limit-zone: 100%;
	}
	p.hanging_r {
		margin-left: 0;
		font-family: inherit;
	}
	.w55_r {
		width: 100%;
	}
	dl.agog {
		margin: 0 1em;
	}
	dl.agog dt {
		margin: 0.5ex 0;
	}
	.tabrow {
		overflow-x: auto;
	}
	img.agoglogoR {
		float: right;
		width: 45%;
		margin-left: 1em;
		margin-bottom: 1ex;
	}
	div.rotate_left, div.rotate_right {
		margin-right: 0;
	}
	.logoAgogR, .logoWeemR {
		width: fit-content;
		max-width: 100%;
		float: none;
		margin: auto; 
	}
	.logoAgogR img {
		display: block;
		width: 100%;
		height: auto;
		float: none;
	}
	.logoAgogL, .logoAgog, .logoWeemL {
		width: 100%;
		float: none; 
		margin: auto;
	}
	.logoAgogL img {
		display: block;
		width: 100%;
		height: auto;
		float: none;
	}
	ul.ml0, ol.ml0 {
		margin-left: 1em;
		padding-left: 0;
	}
	ul.ml0 li {
		margin-left: 0;
		margin-bottom: 1ex;
		padding-left: 0;
	}
	ul.line_after li {
		margin-bottom: 1ex;
	}
	ol.ml0 li {
		margin-left: 0.25em;
		margin-bottom: 1ex;
	}
	ol.top_margin_none {
		margin-top: 0.5ex;
	}
	.resize {
		width: 100%; 
		margin: auto;
		margin-bottom: -1ex;
		float: none;
	}
	.resize img {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: auto;
		height: auto;
		float: none;
	}
	.wrap {
		font-family: inherit;
		color: inherit;
		word-break: break-all;
	}
	table#ad {
		border-width: 3px; 
	}
	table#ad th {
		font-size: 100%;
	}
	table#ad td.prices { 
		padding-right: 0.2em;
	}
	.tabs > label {
		padding: 0.7rem 1rem;
	}
	.tabs > .tab {
		padding: 1rem;
	}
}

@media screen and (max-width: 615px) 
{	
	.dark {
	  padding: 2ex 1.5em 1ex 1.5em;
	}
	.dark h2 {
	  margin-top: 1ex;
	}
	.dark {
	  margin-right: 0;
	}
	#footer #footer-social {
		grid-column: 1 / span 2;
	}
	#footer #footer-logo {
		grid-row: 3;
		align-self: center;
	}
}

/* Small Screen Rules */
@media screen and (max-width: 515px) 
{ 	
	.page {
		padding: 0 0.75em;
	}
	#footer p#reg-text {
		margin: 1ex 47px 0 0;
	}
	.wrapper, .fading {
		line-height: 160%;
	}
	.accordion-container label.accordion {
		font-size: 100%;
		padding: 1.5ex 1.75rem 1.5ex 1rem;
	}
	.accordion:after {
  		top: 30%;
  		right: 1em;
	}
	.parallax {
		background-position-x: 60%;
	}
	.parallax-inner.weem .weemImg {
		max-width: 65%;
	}
	.dark ul, .dark ol {
		margin-left: 1em;
	}
	.tabs label {
		padding: 1rem 1rem;
	}
	dd { 
		margin-left: 1.5ex;
	}
	select {
		font-weight: bold;
		font-size: 175%;
	}
	/* 
	margin top used by all browsers; line-height ignored by Mozilla 
	Note: dependency on font & line height so if either changes, this css may have to be 
	adjusted. 
	first letter spans 2 lines
	*/
	P.dropcap:first-letter {
		font-size: 3.5em;
		margin: 0.065em 0em 0em -0.1em;
		display: block;
		float: left;
		line-height: 0.75em;
	}
	p, h2, li, td {
	    -webkit-hyphenate-limit-before: 3;
	    -webkit-hyphenate-limit-after: 3;
	    -webkit-hyphenate-limit-chars: 6 3 3;
	    -webkit-hyphenate-limit-lines: 2;
	    -webkit-hyphenate-limit-last: always;   
	    -webkit-hyphenate-limit-zone: 10%;
	
	    -moz-hyphenate-limit-chars: 6 3 3;
	    -moz-hyphenate-limit-lines: 2;  
	    -moz-hyphenate-limit-last: always;
	    -moz-hyphenate-limit-zone: 10%;
	
	    -ms-hyphenate-limit-chars: 6 3 3;
	    -ms-hyphenate-limit-lines: 2;
	    -ms-hyphenate-limit-last: always;   
	    -ms-hyphenate-limit-zone: 10%;
	
	    hyphenate-limit-chars: 6 3 3;
	    hyphenate-limit-lines: 2;
	    hyphenate-limit-last: always;   
	    hyphenate-limit-zone: 10%;
	}
	h2 {
	    -webkit-hyphenate-limit-zone: 60%;
	    -moz-hyphenate-limit-zone: 60%;
	    -ms-hyphenate-limit-zone: 60%;
	    hyphenate-limit-zone: 60%;
	}
	td {
	    -webkit-hyphenate-limit-zone: 100%;
	    -moz-hyphenate-limit-zone: 100%;
	    -ms-hyphenate-limit-zone: 100%;
	    hyphenate-limit-zone: 100%;
	}
	table#ad {
		width: 100%; 
	}
	table#ad th, table#ad td  {
		font-size: 100%;
		padding: 1ex 5px 1ex 5px; 
	}
	table#ad th.th-main {
		padding-top: 2ex; 
		padding-bottom: 2ex;
	}
	table#ad td {
		padding: 3px 5px 3px 5px;
		font-size: 80%;
	}
	table#ad td.prices { 
		padding-right: 0.2em;
	}
	#footer-social a:link {
		filter: grayscale(0);
	}
	div.multinotewell {
		max-width: 35%
	}
	.star-separator {
		letter-spacing: 0.3em;
	}
}

/* Very Small Screen Rules */
@media screen and (max-width: 376px) 
{ 	
	.parallax-inner.weem .weemImg {
		max-width: 85%;
	}
	.star-separator {
		letter-spacing: 0.2em;
	}
}

@media ( prefers-reduced-motion: reduce )
{
	* {
		animation: none !important;
		transition: none !important;
	}
}

/* not a touch screen device */
@media (pointer: fine) 
{
	#footer-social a:link {
		filter: grayscale(100%);
	}
	#footer-social a:hover {
		filter: grayscale(0);
	}
}