
/* Fonts */
body, h1, h2, h3, h4, h5, h6, p, a, li, span
{
	font-family: "Helvetica", "Open Sans", Arial, sans-serif!important;
	font-size: 18px!important;
    line-height: 1.7em!important;
}

/* Dont let padding count toward width */
*
{
	box-sizing: border-box; 
}

a
{
	color: #004d00!important;
}

.headermenu a
{
	text-decoration: none!important;
}

/* Use checkbox lists as indents, remove its bullet */
ul[data-checked]
{
    list-style: none;
}

/* Indent sub-bullets */
.ql-indent-1 { margin-left: 40px; }
.ql-indent-2 { margin-left: 80px; }
.ql-indent-3 { margin-left: 120px; }
.ql-indent-4 { margin-left: 160px; }
.ql-indent-5 { margin-left: 200px; }

/* Hesder Container */
.headercontainer
{
	min-height: auto!important;
	height: auto!important;
	padding: 20px 0!important;
}

/* Header menu */
.headermenu
{
	width: 100%!important;
    text-align:center;
	height: auto!important;
}
	.headermenu ul
	{
		margin: 0 auto!important;
	    display: inline-block;
	}
		.headermenu li
		{
			padding: 0px!important;
			display: inline-block;
			border-right: 1px solid #004d00;
			height: 20px;
		}
			.headermenu li:last-child
			{
				border-right: 0;
			}
			.headermenu li a
			{
				padding: 10px!important;
				height: auto!important;
			}
				.headermenu li ul
				{
					padding: 0!important;
					background: #ffffff;
				}
				
	.headermenu br
	{
		display: none;
	}

footer
{
	margin-top: 40px;
}
.footercontainer
{
	background-color: rgba(44,44,44,1);
}


p, ul
{
	margin-bottom: 0;	
	margin-top: 0;	
}

/* Add padding on sides of all child DIVs under .content */
.content section,
footer section,
footer #flexbox_0,
.content > div:first-child
{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	padding: 0 50px;
}

footer #flexbox_back_0
{
	padding: 40px 0;
}

.footercontainer,
.footercontainer a
{
	color: #ffffff!important;
}

.content > div,
.content > section > div,
.content > section > h1,
.content > section > h2,
.content > section > h3,
footer > div > div
{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

	.content > div.fullwidth
	{
		max-width: 100%;
	}
	
/* Headings */
h1
{
	font-size: 30px!important;
	color: #004d00!important;
}
h2
{
	font-size: 20px!important;
	color: #004d00!important;
}

/* Yellow Box for page titles- not used */
.yellowbox
{
	/*background: rgba(255, 255, 190);
	border: 1px solid #000000;
	padding: 50px!important;*/
	margin-top: 30px!important;
	/*margin-bottom: 30px!important;*/
}

.footnotes
{
	background: rgb(253, 225, 155);
	border: 1px solid #000000;
	padding: 50px!important;
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}


/* FOOTNOTES - OPTION 1 TOOLTIP */

/*
.content p
{
	position: relative;
	
}
/*

/* Tooltip text */

/*
a+s
{
	visibility: hidden;
	max-width: 300px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	margin-left: -20px;
	opacity: 0;
	transition: opacity 0.3s;
		text-decoration: none;
	
}
*/

/* Tooltip arrow */
/*
a+s::after
{
	content: "";
	position: absolute;
	top: 100%;
    left: 10px;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
 */
/* Show the tooltip text when you mouse over the tooltip container */
/*
a:hover + s
{
	visibility: visible;
	opacity: 1;
}
*/


/* FOOTNOTES - OPTION 2 SHOW/HIDE with JQuery */
s
{
	display: none;
	text-decoration: none;
	background: red;
	margin-left: 4px;
	padding: 0px 10px;
	color: #004d00;
	background: rgba(0, 77, 0, 0.2);
}
	s.visible
	{
		display: inline-block;
	}
	
.show-footnote,
.hide-footnote
{
	vertical-align: super;
	font-size: 12px;
}
	.hide-footnote
	{
		display: none;
	}
