*
{
	color: #0b0019;
	font-family: "Century Gothic", Optima, Arial, Sans-Serif;
	font-size: 12pt;
}

html, body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: white;
}

a
{
	color: #325EAC;
	text-decoration: none;
	border-bottom: 1px dashed #FFC000;
}

a:link
{
	color: #325EAC;
}

a:hover
{
	color: #FFC000; //Gold
}

a:active
{
	color: #11203b;
}

.topbar
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: right;
	background-color: #11203b;
	color: #D9D9D9;
}

.topbar a
{
	text-decoration: none;
	color: #FFC000;
	padding: 0px 5px;
	border-bottom: none;
}

.topbar a:hover
{
	color: #FFC000;
	text-decoration: underline;
}

.header, .footer
{
	z-index: 90;
	position: relative;
	left: 0px;
	right: 0px;
	width: 100%;
	background-repeat: repeat-x;
	color: #FFC000;
}

.header *, .footer *
{
	background-color: transparent;
	color: #FFC000;
}

.header
{
	height: 164px;
	background-image: url('../images/bkg_top.png');
	background-position: top;
}

.header .title, .header .subtitle
{
	position: absolute;
	left: 200px;
	width: 800px;
	overflow: hidden;
	font-family: "Palatino Linotype", "Baskerville Old Face", "Times New Roman", Serif;
	font-weight: 100;
}

.header .title
{
	font-size: 42pt;
	top: 0.3em;
}

.header .subtitle
{
	top: 90px;
	left: 240px;
	font-size: 14pt;
	font-style: italic;
	color: white;
}

.footer
{
	height: 82px;
	clear: both;
	background-image: url('../images/bkg_bottom.png');
	background-position: top;
	text-align: right;
	position: absolute;
	bottom: 0px;
}

.footer .information
{
	font-size: 10pt;
	position: relative;
	top: 32px;
	right: 10px;
	color: #D9D9D9;
}

.container
{
	width: 100%;
	height: 100%;
	float: left;
}

.menu1
{
	width: 205px;
	z-index: 89;
	position: absolute;
	bottom: 82px;
	top: 185px;
	padding: 75px 10px 5px 10px;
	margin-top: -25px;
	bottom: 0px;
	line-height: 130%;
	color: #FFC000;
	background: #EEEEEE;
	background: -webkit-linear-gradient(#EEEEEE, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#EEEEEE, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#EEEEEE, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EEEEEE, white); /* Standard syntax */
}

.menu1 *
{
	font-size: 110%;
	font-family: "Palatino Linotype", "Baskerville Old Face", "Times New Roman", Serif;
}

.menu1 a, div.menuitem
{
	text-decoration: none;
	margin: 8px 0px 0px 0px;
	color: #325EAC;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
}

.menu1 a::before, div.level2::before
{
	content: url('dot.png');
	float: left;
}

.menu1 a.contracted::before
{
	content: url('rt.png');
}

.menu1 a.expanded::before
{
	content: url('dn.png');
}

a.level2, div.level2
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 100%;
	color: #325EAC;
	border-bottom: 1px solid #D9D9D9;
}

a.level3
{
	margin: 0px 0px 0px 20px;	
	font-size: 73%;
	border-bottom: 1px solid #D9D9D9;
}

.menu1 a:hover
{
	border-right: 3px solid #325EAC;
	padding-left: 0px;
	background-color: white;
}

.menu1 a:active
{
	color: #325EAC;
	background-color: #DDD;
}

ul.menu .dropdown:hover .dropdown-content a.icon {
	  color: RGB(255, 192, 0);
	  width: 60px;
	  height: 60px;
}

ul.menu .dropdown-content a.icon {
	  padding: 0px;
}

ul.menu .dropdown-content a.icon div {
	  min-height: 60px;
	  background-size: 32px;
	  background-position: center center;
	  background-repeat: no-repeat;
}

ul.menu .dropdown-content a .threads {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0px;
	line-height: 40px;
	background-image: url("https://www.leannecpowner.com/images/Threads.png");
}

