#toTop{--elevator-image:url(../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_153209 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_153209 .theDivider1,
#simpleDivider_stacks_in_153209 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_153209 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_153209.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_153209.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_153209 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_153209.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_153209.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_153209.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_153209.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_152926 {
	margin-right:0;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_153120, #accordion_stacks_in_153120 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_153120.fixedHeightOn {height: 500px;}

#accordion_stacks_in_153120 .accordion dt, #accordion_stacks_in_153120 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_153120 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_153120 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_153120 .accordion {overflow: hidden;}
#accordion_stacks_in_153120 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_153120 .accordion dt, */#accordion_stacks_in_153120 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_153120 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_153120 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_153120 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_153120 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_153120 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_153120 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_153120 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_153120.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_153120 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_153120 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_153120 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_153120 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_153120 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_153120 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_153120 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_153120 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_153120 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_153120 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_153120 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_153120 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_153120 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_153120 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_153120 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_153120 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_153121 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_153123 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_153124 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_153124 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_153124 #jwresp_col2_stacks_in_153124{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_153124 #jwresp_col1_stacks_in_153124,#stacks_in_153124 #jwresp_col2_stacks_in_153124{width:100%;float:none;display:block}#stacks_in_153124 #jwresp_col1_stacks_in_153124{margin-bottom:15px}}

#stacks_in_153125 {
	margin:  3px;
	padding:  5px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_153135, #accordion_stacks_in_153135 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_153135.fixedHeightOn {height: 500px;}

#accordion_stacks_in_153135 .accordion dt, #accordion_stacks_in_153135 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_153135 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_153135 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_153135 .accordion {overflow: hidden;}
#accordion_stacks_in_153135 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_153135 .accordion dt, */#accordion_stacks_in_153135 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_153135 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_153135 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_153135 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_153135 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_153135 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_153135 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_153135 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_153135.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_153135 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_153135 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_153135 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_153135 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_153135 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_153135 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_153135 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_153135 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_153135 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_153135 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_153135 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_153135 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_153135 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_153135 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_153135 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_153135 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_153136 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_153137 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_153139 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_153139 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_153139 #jwresp_col2_stacks_in_153139{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_153139 #jwresp_col1_stacks_in_153139,#stacks_in_153139 #jwresp_col2_stacks_in_153139{width:100%;float:none;display:block}#stacks_in_153139 #jwresp_col1_stacks_in_153139{margin-bottom:15px}}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_153150, #accordion_stacks_in_153150 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_153150.fixedHeightOn {height: 500px;}

#accordion_stacks_in_153150 .accordion dt, #accordion_stacks_in_153150 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_153150 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_153150 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_153150 .accordion {overflow: hidden;}
#accordion_stacks_in_153150 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_153150 .accordion dt, */#accordion_stacks_in_153150 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_153150 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_153150 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_153150 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_153150 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_153150 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_153150 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_153150 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_153150.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_153150 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_153150 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_153150 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_153150 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_153150 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_153150 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_153150 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_153150 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_153150 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_153150 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_153150 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_153150 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_153150 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_153150 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_153150 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_153150 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_153150 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_153151 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_153152 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_153153 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_153153 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_153153 #jwresp_col2_stacks_in_153153{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_153153 #jwresp_col1_stacks_in_153153,#stacks_in_153153 #jwresp_col2_stacks_in_153153{width:100%;float:none;display:block}#stacks_in_153153 #jwresp_col1_stacks_in_153153{margin-bottom:15px}}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_153163, #accordion_stacks_in_153163 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_153163.fixedHeightOn {height: 500px;}

#accordion_stacks_in_153163 .accordion dt, #accordion_stacks_in_153163 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_153163 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_153163 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_153163 .accordion {overflow: hidden;}
#accordion_stacks_in_153163 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_153163 .accordion dt, */#accordion_stacks_in_153163 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_153163 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_153163 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_153163 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_153163 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_153163 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_153163 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_153163 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_153163.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_153163 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_153163 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_153163 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_153163 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_153163 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_153163 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_153163 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_153163 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_153163 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_153163 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_153163 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_153163 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_153163 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_153163 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_153163 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_153163 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_153164 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_153165 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_153166 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_153166 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_153166 #jwresp_col2_stacks_in_153166{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_153166 #jwresp_col1_stacks_in_153166,#stacks_in_153166 #jwresp_col2_stacks_in_153166{width:100%;float:none;display:block}#stacks_in_153166 #jwresp_col1_stacks_in_153166{margin-bottom:15px}}

