/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/

	@font-face {
		font-family: 'Lora';
		src: url('../files/lora-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Montserrat';
		src: url('../files/montserrat-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src: url('../files/opensans-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Roboto Slab';
		src: url('../files/robotoslab-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}


ul#stacks_in_14_accordion {
	display: block;
	list-style: none;
	border-radius: 4px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-shadow: none;
}

ul#stacks_in_14_accordion > li {
	list-style: none;
	background: none !important;
	margin: 0;
	padding: 0 !important;
}

#stacks_in_14 .hide_toggle {
	display: none;
}


/* Label Font Choices */

	ul#stacks_in_14_accordion .accordion_label {
		font-family: 'Open Sans', sans-serif;
	}















/* Content Font Choices */

	ul#stacks_in_14_accordion .accordion_content {
		font-family: 'Open Sans', sans-serif;
	}









ul#stacks_in_14_accordion .accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

ul#stacks_in_14_accordion .accordion_label i {
}

ul#stacks_in_14_accordion .stacks_in_14_accordion_selectedarrow_icon {
}

ul#stacks_in_14_accordion .accordion_content {
	
		padding: 40px;
	

}

ul#stacks_in_14_accordion li:last-child .accordion_content {
}

ul#stacks_in_14_accordion  .accordion_label .accordion_icon {
	display: inline-block;
	text-align: center;
	width: 25px;
	
		position: absolute;
		right: 20px;
		top: 15px;
		margin-right: 0px;
	
	
}

ul#stacks_in_14_accordion .accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

ul#stacks_in_14_accordion .stacks_in_14_accordion_selectedarrow_icon .accordion_icon i {
	
}

#stacks_in_14_open_all {
	cursor: pointer;
	font-size: 20px;
	
	
	margin-top: 12px;
	

}

#stacks_in_14 .show_all_alignment {
	text-align: left;
	
	
}



/* ------------------------------------*/
/* Accordion Styles                    */
/* ------------------------------------*/

/* Ghost */
	ul#stacks_in_14_accordion.ghost {
		border: 1px solid #d4d4d4;
	}

	ul#stacks_in_14_accordion.ghost .accordion_label {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_14_accordion.ghost .stacks_in_14_accordion_selectedarrow_icon {
		background-color: #f2f2f2;
	}

	ul#stacks_in_14_accordion.ghost .accordion_content {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_14_accordion.ghost li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_14_accordion.ghost li:last-child .accordion_content {
		border-bottom: none;
	}



/* Dark Grey */
	ul#stacks_in_14_accordion.dark_grey {
		border: 1px solid #adadad;
	}

	ul#stacks_in_14_accordion.dark_grey .accordion_label {
		color: #FCFEF9;
		border-bottom: 1px solid #4E4F54;
		background: rgb(108,109,113); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmQ3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRmNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(108,109,113,1) 0%, rgba(78,79,84,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,109,113,1)), color-stop(100%,rgba(78,79,84,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6d71', endColorstr='#4e4f54',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_14_accordion.dark_grey .stacks_in_14_accordion_selectedarrow_icon {
		color: #4E4F54;
		border-bottom: 1px solid #adadad;
		background: rgb(238,238,238); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_14_accordion.dark_grey .accordion_content {
		color: #434343;
		border-bottom: 1px solid #adadad;
		background-color: #EFEFEF;
	}

	ul#stacks_in_14_accordion.dark_grey li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #adadad;
	}

	ul#stacks_in_14_accordion.dark_grey li:last-child .accordion_content {
		border-bottom: none;
	}




/* Light Blue */
	ul#stacks_in_14_accordion.light_blue {
		border: 1px solid #E6E6E6;
	}

	ul#stacks_in_14_accordion.light_blue .accordion_label {
		color: #939496;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #dedede;
		background: rgb(244,249,249); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: rgb(239,239,239); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_14_accordion.light_blue .stacks_in_14_accordion_selectedarrow_icon {
		color: #fff;
		border-top: 1px solid #98eaff;
		border-bottom: 1px solid #1EB0F4;
		background: rgb(36,210,253); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0ZDJmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMGJlZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(36,210,253,1) 0%, rgba(32,190,252,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,210,253,1)), color-stop(100%,rgba(32,190,252,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d2fd', endColorstr='#20befc',GradientType=0 ); /* IE6-8 */
	}


	ul#stacks_in_14_accordion.light_blue .accordion_content {
		background: #d6d6d6;
		color: #3E3E3E;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
		border-bottom: 1px solid #E6E6E6;
	}

	ul#stacks_in_14_accordion.light_blue li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #1EB0F4;
	}

	ul#stacks_in_14_accordion.light_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Teal */
	ul#stacks_in_14_accordion.flat_teal {
		border: 1px solid #E2E2E2;
	}

	ul#stacks_in_14_accordion.flat_teal .accordion_label {
		color: #ABABAB;
		background: #FFFFFF;
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_14_accordion.flat_teal .stacks_in_14_accordion_selectedarrow_icon {
		color: #fff;
		background: #61BBC3;
		border-bottom: 1px solid #61BBC3;
	}

	ul#stacks_in_14_accordion.flat_teal .accordion_content {
		background: #576465;
		color: #dfdfdf;
		border-bottom: 1px solid #E2E2E2;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
	}

	ul#stacks_in_14_accordion.flat_teal li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_14_accordion.flat_teal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Blue Grey */
	ul#stacks_in_14_accordion.blue_grey {
		border: 1px solid #2D2E32;
	}

	ul#stacks_in_14_accordion.blue_grey .accordion_label {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-top: 1px solid #606872;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_14_accordion.blue_grey .stacks_in_14_accordion_selectedarrow_icon {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_14_accordion.blue_grey .accordion_content {
		background: #363D45;
		color: #C4C5C9;
		border-bottom: 1px solid #2D2E32;
		box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.25);
	}

	ul#stacks_in_14_accordion.blue_grey li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #212226;
	}

	ul#stacks_in_14_accordion.blue_grey li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Orange */
	ul#stacks_in_14_accordion.flat_orange {
	}

	ul#stacks_in_14_accordion.flat_orange .accordion_label {
		color: #F6F1E3;
		background: #DC614F;
	}

	ul#stacks_in_14_accordion.flat_orange .stacks_in_14_accordion_selectedarrow_icon {
		color: #F6F1E3;
		background: #DC614F;
		border-bottom: 2px solid #B94537;
	}

	ul#stacks_in_14_accordion.flat_orange .accordion_content {
		background: #CC5545;
		color: #FCE1DB;
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_14_accordion.flat_orange li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_14_accordion.flat_orange li:last-child .accordion_content {
		border-bottom: none;
	}



/* Forest Green */
	ul#stacks_in_14_accordion.forest_green {
	}

	ul#stacks_in_14_accordion.forest_green .accordion_label {
		color: #99C676;
		background: #679341;
		border-top: 1px solid #96BE74;
		border-bottom: 1px solid #425F2E;
	}

	ul#stacks_in_14_accordion.forest_green .stacks_in_14_accordion_selectedarrow_icon {
		color: #384D24;
		background: #95BF70;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_14_accordion.forest_green .accordion_content {
		background: #394D27;
		color: #F0F8E7;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_14_accordion.forest_green li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_14_accordion.forest_green li:last-child .accordion_content {
		border-bottom: none;
	}



/* Earthy */
	ul#stacks_in_14_accordion.earthy {
		border: 1px solid #645B51;
	}

	ul#stacks_in_14_accordion.earthy .accordion_label {
		color: #F7E7D4;
		background: #806F63;
		border-top: 1px solid #908279;
		border-bottom: 1px solid #645B51;
	}

	ul#stacks_in_14_accordion.earthy .stacks_in_14_accordion_selectedarrow_icon {
		color: #F7E7D5;
		background: #D95943;
		border-top: 1px solid #E58669;
		border-bottom: 2px solid #D01C1F;
	}

	ul#stacks_in_14_accordion.earthy .accordion_content {
		background: #645548;
		color: #c4bcb1;
		border-bottom: 1px solid #52453b;
	}

	ul#stacks_in_14_accordion.earthy li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_14_accordion.earthy li:last-child .accordion_content {
		border-bottom: none;
	}



/* Purple Power */
	ul#stacks_in_14_accordion.purple_power {
	}

	ul#stacks_in_14_accordion.purple_power .accordion_label {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #a45693;
	}

	ul#stacks_in_14_accordion.purple_power .stacks_in_14_accordion_selectedarrow_icon {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_14_accordion.purple_power .accordion_content {
		background: #6B4E99;
		color: #fff;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_14_accordion.purple_power li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_14_accordion.purple_power li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bold Blue */
	ul#stacks_in_14_accordion.bold_blue {
		border: 1px solid #DBDBDB;
	}

	ul#stacks_in_14_accordion.bold_blue .accordion_label {
	  color: #333333;
	  background-color: #f5f5f5;
	  *background-color: #e6e6e6;
	  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	  background-repeat: repeat-x;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #DBDBDB;
	}

	ul#stacks_in_14_accordion.bold_blue .stacks_in_14_accordion_selectedarrow_icon {
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #006dcc;
	  *background-color: #0044cc;
	  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		border-top: 1px solid #0d93d6;
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_14_accordion.bold_blue .accordion_content {
		background: rgb(247,247,247); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
		color: #434343;
		border-bottom: 1px solid #e2e2e2;
	}

	ul#stacks_in_14_accordion.bold_blue li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_14_accordion.bold_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Baby Blue */
	ul#stacks_in_14_accordion.baby_blue {
		border: 1px solid #C4CDDF;
	}

	ul#stacks_in_14_accordion.baby_blue .accordion_label {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_14_accordion.baby_blue .stacks_in_14_accordion_selectedarrow_icon {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_14_accordion.baby_blue .accordion_content {
		background: #F8F8F8;
		color: #797979;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_14_accordion.baby_blue li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_14_accordion.baby_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Shamrock */
	ul#stacks_in_14_accordion.shamrock {
	}

	ul#stacks_in_14_accordion.shamrock .accordion_label {
		color: #FFFFFF;
		background: #3EBF9C;
		border-bottom: 1px solid #2ba483;
	}

	ul#stacks_in_14_accordion.shamrock .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_14_accordion.shamrock .accordion_content {
		background: #2F3D4F;
		color: #EFF3F3;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_14_accordion.shamrock li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_14_accordion.shamrock li:last-child .accordion_content {
		border-bottom: none;
	}



