
	list-style-type:none;
	}
	section p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.accordion-ht ul, li {
  	list-style-type: none;
  	line-height: 1.4em;
  	font-weight: normal;
  	font-size:1em;
}
.accordion-ht  li:before {
  box-shadow: 0px 0px 5px 2px #000;

}

.accordion-ht2 ul, .accordion-ht2 li {
	background-color:#FCFEFC;
	list-style-type: none;
	list-style-position: inside;
  	line-height: 1.4em;
  	font-weight: normal;
  	font-size:.96em;
  	color:#4E4F8C;
  	margin:0px;
  	padding:3px;
}

.accordion-container article p{
	padding: 20px;
	font-size:1em;
	line-height: 1.3em;
	font-weight: normal;
}
.subsection  .accordion-container2 article p{
	padding: 20px;
	font-size:1em;
	line-height: 1.3em;
	font-weight: normal;
}

.accordion-container{
	
	margin: 10px auto;
	text-align: left;
	color:#4C4E61;
	border:1px solid #F5F5DC;
}
.subsection  .accordion-container2 {
	/*background-color: #FCFEFC;*/
	background-color:rgba(252,254,252,0.8);
	margin: 0px;
	text-align: left;
	color:#4C4E61;
}
.accordion-container label {
	/*background-color:rgba(228,232,246,0.5);
	green #CDECC5
	background-color:rgba(205,236,197,0.0);
	/*box-shadow: 
		0px 0px 0px 2px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
		*/
		background-color:rgba(252,254,252,0.8);
		box-shadow: 
		1px 2px 1px 2px rgba(217,217,217,1),
		0px 0px 1px 2px rgba(205,236,197,1), 
		0px 2px 2px 2px rgba(0,0,0,0.1)
}

.subsection .accordion-container2 label:before{
 content: '\21FE'; color:green; 
  display: block;
  position: relative;
  max-width: 1px;
  max-height: 1px;
  left: -10px;
  top: 0; 
  font-size:20px;
}

.accordion-container input:checked + label
/*.accordion-container input:checked + label:hover*/ {

	background-color: #FCFEFC;
	color:#4C4E61;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.accordion-container input:checked + label::before {
content: '\21BA '; color:green;
}

/*.accordion-container > input:checked + label:hover:after {
	content: '';
	position: absolute;
	border:1px solid gray;
	width: 44px;
	height: 24px;
	right: 13px;
	top: 7px;
	background-image: none;
}
*/

.accordion-container input{
	display: none;
}
.accordion-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
}

.accordion-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.accordion-container input:checked ~ article.accordion-ht {
	height:auto;
	margin-bottom:0;
	}
.subsection 	.accordion-container2 input:checked + label::before
/*.subsection  .accordion-container2 input:checked + label:hover */{
	content: '\21BA';
	background-color: #FCFEFC;
	color: #595BB9;
	box-shadow: none;

}

.subsection  .accordion-container2 input{
	display: none;
}
.subsection  .accordion-container2 article{
	/*background: rgba(227,255,227,0.1);*/
	background: rgba(255,255,255,0.6);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.6s linear;
	box-shadow: none;
}

.subsection  .accordion-container2 input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: none;
}
.subsection .accordion-container2 input:checked ~ article.accordion-ht2 {
	height:auto;
	margin:3px 10px 10px 0;
	}
	.accordion-container label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	line-height: 1.4em;
	font-size: 1.2em;
	font-size: 1.2rem;
	margin:0;
	padding:0;
}

	

.subsection .accordion-container2 label {
	background-color: #F2F4FB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	font-size: 1em;
	font-size: 1rem;
	color: #4B4B4B;
	margin-left:0;
	padding:0;
}
.section2 {
	text-align: left;
	margin:10px;
	width:100%;
}
/* *****************start max 480px width **********************/
@media only screen and (max-width: 480px) { 
section {
	margin:0 auto 20px;
	padding:10px 20px;
	clear:both;
	/*border:solid 2px red;*/
}

.accordion-container > label{
	/*box-shadow: inset 0 0 2px 0px #A8ADAB;*/
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	min-height: 40px;
	height:auto;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 1.3em;
	color: #595A81;
	text-align: center;
	font-size: 1.1em;
	border-bottom: 1px gray solid;
	border-right: 1px gray solid;
}
.accordion-container > input:checked + label {
	background-color: #CDECC5;
	color: green; /*#4749BC*/
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 44px;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 1.3em;
	font-size: 1.2em;
	background-image:none;
}
.subsection .accordion-container2 > label{
	
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	overflow:auto;
	height: auto;
	cursor: pointer;
	line-height: 1.3em;
	box-shadow: none;
	text-shadow:none;
	border-bottom:1px solid #D2DAEE;
	border-top:1px solid #D2DAEE;
	border-right:none;
}
.subsection .accordion-container2 > input:checked + label{
	color:#595BB9;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	overflow:auto;
	height: auto;
	cursor: pointer;
	line-height: 1.3em;
	background-color: #FCFEFC;
	background-image:none;
	box-shadow: none;
	text-shadow:none;
	border-bottom:1px solid #D2DAEE;
	border-top:1px solid #D2DAEE;
	border-right:none;
}
}
/* *****************end of max 480px width **********************/