ul.menu .dropdown-content a .bluesky {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0px;
	line-height: 40px;
	background-image: url("https://www.leannecpowner.com/images/Bluesky.png");
}

ul.menu .dropdown-content a:hover .threads {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0px;
	line-height: 40px;
	background-image: url("https://www.leannecpowner.com/images/Threads_hover.png");
}

ul.menu .dropdown-content a:hover .bluesky {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0px;
	line-height: 40px;
	background-image: url("https://www.leannecpowner.com/images/Bluesky_hover.png");
}

.content
{
	margin: 0px 10px 0px 10px;
	padding: 5px;
	border: 1px solid #D9D9D9;
	line-height: 125%;
	overflow-y: scroll;
	overflow-x: auto;
	position: absolute;
	top: 245px;
	bottom: 72px;
	left: 0px;
	right: 0px;
	background-color:rgba(255, 255, 255, 0.5);
	border-radius: 0.5em;
}

.content .pagetitle, h1
{
	color: #325EAC;
	font-size: 170%;
	display:block;
	border-bottom: 1px dashed #FFC000;
	border-top: 1px dashed #FFC000;
	padding: 5px 0px 5px 225px;
	margin: 0px 10px 0px 10px;
	font-weight: normal;
	font-family: "Palatino Linotype", "Baskerville Old Face", "Times New Roman", Serif;
}

.content .sectiontitle,
h2
{
	color: #325EAC;
	font-size: 120%;
	display:block;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	padding: 5px 0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-style: italic;
	font-family: "Palatino Linotype", "Baskerville Old Face", "Times New Roman", Serif;
}

h2:first-of-type
{
	border-top: none;
}

hr
{
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #FFC000;
	padding: 0px;
	color: #FFC000;
}

blockquote
{
	line-height: 120%;
}

.summerbanner
{
	background-image: linear-gradient(180deg, #FFF7D0 80%, white 20%);
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 9em;
}

.summerbanner .banner
{
	height: 7em;
	width: auto !important;
	align: right;
	position: relative;
	right: -2.5em;
}

.summerbanner .bannertitle
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 4.5em;
	width: auto;
	top: -7.5em;
}

img
{
	border: none;
}

img.banner
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60% !important;
	padding: 0.5em 1.5em 1.5em 1.5em;
}

.header img.photo
{
	position: relative;
	top: -35px;
	left: -20px;
}

.modified
{
	display: none;
	position: absolute;
	right: 10px;
	font-size: 77%;
	font-style: italic;
	z-index: 93;
}

.content .modified
{
	display: block;
}

.subinfo *
{
	color: #676767;
}

.subinfo
{
	display: block;
	margin-left: 15px;
	color: #676767;
	font-size: 85%;
}

blockquote.attachments, blockquote.attachments *
{
	font-size: 95%;
}

.filesize
{
	font-style: italic;
}

blockquote.attachments p
{
	border: 1px dashed #d9d9d9;
	padding: 5px;
	margin: 0px;
}

blockquote.attachments:before
{
	content: "Associated Resources:";
	display: inline;
	font-style: normal;
}

.formheader
{
	font-weight: bold;
}