/* Crimson */
	ul#stacks_in_14_accordion.crimson {
		border: 1px solid #000000;
	}

	ul#stacks_in_14_accordion.crimson .accordion_label {
		color: #EEFFFF;
		background: #222222;
		border-bottom: 1px solid #000000;
	}

	ul#stacks_in_14_accordion.crimson .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_14_accordion.crimson .accordion_content {
		background: #000000;
		color: #999999;
	}

	ul#stacks_in_14_accordion.crimson li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_14_accordion.crimson li:last-child .accordion_content {
		border-bottom: none;
	}



/* Gun Metal */
	ul#stacks_in_14_accordion.gun_metal {
	}

	ul#stacks_in_14_accordion.gun_metal .accordion_label {
		color: #F7F8F8;
		background: #47545E;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_14_accordion.gun_metal .stacks_in_14_accordion_selectedarrow_icon {
		color: #3A4753;
		background: #49A2E0;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_14_accordion.gun_metal .accordion_content {
		background: #3C474F;
		color: #F8F9F9;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_14_accordion.gun_metal li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_14_accordion.gun_metal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bright Blue */
	ul#stacks_in_14_accordion.bright_blue {
		border: 1px solid #E0E9ED;
	}

	ul#stacks_in_14_accordion.bright_blue .accordion_label {
		color: #5C7F89;
		background: #FFFFFF;
		border-bottom: 1px solid #E0E9ED;
	}

	ul#stacks_in_14_accordion.bright_blue .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #1FBDD0;
		border-bottom: none;
	}

	ul#stacks_in_14_accordion.bright_blue .accordion_content {
		background: #E0E9ED;
		color: #668b94;
	}

	ul#stacks_in_14_accordion.bright_blue li:last-child .stacks_in_14_accordion_selectedarrow_icon {
	}

	ul#stacks_in_14_accordion.bright_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Pinky */
	ul#stacks_in_14_accordion.pinky {
	}

	ul#stacks_in_14_accordion.pinky .accordion_label {
		color: #695E5D;
		background: #F1C1BC;
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_14_accordion.pinky .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #F1A7AC;
		border-bottom: 1px solid #d79498;
	}

	ul#stacks_in_14_accordion.pinky .accordion_content {
		background: #EFE8D4;
		color: #837974;
	}

	ul#stacks_in_14_accordion.pinky li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_14_accordion.pinky li:last-child .accordion_content {
		border-bottom: none;
	}



/* Tesla */
	ul#stacks_in_14_accordion.tesla {
	}

	ul#stacks_in_14_accordion.tesla .accordion_label {
		color: #ffffff;
		background: #B48ECB;
		border-bottom: 1px solid #9a73b2;
		border-top: 1px solid #c9aadc;
	}

	ul#stacks_in_14_accordion.tesla .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #67487C;
		border-bottom: 1px solid #573769;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_14_accordion.tesla .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #9a73b2;
	}

	ul#stacks_in_14_accordion.tesla li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_14_accordion.tesla li:last-child .accordion_content {
		border-bottom: none;
	}



/* Rustic */
	ul#stacks_in_14_accordion.rustic {
	}

	ul#stacks_in_14_accordion.rustic .accordion_label {
		color: #ffffff;
		background: #A6C8A7;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_14_accordion.rustic .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #585858;
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_14_accordion.rustic .accordion_content {
		background: #EDEDED;
		color: #414141;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_14_accordion.rustic li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_14_accordion.rustic li:last-child .accordion_content {
		border-bottom: none;
	}



/* Ruby */
	ul#stacks_in_14_accordion.ruby {
	}

	ul#stacks_in_14_accordion.ruby .accordion_label {
		color: #ffffff;
		background: #D9385A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_14_accordion.ruby .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #BF0740;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_14_accordion.ruby .accordion_content {
		background: #ededed;
		color: #7A7A7A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_14_accordion.ruby li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_14_accordion.ruby li:last-child .accordion_content {
		border-bottom: none;
	}



/* Feather */
	ul#stacks_in_14_accordion.feather {
	}

	ul#stacks_in_14_accordion.feather .accordion_label {
		color: #ffffff;
		background: #DC8364;
		border-bottom: 1px solid #D66C5A;
	}

	ul#stacks_in_14_accordion.feather .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #3EBF9C;
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_14_accordion.feather .accordion_content {
		background: #E3DFDE;
		color: #7A7A7A;
		border-bottom: 1px solid #D46C5D;
	}

	ul#stacks_in_14_accordion.feather li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_14_accordion.feather li:last-child .accordion_content {
		border-bottom: none;
	}



/* Abstract */
	ul#stacks_in_14_accordion.abstract {
	}

	ul#stacks_in_14_accordion.abstract .accordion_label {
		color: #ffffff;
		background: #2C2B2C;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_14_accordion.abstract .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #D6395C;
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_14_accordion.abstract .accordion_content {
		background: #1B1A1D;
		color: #CDCDCD;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_14_accordion.abstract li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_14_accordion.abstract li:last-child .accordion_content {
		border-bottom: none;
	}




/* Hive */
	ul#stacks_in_14_accordion.hive {
	}

	ul#stacks_in_14_accordion.hive .accordion_label {
		color: #ffffff;
		background: #F28753;
		border-bottom: 1px solid #CB6B22;
	}

	ul#stacks_in_14_accordion.hive .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #29BB9C;
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_14_accordion.hive .accordion_content {
		background: #FAEBE2;
		color: #646464;
		border-bottom: 1px solid #FAEBE3;
	}

	ul#stacks_in_14_accordion.hive li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_14_accordion.hive li:last-child .accordion_content {
		border-bottom: none;
	}




/* Navigator */
	ul#stacks_in_14_accordion.navigator {
	}

	ul#stacks_in_14_accordion.navigator .accordion_label {
		color: #ffffff;
		background: #63b8f5;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1N2EyZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #63b8f5 0%, #57a2f6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b8f5), color-stop(100%,#57a2f6));
		background: -webkit-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -o-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -ms-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: linear-gradient(to bottom,  #63b8f5 0%,#57a2f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b8f5', endColorstr='#57a2f6',GradientType=0 );
		border-bottom: 1px solid #559dee;
		border-top: 1px solid #81caff;
	}

	ul#stacks_in_14_accordion.navigator .stacks_in_14_accordion_selectedarrow_icon {
		color: #1858a1;
		background: #469af4;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2OWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmFjZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #469af4 0%, #46acf4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#469af4), color-stop(100%,#46acf4));
		background: -webkit-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -o-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -ms-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: linear-gradient(to bottom,  #469af4 0%,#46acf4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469af4', endColorstr='#46acf4',GradientType=0 );
		border-bottom: 1px solid #4289da;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_14_accordion.navigator .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #81caff;
	}

	ul#stacks_in_14_accordion.navigator li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_14_accordion.navigator li:last-child .accordion_content {
		border-bottom: none;
	}



/* Majestic */
	ul#stacks_in_14_accordion.majestic {
	}

	ul#stacks_in_14_accordion.majestic .accordion_label {
		color: #ffffff;
		background: #4AC7CB;
		border-bottom: 1px solid #3aabaf;
	}

	ul#stacks_in_14_accordion.majestic .stacks_in_14_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE425A;
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_14_accordion.majestic .accordion_content {
		background: #f4f4f4;
		color: #7A7A7A;
		border-bottom: 1px solid #e8e8e8;
	}

	ul#stacks_in_14_accordion.majestic li:last-child .stacks_in_14_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_14_accordion.majestic li:last-child .accordion_content {
		border-bottom: none;
	}



/* END OF STYLES */



/* CUSTOM */







/* ------------------------------------*/
/* Media Queries                       */
/* ------------------------------------*/


@media only screen {
	ul#stacks_in_14_accordion .accordion_label {
		font-size: 20px;
	}

	ul#stacks_in_14_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 60px;
		
		
	}

}

@media only screen and (max-width: 1024px) {
	ul#stacks_in_14_accordion .accordion_label {
		font-size: 18px;
	}

	ul#stacks_in_14_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 60px;
		
		
	}
}

@media only screen and (max-width: 768px) {
	ul#stacks_in_14_accordion .accordion_label {
		font-size: 16px;
	}

	ul#stacks_in_14_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 50px;
		
		
	}
}

@media only screen and (max-width: 480px) {
	ul#stacks_in_14_accordion .accordion_label {
		font-size: 14px;
	}

	ul#stacks_in_14_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 50px;
		
		
	}
}

