@charset "utf-8";
/* CSS Document */

.ac-container {
	width: 500px;
	margin: 10px auto 30px auto;
}

.ac-container label {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 50px;
	text-align: center;
	color: #FF6;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 22px;
	background: #036;
	box-shadow:
	    0px 0px 0px 1px rgba(155,155,155,0.3),
		1px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover {
	background: #699;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
	 background: #999;
	 color: #003;
	 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);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(plus_sign2.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
	background-image: url(minus_sign2.png);
}

.ac-container input {
	display: none;
}

.ac-container article {
	background: rgba(255,255,255,0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition:
	    height 0.3s ease-in-out,
		box-shadow 0.6s linear;
}

.ac-container input:checked ~ article {
	transition:
	    height 0.5s ease-in-out,
		box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac-container article p {
	color: #003;
	line-height: 23px;
	font-size: 16px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container input:checked ~ article.ac-small {
	height: 140px;
}

.ac-container input:checked ~ article.ac-medium {
	height: 180px;
}
.ac-container input:checked ~ article.ac-large {
	height: 230px;
}
.ac-container input:checked ~ article.ac-large2 {
	height: 260px;
}
.ac-container input:checked ~ article.ac-XL {
	height: 320px;
}

.ac-container input:checked ~ article.ac-XLb {
	height: 320px;
}

.ac-container input:checked ~ article.ac-XXL {
	height: 340px;
}


.ac2-container {
	width: 500px;
	margin: 10px auto 30px auto;
}

.ac2-container label {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 60px;
	text-align: center;
	color: #FF6;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 22px;
	background: #036;
	box-shadow:
	    0px 0px 0px 1px rgba(155,155,155,0.3),
		1px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);
}

.ac2-container label:hover {
	background: #699;
}

.ac2-container input:checked + label,
.ac2-container input:checked + label:hover {
	 background: #999;
	 color: #003;
	 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);
}

.ac2-container label:hover:after,
.ac2-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(plus_sign2.png) no-repeat center center;
}

.ac2-container input:checked + label:hover:after {
	background-image: url(minus_sign2.png);
}

.ac2-container input {
	display: none;
}

.ac2-container article {
	background: rgba(255,255,255,0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition:
	    height 0.3s ease-in-out,
		box-shadow 0.6s linear;
}

.ac2-container input:checked ~ article {
	transition:
	    height 0.5s ease-in-out,
		box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac2-container article p {
	color: #003;
	line-height: 23px;
	font-size: 16px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac2-container input:checked ~ article.ac2-small {
	height: 140px;
}

.ac2-container input:checked ~ article.ac2-medium {
	height: 180px;
}
.ac2-container input:checked ~ article.ac2-large {
	height: 230px;
}
.ac2-container input:checked ~ article.ac2-large2 {
	height: 260px;
}
.ac2-container input:checked ~ article.ac2-XL {
	height: 300px;
}

.ac2-container input:checked ~ article.ac2-XLb {
	height: 320px;
}
.ac2-container input:checked ~ article.ac2-XXL {
	height: 340px;
}


.acq-container {
	width: 500px;
	margin: 10px auto 30px auto;
}

.acq-container label {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 50px;
	text-align: center;
	color: #FF6;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 22px;
	background: #036;
	box-shadow:
	    0px 0px 0px 1px rgba(155,155,155,0.3),
		1px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);
}

.acq-container label:hover {
	background: #699;
}

.acq-container input:checked + label,
.acq-container input:checked + label:hover {
	 background: #999;
	 color: #003;
	 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);
}

.acq-container label:hover:after,
.acq-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(plus_sign2.png) no-repeat center center;
}

.acq-container input:checked + label:hover:after {
	background-image: url(minus_sign2.png);
}

.acq-container input {
	display: none;
}

.acq-container article {
	background: rgba(255,255,255,0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition:
	    height 0.3s ease-in-out,
		box-shadow 0.6s linear;
}

.acq-container input:checked ~ article {
	transition:
	    height 0.5s ease-in-out,
		box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.acq-container article p {
	color: #003;
	line-height: 23px;
	font-size: 16px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.acq-container input:checked ~ article.acq-small {
	height: 140px;
}

.acq-container input:checked ~ article.acq-medium {
	height: 180px;
}
.acq-container input:checked ~ article.acq-large {
	height: 1000px;
}
.acq-container input:checked ~ article.acq-XL {
	height: 1450px;
}
.acq-container input:checked ~ article.acq-XL2 {
	height: 1650px;
}
.acq-container input:checked ~ article.acq-XL3 {
	height: 1800px;
}
.acq-container input:checked ~ article.acq-XXL {
	height: 1900px;
}


.acqb-container {
	width: 90%;
	margin: 10px auto 30px auto;
}

.acqb-container label {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 50px;
	text-align: center;
	color: #FF6;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 22px;
	background: #036;
	box-shadow:
	    0px 0px 0px 1px rgba(155,155,155,0.3),
		1px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);
}

.acqb-container label:hover {
	background: #699;
}

.acqb-container input:checked + label,
.acqb-container input:checked + label:hover {
	 background: #999;
	 color: #003;
	 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);
}

.acqb-container label:hover:after,
.acqb-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(plus_sign2.png) no-repeat center center;
}

.acqb-container input:checked + label:hover:after {
	background-image: url(minus_sign2.png);
}

.acqb-container input {
	display: none;
}

.acqb-container article {
	background: rgba(255,255,255,0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition:
	    height 0.3s ease-in-out,
		box-shadow 0.6s linear;
}

.acqb-container input:checked ~ article {
	transition:
	    height 0.5s ease-in-out,
		box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.acqb-container article p {
	color: #003;
	line-height: 23px;
	font-size: 16px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.acqb-container input:checked ~ article.acq-small {
	height: 140px;
}

.acqb-container input:checked ~ article.acq-medium {
	height: 180px;
}
.acqb-container input:checked ~ article.acq-large {
	height: 1000px;
}
.acqb-container input:checked ~ article.acq-XL {
	height: 1450px;
}
.acqb-container input:checked ~ article.acq-XL2 {
	height: 1650px;
}
.acqb-container input:checked ~ article.acq-XL3 {
	height: 1800px;
}
.acqb-container input:checked ~ article.acq-XXL {
	height: 1900px;
}
.acqb-container input:checked ~ article.acq-vid1 {
	height: 14200px;
}






.ac3-container {
	width: 500px;
	margin: 10px auto 30px auto;
}

.ac3-container label {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 15px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 50px;
	text-align: center;
	color: #FF6;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 22px;
	background: #036;
	box-shadow:
	    0px 0px 0px 1px rgba(155,155,155,0.3),
		1px 0px 0px 0px rgba(255,255,255,0.9) inset,
		0px 2px 2px rgba(0,0,0,0.1);
}

.ac3-container label:hover {
	background: #699;
}

.ac3-container input:checked + label,
.ac3-container input:checked + label:hover {
	 background: #999;
	 color: #003;
	 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);
}

.ac3-container label:hover:after,
.ac3-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(plus_sign2.png) no-repeat center center;
}

.ac3-container input:checked + label:hover:after {
	background-image: url(minus_sign2.png);
}

.ac3-container input {
	display: none;
}

.ac3-container article {
	background: rgba(255,255,255,0.8);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition:
	    height 0.3s ease-in-out,
		box-shadow 0.6s linear;
}

.ac3-container input:checked ~ article {
	transition:
	    height 0.5s ease-in-out,
		box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.5);
}

.ac3-container article p {
	color: #003;
	line-height: 23px;
	font-size: 16px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac3-container input:checked ~ article.ac3-small {
	height: 140px;
}

.ac3-container input:checked ~ article.ac3-medium {
	height: 180px;
}
.ac3-container input:checked ~ article.ac3-large {
	height: 230px;
}
.ac3-container input:checked ~ article.ac3-large2 {
	height: 260px;
}
.ac3-container input:checked ~ article.ac3-XL {
	height: 320px;
}

.ac3-container input:checked ~ article.ac3-XLb {
	height: 320px;
}



.dueDateOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #ff8000;
}

.headingAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	
	text-transform: none;
	text-shadow: 1px 1px #FE0101;
	color: #CBC434;
}

.textSimpleTry1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #CBC434;
	text-shadow: 2px 2px #FE0101;
}

