/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code *//* Fluid Image v2.0.4 Copyright 2014 Joe Workman */
#stacks_in_132_page6 img{ behavior:url(/resources/PIE.htc);width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;  max-width:100%;          }
/* Fluid Image v2.0.4 Copyright 2014 Joe Workman */
#stacks_in_144_page6 img{ behavior:url(/resources/PIE.htc);width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;           }
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/#stacks_in_130_page6 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_130_page6 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_130_page6 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_130_page6 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_130_page6 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_130_page6 .owl-theme .owl-controls .owl-page.active span,#stacks_in_130_page6 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_130_page6 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_130_page6 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}/* Preview Mode */#stacks_in_130_page6owl-stack{	height:0px;}#stacks_in_130_page6owl-stack .stacks_in_130_page6item{margin: 3px;}#stacks_in_130_page6owl-stack .stacks_in_130_page6item img{display: block;width: 100%;height: auto;}#stacks_in_130_page6imagewell{height: 0px;}/* End Owl stack CSS code *//* Fluid Image v2.0.4 Copyright 2014 Joe Workman */
#stacks_in_148_page6 img{ behavior:url(/resources/PIE.htc);width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;           }
/* Fluid Image v2.0.4 Copyright 2014 Joe Workman */
#stacks_in_146_page6 img{ behavior:url(/resources/PIE.htc);width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;           }
/* Fluid Image v2.0.4 Copyright 2014 Joe Workman */
#stacks_in_142_page6 img{ behavior:url(/resources/PIE.htc);width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;           }
/* Fluid Image v2.0.4 Copyright 2014 Joe Workman */
#stacks_in_134_page6 img{ behavior:url(/resources/PIE.htc);width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;           }
/* Fluid Image v2.0.4 Copyright 2014 Joe Workman */
#stacks_in_136_page6 img{ behavior:url(/resources/PIE.htc);width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;           }
/* Fluid Image v2.0.4 Copyright 2014 Joe Workman */
#stacks_in_138_page6 img{ behavior:url(/resources/PIE.htc);width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;           }
/* Fluid Image v2.0.4 Copyright 2014 Joe Workman */
#stacks_in_140_page6 img{ behavior:url(/resources/PIE.htc);width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;           }
/* Tumblr v3.5.4 Copyright 2013 Joe Workman */
 #custom_images_stacks_in_90_page6{display:none} #custom_images_stacks_in_90_page6{text-align:center;display:none;}#custom_images_stacks_in_90_page6 div{width:100px;display:inline-block}#stacks_in_90_page6 a:link,#stacks_in_90_page6 a:visited,#stacks_in_90_page6 a:active{text-decoration:none}#stacks_in_90_page6 a img{border:0}#stacks_in_90_page6 h1,#stacks_in_90_page6 h2,#stacks_in_90_page6 h3,#stacks_in_90_page6 h4,#stacks_in_90_page6 h5,#stacks_in_90_page6 h6{color:#629BC9;font-weight:bold;margin:0;padding:0;padding-bottom:.5em}#stacks_in_90_page6 blockquote{border-left:2px solid #CCCCCC;margin:0 1em 1.5em;padding:0 1em}#stacks_in_90_page6 blockquote ul,#stacks_in_90_page6 blockquote ol{margin-left:2em}#stacks_in_90_page6 :focus{outline:0}.tumblr-refresh{display:block;height:32px;width:75px;position:fixed;bottom:0;left:0;z-index:9999}.tumblr-refresh a{display:none;height:32px;width:32px;float:left;margin:0;padding:0}#tumblr-posts-stacks_in_90_page6{margin:30px auto}#stacks_in_90_page6 .post{display:block;position:relative;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-box-shadow-none:2px 2px 3px #666;-webkit-box-shadow-none:2px 2px 3px #666;box-shadow-none:2px 2px 3px #666}#stacks_in_90_page6 .post.outside_date{margin-bottom:50px;margin-left:6em}#stacks_in_90_page6 .post.inline_date{margin-bottom:70px}#stacks_in_90_page6 .tumblr_error{font-size:18px;margin:0 auto;text-align:center}#stacks_in_90_page6 .hidden_error{display:none}#stacks_in_90_page6 .post-content{overflow:hidden;line-height:1.4em;font-size:10px;color:#666666;padding:15px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;border-radius-topright:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-radius-topleft:10px}#stacks_in_90_page6 .post-content p{margin:0 0 1.5em}#stacks_in_90_page6 .post-content ul{list-style:disc;margin-bottom:1.5em}#stacks_in_90_page6 .post-content ol{list-style:decimal;margin-bottom:1.5em}#stacks_in_90_page6 .post-content h3{min-height:25px;color:#629BC9;font-size:18px;margin-bottom:18px;line-height:1.4em;margin-right:60px}#stacks_in_90_page6 .post-content h3 a{color:#629BC9;font-size:18px;text-decoration:none}#stacks_in_90_page6 .post-content img{height:auto;max-width:100%}#stacks_in_90_page6 .post .caption,#stacks_in_90_page6 .post .source{margin-top:1.5em}#stacks_in_90_page6 .post .reblogged{font-size:9px;background:url(../files/tumblr-images/reblogged.png) no-repeat left center;margin:0;padding:0;padding-left:16px;margin-left:10px}@media screen and (max-width:320px){#stacks_in_90_page6 .post-content h3 a,#stacks_in_90_page6 .post-content h3{font-size:13px}}#stacks_in_90_page6 .date.outside_date{border-top:2px solid #CCCCCC;position:absolute;left:-6em;top:5px;text-align:center;width:4em}#stacks_in_90_page6 .date.outside_date .permalink{font-size:16px;color:#6699CC;font-variant:small-caps;line-height:1.25;text-decoration:none;text-transform:lowercase}#stacks_in_90_page6 .date.outside_date .day,#stacks_in_90_page6 .date .month{display:block}#stacks_in_90_page6 .date.outside_date .month{font-size:1.4em;line-height:1.15384615385}#stacks_in_90_page6 .date.inline_date .permalink{font-size:16px;color:#6699CC;line-height:1.25;text-decoration:none;float:right;position:absolute;top:-1.4em;right:0;margin-right:10px}@media screen and (max-width:320px){#stacks_in_90_page6 .date.inline_date .permalink{font-size:.9em}}#stacks_in_90_page6 .text{background-image:url(../files/tumblr-images/text2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_90_page6 .answer{background-image:url(../files/tumblr-images/answer2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_90_page6 .answer h3{margin-bottom:0}#stacks_in_90_page6 .answer .asking_name{color:#666666;margin-bottom:18px}#stacks_in_90_page6 .answer .asking_name a{color:#666666}#stacks_in_90_page6 .link{background-image:url(../files/tumblr-images/link2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_90_page6 .post-content.link h3 a{text-decoration:underline}#stacks_in_90_page6 .video{background-image:url(../files/tumblr-images/video2.png);background-position:98% 10px;background-repeat:no-repeat;padding-top:70px}#stacks_in_90_page6 .video .caption{display:block}#stacks_in_90_page6 .audio{background-image:url(../files/tumblr-images/audio2.png);background-position:98% 10px;background-repeat:no-repeat;padding-top:70px}#stacks_in_90_page6 .audio a{text-decoration:none}#stacks_in_90_page6 .audio .player_wrapper{font-size:13px;height:109px;position:relative;width:100%}#stacks_in_90_page6 .audio .artwork,.audio .track{overflow:visible;height:109px;float:left;position:relative}#stacks_in_90_page6 .audio .artwork{margin-right:10px;}#stacks_in_90_page6 .audio .artwork img{float:left}#stacks_in_90_page6 .audio .track_name{font-size:18px;font-weight:bold}#stacks_in_90_page6 .audio .player_footer{font-size:10px}#stacks_in_90_page6 .audio .audio_source{float:right}#stacks_in_90_page6 .audio .player{position:absolute;bottom:0;white-space:nowrap;overflow:visible}#stacks_in_90_page6 .audio .audio_player{width:300px}#stacks_in_90_page6 .audio .caption{clear:both}#stacks_in_90_page6 .chat{background-image:url(../files/tumblr-images/chat2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_90_page6 .chat ul{list-style:none;margin:0 0 1.5em;padding:0}#stacks_in_90_page6 .chat ul li.odd{color:#666666}