#stacks_in_427{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_427 .c+.c .count{margin-left: 4px;}
#stacks_in_427.s3 .c.s2_3 .count,#stacks_in_427.s4 .c.s2_4 .count,#stacks_in_427.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_427.s2 .c.s1_2 .c-pad,#stacks_in_427.s3 .c.s1_3 .c-pad,#stacks_in_427.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_427.s3 .c.s2_3 .c-pad,#stacks_in_427.s4 .c.s2_4 .c-pad,#stacks_in_427.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_427.s2 .c.s2_2 .c-pad,#stacks_in_427.s3 .c.s3_3 .c-pad,#stacks_in_427.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_427 .c+.c .count,
	#stacks_in_427.s3 .c.s2_3 .count,
	#stacks_in_427.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_427 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_427 .c:first-child,#stacks_in_427.s4 .c.s1_4,#stacks_in_427.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_427 .c:last-child,#stacks_in_427.s4 .c.s3_4,#stacks_in_427.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_427.s2 .c-pad,#stacks_in_427.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_427.s4 .c.s2_4 .count,
	#stacks_in_427.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_427.s4 .c {width: 49.2%;}
	#stacks_in_427.s4 .c.s1_4 .c-pad,#stacks_in_427.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_427.s4 .c.s2_4 .c-pad,#stacks_in_427.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_427 .count{ margin-left: 0 !important;}
	#stacks_in_427 .c .c-pad{padding: 0 !important;}
	#stacks_in_427.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_427 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_431 {
	width: 79%;
}
#stacks_in_775{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_775 .c+.c .count{margin-left: 4px;}
#stacks_in_775.s3 .c.s2_3 .count,#stacks_in_775.s4 .c.s2_4 .count,#stacks_in_775.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_775.s2 .c.s1_2 .c-pad,#stacks_in_775.s3 .c.s1_3 .c-pad,#stacks_in_775.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_775.s3 .c.s2_3 .c-pad,#stacks_in_775.s4 .c.s2_4 .c-pad,#stacks_in_775.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_775.s2 .c.s2_2 .c-pad,#stacks_in_775.s3 .c.s3_3 .c-pad,#stacks_in_775.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_775 .c+.c .count,
	#stacks_in_775.s3 .c.s2_3 .count,
	#stacks_in_775.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_775 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_775 .c:first-child,#stacks_in_775.s4 .c.s1_4,#stacks_in_775.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_775 .c:last-child,#stacks_in_775.s4 .c.s3_4,#stacks_in_775.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_775.s2 .c-pad,#stacks_in_775.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_775.s4 .c.s2_4 .count,
	#stacks_in_775.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_775.s4 .c {width: 49.2%;}
	#stacks_in_775.s4 .c.s1_4 .c-pad,#stacks_in_775.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_775.s4 .c.s2_4 .c-pad,#stacks_in_775.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_775 .count{ margin-left: 0 !important;}
	#stacks_in_775 .c .c-pad{padding: 0 !important;}
	#stacks_in_775.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_775 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_779 {
	width: 79%;
}
#stacks_in_768{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_768 .c+.c .count{margin-left: 4px;}
#stacks_in_768.s3 .c.s2_3 .count,#stacks_in_768.s4 .c.s2_4 .count,#stacks_in_768.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_768.s2 .c.s1_2 .c-pad,#stacks_in_768.s3 .c.s1_3 .c-pad,#stacks_in_768.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_768.s3 .c.s2_3 .c-pad,#stacks_in_768.s4 .c.s2_4 .c-pad,#stacks_in_768.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_768.s2 .c.s2_2 .c-pad,#stacks_in_768.s3 .c.s3_3 .c-pad,#stacks_in_768.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_768 .c+.c .count,
	#stacks_in_768.s3 .c.s2_3 .count,
	#stacks_in_768.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_768 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_768 .c:first-child,#stacks_in_768.s4 .c.s1_4,#stacks_in_768.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_768 .c:last-child,#stacks_in_768.s4 .c.s3_4,#stacks_in_768.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_768.s2 .c-pad,#stacks_in_768.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_768.s4 .c.s2_4 .count,
	#stacks_in_768.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_768.s4 .c {width: 49.2%;}
	#stacks_in_768.s4 .c.s1_4 .c-pad,#stacks_in_768.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_768.s4 .c.s2_4 .c-pad,#stacks_in_768.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_768 .count{ margin-left: 0 !important;}
	#stacks_in_768 .c .c-pad{padding: 0 !important;}
	#stacks_in_768.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_768 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_772 {
	width: 79%;
}
#stacks_in_761{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_761 .c+.c .count{margin-left: 4px;}
#stacks_in_761.s3 .c.s2_3 .count,#stacks_in_761.s4 .c.s2_4 .count,#stacks_in_761.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_761.s2 .c.s1_2 .c-pad,#stacks_in_761.s3 .c.s1_3 .c-pad,#stacks_in_761.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_761.s3 .c.s2_3 .c-pad,#stacks_in_761.s4 .c.s2_4 .c-pad,#stacks_in_761.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_761.s2 .c.s2_2 .c-pad,#stacks_in_761.s3 .c.s3_3 .c-pad,#stacks_in_761.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_761 .c+.c .count,
	#stacks_in_761.s3 .c.s2_3 .count,
	#stacks_in_761.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_761 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_761 .c:first-child,#stacks_in_761.s4 .c.s1_4,#stacks_in_761.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_761 .c:last-child,#stacks_in_761.s4 .c.s3_4,#stacks_in_761.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_761.s2 .c-pad,#stacks_in_761.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_761.s4 .c.s2_4 .count,
	#stacks_in_761.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_761.s4 .c {width: 49.2%;}
	#stacks_in_761.s4 .c.s1_4 .c-pad,#stacks_in_761.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_761.s4 .c.s2_4 .c-pad,#stacks_in_761.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_761 .count{ margin-left: 0 !important;}
	#stacks_in_761 .c .c-pad{padding: 0 !important;}
	#stacks_in_761.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_761 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_765 {
	width: 79%;
}
#stacks_in_754{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_754 .c+.c .count{margin-left: 4px;}
#stacks_in_754.s3 .c.s2_3 .count,#stacks_in_754.s4 .c.s2_4 .count,#stacks_in_754.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_754.s2 .c.s1_2 .c-pad,#stacks_in_754.s3 .c.s1_3 .c-pad,#stacks_in_754.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_754.s3 .c.s2_3 .c-pad,#stacks_in_754.s4 .c.s2_4 .c-pad,#stacks_in_754.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_754.s2 .c.s2_2 .c-pad,#stacks_in_754.s3 .c.s3_3 .c-pad,#stacks_in_754.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_754 .c+.c .count,
	#stacks_in_754.s3 .c.s2_3 .count,
	#stacks_in_754.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_754 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_754 .c:first-child,#stacks_in_754.s4 .c.s1_4,#stacks_in_754.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_754 .c:last-child,#stacks_in_754.s4 .c.s3_4,#stacks_in_754.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_754.s2 .c-pad,#stacks_in_754.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_754.s4 .c.s2_4 .count,
	#stacks_in_754.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_754.s4 .c {width: 49.2%;}
	#stacks_in_754.s4 .c.s1_4 .c-pad,#stacks_in_754.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_754.s4 .c.s2_4 .c-pad,#stacks_in_754.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_754 .count{ margin-left: 0 !important;}
	#stacks_in_754 .c .c-pad{padding: 0 !important;}
	#stacks_in_754.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_754 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_758 {
	width: 79%;
}
#stacks_in_747{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_747 .c+.c .count{margin-left: 4px;}
#stacks_in_747.s3 .c.s2_3 .count,#stacks_in_747.s4 .c.s2_4 .count,#stacks_in_747.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_747.s2 .c.s1_2 .c-pad,#stacks_in_747.s3 .c.s1_3 .c-pad,#stacks_in_747.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_747.s3 .c.s2_3 .c-pad,#stacks_in_747.s4 .c.s2_4 .c-pad,#stacks_in_747.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_747.s2 .c.s2_2 .c-pad,#stacks_in_747.s3 .c.s3_3 .c-pad,#stacks_in_747.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_747 .c+.c .count,
	#stacks_in_747.s3 .c.s2_3 .count,
	#stacks_in_747.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_747 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_747 .c:first-child,#stacks_in_747.s4 .c.s1_4,#stacks_in_747.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_747 .c:last-child,#stacks_in_747.s4 .c.s3_4,#stacks_in_747.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_747.s2 .c-pad,#stacks_in_747.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_747.s4 .c.s2_4 .count,
	#stacks_in_747.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_747.s4 .c {width: 49.2%;}
	#stacks_in_747.s4 .c.s1_4 .c-pad,#stacks_in_747.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_747.s4 .c.s2_4 .c-pad,#stacks_in_747.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_747 .count{ margin-left: 0 !important;}
	#stacks_in_747 .c .c-pad{padding: 0 !important;}
	#stacks_in_747.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_747 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_751 {
	width: 79%;
}
#stacks_in_705{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_705 .c+.c .count{margin-left: 4px;}
#stacks_in_705.s3 .c.s2_3 .count,#stacks_in_705.s4 .c.s2_4 .count,#stacks_in_705.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_705.s2 .c.s1_2 .c-pad,#stacks_in_705.s3 .c.s1_3 .c-pad,#stacks_in_705.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_705.s3 .c.s2_3 .c-pad,#stacks_in_705.s4 .c.s2_4 .c-pad,#stacks_in_705.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_705.s2 .c.s2_2 .c-pad,#stacks_in_705.s3 .c.s3_3 .c-pad,#stacks_in_705.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_705 .c+.c .count,
	#stacks_in_705.s3 .c.s2_3 .count,
	#stacks_in_705.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_705 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_705 .c:first-child,#stacks_in_705.s4 .c.s1_4,#stacks_in_705.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_705 .c:last-child,#stacks_in_705.s4 .c.s3_4,#stacks_in_705.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_705.s2 .c-pad,#stacks_in_705.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_705.s4 .c.s2_4 .count,
	#stacks_in_705.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_705.s4 .c {width: 49.2%;}
	#stacks_in_705.s4 .c.s1_4 .c-pad,#stacks_in_705.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_705.s4 .c.s2_4 .c-pad,#stacks_in_705.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_705 .count{ margin-left: 0 !important;}
	#stacks_in_705 .c .c-pad{padding: 0 !important;}
	#stacks_in_705.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_705 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_709 {
	width: 79%;
}