#stacks_out_4 {
	margin-right:0;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1003, #accordion_stacks_in_1003 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1003.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1003 .accordion dt, #accordion_stacks_in_1003 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1003 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1003 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1003 .accordion {overflow: hidden;}
#accordion_stacks_in_1003 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1003 .accordion dt, */#accordion_stacks_in_1003 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_1003 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1003 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_1003 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1003 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1003 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_1003 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1003 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1003.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1003 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1003 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1003 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1003 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1003 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1003 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1003 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1003 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1003 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1003 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1003 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_1003 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1003 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1003 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1003 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_1003 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_1005 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_1006 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_1008 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1008 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_1008 #jwresp_col2_stacks_in_1008{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_1008 #jwresp_col1_stacks_in_1008,#stacks_in_1008 #jwresp_col2_stacks_in_1008{width:100%;float:none;display:block}#stacks_in_1008 #jwresp_col1_stacks_in_1008{margin-bottom:15px}}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_290, #accordion_stacks_in_290 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_290.fixedHeightOn {height: 500px;}

#accordion_stacks_in_290 .accordion dt, #accordion_stacks_in_290 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_290 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_290 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_290 .accordion {overflow: hidden;}
#accordion_stacks_in_290 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_290 .accordion dt, */#accordion_stacks_in_290 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_290 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_290 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_290 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_290 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_290 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_290 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_290 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_290.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_290 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_290 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_290 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_290 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_290 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_290 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_290 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_290 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_290 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_290 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_290 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_290 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_290 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_290 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_290 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_290 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_293 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_294 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_297 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_297 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_297 #jwresp_col2_stacks_in_297{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_297 #jwresp_col1_stacks_in_297,#stacks_in_297 #jwresp_col2_stacks_in_297{width:100%;float:none;display:block}#stacks_in_297 #jwresp_col1_stacks_in_297{margin-bottom:15px}}

#stacks_in_153177 {
	margin:  2px;
	padding:  1px;
}

#stacks_in_313 {
	margin:  2px;
	padding:  2px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1027, #accordion_stacks_in_1027 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1027.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1027 .accordion dt, #accordion_stacks_in_1027 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1027 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1027 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1027 .accordion {overflow: hidden;}
#accordion_stacks_in_1027 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1027 .accordion dt, */#accordion_stacks_in_1027 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_1027 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1027 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_1027 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1027 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1027 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_1027 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1027 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1027.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1027 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1027 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1027 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1027 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1027 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1027 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1027 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1027 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1027 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1027 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1027 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_1027 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1027 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1027 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1027 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_1027 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_1029 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_1030 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_1032 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1032 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_1032 #jwresp_col2_stacks_in_1032{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_1032 #jwresp_col1_stacks_in_1032,#stacks_in_1032 #jwresp_col2_stacks_in_1032{width:100%;float:none;display:block}#stacks_in_1032 #jwresp_col1_stacks_in_1032{margin-bottom:15px}}

#stacks_in_1039 {
	margin:  2px;
	padding:  2px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_153197, #accordion_stacks_in_153197 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_153197.fixedHeightOn {height: 500px;}

#accordion_stacks_in_153197 .accordion dt, #accordion_stacks_in_153197 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_153197 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_153197 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_153197 .accordion {overflow: hidden;}
#accordion_stacks_in_153197 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_153197 .accordion dt, */#accordion_stacks_in_153197 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_153197 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_153197 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_153197 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_153197 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_153197 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_153197 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_153197 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_153197.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_153197 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_153197 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_153197 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_153197 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_153197 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_153197 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_153197 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_153197 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_153197 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_153197 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_153197 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_153197 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_153197 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_153197 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_153197 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_153197 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_153198 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_153199 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_153200 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_153200 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_153200 #jwresp_col2_stacks_in_153200{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_153200 #jwresp_col1_stacks_in_153200,#stacks_in_153200 #jwresp_col2_stacks_in_153200{width:100%;float:none;display:block}#stacks_in_153200 #jwresp_col1_stacks_in_153200{margin-bottom:15px}}

#stacks_in_153201 {
	margin:  2px;
	padding:  2px;
}

#stacks_out_1121 {
	margin-right:0;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1075, #accordion_stacks_in_1075 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1075.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1075 .accordion dt, #accordion_stacks_in_1075 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1075 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1075 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1075 .accordion {overflow: hidden;}
