/* CSS +/- expanding paragraphs */label {    display: block;    	padding: 8px 22px;    margin: 0 0 1px 0;	cursor: pointer;	background: #6AAB95;	border-radius: 3px;	color: #FFF;	transition: ease .5s;	position: relative;	z-index:1;}label:hover {	background: #4E8774;}label:after {    content: '+';    font-size: 22px;    font-weight: bold;    position: absolute;    right: 10px;    top: 2px;}input.x:checked + label:after {    content: '-';    font-size: 22px;    right: 14px;    top: 3px;}.content {    background: #E2E5F6;    padding: 10px 25px;    border: 1px solid #A7A7A7;	margin: 0 0 1px 0;	border-radius: 3px;}/* Begin sizing */input.x + label + .content {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .content {	height: 120px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}/* End of sizing */input.x {	display: none;}.demo {    /*border: 1px solid #ababab;    padding: 30px 14px 30px 14px;*/    width: 100%;    margin: 0 auto;}/* Begin item-specific sizing */input.x + label + .course-pres-skills-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pres-skills-1 {	height: 217px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pres-skills-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pres-skills-2 {	height: 394px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pres-skills-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pres-skills-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pres-skills-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pres-skills-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pres-skills-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pres-skills-5 {	height: 210px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pres-skills-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pres-skills-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pres-skills-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pres-skills-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-and-m-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-and-m-1 {	height: 335px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-and-m-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-and-m-2 {	height: 394px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-and-m-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-and-m-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-and-m-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-and-m-4 {	height: 48px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-and-m-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-and-m-5 {	height: 175px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-and-m-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-and-m-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-and-m-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-and-m-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-s-e-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-s-e-1 {	height: 240px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-s-e-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-s-e-2 {	height: 394px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-s-e-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-s-e-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-s-e-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-s-e-4 {	height: 48px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-s-e-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-s-e-5 {	height: 180px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-s-e-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-s-e-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-s-e-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-s-e-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-delegation-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-delegation-1 {	height: 73px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-delegation-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-delegation-2 {	height: 394px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-delegation-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-delegation-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-delegation-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-delegation-4 {	height: 72px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-delegation-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-delegation-5 {	height: 162px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-delegation-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-delegation-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-delegation-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-delegation-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-e-i-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-e-i-1 {	height: 185px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-e-i-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-e-i-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-e-i-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-e-i-3 {	height: 215px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-e-i-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-e-i-4 {	height: 28px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-e-i-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-e-i-5 {	height: 117px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-e-i-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-e-i-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-e-i-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-e-i-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itpm-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itpm-1 {	height: 205px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itpm-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itpm-2 {	height: 394px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itpm-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itpm-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itpm-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itpm-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itpm-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itpm-5 {	height: 280px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itpm-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itpm-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itpm-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itpm-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lfnl-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lfnl-1 {	height: 237px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lfnl-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lfnl-2 {	height: 394px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lfnl-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lfnl-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lfnl-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lfnl-4 {	height: 28px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lfnl-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lfnl-5 {	height: 153px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lfnl-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lfnl-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lfnl-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lfnl-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lifs-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lifs-1 {	height: 199px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lifs-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lifs-2 {	height: 394px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lifs-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lifs-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lifs-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lifs-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lifs-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lifs-5 {	height: 257px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lifs-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lifs-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-lifs-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-lifs-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-p-and-t-m-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-p-and-t-m-1 {	height: 177px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-p-and-t-m-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-p-and-t-m-2 {	height: 394px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-p-and-t-m-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-p-and-t-m-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-p-and-t-m-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-p-and-t-m-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-p-and-t-m-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-p-and-t-m-5 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-p-and-t-m-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-p-and-t-m-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-p-and-t-m-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-p-and-t-m-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pm-non-pm-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pm-non-pm-1 {	height: 255px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pm-non-pm-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pm-non-pm-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pm-non-pm-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pm-non-pm-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pm-non-pm-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pm-non-pm-4 {	height: 70px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pm-non-pm-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pm-non-pm-5 {	height: 255px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pm-non-pm-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pm-non-pm-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pm-non-pm-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pm-non-pm-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rec-skills-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rec-skills-1 {	height: 265px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rec-skills-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rec-skills-2 {	height: 395px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rec-skills-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rec-skills-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rec-skills-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rec-skills-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rec-skills-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rec-skills-5 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rec-skills-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rec-skills-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rec-skills-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rec-skills-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sales-cons-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x + label + .course-sales-cons-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sales-cons-1 {	height: 280px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sales-cons-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sales-cons-2 {	height: 395px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sales-cons-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sales-cons-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sales-cons-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sales-cons-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sales-cons-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sales-cons-5 {	height: 150px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sales-cons-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sales-cons-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sales-cons-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sales-cons-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sfrc-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sfrc-1 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sfrc-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sfrc-2 {	height: 395px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sfrc-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sfrc-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sfrc-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sfrc-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sfrc-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sfrc-5 {	height: 175px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sfrc-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sfrc-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-sfrc-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-sfrc-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-swiotp-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-swiotp-1 {	height: 315px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-swiotp-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-swiotp-2 {	height: 395px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-swiotp-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-swiotp-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-swiotp-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-swiotp-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-swiotp-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-swiotp-5 {	height: 175px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-swiotp-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-swiotp-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-swiotp-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-swiotp-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nbe-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nbe-1 {	height: 615px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nbe-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nbe-2 {	height: 395px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nbe-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nbe-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nbe-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nbe-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nbe-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nbe-5 {	height: 75px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nbe-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nbe-6 {	height: 1155px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nbe-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nbe-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rom-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rom-1 {	height: 220px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rom-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rom-2 {	height: 395px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rom-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rom-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rom-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rom-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rom-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rom-5 {	height: 95px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rom-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rom-6 {	height: 225px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rom-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rom-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-v-t-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-v-t-1 {	height: 360px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-v-t-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-v-t-2 {	height: 425px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-v-t-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-v-t-3 {	height: 325px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-v-t-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-v-t-4 {	height: 155px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-v-t-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-v-t-5 {	height: 280px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-v-t-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-v-t-6 {	height: 235px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-v-t-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-v-t-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-a-v-t-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-a-v-t-1 {	height: 425px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-a-v-t-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-a-v-t-2 {	height: 425px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-a-v-t-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-a-v-t-3 {	height: 325px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-a-v-t-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-a-v-t-4 {	height: 155px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-a-v-t-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-a-v-t-5 {	height: 255px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-a-v-t-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-a-v-t-6 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-a-v-t-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-a-v-t-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-t-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-t-1 {	height: 405px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-t-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-t-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-t-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-t-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-t-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-t-4 {	height: 70px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-t-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-t-5 {	height: 255px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-t-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-t-6 {	height: 130px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-c-t-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-c-t-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-vsm-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-vsm-1 {	height: 244px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-vsm-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-vsm-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-vsm-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-vsm-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-vsm-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-vsm-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-vsm-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-vsm-5 {	height: 278px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-vsm-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-vsm-6 {	height: 240px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-vsm-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-vsm-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-wee-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-wee-1 {	height: 168px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-wee-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-wee-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-wee-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-wee-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-wee-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-wee-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-wee-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-wee-5 {	height: 178px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-wee-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-wee-6 {	height: 240px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-wee-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-wee-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ctos-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ctos-1 {	height: 200px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ctos-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ctos-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ctos-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ctos-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ctos-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ctos-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ctos-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ctos-5 {	height: 200px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ctos-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ctos-6 {	height: 240px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ctos-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ctos-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-hic-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-hic-1 {	height: 150px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-hic-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-hic-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-hic-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-hic-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-hic-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-hic-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-hic-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-hic-5 {	height: 200px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-hic-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-hic-6 {	height: 240px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-hic-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-hic-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-gef-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-gef-1 {	height: 90px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-gef-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-gef-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-gef-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-gef-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-gef-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-gef-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-gef-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-gef-5 {	height: 200px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-gef-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-gef-6 {	height: 240px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-gef-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-gef-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt1-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt1-1 {	height: 255px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt1-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt1-2 {	height: 47px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt1-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt1-3 {	height: 95px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt1-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt1-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt1-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt1-5 {	height: 150px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt1-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt1-6 {	height: 80px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt1-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt1-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt2-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt2-1 {	height: 255px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt2-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt2-2 {	height: 95px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt2-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt2-3 {	height: 95px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt2-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt2-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt2-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt2-5 {	height: 150px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt2-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt2-6 {	height: 80px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt2-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt2-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt3-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt3-1 {	height: 228px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt3-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt3-2 {	height: 75px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt3-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt3-3 {	height: 95px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt3-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt3-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt3-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt3-5 {	height: 150px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt3-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt3-6 {	height: 80px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt3-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt3-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt4-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt4-1 {	height: 263px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt4-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt4-2 {	height:92px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt4-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt4-3 {	height: 95px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt4-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt4-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt4-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt4-5 {	height: 150px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt4-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt4-6 {	height: 80px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rt4-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rt4-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x:checked + label + .course-rt3-7 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-httm-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-httm-1 {	height: 178px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-httm-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-httm-2 {	height: 394px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-httm-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-httm-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-httm-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-httm-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-httm-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-httm-5 {	height: 280px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-httm-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-httm-6 {	height: 120px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-httm-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-httm-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-cyn-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-cyn-1 {	height: 334px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-cyn-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-cyn-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-cyn-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-cyn-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-cyn-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-cyn-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-cyn-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-cyn-5 {	height: 280px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-cyn-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-cyn-6 {	height: 80px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-cyn-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-cyn-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-dcw-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-dcw-1 {	height: 304px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-dcw-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-dcw-2 {	height: 192px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-dcw-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-dcw-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-dcw-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-dcw-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-dcw-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-dcw-5 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-dcw-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-dcw-6 {	height: 80px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-dcw-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-dcw-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-unlock-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-unlock-1 {	height: 255px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-unlock-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-unlock-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-unlock-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-unlock-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-unlock-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-unlock-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-unlock-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-unlock-5 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-unlock-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-unlock-6 {	height: 245px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-unlock-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-unlock-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nn-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nn-1 {	height: 390px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nn-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nn-2 {	height: 775px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nn-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nn-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nn-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nn-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nn-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nn-5 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nn-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nn-6 {	height: 160px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-nn-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-nn-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ppwi-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ppwi-1 {	height: 255px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ppwi-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ppwi-2 {	height: 395px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ppwi-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ppwi-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ppwi-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ppwi-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ppwi-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ppwi-5 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ppwi-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ppwi-6 {	height: 245px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-ppwi-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-ppwi-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pn-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pn-1 {	height: 290px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pn-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pn-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pn-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pn-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pn-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pn-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pn-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pn-5 {	height: 150px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pn-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pn-6 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pn-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pn-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rl-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rl-1 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rl-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rl-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rl-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rl-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rl-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rl-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rl-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rl-5 {	height: 150px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rl-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rl-6 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-rl-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-rl-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-me-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-me-1 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-me-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-me-2 {	height: 595px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-me-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-me-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-me-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-me-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-me-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-me-5 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-me-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-me-6 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-me-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-me-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-chs-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-chs-1 {	height: 220px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-chs-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-chs-2 {	height: 400px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-chs-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-chs-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-chs-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-chs-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-chs-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-chs-5 {	height: 155px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-chs-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-chs-6 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-chs-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-chs-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itcs-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itcs-1 {	height: 220px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itcs-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itcs-2 {	height: 300px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itcs-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itcs-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itcs-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itcs-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itcs-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itcs-5 {	height: 155px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itcs-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itcs-6 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-itcs-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-itcs-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pwai-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pwai-1 {	height: 175px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pwai-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pwai-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pwai-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pwai-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pwai-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pwai-4 {	height: 50px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pwai-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pwai-5 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pwai-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pwai-6 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-pwai-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-pwai-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}				input.x + label + .course-bn-1 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-bn-1 {	height: 150px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-bn-2 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-bn-2 {	height: 295px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-bn-3 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-bn-3 {	height: 195px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-bn-4 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-bn-4 {	height: 70px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-bn-5 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-bn-5 {	height: 130px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-bn-6 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-bn-6 {	height: 230px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;}input.x + label + .course-bn-7 {	transition: ease .5s;	height: 0;	font-size: 0;	padding: 0 25px;	opacity: 0;}input.x:checked + label + .course-bn-7 {	height: 170px;	font-size: 14px;	padding: 10px 25px;	opacity: 1;	/* End item-specific sizing */