#stacks_in_17 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_661{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_661 .c+.c .count{margin-left: 4px;}
#stacks_in_661.s3 .c.s2_3 .count,#stacks_in_661.s4 .c.s2_4 .count,#stacks_in_661.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_661.s2 .c.s1_2 .c-pad,#stacks_in_661.s3 .c.s1_3 .c-pad,#stacks_in_661.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_661.s3 .c.s2_3 .c-pad,#stacks_in_661.s4 .c.s2_4 .c-pad,#stacks_in_661.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_661.s2 .c.s2_2 .c-pad,#stacks_in_661.s3 .c.s3_3 .c-pad,#stacks_in_661.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_661 .c+.c .count,
	#stacks_in_661.s3 .c.s2_3 .count,
	#stacks_in_661.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_661 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_661 .c:first-child,#stacks_in_661.s4 .c.s1_4,#stacks_in_661.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_661 .c:last-child,#stacks_in_661.s4 .c.s3_4,#stacks_in_661.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_661.s2 .c-pad,#stacks_in_661.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_661.s4 .c.s2_4 .count,
	#stacks_in_661.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_661.s4 .c {width: 49.2%;}
	#stacks_in_661.s4 .c.s1_4 .c-pad,#stacks_in_661.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_661.s4 .c.s2_4 .c-pad,#stacks_in_661.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_661 .count{ margin-left: 0 !important;}
	#stacks_in_661 .c .c-pad{padding: 0 !important;}
	#stacks_in_661.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_661 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_665 {
	width: 79%;
}
#stacks_in_668{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_668 .c+.c .count{margin-left: 4px;}
#stacks_in_668.s3 .c.s2_3 .count,#stacks_in_668.s4 .c.s2_4 .count,#stacks_in_668.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_668.s2 .c.s1_2 .c-pad,#stacks_in_668.s3 .c.s1_3 .c-pad,#stacks_in_668.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_668.s3 .c.s2_3 .c-pad,#stacks_in_668.s4 .c.s2_4 .c-pad,#stacks_in_668.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_668.s2 .c.s2_2 .c-pad,#stacks_in_668.s3 .c.s3_3 .c-pad,#stacks_in_668.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_668 .c+.c .count,
	#stacks_in_668.s3 .c.s2_3 .count,
	#stacks_in_668.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_668 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_668 .c:first-child,#stacks_in_668.s4 .c.s1_4,#stacks_in_668.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_668 .c:last-child,#stacks_in_668.s4 .c.s3_4,#stacks_in_668.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_668.s2 .c-pad,#stacks_in_668.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_668.s4 .c.s2_4 .count,
	#stacks_in_668.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_668.s4 .c {width: 49.2%;}
	#stacks_in_668.s4 .c.s1_4 .c-pad,#stacks_in_668.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_668.s4 .c.s2_4 .c-pad,#stacks_in_668.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_668 .count{ margin-left: 0 !important;}
	#stacks_in_668 .c .c-pad{padding: 0 !important;}
	#stacks_in_668.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_668 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_672 {
	width: 79%;
}
#stacks_in_675{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_675 .c+.c .count{margin-left: 4px;}
#stacks_in_675.s3 .c.s2_3 .count,#stacks_in_675.s4 .c.s2_4 .count,#stacks_in_675.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_675.s2 .c.s1_2 .c-pad,#stacks_in_675.s3 .c.s1_3 .c-pad,#stacks_in_675.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_675.s3 .c.s2_3 .c-pad,#stacks_in_675.s4 .c.s2_4 .c-pad,#stacks_in_675.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_675.s2 .c.s2_2 .c-pad,#stacks_in_675.s3 .c.s3_3 .c-pad,#stacks_in_675.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_675 .c+.c .count,
	#stacks_in_675.s3 .c.s2_3 .count,
	#stacks_in_675.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_675 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_675 .c:first-child,#stacks_in_675.s4 .c.s1_4,#stacks_in_675.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_675 .c:last-child,#stacks_in_675.s4 .c.s3_4,#stacks_in_675.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_675.s2 .c-pad,#stacks_in_675.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_675.s4 .c.s2_4 .count,
	#stacks_in_675.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_675.s4 .c {width: 49.2%;}
	#stacks_in_675.s4 .c.s1_4 .c-pad,#stacks_in_675.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_675.s4 .c.s2_4 .c-pad,#stacks_in_675.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_675 .count{ margin-left: 0 !important;}
	#stacks_in_675 .c .c-pad{padding: 0 !important;}
	#stacks_in_675.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_675 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_679 {
	width: 79%;
}
#stacks_in_682{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_682 .c+.c .count{margin-left: 4px;}
#stacks_in_682.s3 .c.s2_3 .count,#stacks_in_682.s4 .c.s2_4 .count,#stacks_in_682.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_682.s2 .c.s1_2 .c-pad,#stacks_in_682.s3 .c.s1_3 .c-pad,#stacks_in_682.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_682.s3 .c.s2_3 .c-pad,#stacks_in_682.s4 .c.s2_4 .c-pad,#stacks_in_682.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_682.s2 .c.s2_2 .c-pad,#stacks_in_682.s3 .c.s3_3 .c-pad,#stacks_in_682.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_682 .c+.c .count,
	#stacks_in_682.s3 .c.s2_3 .count,
	#stacks_in_682.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_682 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_682 .c:first-child,#stacks_in_682.s4 .c.s1_4,#stacks_in_682.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_682 .c:last-child,#stacks_in_682.s4 .c.s3_4,#stacks_in_682.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_682.s2 .c-pad,#stacks_in_682.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_682.s4 .c.s2_4 .count,
	#stacks_in_682.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_682.s4 .c {width: 49.2%;}
	#stacks_in_682.s4 .c.s1_4 .c-pad,#stacks_in_682.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_682.s4 .c.s2_4 .c-pad,#stacks_in_682.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_682 .count{ margin-left: 0 !important;}
	#stacks_in_682 .c .c-pad{padding: 0 !important;}
	#stacks_in_682.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_682 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_686 {
	width: 79%;
}
#stacks_in_689{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_689 .c+.c .count{margin-left: 4px;}
#stacks_in_689.s3 .c.s2_3 .count,#stacks_in_689.s4 .c.s2_4 .count,#stacks_in_689.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_689.s2 .c.s1_2 .c-pad,#stacks_in_689.s3 .c.s1_3 .c-pad,#stacks_in_689.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_689.s3 .c.s2_3 .c-pad,#stacks_in_689.s4 .c.s2_4 .c-pad,#stacks_in_689.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_689.s2 .c.s2_2 .c-pad,#stacks_in_689.s3 .c.s3_3 .c-pad,#stacks_in_689.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_689 .c+.c .count,
	#stacks_in_689.s3 .c.s2_3 .count,
	#stacks_in_689.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_689 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_689 .c:first-child,#stacks_in_689.s4 .c.s1_4,#stacks_in_689.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_689 .c:last-child,#stacks_in_689.s4 .c.s3_4,#stacks_in_689.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_689.s2 .c-pad,#stacks_in_689.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_689.s4 .c.s2_4 .count,
	#stacks_in_689.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_689.s4 .c {width: 49.2%;}
	#stacks_in_689.s4 .c.s1_4 .c-pad,#stacks_in_689.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_689.s4 .c.s2_4 .c-pad,#stacks_in_689.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_689 .count{ margin-left: 0 !important;}
	#stacks_in_689 .c .c-pad{padding: 0 !important;}
	#stacks_in_689.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_689 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_693 {
	width: 79%;
}
#stacks_in_696{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_696 .c+.c .count{margin-left: 4px;}
#stacks_in_696.s3 .c.s2_3 .count,#stacks_in_696.s4 .c.s2_4 .count,#stacks_in_696.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_696.s2 .c.s1_2 .c-pad,#stacks_in_696.s3 .c.s1_3 .c-pad,#stacks_in_696.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_696.s3 .c.s2_3 .c-pad,#stacks_in_696.s4 .c.s2_4 .c-pad,#stacks_in_696.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_696.s2 .c.s2_2 .c-pad,#stacks_in_696.s3 .c.s3_3 .c-pad,#stacks_in_696.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_696 .c+.c .count,
	#stacks_in_696.s3 .c.s2_3 .count,
	#stacks_in_696.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_696 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_696 .c:first-child,#stacks_in_696.s4 .c.s1_4,#stacks_in_696.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_696 .c:last-child,#stacks_in_696.s4 .c.s3_4,#stacks_in_696.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_696.s2 .c-pad,#stacks_in_696.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_696.s4 .c.s2_4 .count,
	#stacks_in_696.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_696.s4 .c {width: 49.2%;}
	#stacks_in_696.s4 .c.s1_4 .c-pad,#stacks_in_696.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_696.s4 .c.s2_4 .c-pad,#stacks_in_696.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_696 .count{ margin-left: 0 !important;}
	#stacks_in_696 .c .c-pad{padding: 0 !important;}
	#stacks_in_696.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_696 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_700 {
	width: 79%;
}

#stacks_in_704 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_476{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_476 .c+.c .count{margin-left: 4px;}
#stacks_in_476.s3 .c.s2_3 .count,#stacks_in_476.s4 .c.s2_4 .count,#stacks_in_476.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_476.s2 .c.s1_2 .c-pad,#stacks_in_476.s3 .c.s1_3 .c-pad,#stacks_in_476.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_476.s3 .c.s2_3 .c-pad,#stacks_in_476.s4 .c.s2_4 .c-pad,#stacks_in_476.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_476.s2 .c.s2_2 .c-pad,#stacks_in_476.s3 .c.s3_3 .c-pad,#stacks_in_476.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_476 .c+.c .count,
	#stacks_in_476.s3 .c.s2_3 .count,
	#stacks_in_476.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_476 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_476 .c:first-child,#stacks_in_476.s4 .c.s1_4,#stacks_in_476.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_476 .c:last-child,#stacks_in_476.s4 .c.s3_4,#stacks_in_476.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_476.s2 .c-pad,#stacks_in_476.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_476.s4 .c.s2_4 .count,
	#stacks_in_476.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_476.s4 .c {width: 49.2%;}
	#stacks_in_476.s4 .c.s1_4 .c-pad,#stacks_in_476.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_476.s4 .c.s2_4 .c-pad,#stacks_in_476.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_476 .count{ margin-left: 0 !important;}
	#stacks_in_476 .c .c-pad{padding: 0 !important;}
	#stacks_in_476.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_476 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_480 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_out_480 {
	width: 79%;
}
#stacks_in_483{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_483 .c+.c .count{margin-left: 4px;}
#stacks_in_483.s3 .c.s2_3 .count,#stacks_in_483.s4 .c.s2_4 .count,#stacks_in_483.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_483.s2 .c.s1_2 .c-pad,#stacks_in_483.s3 .c.s1_3 .c-pad,#stacks_in_483.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_483.s3 .c.s2_3 .c-pad,#stacks_in_483.s4 .c.s2_4 .c-pad,#stacks_in_483.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_483.s2 .c.s2_2 .c-pad,#stacks_in_483.s3 .c.s3_3 .c-pad,#stacks_in_483.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_483 .c+.c .count,
	#stacks_in_483.s3 .c.s2_3 .count,
	#stacks_in_483.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_483 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_483 .c:first-child,#stacks_in_483.s4 .c.s1_4,#stacks_in_483.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_483 .c:last-child,#stacks_in_483.s4 .c.s3_4,#stacks_in_483.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_483.s2 .c-pad,#stacks_in_483.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_483.s4 .c.s2_4 .count,
	#stacks_in_483.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_483.s4 .c {width: 49.2%;}
	#stacks_in_483.s4 .c.s1_4 .c-pad,#stacks_in_483.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_483.s4 .c.s2_4 .c-pad,#stacks_in_483.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_483 .count{ margin-left: 0 !important;}
	#stacks_in_483 .c .c-pad{padding: 0 !important;}
	#stacks_in_483.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_483 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_487 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_out_487 {
	width: 79%;
}
#stacks_in_490{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_490 .c+.c .count{margin-left: 4px;}
#stacks_in_490.s3 .c.s2_3 .count,#stacks_in_490.s4 .c.s2_4 .count,#stacks_in_490.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_490.s2 .c.s1_2 .c-pad,#stacks_in_490.s3 .c.s1_3 .c-pad,#stacks_in_490.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_490.s3 .c.s2_3 .c-pad,#stacks_in_490.s4 .c.s2_4 .c-pad,#stacks_in_490.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_490.s2 .c.s2_2 .c-pad,#stacks_in_490.s3 .c.s3_3 .c-pad,#stacks_in_490.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_490 .c+.c .count,
	#stacks_in_490.s3 .c.s2_3 .count,
	#stacks_in_490.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_490 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_490 .c:first-child,#stacks_in_490.s4 .c.s1_4,#stacks_in_490.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_490 .c:last-child,#stacks_in_490.s4 .c.s3_4,#stacks_in_490.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_490.s2 .c-pad,#stacks_in_490.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_490.s4 .c.s2_4 .count,
	#stacks_in_490.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_490.s4 .c {width: 49.2%;}
	#stacks_in_490.s4 .c.s1_4 .c-pad,#stacks_in_490.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_490.s4 .c.s2_4 .c-pad,#stacks_in_490.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_490 .count{ margin-left: 0 !important;}
	#stacks_in_490 .c .c-pad{padding: 0 !important;}
	#stacks_in_490.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_490 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_494 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_out_494 {
	width: 79%;
}
#stacks_in_497{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_497 .c+.c .count{margin-left: 4px;}
#stacks_in_497.s3 .c.s2_3 .count,#stacks_in_497.s4 .c.s2_4 .count,#stacks_in_497.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_497.s2 .c.s1_2 .c-pad,#stacks_in_497.s3 .c.s1_3 .c-pad,#stacks_in_497.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_497.s3 .c.s2_3 .c-pad,#stacks_in_497.s4 .c.s2_4 .c-pad,#stacks_in_497.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_497.s2 .c.s2_2 .c-pad,#stacks_in_497.s3 .c.s3_3 .c-pad,#stacks_in_497.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_497 .c+.c .count,
	#stacks_in_497.s3 .c.s2_3 .count,
	#stacks_in_497.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_497 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_497 .c:first-child,#stacks_in_497.s4 .c.s1_4,#stacks_in_497.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_497 .c:last-child,#stacks_in_497.s4 .c.s3_4,#stacks_in_497.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_497.s2 .c-pad,#stacks_in_497.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_497.s4 .c.s2_4 .count,
	#stacks_in_497.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_497.s4 .c {width: 49.2%;}
	#stacks_in_497.s4 .c.s1_4 .c-pad,#stacks_in_497.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_497.s4 .c.s2_4 .c-pad,#stacks_in_497.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_497 .count{ margin-left: 0 !important;}
	#stacks_in_497 .c .c-pad{padding: 0 !important;}
	#stacks_in_497.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_497 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_501 {
	width: 79%;
}
#stacks_in_504{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_504 .c+.c .count{margin-left: 4px;}
#stacks_in_504.s3 .c.s2_3 .count,#stacks_in_504.s4 .c.s2_4 .count,#stacks_in_504.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_504.s2 .c.s1_2 .c-pad,#stacks_in_504.s3 .c.s1_3 .c-pad,#stacks_in_504.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_504.s3 .c.s2_3 .c-pad,#stacks_in_504.s4 .c.s2_4 .c-pad,#stacks_in_504.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_504.s2 .c.s2_2 .c-pad,#stacks_in_504.s3 .c.s3_3 .c-pad,#stacks_in_504.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_504 .c+.c .count,
	#stacks_in_504.s3 .c.s2_3 .count,
	#stacks_in_504.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_504 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_504 .c:first-child,#stacks_in_504.s4 .c.s1_4,#stacks_in_504.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_504 .c:last-child,#stacks_in_504.s4 .c.s3_4,#stacks_in_504.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_504.s2 .c-pad,#stacks_in_504.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_504.s4 .c.s2_4 .count,
	#stacks_in_504.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_504.s4 .c {width: 49.2%;}
	#stacks_in_504.s4 .c.s1_4 .c-pad,#stacks_in_504.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_504.s4 .c.s2_4 .c-pad,#stacks_in_504.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_504 .count{ margin-left: 0 !important;}
	#stacks_in_504 .c .c-pad{padding: 0 !important;}
	#stacks_in_504.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_504 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_508 {
	width: 79%;
}