#accordion_stacks_in_1075 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1075 .accordion dt, */#accordion_stacks_in_1075 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_1075 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1075 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_1075 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1075 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1075 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_1075 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1075 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1075.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1075 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1075 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1075 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1075 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1075 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1075 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1075 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1075 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1075 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1075 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1075 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_1075 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1075 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1075 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1075 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_1075 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_1085 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_1086 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_317 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_317 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_317 #jwresp_col2_stacks_in_317{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_317 #jwresp_col1_stacks_in_317,#stacks_in_317 #jwresp_col2_stacks_in_317{width:100%;float:none;display:block}#stacks_in_317 #jwresp_col1_stacks_in_317{margin-bottom:15px}}

#stacks_in_153181 {
	margin:  2px;
	padding:  2px;
}

#stacks_in_459 {
	margin:  2px;
	padding:  2px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_153006, #accordion_stacks_in_153006 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_153006.fixedHeightOn {height: 500px;}

#accordion_stacks_in_153006 .accordion dt, #accordion_stacks_in_153006 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_153006 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_153006 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_153006 .accordion {overflow: hidden;}
#accordion_stacks_in_153006 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_153006 .accordion dt, */#accordion_stacks_in_153006 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_153006 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_153006 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_153006 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_153006 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_153006 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_153006 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_153006 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_153006.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_153006 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_153006 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_153006 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_153006 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_153006 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_153006 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_153006 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_153006 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_153006 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_153006 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_153006 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_153006 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_153006 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_153006 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_153006 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_153006 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_153009 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_153011 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_153011 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_153011 #jwresp_col2_stacks_in_153011{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_153011 #jwresp_col1_stacks_in_153011,#stacks_in_153011 #jwresp_col2_stacks_in_153011{width:100%;float:none;display:block}#stacks_in_153011 #jwresp_col1_stacks_in_153011{margin-bottom:15px}}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1109, #accordion_stacks_in_1109 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1109.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1109 .accordion dt, #accordion_stacks_in_1109 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1109 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1109 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1109 .accordion {overflow: hidden;}
#accordion_stacks_in_1109 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1109 .accordion dt, */#accordion_stacks_in_1109 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_1109 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1109 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_1109 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1109 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1109 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_1109 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1109 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1109.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1109 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1109 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1109 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1109 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1109 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1109 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1109 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1109 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1109 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1109 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1109 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_1109 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1109 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1109 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1109 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_1109 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_1111 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_1112 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_331 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_331 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_331 #jwresp_col2_stacks_in_331{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_331 #jwresp_col1_stacks_in_331,#stacks_in_331 #jwresp_col2_stacks_in_331{width:100%;float:none;display:block}#stacks_in_331 #jwresp_col1_stacks_in_331{margin-bottom:15px}}
#stacks_in_153195 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_153195 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_153195 .fluid-image.unlimited img{width:100% !important}#stacks_in_153195 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_153195 .fluid-image.align-left img{float:left}#stacks_in_153195 .fluid-image.align-right img{float:right}

#stacks_in_471 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_153191 {
	margin:  2px;
	padding:  5px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1095, #accordion_stacks_in_1095 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1095.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1095 .accordion dt, #accordion_stacks_in_1095 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1095 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1095 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1095 .accordion {overflow: hidden;}
#accordion_stacks_in_1095 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1095 .accordion dt, */#accordion_stacks_in_1095 .accordion dd {padding: 6px; text-indent: none;}
#accordion_stacks_in_1095 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1095 .accordion dt a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px;
}
#accordion_stacks_in_1095 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1095 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1095 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #E0F7F4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#accordion_stacks_in_1095 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1095 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1095.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1095 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1095 .accordionTheme dt {
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1095 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1095 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1095 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1095 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1095 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1095 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1095 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1095 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1095 .accordionTheme2 {
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E0F7F4;
}
#accordion_stacks_in_1095 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1095 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1095 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1095 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;
}
#accordion_stacks_in_1095 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E0F7F4;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_1097 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_1100 {
	font-size: 105%;
	font-weight: bold;
}
#stacks_in_326 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_326 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_326 #jwresp_col2_stacks_in_326{ float:right; width:51%}@media screen and (max-width:500px){#stacks_in_326 #jwresp_col1_stacks_in_326,#stacks_in_326 #jwresp_col2_stacks_in_326{width:100%;float:none;display:block}#stacks_in_326 #jwresp_col1_stacks_in_326{margin-bottom:15px}}

#stacks_in_153189 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_465 {
	margin:  2px;
	padding:  5px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_1321 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1321 .theDivider1, #simpleDivider_stacks_in_1321 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_1321 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_1321 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}

#stacks_in_1117 {
	padding:  10px;
}

#stacks_out_1117 {
	width: 250px;
	margin-right:0;
}