#ErrorMessage
{
	font-weight: bold;
	color: red;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

.errorhighlight
{
	font-weight: bold;
	color: red;
}

/*Catches most mobile devices nowadays since 'handheld' type doesn't work with modern browsers*/
@media only screen and (max-device-width : 480px)
{
	.topbar, .topbar *
	{
		font-size: 120%;
		line-height: 120%;
		height: 1.3em;
	}

	.menu1
	{
		font-size: 200% !important;
	}
	
	.content
	{
		position: inherit;
		margin-bottom: 15px;
		min-height: 100%;
	}

	.content
	{
		font-size: 200%;
	}

	.content *
	{
		font-size: 100%;
	}

	.content .modified
	{
		font-size: 80%;
	}

	.content img
	{
		max-width: 90%;
	}

	.footer
	{
		position: relative;
	}	
}

.content img
{
	width: 200px;
}

.content .caption
{
	display: block;
	font-style: italic;
	font-size: 80%;
	max-width: 200px;
}

img.icon
{
	width: auto;
	height: 1em;
	position: relative;
	top: 0.2em;
}

.splashcontent
{
	margin: 0 10px 0 10px;
	padding: 5px;
	line-height: 125%;
	overflow-y: auto;
	overflow-x: auto;
	position: absolute;
	top: 175px;
	bottom: 72px;
	left: 0px;
	right: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.splashcontent .photo {
	margin-right: 100px;
}

.splashcontent .inset {
	min-width: 28em;
}

.splashcontent .insetblurb {
	max-width: 50em;
}

.insetmenu {
	display: inline-block;
	vertical-align: top;
	line-height: 200%;
}

.insetmenu p.heading {
	color: #325EAC;
	font-size: 170%;
	display: inline-block;
	border-bottom: 1px solid #FFC000;
	padding: 0px 0px 3px 0px;
	margin: 0px 10px 5px 10px;
	font-weight: normal;
	width: 8em;
	font-family: "Palatino Linotype", "Baskerville Old Face", "Times New Roman", Serif;
}

.full p.heading
{
	width: 14em;
}

.insetmenu a {
	margin: 0px 10px 5px 10px;
}

ul.menu {
	position: absolute;
	top: 127px;
	right: 0px;
	font-size: 0; // To eliminate spaces between list items
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 91;
}

ul.menu * {
	z-index: 100;
}

ul.menu li {
	display: inline-block;
	width: 10em;
	border-right: 1px solid RGB(255, 192, 0);
}

ul.menu li:last-child {
	width: 80px;
	border-right: none;
}

ul.menu li a {
	display: block;
	color: white;
	font-size: 13pt;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border: 0;
}

ul.menu li a:hover, ul.menu .dropdown:hover a {
	color: RGB(35, 65, 118);
	background-color: RGB(242, 242, 242);
	transition: background-color 0.1s linear;
}

ul.menu li > a:hover, ul.menu .dropdown:hover > a {
	border-radius: 0.5em 0.5em 0 0;	
}

ul.menu li.active {
	background-color: RGB(242, 242, 242);
	color: RGB(35, 65, 118);
}

ul.menu .dropdown-content {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.25s linear 0.1s;
	position: absolute;
	color: RGB(35, 65, 118);
	background-color: RGB(242, 242, 242);
	min-width: 160px;
	margin-left: 9px;
	border-left: 1px solid RGB(35, 65, 118);
	border-right: 1px solid RGB(35, 65, 118);
	border-bottom: 1px solid RGB(35, 65, 118);
	z-index: 92;
	box-shadow: 5px 5px 5px RGBA(128, 128, 128, 0.5);
}

ul.menu li:last-child .dropdown-content {
	position: absolute;
	right: 9px;
	min-width: 48px;
}

ul.menu .dropdown-content a {
	color: black;
	margin: 0px;
	padding: 5px;
	padding-right: 1em;
	text-decoration: none;
	display: block;
	text-align: left;
}

ul.menu .dropdown-content a * {
	color: RGB(35, 65, 118);
	vertical-align: middle;
}

ul.menu .dropdown-content a:hover {
	color: RGB(255, 192, 0);
	background-color: RGB(35, 65, 118);
}

ul.menu .dropdown-content a:hover * {
	color: RGB(255, 192, 0);
}

ul.menu .dropdown:hover .dropdown-content {
	visibility: visible;
	opacity: 1;
}

.testimony
{
	font-family: "Palatino Linotype", "Baskerville Old Face", "Times New Roman", Serif;
	font-style: italic;
	font-size: 125%;
	width: 40%;
	max-width: 40%;
	border-bottom: 1px dashed #FFC000;
	border-top: 1px dashed #FFC000;
	padding: 15px 0px 15px 0px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.left
{
	margin: 20px;
	float: left;
}

.right
{
	margin: 20px;
	float: right;
}

.expandable {
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.expandable .expandablecontent {
	display: none;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 1.0em;
	border-top: 1px dashed #FFC000;
	border-left: 1px dashed #FFC000;
	border-radius: 0 0 0 0.5em;
}

sup
{
	font-size: 50%;
	font-weight: 600;
}

.offer
{
	margin: 20px;
	padding: 30px;
	background-color: #FFC000;
	border: 1px dashed RGB(35, 65, 118);
	border-radius: 50%;
	width: 12em;
	height: 12em;
	text-align: center;
	font-size: 90%;
	transform: rotate(-15deg);
}

.offer h2
{
	padding-top: 0px;
	max-width: 10em;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid white;
}

ul.menu .dropdown-content a .fa-solid,
ul.menu .dropdown-content a .fa-regular,
ul.menu .dropdown-content a .fa-brands {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0px;
	line-height: 40px;
}

ul.menu li .dropdown .fa-solid,
ul.menu li .dropdown .fa-regular,
ul.menu li .dropdown .fa-brands {
	font-size: 130%;
}

ul.menu li .dropdown > .fa-solid,
ul.menu li .dropdown > .fa-regular,
ul.menu li .dropdown > .fa-brands {
	padding-top: 6px;
	padding-bottom: 7px;
}

ul.menu .dropdown-content a span {
	display: inline-block;
	line-height: 1em;
}

#tweet {
	float: left;
	padding-left: 3em;
	margin-left: 2em;
	margin-top: 0.1em;
	line-height: 0.7em;
	background-size: 32px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("https://www.leannecpowner.com/images/Twitter_hover.png");
	max-width: 36em;
}

#tweet p {
	margin: 0px;
}

#tweet .tweet {
	color: RGB(255, 192, 0);
	display: inline;
	font-size: 65%;
}

#tweet .tweet * {
	font-size: 100%;
}