#stacks_in_512 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_390{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_390 .c+.c .count{margin-left: 4px;}
#stacks_in_390.s3 .c.s2_3 .count,#stacks_in_390.s4 .c.s2_4 .count,#stacks_in_390.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_390.s2 .c.s1_2 .c-pad,#stacks_in_390.s3 .c.s1_3 .c-pad,#stacks_in_390.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_390.s3 .c.s2_3 .c-pad,#stacks_in_390.s4 .c.s2_4 .c-pad,#stacks_in_390.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_390.s2 .c.s2_2 .c-pad,#stacks_in_390.s3 .c.s3_3 .c-pad,#stacks_in_390.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_390 .c+.c .count,
	#stacks_in_390.s3 .c.s2_3 .count,
	#stacks_in_390.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_390 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_390 .c:first-child,#stacks_in_390.s4 .c.s1_4,#stacks_in_390.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_390 .c:last-child,#stacks_in_390.s4 .c.s3_4,#stacks_in_390.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_390.s2 .c-pad,#stacks_in_390.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_390.s4 .c.s2_4 .count,
	#stacks_in_390.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_390.s4 .c {width: 49.2%;}
	#stacks_in_390.s4 .c.s1_4 .c-pad,#stacks_in_390.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_390.s4 .c.s2_4 .c-pad,#stacks_in_390.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_390 .count{ margin-left: 0 !important;}
	#stacks_in_390 .c .c-pad{padding: 0 !important;}
	#stacks_in_390.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_390 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_393 {
	font-size: 99%;
}

#stacks_out_394 {
	width: 54%;
}
#stacks_in_397{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_397 .c+.c .count{margin-left: 4px;}
#stacks_in_397.s3 .c.s2_3 .count,#stacks_in_397.s4 .c.s2_4 .count,#stacks_in_397.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_397.s2 .c.s1_2 .c-pad,#stacks_in_397.s3 .c.s1_3 .c-pad,#stacks_in_397.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_397.s3 .c.s2_3 .c-pad,#stacks_in_397.s4 .c.s2_4 .c-pad,#stacks_in_397.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_397.s2 .c.s2_2 .c-pad,#stacks_in_397.s3 .c.s3_3 .c-pad,#stacks_in_397.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_397 .c+.c .count,
	#stacks_in_397.s3 .c.s2_3 .count,
	#stacks_in_397.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_397 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_397 .c:first-child,#stacks_in_397.s4 .c.s1_4,#stacks_in_397.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_397 .c:last-child,#stacks_in_397.s4 .c.s3_4,#stacks_in_397.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_397.s2 .c-pad,#stacks_in_397.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_397.s4 .c.s2_4 .count,
	#stacks_in_397.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_397.s4 .c {width: 49.2%;}
	#stacks_in_397.s4 .c.s1_4 .c-pad,#stacks_in_397.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_397.s4 .c.s2_4 .c-pad,#stacks_in_397.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_397 .count{ margin-left: 0 !important;}
	#stacks_in_397 .c .c-pad{padding: 0 !important;}
	#stacks_in_397.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_397 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_400 {
	font-size: 99%;
}

#stacks_out_401 {
	width: 54%;
}
#stacks_in_404{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_404 .c+.c .count{margin-left: 4px;}
#stacks_in_404.s3 .c.s2_3 .count,#stacks_in_404.s4 .c.s2_4 .count,#stacks_in_404.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_404.s2 .c.s1_2 .c-pad,#stacks_in_404.s3 .c.s1_3 .c-pad,#stacks_in_404.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_404.s3 .c.s2_3 .c-pad,#stacks_in_404.s4 .c.s2_4 .c-pad,#stacks_in_404.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_404.s2 .c.s2_2 .c-pad,#stacks_in_404.s3 .c.s3_3 .c-pad,#stacks_in_404.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_404 .c+.c .count,
	#stacks_in_404.s3 .c.s2_3 .count,
	#stacks_in_404.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_404 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_404 .c:first-child,#stacks_in_404.s4 .c.s1_4,#stacks_in_404.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_404 .c:last-child,#stacks_in_404.s4 .c.s3_4,#stacks_in_404.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_404.s2 .c-pad,#stacks_in_404.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_404.s4 .c.s2_4 .count,
	#stacks_in_404.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_404.s4 .c {width: 49.2%;}
	#stacks_in_404.s4 .c.s1_4 .c-pad,#stacks_in_404.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_404.s4 .c.s2_4 .c-pad,#stacks_in_404.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_404 .count{ margin-left: 0 !important;}
	#stacks_in_404 .c .c-pad{padding: 0 !important;}
	#stacks_in_404.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_404 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_407 {
	font-size: 99%;
}

#stacks_out_408 {
	width: 39%;
}
#stacks_in_411{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_411 .c+.c .count{margin-left: 4px;}
#stacks_in_411.s3 .c.s2_3 .count,#stacks_in_411.s4 .c.s2_4 .count,#stacks_in_411.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_411.s2 .c.s1_2 .c-pad,#stacks_in_411.s3 .c.s1_3 .c-pad,#stacks_in_411.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_411.s3 .c.s2_3 .c-pad,#stacks_in_411.s4 .c.s2_4 .c-pad,#stacks_in_411.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_411.s2 .c.s2_2 .c-pad,#stacks_in_411.s3 .c.s3_3 .c-pad,#stacks_in_411.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_411 .c+.c .count,
	#stacks_in_411.s3 .c.s2_3 .count,
	#stacks_in_411.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_411 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_411 .c:first-child,#stacks_in_411.s4 .c.s1_4,#stacks_in_411.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_411 .c:last-child,#stacks_in_411.s4 .c.s3_4,#stacks_in_411.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_411.s2 .c-pad,#stacks_in_411.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_411.s4 .c.s2_4 .count,
	#stacks_in_411.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_411.s4 .c {width: 49.2%;}
	#stacks_in_411.s4 .c.s1_4 .c-pad,#stacks_in_411.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_411.s4 .c.s2_4 .c-pad,#stacks_in_411.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_411 .count{ margin-left: 0 !important;}
	#stacks_in_411 .c .c-pad{padding: 0 !important;}
	#stacks_in_411.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_411 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_415 {
	width: 90%;
}
#stacks_in_418{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_418 .c+.c .count{margin-left: 4px;}
#stacks_in_418.s3 .c.s2_3 .count,#stacks_in_418.s4 .c.s2_4 .count,#stacks_in_418.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_418.s2 .c.s1_2 .c-pad,#stacks_in_418.s3 .c.s1_3 .c-pad,#stacks_in_418.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_418.s3 .c.s2_3 .c-pad,#stacks_in_418.s4 .c.s2_4 .c-pad,#stacks_in_418.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_418.s2 .c.s2_2 .c-pad,#stacks_in_418.s3 .c.s3_3 .c-pad,#stacks_in_418.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_418 .c+.c .count,
	#stacks_in_418.s3 .c.s2_3 .count,
	#stacks_in_418.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_418 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_418 .c:first-child,#stacks_in_418.s4 .c.s1_4,#stacks_in_418.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_418 .c:last-child,#stacks_in_418.s4 .c.s3_4,#stacks_in_418.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_418.s2 .c-pad,#stacks_in_418.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_418.s4 .c.s2_4 .count,
	#stacks_in_418.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_418.s4 .c {width: 49.2%;}
	#stacks_in_418.s4 .c.s1_4 .c-pad,#stacks_in_418.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_418.s4 .c.s2_4 .c-pad,#stacks_in_418.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_418 .count{ margin-left: 0 !important;}
	#stacks_in_418 .c .c-pad{padding: 0 !important;}
	#stacks_in_418.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_418 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_422 {
	width: 40%;
}