/* *****************start min 480px - max 760px width **********************/
@media only screen and (min-width: 481px) and (max-width: 768px) {

section {  

	float:right;
	padding-right:20px;
	margin-bottom:20px;
	width: 94%;
	margin-top:-44px;
}
.accordion-container > label{
	/*box-shadow: inset 0 0 5px 1px #A8ADAB;*/
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: auto;
	cursor: pointer;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 1.3em;
	font-size: 1.2em;
	border-bottom: 1px gray solid;
	border-right: 1px gray solid;
	border-radius:2px;
}
.accordion-container > input:checked + label {
	background-color: #cdecc5;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 36px;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 1.3em;
	font-size: 1.2em;

	background-image:none;
	border-bottom:1px #D2DAEE solid;
	border-right:1px #D2DAEE solid;
	border-radius:2px;
}
.subsection .accordion-container2 > label{

	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	overflow:auto;
	height: auto;
	cursor: pointer;
	line-height: 1.3em;
	font-size: 1.2em;
	background-color: #FCFEFC;
	box-shadow: none;
	text-shadow:none;
	border-bottom:1px solid #D2DAEE;
	border-top:1px solid #D2DAEE;
	border-right:none;
}
.subsection .accordion-container2 > input:checked + label {
	color:#595BB9;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	overflow:auto;
	height: auto;
	cursor: pointer;
	line-height: 1.3em;
	font-size: 1.2em;
	background-color: #FCFEFC;
	background-image:none;
	box-shadow: none;
	text-shadow:none;
	border-bottom:1px solid #D2DAEE;
	border-top:1px solid #D2DAEE;
	border-right:none;
}
}
/* *****************end min 480px - max 760px width **********************/

/* *****************min 769px  width **********************/
@media screen and (min-width: 769px) {
section {
	float:right;
	margin:-10px 30px 10px 0;
	width:60%;
	clear:right;
	}


.accordion-container > label{
	/*box-shadow: inset 0 0 5px 1px #A8ADAB;*/
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: auto;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 1.3em;
	font-size: 1.2em;
	border-bottom:1px gray solid;
	border-right:1px gray solid;
	border-radius:2px;
}
.accordion-container > label::before{
	content: '\21B6'; color:#AE0707;
}

.accordion-container > input:checked + label {
	background-color: #CDECC5;
	padding: 5px 20px;
	position: relative;
	color:green;
	z-index: 20;
	display: block;
	height: auto;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 1.3em;
	font-size: 1.2em;
	background-image:none;
	border-bottom:1px gray solid;
	border-right:1px gray solid;
	border-radius:2px;
}
.accordion-container > input:checked + label::before; {
	
}
.subsection  .accordion-container2 > label{

	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	overflow:auto;
	height: auto;
	cursor: pointer;
	line-height: 1.3em;
	font-size: 1.2em;
	background-color: #FCFEFC;
	box-shadow: none;
	text-shadow:none;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
	border-right:none;
}
.subsection  .accordion-container2 > input:checked + label {
	color:#595BB9;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	overflow:auto;
	height: auto;
	cursor: pointer;
	line-height: 1.3em;
	font-size: 1.2em;
	background-color: #FCFEFC;
	background-image:none;
	box-shadow: none;
	text-shadow:none;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
	border-right:none;
}
}
accordion-container2 > label {
	position:relative;
	margin:0;
	padding:0;
	text-indent:6px;
	color:purple;
}
.accordion-ht > ul {
	margin:0 0 0 20px;
	padding:0;
}
.accordion-ht > ul > li {
	margin:0;
	padding:0;
}
.subsection .accordion-containerx > label{
	
	padding: 5px 20px;
	position: relative;
	display: block;
	overflow:auto;
	height: auto;
	line-height: 1.3em;
	box-shadow: none;
	text-shadow:none;
	border-bottom:1px solid #D2DAEE;
	border-top:1px solid #D2DAEE;
	border-right:none;
}
.subsection .accordion-containerx label:before{
  display: block;
  position: relative;
  max-width: 1px;
  max-height: 1px;
  left: -10px;
  top: 0; 
  font-size:20px;
}