#tweet .timePosted {
	text-align: left;
}

#tweet .timePosted a {
	font-size: 45%;
}

#tweet a {
	color: RGB(255, 192, 0);
}

#tweet a:hover {
	color: #D9D9D9;
}

img.wordcloud {
	width: 200px;
	margin: 0px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.event
{
	max-width: 250px;
	text-align: right;
	border: 1px solid #325EAC;
	border-radius: 0.5em;
	padding: 5px;
	background-color: #F5F5F5;
}

.event h1
{
	font-size: 130%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.event .title
{
	font-size: 110%;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.event .datetimelocation
{
	font-size: 80%;
}

.content a > img
{
	border: 1px dashed #FFC000 !important;
}

#mc_embed_signup
{
	line-height: 100%;
	flex-basis: 40%;
	display: flex;
}

#mc_embed_signup p
{
	margin: 0.5em 0 0.5em 0;
}

input
{
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

input:focus
{
	border-color: RGB(35, 65, 118);
}

input.email
{
	line-height: 28px;
	height: 28px;
}

#mc_embed_signup_scroll
{
	display: flex;
}

#mc_embed_signup_scroll .buttonarea
{
	flex: 0;
	text-align: center;
}

#mc_embed_signup input.email
{
	flex: 4;
}

#mc_embed_signup input.button
{
	clear:both;
	background-color: RGB(35, 65, 118);
	border-color: RGB(35, 65, 118);
	border-radius: 4px;
	transition: all 0.23s ease-in-out 0s;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	margin: 0 1em 0 1em;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: fit-content;
	width: -moz-fit-content;
	flex: 1;
}

#mc_embed_signup input.button:hover
{
	color: RGB(35, 65, 118);
	background-color: RGB(242, 242, 242);
	border-color: RGB(35, 65, 118);
}

#mc_footer
{
	font-size: 8pt;
}

.insetmenu .heading a
{
	font-family: "Palatino Linotype", "Baskerville Old Face", "Times New Roman", Serif;
	font-size: 100%;
	border-bottom: none;
}

table.workshoplist
{
	margin-left: auto;
	margin-right: auto;
}

table.workshoplist th,
table.workshoplist td
{
	padding: 0 1.0em 0 1.0em;
}