#stacks_in_426 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_62{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_62 .c+.c .count{margin-left: 4px;}
#stacks_in_62.s3 .c.s2_3 .count,#stacks_in_62.s4 .c.s2_4 .count,#stacks_in_62.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_62.s2 .c.s1_2 .c-pad,#stacks_in_62.s3 .c.s1_3 .c-pad,#stacks_in_62.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_62.s3 .c.s2_3 .c-pad,#stacks_in_62.s4 .c.s2_4 .c-pad,#stacks_in_62.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_62.s2 .c.s2_2 .c-pad,#stacks_in_62.s3 .c.s3_3 .c-pad,#stacks_in_62.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_62 .c+.c .count,
	#stacks_in_62.s3 .c.s2_3 .count,
	#stacks_in_62.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_62 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_62 .c:first-child,#stacks_in_62.s4 .c.s1_4,#stacks_in_62.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_62 .c:last-child,#stacks_in_62.s4 .c.s3_4,#stacks_in_62.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_62.s2 .c-pad,#stacks_in_62.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_62.s4 .c.s2_4 .count,
	#stacks_in_62.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_62.s4 .c {width: 49.2%;}
	#stacks_in_62.s4 .c.s1_4 .c-pad,#stacks_in_62.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_62.s4 .c.s2_4 .c-pad,#stacks_in_62.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_62 .count{ margin-left: 0 !important;}
	#stacks_in_62 .c .c-pad{padding: 0 !important;}
	#stacks_in_62.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_74{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_74 .c+.c .count{margin-left: 4px;}
#stacks_in_74.s3 .c.s2_3 .count,#stacks_in_74.s4 .c.s2_4 .count,#stacks_in_74.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_74.s2 .c.s1_2 .c-pad,#stacks_in_74.s3 .c.s1_3 .c-pad,#stacks_in_74.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_74.s3 .c.s2_3 .c-pad,#stacks_in_74.s4 .c.s2_4 .c-pad,#stacks_in_74.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_74.s2 .c.s2_2 .c-pad,#stacks_in_74.s3 .c.s3_3 .c-pad,#stacks_in_74.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_74 .c+.c .count,
	#stacks_in_74.s3 .c.s2_3 .count,
	#stacks_in_74.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_74 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_74 .c:first-child,#stacks_in_74.s4 .c.s1_4,#stacks_in_74.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_74 .c:last-child,#stacks_in_74.s4 .c.s3_4,#stacks_in_74.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_74.s2 .c-pad,#stacks_in_74.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_74.s4 .c.s2_4 .count,
	#stacks_in_74.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_74.s4 .c {width: 49.2%;}
	#stacks_in_74.s4 .c.s1_4 .c-pad,#stacks_in_74.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_74.s4 .c.s2_4 .c-pad,#stacks_in_74.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_74 .count{ margin-left: 0 !important;}
	#stacks_in_74 .c .c-pad{padding: 0 !important;}
	#stacks_in_74.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_74 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_106{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_106 .c+.c .count{margin-left: 4px;}
#stacks_in_106.s3 .c.s2_3 .count,#stacks_in_106.s4 .c.s2_4 .count,#stacks_in_106.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_106.s2 .c.s1_2 .c-pad,#stacks_in_106.s3 .c.s1_3 .c-pad,#stacks_in_106.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_106.s3 .c.s2_3 .c-pad,#stacks_in_106.s4 .c.s2_4 .c-pad,#stacks_in_106.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_106.s2 .c.s2_2 .c-pad,#stacks_in_106.s3 .c.s3_3 .c-pad,#stacks_in_106.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_106 .c+.c .count,
	#stacks_in_106.s3 .c.s2_3 .count,
	#stacks_in_106.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_106 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_106 .c:first-child,#stacks_in_106.s4 .c.s1_4,#stacks_in_106.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_106 .c:last-child,#stacks_in_106.s4 .c.s3_4,#stacks_in_106.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_106.s2 .c-pad,#stacks_in_106.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_106.s4 .c.s2_4 .count,
	#stacks_in_106.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_106.s4 .c {width: 49.2%;}
	#stacks_in_106.s4 .c.s1_4 .c-pad,#stacks_in_106.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_106.s4 .c.s2_4 .c-pad,#stacks_in_106.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_106 .count{ margin-left: 0 !important;}
	#stacks_in_106 .c .c-pad{padding: 0 !important;}
	#stacks_in_106.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_106 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_110 {
	width: 39%;
}
#stacks_in_118{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_118 .c+.c .count{margin-left: 4px;}
#stacks_in_118.s3 .c.s2_3 .count,#stacks_in_118.s4 .c.s2_4 .count,#stacks_in_118.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_118.s2 .c.s1_2 .c-pad,#stacks_in_118.s3 .c.s1_3 .c-pad,#stacks_in_118.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_118.s3 .c.s2_3 .c-pad,#stacks_in_118.s4 .c.s2_4 .c-pad,#stacks_in_118.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_118.s2 .c.s2_2 .c-pad,#stacks_in_118.s3 .c.s3_3 .c-pad,#stacks_in_118.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_118 .c+.c .count,
	#stacks_in_118.s3 .c.s2_3 .count,
	#stacks_in_118.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_118 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_118 .c:first-child,#stacks_in_118.s4 .c.s1_4,#stacks_in_118.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_118 .c:last-child,#stacks_in_118.s4 .c.s3_4,#stacks_in_118.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_118.s2 .c-pad,#stacks_in_118.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_118.s4 .c.s2_4 .count,
	#stacks_in_118.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_118.s4 .c {width: 49.2%;}
	#stacks_in_118.s4 .c.s1_4 .c-pad,#stacks_in_118.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_118.s4 .c.s2_4 .c-pad,#stacks_in_118.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_118 .count{ margin-left: 0 !important;}
	#stacks_in_118 .c .c-pad{padding: 0 !important;}
	#stacks_in_118.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_118 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_122 {
	width: 69%;
}
#stacks_in_130{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_130 .c+.c .count{margin-left: 4px;}
#stacks_in_130.s3 .c.s2_3 .count,#stacks_in_130.s4 .c.s2_4 .count,#stacks_in_130.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_130.s2 .c.s1_2 .c-pad,#stacks_in_130.s3 .c.s1_3 .c-pad,#stacks_in_130.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_130.s3 .c.s2_3 .c-pad,#stacks_in_130.s4 .c.s2_4 .c-pad,#stacks_in_130.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_130.s2 .c.s2_2 .c-pad,#stacks_in_130.s3 .c.s3_3 .c-pad,#stacks_in_130.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_130 .c+.c .count,
	#stacks_in_130.s3 .c.s2_3 .count,
	#stacks_in_130.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_130 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_130 .c:first-child,#stacks_in_130.s4 .c.s1_4,#stacks_in_130.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_130 .c:last-child,#stacks_in_130.s4 .c.s3_4,#stacks_in_130.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_130.s2 .c-pad,#stacks_in_130.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_130.s4 .c.s2_4 .count,
	#stacks_in_130.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_130.s4 .c {width: 49.2%;}
	#stacks_in_130.s4 .c.s1_4 .c-pad,#stacks_in_130.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_130.s4 .c.s2_4 .c-pad,#stacks_in_130.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_130 .count{ margin-left: 0 !important;}
	#stacks_in_130 .c .c-pad{padding: 0 !important;}
	#stacks_in_130.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_130 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_134 {
	width: 89%;
}
#stacks_in_142{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_142 .c+.c .count{margin-left: 4px;}
#stacks_in_142.s3 .c.s2_3 .count,#stacks_in_142.s4 .c.s2_4 .count,#stacks_in_142.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_142.s2 .c.s1_2 .c-pad,#stacks_in_142.s3 .c.s1_3 .c-pad,#stacks_in_142.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_142.s3 .c.s2_3 .c-pad,#stacks_in_142.s4 .c.s2_4 .c-pad,#stacks_in_142.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_142.s2 .c.s2_2 .c-pad,#stacks_in_142.s3 .c.s3_3 .c-pad,#stacks_in_142.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_142 .c+.c .count,
	#stacks_in_142.s3 .c.s2_3 .count,
	#stacks_in_142.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_142 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_142 .c:first-child,#stacks_in_142.s4 .c.s1_4,#stacks_in_142.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_142 .c:last-child,#stacks_in_142.s4 .c.s3_4,#stacks_in_142.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_142.s2 .c-pad,#stacks_in_142.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_142.s4 .c.s2_4 .count,
	#stacks_in_142.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_142.s4 .c {width: 49.2%;}
	#stacks_in_142.s4 .c.s1_4 .c-pad,#stacks_in_142.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_142.s4 .c.s2_4 .c-pad,#stacks_in_142.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_142 .count{ margin-left: 0 !important;}
	#stacks_in_142 .c .c-pad{padding: 0 !important;}
	#stacks_in_142.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_142 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_146 {
	width: 90%;
}

#stacks_in_21 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_84{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_84 .c+.c .count{margin-left: 4px;}
#stacks_in_84.s3 .c.s2_3 .count,#stacks_in_84.s4 .c.s2_4 .count,#stacks_in_84.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_84.s2 .c.s1_2 .c-pad,#stacks_in_84.s3 .c.s1_3 .c-pad,#stacks_in_84.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_84.s3 .c.s2_3 .c-pad,#stacks_in_84.s4 .c.s2_4 .c-pad,#stacks_in_84.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_84.s2 .c.s2_2 .c-pad,#stacks_in_84.s3 .c.s3_3 .c-pad,#stacks_in_84.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_84 .c+.c .count,
	#stacks_in_84.s3 .c.s2_3 .count,
	#stacks_in_84.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_84 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_84 .c:first-child,#stacks_in_84.s4 .c.s1_4,#stacks_in_84.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_84 .c:last-child,#stacks_in_84.s4 .c.s3_4,#stacks_in_84.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_84.s2 .c-pad,#stacks_in_84.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_84.s4 .c.s2_4 .count,
	#stacks_in_84.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_84.s4 .c {width: 49.2%;}
	#stacks_in_84.s4 .c.s1_4 .c-pad,#stacks_in_84.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_84.s4 .c.s2_4 .c-pad,#stacks_in_84.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_84 .count{ margin-left: 0 !important;}
	#stacks_in_84 .c .c-pad{padding: 0 !important;}
	#stacks_in_84.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_84 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_154{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_154 .c+.c .count{margin-left: 4px;}
