@charset "utf-8";
/* CSS Document */

/* jquery overrides */

.ui-icon
{
    background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_black_256x240.png) !important;
}

.ui-accordion {
	/*background: #ccffcc;*/ 
	color: black;
	border-color: black;
	font-size: 12pt;
}
/* Header text */
.ui-accordion-header-active
 {
	background: lightgreen;
	color: black;
	border-color: black;
	border-width: medium;
	 	background: none;
}
.ui-accordion-header-collapsed 
 {
	/*background: #ccffcc;*/ 
	color: black;
	border-color: black;
	border-width: medium;
	background: #ccffcc;
}

/* panel open */
.ui-accordion-header {
	/*background: #ccffcc;*/ 
	color: black; 
	border-color: black;
	border-width:medium;
	background-color: none !important;
	background: #ccffcc;
}

/* Background of accordion */
.ui-accordion-content
 {
	background: #ccffcc; 
	color: black; 
}

/* Body */
body {
	font-family: source-sans-pro;
	background-color: #d0d0d0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
	font-style: normal;
	font-weight: 200;
}

.page-header {
	display: grid;
	grid-template-columns: 1fr 1in;
	align-items: center;
	border-style: solid;
	border-color: #000;
	border-bottom-width: 0px;
}

.logo-cell {
	padding: 1px;
	background-color: whitesmoke;
	
	grid-row: 1;
	grid-column: 1;
	align-items: center;
}

.logo {

	color: #fff;
	font-weight: bold;
	max-height: 2.2in;
	height: auto;


	
}

.wwidget-cell {
	grid-row: 1;
	grid-column: 2;
	top-margin: 0;
	padding: 1px;
	background-color: whitesmoke;
	vertical-align:middle;
}

.project-list-cell {
	grid-row: 3;
	grid-column: 1;
	background-color: whitesmoke;
	font-size: clamp(0.9167rem, 0.5834rem + 1.4222vw, 1.1167rem);
	text-align: center;
}

#pw-link {
	float: left;
}

#email-link {
	float: right;
}
.content-header{
	grid-row: 2;
	grid-column: 1;
	text-align: center;
	padding-top: 7pt;
	padding-bottom: 7pt;
	height: 20pt;

	font-size: clamp(0.9167rem, 0.5834rem + 1.4222vw, 1.1167rem);
	font-style: italic;
	font-weight: 700;
	background-color: whitesmoke;
}

.about-section {
	
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	font-size: 13pt;
}
.about-cell {

	grid-row: 2;
	grid-column: 2;
	background-color: #ccffcc;
	border-style: solid;
	border-width: medium;
	border-color: black;
	padding: 2pt;
}
.faq-section {
	background-color: #ccffcc;
	/*border-style: solid;
	border-width: medium;
	border-color: black;*/
	padding: 2pt;
	font-size: 12pt;
}

.faq-question {
	padding: 5pt;
	font-weight: 700;
	border-style: solid;
	border-bottom-color: transparent;
	border-bottom-width: 0;
}

.faq-answer {
	padding: 5pt;
	border-style: solid;
}

.container {

	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
	max-width: 7in;
	min-widht: 375px;
}