#stacks_in_90_page6 .chat ul li .who{background:#333333;color:#666666;padding:0 .25em}#stacks_in_90_page6 .chat ul li.odd .who{background:#666666;color:#333333}#stacks_in_90_page6 .photo,#stacks_in_90_page6 .photoset{background-image:url(../files/tumblr-images/photo2.png);background-position:98% 10px;background-repeat:no-repeat;padding-top:70px}#stacks_in_90_page6 .photo .image{position:relative}#stacks_in_90_page6 .photo .image a{display:block}#stacks_in_90_page6 .photo img,#stacks_in_90_page6 .photoset img{max-height:500px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}#fullprint{display:none;min-height:128px;min-width:128px;overflow:visible}#fullprint.loading{background:url(../files/tumblr-images/loading.gif) no-repeat center center;top:35%!important}#fullprint img{max-width:1280px;-moz-box-shadow:#1f1f1f 0 2px 10px;-webkit-box-shadow:#1f1f1f 0 2px 10px;box-shadow:#1f1f1f 0 2px 10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}#fullprint .close{display:none;background-image:url(../files/tumblr-images/close.png);position:absolute;left:-12px;top:-12px;cursor:pointer;height:28px;width:28px}#fullprint a{display:block;width:50%;position:absolute;top:0;height:1000px;text-decoration:none}#fullprint a.prev_photo{left:0;display:none}#fullprint a.next_photo{right:0;display:none}#stacks_in_90_page6 .photoset .photoset-gallery{position:relative;width:100%;overflow:auto}#stacks_in_90_page6 .photoset .photoset-gallery img{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#stacks_in_90_page6 .photoset .photoset-gallery .image{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;float:left;width:75px;height:75px;margin:10px;-moz-box-shadow:2px 2px 3px #666;-webkit-box-shadow:2px 2px 3px #666;box-shadow:2px 2px 3px #666}#stacks_in_90_page6 .photoset-cycler{position:relative;display:block;height:500px;text-align:center}#stacks_in_90_page6 .quote{background-image:url(../files/tumblr-images/quotes2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_90_page6 .quote .quote-words{background:url(../files/tumblr-images/quote.png) no-repeat top left;background-position:0 0;font-size:1.4em;line-height:1.15384615385;padding-left:45px;margin-right:60px}#stacks_in_90_page6 .quote .source{padding-left:20px}#stacks_in_90_page6 .post-footer{padding:5px 10px;color:#333333;background-color:#E6E6E6;border-top:1px solid #CCCCCC;font-size:9px;display:block;position:relative;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;border-radius-bottomleft:10px}#stacks_in_90_page6 .post-footer{}#stacks_in_90_page6 .post-footer a,#stacks_in_90_page6 .post-footer a:hover{color:#333333}#stacks_in_90_page6 .post-footer p{padding:0;margin:0;padding-right:18px}#stacks_in_90_page6 .post-footer .posttime{font-weight:normal;background:url(../files/tumblr-images/clock.png) no-repeat right center}#stacks_in_90_page6 .post-footer .tags{background:url(../files/tumblr-images/tags.png) no-repeat right center}#stacks_in_90_page6 .post-footer a.tag{margin:0 5px;display:inline-block}#stacks_in_90_page6 .post-footer .comments{background:url(../files/tumblr-images/comments.png) no-repeat right center}#stacks_in_90_page6 .post-footer .share_button{height:20px;width:100px;padding:0;margin:5px 0;display:block;position:relative;overflow:visible}#stacks_in_90_page6 .post-footer .share_button.twitter,.share_button.google{display:inline;float:left}#stacks_in_90_page6 .post-footer .share_button.twitter.en,.post-footer .share_button.twitter.nl,.post-footer .share_button.twitter.id,.post-footer .share_button.twitter.it,.post-footer .share_button.twitter.ko{width:110px}#stacks_in_90_page6 .post-footer .share_button.twitter.fr,.post-footer .share_button.twitter.es{width:118px}#stacks_in_90_page6 .post-footer .share_button.twitter.pt,.post-footer .share_button.twitter.ru,.post-footer .share_button.twitter.tr{width:120px}#stacks_in_90_page6 .post-footer .share_button.twitter.de{width:122px}#stacks_in_90_page6 .post-footer .share_button.twitter.ja{width:130px}#stacks_in_90_page6 .post-footer .share_button_wrapper{height:60px;display:block;float:left;width:250px}#stacks_in_90_page6 .post-footer .meta_wrapper{display:block;text-align:right;float:right}#stacks_in_90_page6 .post-footer .clear-footer{clear:both}@media screen and (max-width:500px){#stacks_in_90_page6 .post-footer .meta_wrapper{display:block;text-align:left;float:left;width:100%!important}#stacks_in_90_page6 .post-footer p{padding:0;margin:0;padding-left:18px}#stacks_in_90_page6 .post-footer .posttime{font-weight:normal;background:url(../files/tumblr-images/clock.png) no-repeat left center}#stacks_in_90_page6 .post-footer .tags{background:url(../files/tumblr-images/tags.png) no-repeat left center}#stacks_in_90_page6 .post-footer a.tag{margin:0 5px;display:inline-block}#stacks_in_90_page6 .post-footer .comments{background:url(../files/tumblr-images/comments.png) no-repeat left center}}#stacks_in_90_page6 .post_nav{font-size:18px;width:100%}#stacks_in_90_page6 .post_nav .older_posts{float:right}#stacks_in_90_page6 .post_nav .newer_posts{float:left}#facebook_thread{text-align:center}#disqus_thread li{list-style:none!important}