#stacks_in_154.s3 .c.s2_3 .count,#stacks_in_154.s4 .c.s2_4 .count,#stacks_in_154.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_154.s2 .c.s1_2 .c-pad,#stacks_in_154.s3 .c.s1_3 .c-pad,#stacks_in_154.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_154.s3 .c.s2_3 .c-pad,#stacks_in_154.s4 .c.s2_4 .c-pad,#stacks_in_154.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_154.s2 .c.s2_2 .c-pad,#stacks_in_154.s3 .c.s3_3 .c-pad,#stacks_in_154.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_154 .c+.c .count,
	#stacks_in_154.s3 .c.s2_3 .count,
	#stacks_in_154.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_154 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_154 .c:first-child,#stacks_in_154.s4 .c.s1_4,#stacks_in_154.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_154 .c:last-child,#stacks_in_154.s4 .c.s3_4,#stacks_in_154.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_154.s2 .c-pad,#stacks_in_154.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_154.s4 .c.s2_4 .count,
	#stacks_in_154.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_154.s4 .c {width: 49.2%;}
	#stacks_in_154.s4 .c.s1_4 .c-pad,#stacks_in_154.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_154.s4 .c.s2_4 .c-pad,#stacks_in_154.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_154 .count{ margin-left: 0 !important;}
	#stacks_in_154 .c .c-pad{padding: 0 !important;}
	#stacks_in_154.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_154 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_169{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_169 .c+.c .count{margin-left: 4px;}
#stacks_in_169.s3 .c.s2_3 .count,#stacks_in_169.s4 .c.s2_4 .count,#stacks_in_169.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_169.s2 .c.s1_2 .c-pad,#stacks_in_169.s3 .c.s1_3 .c-pad,#stacks_in_169.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_169.s3 .c.s2_3 .c-pad,#stacks_in_169.s4 .c.s2_4 .c-pad,#stacks_in_169.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_169.s2 .c.s2_2 .c-pad,#stacks_in_169.s3 .c.s3_3 .c-pad,#stacks_in_169.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_169 .c+.c .count,
	#stacks_in_169.s3 .c.s2_3 .count,
	#stacks_in_169.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_169 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_169 .c:first-child,#stacks_in_169.s4 .c.s1_4,#stacks_in_169.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_169 .c:last-child,#stacks_in_169.s4 .c.s3_4,#stacks_in_169.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_169.s2 .c-pad,#stacks_in_169.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_169.s4 .c.s2_4 .count,
	#stacks_in_169.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_169.s4 .c {width: 49.2%;}
	#stacks_in_169.s4 .c.s1_4 .c-pad,#stacks_in_169.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_169.s4 .c.s2_4 .c-pad,#stacks_in_169.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_169 .count{ margin-left: 0 !important;}
	#stacks_in_169 .c .c-pad{padding: 0 !important;}
	#stacks_in_169.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_169 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_173 {
	width: 44%;
}
#stacks_in_181{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_181 .c+.c .count{margin-left: 4px;}
#stacks_in_181.s3 .c.s2_3 .count,#stacks_in_181.s4 .c.s2_4 .count,#stacks_in_181.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_181.s2 .c.s1_2 .c-pad,#stacks_in_181.s3 .c.s1_3 .c-pad,#stacks_in_181.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_181.s3 .c.s2_3 .c-pad,#stacks_in_181.s4 .c.s2_4 .c-pad,#stacks_in_181.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_181.s2 .c.s2_2 .c-pad,#stacks_in_181.s3 .c.s3_3 .c-pad,#stacks_in_181.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_181 .c+.c .count,
	#stacks_in_181.s3 .c.s2_3 .count,
	#stacks_in_181.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_181 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_181 .c:first-child,#stacks_in_181.s4 .c.s1_4,#stacks_in_181.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_181 .c:last-child,#stacks_in_181.s4 .c.s3_4,#stacks_in_181.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_181.s2 .c-pad,#stacks_in_181.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_181.s4 .c.s2_4 .count,
	#stacks_in_181.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_181.s4 .c {width: 49.2%;}
	#stacks_in_181.s4 .c.s1_4 .c-pad,#stacks_in_181.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_181.s4 .c.s2_4 .c-pad,#stacks_in_181.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_181 .count{ margin-left: 0 !important;}
	#stacks_in_181 .c .c-pad{padding: 0 !important;}
	#stacks_in_181.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_181 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_193{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_193 .c+.c .count{margin-left: 4px;}
#stacks_in_193.s3 .c.s2_3 .count,#stacks_in_193.s4 .c.s2_4 .count,#stacks_in_193.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_193.s2 .c.s1_2 .c-pad,#stacks_in_193.s3 .c.s1_3 .c-pad,#stacks_in_193.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_193.s3 .c.s2_3 .c-pad,#stacks_in_193.s4 .c.s2_4 .c-pad,#stacks_in_193.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_193.s2 .c.s2_2 .c-pad,#stacks_in_193.s3 .c.s3_3 .c-pad,#stacks_in_193.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_193 .c+.c .count,
	#stacks_in_193.s3 .c.s2_3 .count,
	#stacks_in_193.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_193 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_193 .c:first-child,#stacks_in_193.s4 .c.s1_4,#stacks_in_193.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_193 .c:last-child,#stacks_in_193.s4 .c.s3_4,#stacks_in_193.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_193.s2 .c-pad,#stacks_in_193.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_193.s4 .c.s2_4 .count,
	#stacks_in_193.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_193.s4 .c {width: 49.2%;}
	#stacks_in_193.s4 .c.s1_4 .c-pad,#stacks_in_193.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_193.s4 .c.s2_4 .c-pad,#stacks_in_193.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_193 .count{ margin-left: 0 !important;}
	#stacks_in_193 .c .c-pad{padding: 0 !important;}
	#stacks_in_193.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_193 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_205{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_205 .c+.c .count{margin-left: 4px;}
#stacks_in_205.s3 .c.s2_3 .count,#stacks_in_205.s4 .c.s2_4 .count,#stacks_in_205.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_205.s2 .c.s1_2 .c-pad,#stacks_in_205.s3 .c.s1_3 .c-pad,#stacks_in_205.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_205.s3 .c.s2_3 .c-pad,#stacks_in_205.s4 .c.s2_4 .c-pad,#stacks_in_205.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_205.s2 .c.s2_2 .c-pad,#stacks_in_205.s3 .c.s3_3 .c-pad,#stacks_in_205.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_205 .c+.c .count,
	#stacks_in_205.s3 .c.s2_3 .count,
	#stacks_in_205.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_205 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_205 .c:first-child,#stacks_in_205.s4 .c.s1_4,#stacks_in_205.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_205 .c:last-child,#stacks_in_205.s4 .c.s3_4,#stacks_in_205.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_205.s2 .c-pad,#stacks_in_205.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_205.s4 .c.s2_4 .count,
	#stacks_in_205.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_205.s4 .c {width: 49.2%;}
	#stacks_in_205.s4 .c.s1_4 .c-pad,#stacks_in_205.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_205.s4 .c.s2_4 .c-pad,#stacks_in_205.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_205 .count{ margin-left: 0 !important;}
	#stacks_in_205 .c .c-pad{padding: 0 !important;}
	#stacks_in_205.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_205 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_217{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_217 .c+.c .count{margin-left: 4px;}
#stacks_in_217.s3 .c.s2_3 .count,#stacks_in_217.s4 .c.s2_4 .count,#stacks_in_217.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_217.s2 .c.s1_2 .c-pad,#stacks_in_217.s3 .c.s1_3 .c-pad,#stacks_in_217.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_217.s3 .c.s2_3 .c-pad,#stacks_in_217.s4 .c.s2_4 .c-pad,#stacks_in_217.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_217.s2 .c.s2_2 .c-pad,#stacks_in_217.s3 .c.s3_3 .c-pad,#stacks_in_217.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_217 .c+.c .count,
	#stacks_in_217.s3 .c.s2_3 .count,
	#stacks_in_217.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_217 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_217 .c:first-child,#stacks_in_217.s4 .c.s1_4,#stacks_in_217.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_217 .c:last-child,#stacks_in_217.s4 .c.s3_4,#stacks_in_217.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_217.s2 .c-pad,#stacks_in_217.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_217.s4 .c.s2_4 .count,
	#stacks_in_217.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_217.s4 .c {width: 49.2%;}
	#stacks_in_217.s4 .c.s1_4 .c-pad,#stacks_in_217.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_217.s4 .c.s2_4 .c-pad,#stacks_in_217.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_217 .count{ margin-left: 0 !important;}
	#stacks_in_217 .c .c-pad{padding: 0 !important;}
	#stacks_in_217.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_217 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_221 {
	width: 70%;
}
#stacks_in_229{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_229 .c+.c .count{margin-left: 4px;}
#stacks_in_229.s3 .c.s2_3 .count,#stacks_in_229.s4 .c.s2_4 .count,#stacks_in_229.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_229.s2 .c.s1_2 .c-pad,#stacks_in_229.s3 .c.s1_3 .c-pad,#stacks_in_229.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_229.s3 .c.s2_3 .c-pad,#stacks_in_229.s4 .c.s2_4 .c-pad,#stacks_in_229.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_229.s2 .c.s2_2 .c-pad,#stacks_in_229.s3 .c.s3_3 .c-pad,#stacks_in_229.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_229 .c+.c .count,
	#stacks_in_229.s3 .c.s2_3 .count,
	#stacks_in_229.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_229 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_229 .c:first-child,#stacks_in_229.s4 .c.s1_4,#stacks_in_229.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_229 .c:last-child,#stacks_in_229.s4 .c.s3_4,#stacks_in_229.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_229.s2 .c-pad,#stacks_in_229.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_229.s4 .c.s2_4 .count,
	#stacks_in_229.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_229.s4 .c {width: 49.2%;}
	#stacks_in_229.s4 .c.s1_4 .c-pad,#stacks_in_229.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_229.s4 .c.s2_4 .c-pad,#stacks_in_229.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_229 .count{ margin-left: 0 !important;}
	#stacks_in_229 .c .c-pad{padding: 0 !important;}
	#stacks_in_229.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_229 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_233 {
	width: 65%;
}
#stacks_in_241{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_241 .c+.c .count{margin-left: 4px;}
#stacks_in_241.s3 .c.s2_3 .count,#stacks_in_241.s4 .c.s2_4 .count,#stacks_in_241.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_241.s2 .c.s1_2 .c-pad,#stacks_in_241.s3 .c.s1_3 .c-pad,#stacks_in_241.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_241.s3 .c.s2_3 .c-pad,#stacks_in_241.s4 .c.s2_4 .c-pad,#stacks_in_241.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_241.s2 .c.s2_2 .c-pad,#stacks_in_241.s3 .c.s3_3 .c-pad,#stacks_in_241.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_241 .c+.c .count,
	#stacks_in_241.s3 .c.s2_3 .count,
	#stacks_in_241.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_241 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_241 .c:first-child,#stacks_in_241.s4 .c.s1_4,#stacks_in_241.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_241 .c:last-child,#stacks_in_241.s4 .c.s3_4,#stacks_in_241.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_241.s2 .c-pad,#stacks_in_241.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_241.s4 .c.s2_4 .count,
	#stacks_in_241.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_241.s4 .c {width: 49.2%;}
	#stacks_in_241.s4 .c.s1_4 .c-pad,#stacks_in_241.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_241.s4 .c.s2_4 .c-pad,#stacks_in_241.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_241 .count{ margin-left: 0 !important;}
	#stacks_in_241 .c .c-pad{padding: 0 !important;}
	#stacks_in_241.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_241 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_245 {
	width: 39%;
}