/* Houdini v1.2.0 Copyright 2013 Joe Workman */
  #stacks_in_30_page6{visibility:hidden}

#stacks_in_30_page6 {
	border: solid #91949C;
	border-width: 1px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}

#stacks_in_170_page6 {
	font-size: 130%;
	font-weight: bold;
}
/* Resp 2 Column v1.6.3 Copyright 2013 Joe Workman */
#stacks_in_61_page6 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_61_page6 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_61_page6 #jwresp_col2_stacks_in_61_page6{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_61_page6 #jwresp_col1_stacks_in_61_page6,#stacks_in_61_page6 #jwresp_col2_stacks_in_61_page6{width:100%;float:none;display:block}#stacks_in_61_page6 #jwresp_col1_stacks_in_61_page6{margin-bottom:15px}}
/* Resp 4 Column v1.6.3 Copyright 2013 Joe Workman */
#stacks_in_64_page6 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_64_page6 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_64_page6 .jwresp_col_wrapper.right{float:right}#stacks_in_64_page6 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_64_page6 #jwresp_col2_stacks_in_64_page6,#stacks_in_64_page6 #jwresp_col4_stacks_in_64_page6{float:right}#stacks_in_64_page6 #jwresp_col1_stacks_in_64_page6,#stacks_in_64_page6 #jwresp_col3_stacks_in_64_page6{margin-right:2} @media screen and (max-width:770px){#stacks_in_64_page6 .jwresp_col_wrapper.left,#stacks_in_64_page6 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_64_page6 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_64_page6 .jwresp_col{width:49%}#stacks_in_64_page6 #jwresp_col1_stacks_in_64_page6,#stacks_in_64_page6 #jwresp_col3_stacks_in_64_page6{margin:0}}  @media screen and (max-width:500px){#stacks_in_64_page6 .jwresp_col{width:100%;display:block}#stacks_in_64_page6 #jwresp_col1_stacks_in_64_page6,#stacks_in_64_page6 #jwresp_col2_stacks_in_64_page6,#stacks_in_64_page6 #jwresp_col3_stacks_in_64_page6{margin:0;margin-bottom:20px}#stacks_in_64_page6 #jwresp_col4_stacks_in_64_page6{margin:0}#stacks_in_64_page6 .jwresp_col_wrapper.left{margin-bottom:0}}
/* Image Caption v2.1.6 Copyright @2010-2012 Joe Workman */
 #caption_stacks_in_158_page6{color:#000000} #caption_stacks_in_158_page6{text-align:center;margin-top:0px;font-size:10px;font-weight:normal}
/* Image Caption v2.1.6 Copyright @2010-2012 Joe Workman */
 #caption_stacks_in_166_page6{color:#000000} #caption_stacks_in_166_page6{text-align:center;margin-top:0px;font-size:10px;font-weight:normal}
/* Image Caption v2.1.6 Copyright @2010-2012 Joe Workman */
 #caption_stacks_in_176_page6{color:#000000} #caption_stacks_in_176_page6{text-align:center;margin-top:0px;font-size:10px;font-weight:normal}
/* Image Caption v2.1.6 Copyright @2010-2012 Joe Workman */
 #caption_stacks_in_184_page6{color:#000000} #caption_stacks_in_184_page6{text-align:center;margin-top:0px;font-size:10px;font-weight:normal}
/* Resp 4 Column v1.6.3 Copyright 2013 Joe Workman */
#stacks_in_69_page6 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_69_page6 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_69_page6 .jwresp_col_wrapper.right{float:right}#stacks_in_69_page6 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_69_page6 #jwresp_col2_stacks_in_69_page6,#stacks_in_69_page6 #jwresp_col4_stacks_in_69_page6{float:right}#stacks_in_69_page6 #jwresp_col1_stacks_in_69_page6,#stacks_in_69_page6 #jwresp_col3_stacks_in_69_page6{margin-right:2} @media screen and (max-width:770px){#stacks_in_69_page6 .jwresp_col_wrapper.left,#stacks_in_69_page6 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_69_page6 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_69_page6 .jwresp_col{width:49%}#stacks_in_69_page6 #jwresp_col1_stacks_in_69_page6,#stacks_in_69_page6 #jwresp_col3_stacks_in_69_page6{margin:0}}  @media screen and (max-width:500px){#stacks_in_69_page6 .jwresp_col{width:100%;display:block}#stacks_in_69_page6 #jwresp_col1_stacks_in_69_page6,#stacks_in_69_page6 #jwresp_col2_stacks_in_69_page6,#stacks_in_69_page6 #jwresp_col3_stacks_in_69_page6{margin:0;margin-bottom:20px}#stacks_in_69_page6 #jwresp_col4_stacks_in_69_page6{margin:0}#stacks_in_69_page6 .jwresp_col_wrapper.left{margin-bottom:0}}
/* Image Caption v2.1.6 Copyright @2010-2012 Joe Workman */
 #caption_stacks_in_192_page6{color:#000000} #caption_stacks_in_192_page6{text-align:center;margin-top:0px;font-size:10px;font-weight:normal}
/* Image Caption v2.1.6 Copyright @2010-2012 Joe Workman */
 #caption_stacks_in_200_page6{color:#000000} #caption_stacks_in_200_page6{text-align:center;margin-top:0px;font-size:10px;font-weight:normal}
/* Image Caption v2.1.6 Copyright @2010-2012 Joe Workman */
 #caption_stacks_in_208_page6{color:#000000} #caption_stacks_in_208_page6{text-align:center;margin-top:0px;font-size:10px;font-weight:normal}
/* Image Caption v2.1.6 Copyright @2010-2012 Joe Workman */
 #caption_stacks_in_216_page6{color:#000000} #caption_stacks_in_216_page6{text-align:center;margin-top:0px;font-size:10px;font-weight:normal}