#stacks_in_83 {
	font-size: 119%;
	font-weight: bold;
}


#stacks_in_163 {
	font-size: 120%;
	font-weight: bold;
}


#stacks_in_267 {
	font-size: 120%;
	font-weight: bold;
}


#stacks_in_270 {
	font-size: 120%;
	font-weight: bold;
}


#stacks_in_273 {
	font-size: 120%;
	font-weight: bold;
}


#stacks_in_276 {
	font-size: 120%;
	font-weight: bold;
}


#stacks_in_279 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_283{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_283 .c+.c .count{margin-left: 4px;}
#stacks_in_283.s3 .c.s2_3 .count,#stacks_in_283.s4 .c.s2_4 .count,#stacks_in_283.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_283.s2 .c.s1_2 .c-pad,#stacks_in_283.s3 .c.s1_3 .c-pad,#stacks_in_283.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_283.s3 .c.s2_3 .c-pad,#stacks_in_283.s4 .c.s2_4 .c-pad,#stacks_in_283.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_283.s2 .c.s2_2 .c-pad,#stacks_in_283.s3 .c.s3_3 .c-pad,#stacks_in_283.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_283 .c+.c .count,
	#stacks_in_283.s3 .c.s2_3 .count,
	#stacks_in_283.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_283 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_283 .c:first-child,#stacks_in_283.s4 .c.s1_4,#stacks_in_283.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_283 .c:last-child,#stacks_in_283.s4 .c.s3_4,#stacks_in_283.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_283.s2 .c-pad,#stacks_in_283.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_283.s4 .c.s2_4 .count,
	#stacks_in_283.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_283.s4 .c {width: 49.2%;}
	#stacks_in_283.s4 .c.s1_4 .c-pad,#stacks_in_283.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_283.s4 .c.s2_4 .c-pad,#stacks_in_283.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_283 .count{ margin-left: 0 !important;}
	#stacks_in_283 .c .c-pad{padding: 0 !important;}
	#stacks_in_283.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_282 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_296{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_296 .c+.c .count{margin-left: 4px;}
#stacks_in_296.s3 .c.s2_3 .count,#stacks_in_296.s4 .c.s2_4 .count,#stacks_in_296.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_296.s2 .c.s1_2 .c-pad,#stacks_in_296.s3 .c.s1_3 .c-pad,#stacks_in_296.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_296.s3 .c.s2_3 .c-pad,#stacks_in_296.s4 .c.s2_4 .c-pad,#stacks_in_296.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_296.s2 .c.s2_2 .c-pad,#stacks_in_296.s3 .c.s3_3 .c-pad,#stacks_in_296.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_296 .c+.c .count,
	#stacks_in_296.s3 .c.s2_3 .count,
	#stacks_in_296.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_296 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_296 .c:first-child,#stacks_in_296.s4 .c.s1_4,#stacks_in_296.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_296 .c:last-child,#stacks_in_296.s4 .c.s3_4,#stacks_in_296.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_296.s2 .c-pad,#stacks_in_296.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_296.s4 .c.s2_4 .count,
	#stacks_in_296.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_296.s4 .c {width: 49.2%;}
	#stacks_in_296.s4 .c.s1_4 .c-pad,#stacks_in_296.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_296.s4 .c.s2_4 .c-pad,#stacks_in_296.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_296 .count{ margin-left: 0 !important;}
	#stacks_in_296 .c .c-pad{padding: 0 !important;}
	#stacks_in_296.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_290 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_309{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_309 .c+.c .count{margin-left: 4px;}
#stacks_in_309.s3 .c.s2_3 .count,#stacks_in_309.s4 .c.s2_4 .count,#stacks_in_309.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_309.s2 .c.s1_2 .c-pad,#stacks_in_309.s3 .c.s1_3 .c-pad,#stacks_in_309.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_309.s3 .c.s2_3 .c-pad,#stacks_in_309.s4 .c.s2_4 .c-pad,#stacks_in_309.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_309.s2 .c.s2_2 .c-pad,#stacks_in_309.s3 .c.s3_3 .c-pad,#stacks_in_309.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_309 .c+.c .count,
	#stacks_in_309.s3 .c.s2_3 .count,
	#stacks_in_309.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_309 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_309 .c:first-child,#stacks_in_309.s4 .c.s1_4,#stacks_in_309.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_309 .c:last-child,#stacks_in_309.s4 .c.s3_4,#stacks_in_309.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_309.s2 .c-pad,#stacks_in_309.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_309.s4 .c.s2_4 .count,
	#stacks_in_309.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_309.s4 .c {width: 49.2%;}
	#stacks_in_309.s4 .c.s1_4 .c-pad,#stacks_in_309.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_309.s4 .c.s2_4 .c-pad,#stacks_in_309.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_309 .count{ margin-left: 0 !important;}
	#stacks_in_309 .c .c-pad{padding: 0 !important;}
	#stacks_in_309.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_302 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_322{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_322 .c+.c .count{margin-left: 4px;}
#stacks_in_322.s3 .c.s2_3 .count,#stacks_in_322.s4 .c.s2_4 .count,#stacks_in_322.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_322.s2 .c.s1_2 .c-pad,#stacks_in_322.s3 .c.s1_3 .c-pad,#stacks_in_322.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_322.s3 .c.s2_3 .c-pad,#stacks_in_322.s4 .c.s2_4 .c-pad,#stacks_in_322.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_322.s2 .c.s2_2 .c-pad,#stacks_in_322.s3 .c.s3_3 .c-pad,#stacks_in_322.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_322 .c+.c .count,
	#stacks_in_322.s3 .c.s2_3 .count,
	#stacks_in_322.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_322 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_322 .c:first-child,#stacks_in_322.s4 .c.s1_4,#stacks_in_322.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_322 .c:last-child,#stacks_in_322.s4 .c.s3_4,#stacks_in_322.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_322.s2 .c-pad,#stacks_in_322.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_322.s4 .c.s2_4 .count,
	#stacks_in_322.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_322.s4 .c {width: 49.2%;}
	#stacks_in_322.s4 .c.s1_4 .c-pad,#stacks_in_322.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_322.s4 .c.s2_4 .c-pad,#stacks_in_322.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_322 .count{ margin-left: 0 !important;}
	#stacks_in_322 .c .c-pad{padding: 0 !important;}
	#stacks_in_322.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_315 {
	font-size: 120%;
	font-weight: bold;
}


#stacks_in_328 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_342{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_342 .c+.c .count{margin-left: 4px;}
#stacks_in_342.s3 .c.s2_3 .count,#stacks_in_342.s4 .c.s2_4 .count,#stacks_in_342.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_342.s2 .c.s1_2 .c-pad,#stacks_in_342.s3 .c.s1_3 .c-pad,#stacks_in_342.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_342.s3 .c.s2_3 .c-pad,#stacks_in_342.s4 .c.s2_4 .c-pad,#stacks_in_342.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_342.s2 .c.s2_2 .c-pad,#stacks_in_342.s3 .c.s3_3 .c-pad,#stacks_in_342.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_342 .c+.c .count,
	#stacks_in_342.s3 .c.s2_3 .count,
	#stacks_in_342.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_342 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_342 .c:first-child,#stacks_in_342.s4 .c.s1_4,#stacks_in_342.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_342 .c:last-child,#stacks_in_342.s4 .c.s3_4,#stacks_in_342.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_342.s2 .c-pad,#stacks_in_342.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_342.s4 .c.s2_4 .count,
	#stacks_in_342.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_342.s4 .c {width: 49.2%;}
	#stacks_in_342.s4 .c.s1_4 .c-pad,#stacks_in_342.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_342.s4 .c.s2_4 .c-pad,#stacks_in_342.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_342 .count{ margin-left: 0 !important;}
	#stacks_in_342 .c .c-pad{padding: 0 !important;}
	#stacks_in_342.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_333 {
	font-size: 120%;
	font-weight: bold;
}

#stacks_in_355{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_355 .c+.c .count{margin-left: 4px;}
#stacks_in_355.s3 .c.s2_3 .count,#stacks_in_355.s4 .c.s2_4 .count,#stacks_in_355.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_355.s2 .c.s1_2 .c-pad,#stacks_in_355.s3 .c.s1_3 .c-pad,#stacks_in_355.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_355.s3 .c.s2_3 .c-pad,#stacks_in_355.s4 .c.s2_4 .c-pad,#stacks_in_355.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_355.s2 .c.s2_2 .c-pad,#stacks_in_355.s3 .c.s3_3 .c-pad,#stacks_in_355.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 600px) {

	#stacks_in_355 .c+.c .count,
	#stacks_in_355.s3 .c.s2_3 .count,
	#stacks_in_355.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_355 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_355 .c:first-child,#stacks_in_355.s4 .c.s1_4,#stacks_in_355.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_355 .c:last-child,#stacks_in_355.s4 .c.s3_4,#stacks_in_355.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_355.s2 .c-pad,#stacks_in_355.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_355.s4 .c.s2_4 .count,
	#stacks_in_355.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_355.s4 .c {width: 49.2%;}
	#stacks_in_355.s4 .c.s1_4 .c-pad,#stacks_in_355.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_355.s4 .c.s2_4 .c-pad,#stacks_in_355.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_355 .count{ margin-left: 0 !important;}
	#stacks_in_355 .c .c-pad{padding: 0 !important;}
	#stacks_in_355.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_348 {
	font-size: 120%;
	font-weight: bold;
}
