#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)}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

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

#accordion_stacks_in_149521.fixedHeightOn {height: 700px;}

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

#accordion_stacks_in_149521.fixedHeightOn .accordion dd {height: 600px; max-height: 600px; overflow: auto;}

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

/* DEFAULT THEME */

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

#accordion_stacks_in_149521 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_149521 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_149521 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_149521 dt.accordionIconOn span.plusIcon:hover {color: #108080;}
#accordion_stacks_in_149521 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: #FECC66;
}


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

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

/* 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_149514 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_149514 .jwresp_col{float:none} #stacks_in_149514 #jwresp_col2_stacks_in_149514{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_149514 #jwresp_col1_stacks_in_149514,#stacks_in_149514 #jwresp_col3_stacks_in_149514{width:32%}#stacks_in_149514 #jwresp_col1_stacks_in_149514{float:left}#stacks_in_149514 #jwresp_col3_stacks_in_149514{float:right} @media screen and (max-width:770px){#stacks_in_149514 #jwresp_col1_stacks_in_149514,#stacks_in_149514 #jwresp_col3_stacks_in_149514{margin-bottom:20px}#stacks_in_149514 #jwresp_col1_stacks_in_149514{width:49%}#stacks_in_149514 #jwresp_col3_stacks_in_149514{width:49%}#stacks_in_149514 #jwresp_col2_stacks_in_149514{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_149514 #jwresp_col1_stacks_in_149514,#stacks_in_149514 #jwresp_col3_stacks_in_149514,#stacks_in_149514 #jwresp_col2_stacks_in_149514{float:none;width:100%;display:block}#stacks_in_149514 #jwresp_col1_stacks_in_149514,#stacks_in_149514 #jwresp_col3_stacks_in_149514{margin-bottom:20px}} 
/* -- Start Header Pro Each css Template  770 & 440-- */

#stacks_in_149503 {
	text-align: left !important;
}

.stacks_in_149503_inner_sanctum{
	font-size: 100% !important;
}

@media only screen and (max-width: 770px) {
	#stacks_in_149503 {
		text-align: left !important;
	}
	.stacks_in_149503_inner_sanctum{
		font-size: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
  #stacks_in_149503 {
	  text-align: left !important;
  }
  .stacks_in_149503_inner_sanctum{
	  font-size: 100% !important;
  }
}

.stacks_in_149503_pro_text{
	display: inline-block !important;
	position:relative;
	box-sizing: border-box;
}







/* -- End Header Pro Each css Template -- *//*
 * 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_149701 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_149701 .theDivider1,
#simpleDivider_stacks_in_149701 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149701 .theDivider1 {
	height: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149701.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149701.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149701 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149701.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149701.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149701.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149701.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * 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_149702 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_149702 .theDivider1,
#simpleDivider_stacks_in_149702 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149702 .theDivider1 {
	height: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149702.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149702.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149702 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149702.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149702.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149702.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149702.bgImageOn .theDivider1 img {
	display: block;
}




#stacks_in_149695 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_149695 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_149695 .sweet_button_wrapper {
		
			height:22px;
		
	}

	

	#stacks_in_149695 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_149695 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 20px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:0px;
	background:rgba(15, 128, 255, 1.00);
}
#stacks_in_149695 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_149695 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_149695 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(35, 148, 255, 1.00);
}
#stacks_in_149695 .sweet_button:active{
	background: rgba(0, 108, 235, 1.00);
}
#stacks_in_149695 .sweet_button.clicked {
	background: rgba(254, 204, 102, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_149695 .sweet_button.clicked:hover {
	background: rgba(255, 224, 122, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_149695 .sweet_button.clicked:active{
	background: rgba(234, 184, 82, 1.00);
}







#stacks_in_149695 .sweet_button.candy {
	background: rgba(15, 128, 255, 1.00);
	background: linear-gradient(top, rgba(27, 230, 255, 1.00) 0%, rgba(35, 148, 255, 1.00) 50%, rgba(15, 128, 255, 1.00) 50%, rgba(45, 158, 255, 1.00) 75%, rgba(22, 192, 255, 1.00) 100%);
}
#stacks_in_149695 .sweet_button.candy:hover {
	background: rgba(35, 148, 255, 1.00);
	background: linear-gradient(top, rgba(28, 243, 255, 1.00) 0%, rgba(55, 168, 255, 1.00) 50%, rgba(35, 148, 255, 1.00) 50%, rgba(24, 204, 255, 1.00) 100%);
}
#stacks_in_149695 .sweet_button.candy:active{
	background: rgba(0, 108, 235, 1.00);
	background: linear-gradient(top, rgba(24, 204, 255, 1.00) 0%, rgba(35, 148, 255, 1.00) 50%, rgba(15, 128, 255, 1.00) 50%,  rgba(19, 166, 255, 1.00) 100%);
}
#stacks_in_149695 .sweet_button.candy.clicked {
	background: rgba(254, 204, 102, 1.00);
	background: linear-gradient(top, rgba(255, 255, 183, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%, rgba(255, 234, 132, 1.00) 75%, rgba(255, 255, 153, 1.00) 100%);
}
#stacks_in_149695 .sweet_button.candy.clicked:hover {
	background: rgba(255, 234, 132, 1.00);
	background: linear-gradient(top, rgba(255, 255, 193, 1.00) 0%, rgba(255, 244, 142, 1.00) 50%, rgba(255, 224, 122, 1.00) 50%, rgba(255, 255, 163, 1.00) 100%);
}
#stacks_in_149695 .sweet_button.candy.clicked:active{
	background: rgba(234, 184, 82, 1.00);
	background: linear-gradient(top, rgba(255, 255, 163, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%,  rgba(255, 255, 132, 1.00) 100%);
}

/*
 * 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_149696 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_149696 .theDivider1,
#simpleDivider_stacks_in_149696 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149696 .theDivider1 {
	height: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149696.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149696.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149696 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149696.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149696.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149696.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149696.bgImageOn .theDivider1 img {
	display: block;
}




#stacks_in_149697 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_149697 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_149697 .sweet_button_wrapper {
		
			height:22px;
		
	}

	

	#stacks_in_149697 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_149697 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 20px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:0px;
	background:rgba(252, 102, 102, 1.00);
}
#stacks_in_149697 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_149697 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}






	#stacks_in_149697 .button_label {
		width:105px;
	}
	#stacks_in_149697 .button_icon {
		width:25px;
	}



#stacks_in_149697 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(255, 122, 122, 1.00);
}
#stacks_in_149697 .sweet_button:active{
	background: rgba(232, 82, 82, 1.00);
}
#stacks_in_149697 .sweet_button.clicked {
	background: rgba(254, 204, 102, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_149697 .sweet_button.clicked:hover {
	background: rgba(255, 224, 122, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_149697 .sweet_button.clicked:active{
	background: rgba(234, 184, 82, 1.00);
}







#stacks_in_149697 .sweet_button.candy {
	background: rgba(252, 102, 102, 1.00);
	background: linear-gradient(top, rgba(255, 183, 183, 1.00) 0%, rgba(255, 122, 122, 1.00) 50%, rgba(252, 102, 102, 1.00) 50%, rgba(255, 132, 132, 1.00) 75%, rgba(255, 153, 153, 1.00) 100%);
}
#stacks_in_149697 .sweet_button.candy:hover {
	background: rgba(255, 122, 122, 1.00);
	background: linear-gradient(top, rgba(255, 193, 193, 1.00) 0%, rgba(255, 142, 142, 1.00) 50%, rgba(255, 122, 122, 1.00) 50%, rgba(255, 163, 163, 1.00) 100%);
}
#stacks_in_149697 .sweet_button.candy:active{
	background: rgba(232, 82, 82, 1.00);
	background: linear-gradient(top, rgba(255, 163, 163, 1.00) 0%, rgba(255, 122, 122, 1.00) 50%, rgba(252, 102, 102, 1.00) 50%,  rgba(255, 132, 132, 1.00) 100%);
}
#stacks_in_149697 .sweet_button.candy.clicked {
	background: rgba(254, 204, 102, 1.00);
	background: linear-gradient(top, rgba(255, 255, 183, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%, rgba(255, 234, 132, 1.00) 75%, rgba(255, 255, 153, 1.00) 100%);
}
#stacks_in_149697 .sweet_button.candy.clicked:hover {
	background: rgba(255, 234, 132, 1.00);
	background: linear-gradient(top, rgba(255, 255, 193, 1.00) 0%, rgba(255, 244, 142, 1.00) 50%, rgba(255, 224, 122, 1.00) 50%, rgba(255, 255, 163, 1.00) 100%);
}
#stacks_in_149697 .sweet_button.candy.clicked:active{
	background: rgba(234, 184, 82, 1.00);
	background: linear-gradient(top, rgba(255, 255, 163, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%,  rgba(255, 255, 132, 1.00) 100%);
}

/*
 * 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_149698 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_149698 .theDivider1,
#simpleDivider_stacks_in_149698 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149698 .theDivider1 {
	height: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149698.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149698.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149698 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149698.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149698.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149698.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149698.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_149700 {
	font-size: 85%;
}
 #caption_stacks_in_149374{color:#4C4C4C} #caption_stacks_in_149374{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_149366{color:#000000} #caption_stacks_in_149366{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
#stacks_in_149523 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_149523 .jwresp_col{float:none} #stacks_in_149523 #jwresp_col2_stacks_in_149523{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_149523 #jwresp_col1_stacks_in_149523,#stacks_in_149523 #jwresp_col3_stacks_in_149523{width:32%}#stacks_in_149523 #jwresp_col1_stacks_in_149523{float:left}#stacks_in_149523 #jwresp_col3_stacks_in_149523{float:right} @media screen and (max-width:770px){#stacks_in_149523 #jwresp_col1_stacks_in_149523,#stacks_in_149523 #jwresp_col3_stacks_in_149523{margin-bottom:20px}#stacks_in_149523 #jwresp_col1_stacks_in_149523{width:49%}#stacks_in_149523 #jwresp_col3_stacks_in_149523{width:49%}#stacks_in_149523 #jwresp_col2_stacks_in_149523{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_149523 #jwresp_col1_stacks_in_149523,#stacks_in_149523 #jwresp_col3_stacks_in_149523,#stacks_in_149523 #jwresp_col2_stacks_in_149523{float:none;width:100%;display:block}#stacks_in_149523 #jwresp_col1_stacks_in_149523,#stacks_in_149523 #jwresp_col3_stacks_in_149523{margin-bottom:20px}} 
/*
 * 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_149507 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149507 .theDivider1,
#simpleDivider_stacks_in_149507 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149507 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149507.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149507.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149507 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149507.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149507.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149507.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149507.bgImageOn .theDivider1 img {
	display: block;
}

 #caption_stacks_in_149380{color:#4C4C4C} #caption_stacks_in_149380{text-align:left;margin-top:10px;font-size:15px;font-weight:normal}
/*
 * 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_149505 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149505 .theDivider1,
#simpleDivider_stacks_in_149505 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149505 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149505.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149505.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149505 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149505.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149505.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149505.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149505.bgImageOn .theDivider1 img {
	display: block;
}

 #caption_stacks_in_149388{color:#4C4C4C} #caption_stacks_in_149388{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * 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_149536 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149536 .theDivider1,
#simpleDivider_stacks_in_149536 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149536 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149536.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149536.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149536 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149536.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149536.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149536.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149536.bgImageOn .theDivider1 img {
	display: block;
}

 #caption_stacks_in_149370{color:#4C4C4C} #caption_stacks_in_149370{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * 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_149508 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149508 .theDivider1,
#simpleDivider_stacks_in_149508 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149508 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149508.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149508.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149508 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149508.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149508.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149508.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149508.bgImageOn .theDivider1 img {
	display: block;
}

 #caption_stacks_in_149392{color:#4C4C4C} #caption_stacks_in_149392{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * 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_149506 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149506 .theDivider1,
#simpleDivider_stacks_in_149506 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149506 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149506.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149506.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149506 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149506.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149506.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149506.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149506.bgImageOn .theDivider1 img {
	display: block;
}

 #caption_stacks_in_149384{color:#4C4C4C} #caption_stacks_in_149384{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

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

#accordion_stacks_in_149358.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

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

#accordion_stacks_in_149358 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_149358 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_149358 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: #4C4C4C;
}
#accordion_stacks_in_149358 dt.accordionIconOn span.plusIcon:hover {color: #108080;}
#accordion_stacks_in_149358 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: #FC6666;
}


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

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

/* 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 */
}/*
 * 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_149378 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149378 .theDivider1,
#simpleDivider_stacks_in_149378 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149378 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149378.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149378.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149378 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149378.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149378.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149378.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149378.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_149360 {
	font-size: 115%;
}
#stacks_in_149379 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_149379 .jwresp_col{float:none} #stacks_in_149379 #jwresp_col2_stacks_in_149379{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_149379 #jwresp_col1_stacks_in_149379,#stacks_in_149379 #jwresp_col3_stacks_in_149379{width:32%}#stacks_in_149379 #jwresp_col1_stacks_in_149379{float:left}#stacks_in_149379 #jwresp_col3_stacks_in_149379{float:right} @media screen and (max-width:770px){#stacks_in_149379 #jwresp_col1_stacks_in_149379,#stacks_in_149379 #jwresp_col3_stacks_in_149379{margin-bottom:20px}#stacks_in_149379 #jwresp_col1_stacks_in_149379{width:49%}#stacks_in_149379 #jwresp_col3_stacks_in_149379{width:49%}#stacks_in_149379 #jwresp_col2_stacks_in_149379{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_149379 #jwresp_col1_stacks_in_149379,#stacks_in_149379 #jwresp_col3_stacks_in_149379,#stacks_in_149379 #jwresp_col2_stacks_in_149379{float:none;width:100%;display:block}#stacks_in_149379 #jwresp_col1_stacks_in_149379,#stacks_in_149379 #jwresp_col3_stacks_in_149379{margin-bottom:20px}} 
#stacks_in_149537 .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_149537 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149537 .fluid-image.unlimited img{width:100% !important}#stacks_in_149537 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149537 .fluid-image.align-left img{float:left}#stacks_in_149537 .fluid-image.align-right img{float:right}
/*
 * 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_149545 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149545 .theDivider1,
#simpleDivider_stacks_in_149545 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149545 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149545.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149545.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149545 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149545.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149545.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149545.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149545.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149541 .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_149541 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149541 .fluid-image.unlimited img{width:100% !important}#stacks_in_149541 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149541 .fluid-image.align-left img{float:left}#stacks_in_149541 .fluid-image.align-right img{float:right}
/*
 * 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_149547 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149547 .theDivider1,
#simpleDivider_stacks_in_149547 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149547 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149547.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149547.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149547 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149547.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149547.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149547.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149547.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149539 .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_149539 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149539 .fluid-image.unlimited img{width:100% !important}#stacks_in_149539 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149539 .fluid-image.align-left img{float:left}#stacks_in_149539 .fluid-image.align-right img{float:right}
/*
 * 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_149546 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149546 .theDivider1,
#simpleDivider_stacks_in_149546 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149546 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149546.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149546.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149546 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149546.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149546.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149546.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149546.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149403 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_149403 .jwresp_col{float:none} #stacks_in_149403 #jwresp_col2_stacks_in_149403{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_149403 #jwresp_col1_stacks_in_149403,#stacks_in_149403 #jwresp_col3_stacks_in_149403{width:32%}#stacks_in_149403 #jwresp_col1_stacks_in_149403{float:left}#stacks_in_149403 #jwresp_col3_stacks_in_149403{float:right} @media screen and (max-width:770px){#stacks_in_149403 #jwresp_col1_stacks_in_149403,#stacks_in_149403 #jwresp_col3_stacks_in_149403{margin-bottom:20px}#stacks_in_149403 #jwresp_col1_stacks_in_149403{width:49%}#stacks_in_149403 #jwresp_col3_stacks_in_149403{width:49%}#stacks_in_149403 #jwresp_col2_stacks_in_149403{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_149403 #jwresp_col1_stacks_in_149403,#stacks_in_149403 #jwresp_col3_stacks_in_149403,#stacks_in_149403 #jwresp_col2_stacks_in_149403{float:none;width:100%;display:block}#stacks_in_149403 #jwresp_col1_stacks_in_149403,#stacks_in_149403 #jwresp_col3_stacks_in_149403{margin-bottom:20px}} 
#stacks_in_149548 .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_149548 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149548 .fluid-image.unlimited img{width:100% !important}#stacks_in_149548 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149548 .fluid-image.align-left img{float:left}#stacks_in_149548 .fluid-image.align-right img{float:right}
/*
 * 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_149407 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149407 .theDivider1,
#simpleDivider_stacks_in_149407 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149407 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149407.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149407.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149407 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149407.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149407.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149407.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149407.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149552 .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_149552 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149552 .fluid-image.unlimited img{width:100% !important}#stacks_in_149552 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149552 .fluid-image.align-left img{float:left}#stacks_in_149552 .fluid-image.align-right img{float:right}
/*
 * 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_149544 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149544 .theDivider1,
#simpleDivider_stacks_in_149544 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149544 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149544.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149544.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149544 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149544.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149544.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149544.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149544.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149550 .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_149550 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149550 .fluid-image.unlimited img{width:100% !important}#stacks_in_149550 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149550 .fluid-image.align-left img{float:left}#stacks_in_149550 .fluid-image.align-right img{float:right}
/*
 * 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_149543 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149543 .theDivider1,
#simpleDivider_stacks_in_149543 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149543 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149543.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149543.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149543 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149543.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149543.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149543.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149543.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

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

#accordion_stacks_in_149580.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

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

#accordion_stacks_in_149580 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_149580 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_149580 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: #4C4C4C;
}
#accordion_stacks_in_149580 dt.accordionIconOn span.plusIcon:hover {color: #108080;}
#accordion_stacks_in_149580 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: #FC6666;
}


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

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

/* 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 */
}/*
 * 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_149581 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149581 .theDivider1,
#simpleDivider_stacks_in_149581 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149581 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149581.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149581.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149581 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149581.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149581.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149581.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149581.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_149583 {
	font-size: 115%;
}
#stacks_in_149613 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_149613 .jwresp_col{float:none} #stacks_in_149613 #jwresp_col2_stacks_in_149613{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_149613 #jwresp_col1_stacks_in_149613,#stacks_in_149613 #jwresp_col3_stacks_in_149613{width:32%}#stacks_in_149613 #jwresp_col1_stacks_in_149613{float:left}#stacks_in_149613 #jwresp_col3_stacks_in_149613{float:right} @media screen and (max-width:770px){#stacks_in_149613 #jwresp_col1_stacks_in_149613,#stacks_in_149613 #jwresp_col3_stacks_in_149613{margin-bottom:20px}#stacks_in_149613 #jwresp_col1_stacks_in_149613{width:49%}#stacks_in_149613 #jwresp_col3_stacks_in_149613{width:49%}#stacks_in_149613 #jwresp_col2_stacks_in_149613{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_149613 #jwresp_col1_stacks_in_149613,#stacks_in_149613 #jwresp_col3_stacks_in_149613,#stacks_in_149613 #jwresp_col2_stacks_in_149613{float:none;width:100%;display:block}#stacks_in_149613 #jwresp_col1_stacks_in_149613,#stacks_in_149613 #jwresp_col3_stacks_in_149613{margin-bottom:20px}} 
#stacks_in_149614 .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_149614 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149614 .fluid-image.unlimited img{width:100% !important}#stacks_in_149614 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149614 .fluid-image.align-left img{float:left}#stacks_in_149614 .fluid-image.align-right img{float:right}
/*
 * 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_149617 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149617 .theDivider1,
#simpleDivider_stacks_in_149617 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149617 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149617.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149617.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149617 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149617.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149617.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149617.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149617.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149618 .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_149618 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149618 .fluid-image.unlimited img{width:100% !important}#stacks_in_149618 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149618 .fluid-image.align-left img{float:left}#stacks_in_149618 .fluid-image.align-right img{float:right}
/*
 * 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_149621 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149621 .theDivider1,
#simpleDivider_stacks_in_149621 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149621 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149621.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149621.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149621 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149621.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149621.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149621.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149621.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149622 .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_149622 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149622 .fluid-image.unlimited img{width:100% !important}#stacks_in_149622 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149622 .fluid-image.align-left img{float:left}#stacks_in_149622 .fluid-image.align-right img{float:right}
/*
 * 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_149625 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149625 .theDivider1,
#simpleDivider_stacks_in_149625 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149625 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149625.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149625.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149625 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149625.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149625.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149625.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149625.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * 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_149626 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149626 .theDivider1,
#simpleDivider_stacks_in_149626 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149626 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149626.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149626.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149626 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149626.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149626.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149626.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149626.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149627 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_149627 .jwresp_col{float:none} #stacks_in_149627 #jwresp_col2_stacks_in_149627{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_149627 #jwresp_col1_stacks_in_149627,#stacks_in_149627 #jwresp_col3_stacks_in_149627{width:32%}#stacks_in_149627 #jwresp_col1_stacks_in_149627{float:left}#stacks_in_149627 #jwresp_col3_stacks_in_149627{float:right} @media screen and (max-width:770px){#stacks_in_149627 #jwresp_col1_stacks_in_149627,#stacks_in_149627 #jwresp_col3_stacks_in_149627{margin-bottom:20px}#stacks_in_149627 #jwresp_col1_stacks_in_149627{width:49%}#stacks_in_149627 #jwresp_col3_stacks_in_149627{width:49%}#stacks_in_149627 #jwresp_col2_stacks_in_149627{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_149627 #jwresp_col1_stacks_in_149627,#stacks_in_149627 #jwresp_col3_stacks_in_149627,#stacks_in_149627 #jwresp_col2_stacks_in_149627{float:none;width:100%;display:block}#stacks_in_149627 #jwresp_col1_stacks_in_149627,#stacks_in_149627 #jwresp_col3_stacks_in_149627{margin-bottom:20px}} 
#stacks_in_149628 .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_149628 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149628 .fluid-image.unlimited img{width:100% !important}#stacks_in_149628 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149628 .fluid-image.align-left img{float:left}#stacks_in_149628 .fluid-image.align-right img{float:right}
/*
 * 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_149631 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149631 .theDivider1,
#simpleDivider_stacks_in_149631 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149631 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149631.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149631.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149631 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149631.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149631.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149631.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149631.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149632 .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_149632 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149632 .fluid-image.unlimited img{width:100% !important}#stacks_in_149632 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149632 .fluid-image.align-left img{float:left}#stacks_in_149632 .fluid-image.align-right img{float:right}
/*
 * 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_149635 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149635 .theDivider1,
#simpleDivider_stacks_in_149635 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149635 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149635.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149635.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149635 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149635.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149635.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149635.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149635.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149636 .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_149636 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149636 .fluid-image.unlimited img{width:100% !important}#stacks_in_149636 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149636 .fluid-image.align-left img{float:left}#stacks_in_149636 .fluid-image.align-right img{float:right}
/*
 * 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_149639 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149639 .theDivider1,
#simpleDivider_stacks_in_149639 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149639 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149639.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149639.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149639 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149639.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149639.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149639.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149639.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

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

#accordion_stacks_in_149641.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

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

#accordion_stacks_in_149641 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_149641 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_149641 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: #4C4C4C;
}
#accordion_stacks_in_149641 dt.accordionIconOn span.plusIcon:hover {color: #108080;}
#accordion_stacks_in_149641 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: #FC6666;
}


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

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

/* 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 */
}/*
 * 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_149642 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149642 .theDivider1,
#simpleDivider_stacks_in_149642 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149642 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149642.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149642.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149642 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149642.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149642.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149642.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149642.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_149644 {
	font-size: 115%;
}
#stacks_in_149645 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_149645 .jwresp_col{float:none} #stacks_in_149645 #jwresp_col2_stacks_in_149645{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_149645 #jwresp_col1_stacks_in_149645,#stacks_in_149645 #jwresp_col3_stacks_in_149645{width:32%}#stacks_in_149645 #jwresp_col1_stacks_in_149645{float:left}#stacks_in_149645 #jwresp_col3_stacks_in_149645{float:right} @media screen and (max-width:770px){#stacks_in_149645 #jwresp_col1_stacks_in_149645,#stacks_in_149645 #jwresp_col3_stacks_in_149645{margin-bottom:20px}#stacks_in_149645 #jwresp_col1_stacks_in_149645{width:49%}#stacks_in_149645 #jwresp_col3_stacks_in_149645{width:49%}#stacks_in_149645 #jwresp_col2_stacks_in_149645{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_149645 #jwresp_col1_stacks_in_149645,#stacks_in_149645 #jwresp_col3_stacks_in_149645,#stacks_in_149645 #jwresp_col2_stacks_in_149645{float:none;width:100%;display:block}#stacks_in_149645 #jwresp_col1_stacks_in_149645,#stacks_in_149645 #jwresp_col3_stacks_in_149645{margin-bottom:20px}} 
#stacks_in_149646 .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_149646 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149646 .fluid-image.unlimited img{width:100% !important}#stacks_in_149646 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149646 .fluid-image.align-left img{float:left}#stacks_in_149646 .fluid-image.align-right img{float:right}
/*
 * 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_149649 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149649 .theDivider1,
#simpleDivider_stacks_in_149649 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149649 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149649.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149649.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149649 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149649.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149649.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149649.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149649.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149650 .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_149650 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149650 .fluid-image.unlimited img{width:100% !important}#stacks_in_149650 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149650 .fluid-image.align-left img{float:left}#stacks_in_149650 .fluid-image.align-right img{float:right}
/*
 * 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_149653 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149653 .theDivider1,
#simpleDivider_stacks_in_149653 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149653 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149653.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149653.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149653 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149653.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149653.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149653.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149653.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149654 .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_149654 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149654 .fluid-image.unlimited img{width:100% !important}#stacks_in_149654 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149654 .fluid-image.align-left img{float:left}#stacks_in_149654 .fluid-image.align-right img{float:right}
/*
 * 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_149657 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149657 .theDivider1,
#simpleDivider_stacks_in_149657 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149657 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149657.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149657.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149657 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149657.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149657.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149657.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149657.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * 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_149658 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149658 .theDivider1,
#simpleDivider_stacks_in_149658 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149658 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149658.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149658.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149658 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149658.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149658.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149658.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149658.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149659 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_149659 .jwresp_col{float:none} #stacks_in_149659 #jwresp_col2_stacks_in_149659{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_149659 #jwresp_col1_stacks_in_149659,#stacks_in_149659 #jwresp_col3_stacks_in_149659{width:32%}#stacks_in_149659 #jwresp_col1_stacks_in_149659{float:left}#stacks_in_149659 #jwresp_col3_stacks_in_149659{float:right} @media screen and (max-width:770px){#stacks_in_149659 #jwresp_col1_stacks_in_149659,#stacks_in_149659 #jwresp_col3_stacks_in_149659{margin-bottom:20px}#stacks_in_149659 #jwresp_col1_stacks_in_149659{width:49%}#stacks_in_149659 #jwresp_col3_stacks_in_149659{width:49%}#stacks_in_149659 #jwresp_col2_stacks_in_149659{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_149659 #jwresp_col1_stacks_in_149659,#stacks_in_149659 #jwresp_col3_stacks_in_149659,#stacks_in_149659 #jwresp_col2_stacks_in_149659{float:none;width:100%;display:block}#stacks_in_149659 #jwresp_col1_stacks_in_149659,#stacks_in_149659 #jwresp_col3_stacks_in_149659{margin-bottom:20px}} 
#stacks_in_149660 .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_149660 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149660 .fluid-image.unlimited img{width:100% !important}#stacks_in_149660 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149660 .fluid-image.align-left img{float:left}#stacks_in_149660 .fluid-image.align-right img{float:right}
/*
 * 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_149663 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149663 .theDivider1,
#simpleDivider_stacks_in_149663 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149663 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149663.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149663.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149663 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149663.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149663.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149663.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149663.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149668 .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_149668 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_149668 .fluid-image.unlimited img{width:100% !important}#stacks_in_149668 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_149668 .fluid-image.align-left img{float:left}#stacks_in_149668 .fluid-image.align-right img{float:right}
/*
 * 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_149671 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_149671 .theDivider1,
#simpleDivider_stacks_in_149671 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149671 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149671.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149671.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149671 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149671.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149671.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149671.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149671.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * 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_149674 {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#simpleDivider_stacks_in_149674 .theDivider1,
#simpleDivider_stacks_in_149674 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149674 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149674.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149674.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149674 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149674.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149674.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149674.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149674.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_149675 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_149675 .jwresp_col{float:none} #stacks_in_149675 #jwresp_col2_stacks_in_149675{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_149675 #jwresp_col1_stacks_in_149675,#stacks_in_149675 #jwresp_col3_stacks_in_149675{width:32%}#stacks_in_149675 #jwresp_col1_stacks_in_149675{float:left}#stacks_in_149675 #jwresp_col3_stacks_in_149675{float:right} @media screen and (max-width:770px){#stacks_in_149675 #jwresp_col1_stacks_in_149675,#stacks_in_149675 #jwresp_col3_stacks_in_149675{margin-bottom:20px}#stacks_in_149675 #jwresp_col1_stacks_in_149675{width:49%}#stacks_in_149675 #jwresp_col3_stacks_in_149675{width:49%}#stacks_in_149675 #jwresp_col2_stacks_in_149675{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_149675 #jwresp_col1_stacks_in_149675,#stacks_in_149675 #jwresp_col3_stacks_in_149675,#stacks_in_149675 #jwresp_col2_stacks_in_149675{float:none;width:100%;display:block}#stacks_in_149675 #jwresp_col1_stacks_in_149675,#stacks_in_149675 #jwresp_col3_stacks_in_149675{margin-bottom:20px}} 



#stacks_in_149688 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_149688 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_149688 .sweet_button_wrapper {
		
			height:22px;
		
	}

	

	#stacks_in_149688 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_149688 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 20px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:0px;
	background:rgba(254, 204, 102, 1.00);
}
#stacks_in_149688 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_149688 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}






	#stacks_in_149688 .button_label {
		width:105px;
	}
	#stacks_in_149688 .button_icon {
		width:25px;
	}



#stacks_in_149688 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(255, 224, 122, 1.00);
}
#stacks_in_149688 .sweet_button:active{
	background: rgba(234, 184, 82, 1.00);
}
#stacks_in_149688 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_149688 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_149688 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







#stacks_in_149688 .sweet_button.candy {
	background: rgba(254, 204, 102, 1.00);
	background: linear-gradient(top, rgba(255, 255, 183, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%, rgba(255, 234, 132, 1.00) 75%, rgba(255, 255, 153, 1.00) 100%);
}
#stacks_in_149688 .sweet_button.candy:hover {
	background: rgba(255, 224, 122, 1.00);
	background: linear-gradient(top, rgba(255, 255, 193, 1.00) 0%, rgba(255, 244, 142, 1.00) 50%, rgba(255, 224, 122, 1.00) 50%, rgba(255, 255, 163, 1.00) 100%);
}
#stacks_in_149688 .sweet_button.candy:active{
	background: rgba(234, 184, 82, 1.00);
	background: linear-gradient(top, rgba(255, 255, 163, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%,  rgba(255, 255, 132, 1.00) 100%);
}
#stacks_in_149688 .sweet_button.candy.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(68, 203, 81, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%, rgba(68, 143, 75, 1.00) 75%, rgba(57, 169, 67, 1.00) 100%);
}
#stacks_in_149688 .sweet_button.candy.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(72, 214, 85, 1.00) 0%, rgba(78, 153, 85, 1.00) 50%, rgba(58, 133, 65, 1.00) 50%, rgba(60, 180, 72, 1.00) 100%);
}
#stacks_in_149688 .sweet_button.candy.clicked:active{
	background: rgba(18, 93, 25, 1.00);
	background: linear-gradient(top, rgba(60, 180, 72, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%,  rgba(49, 146, 58, 1.00) 100%);
}

/*
 * 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_149690 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_149690 .theDivider1,
#simpleDivider_stacks_in_149690 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149690 .theDivider1 {
	height: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149690.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149690.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149690 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149690.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149690.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149690.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149690.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * 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_149703 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_149703 .theDivider1,
#simpleDivider_stacks_in_149703 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149703 .theDivider1 {
	height: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149703.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149703.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149703 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149703.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149703.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149703.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149703.bgImageOn .theDivider1 img {
	display: block;
}




#stacks_in_149704 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_149704 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_149704 .sweet_button_wrapper {
		
			height:22px;
		
	}

	

	#stacks_in_149704 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_149704 .sweet_button {
	cursor: alias;
	display:inline-block;
	margin:0;
	padding:0px 20px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:0px;
	background:rgba(251, 2, 255, 1.00);
}
#stacks_in_149704 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_149704 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}






	#stacks_in_149704 .button_label {
		width:105px;
	}
	#stacks_in_149704 .button_icon {
		width:25px;
	}



#stacks_in_149704 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(255, 22, 255, 1.00);
}
#stacks_in_149704 .sweet_button:active{
	background: rgba(231, 0, 235, 1.00);
}
#stacks_in_149704 .sweet_button.clicked {
	background: rgba(254, 204, 102, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_149704 .sweet_button.clicked:hover {
	background: rgba(255, 224, 122, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_149704 .sweet_button.clicked:active{
	background: rgba(234, 184, 82, 1.00);
}







#stacks_in_149704 .sweet_button.candy {
	background: rgba(251, 2, 255, 1.00);
	background: linear-gradient(top, rgba(255, 3, 255, 1.00) 0%, rgba(255, 22, 255, 1.00) 50%, rgba(251, 2, 255, 1.00) 50%, rgba(255, 32, 255, 1.00) 75%, rgba(255, 3, 255, 1.00) 100%);
}
#stacks_in_149704 .sweet_button.candy:hover {
	background: rgba(255, 22, 255, 1.00);
	background: linear-gradient(top, rgba(255, 3, 255, 1.00) 0%, rgba(255, 42, 255, 1.00) 50%, rgba(255, 22, 255, 1.00) 50%, rgba(255, 3, 255, 1.00) 100%);
}
#stacks_in_149704 .sweet_button.candy:active{
	background: rgba(231, 0, 235, 1.00);
	background: linear-gradient(top, rgba(255, 3, 255, 1.00) 0%, rgba(255, 22, 255, 1.00) 50%, rgba(251, 2, 255, 1.00) 50%,  rgba(255, 2, 255, 1.00) 100%);
}
#stacks_in_149704 .sweet_button.candy.clicked {
	background: rgba(254, 204, 102, 1.00);
	background: linear-gradient(top, rgba(255, 255, 183, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%, rgba(255, 234, 132, 1.00) 75%, rgba(255, 255, 153, 1.00) 100%);
}
#stacks_in_149704 .sweet_button.candy.clicked:hover {
	background: rgba(255, 234, 132, 1.00);
	background: linear-gradient(top, rgba(255, 255, 193, 1.00) 0%, rgba(255, 244, 142, 1.00) 50%, rgba(255, 224, 122, 1.00) 50%, rgba(255, 255, 163, 1.00) 100%);
}
#stacks_in_149704 .sweet_button.candy.clicked:active{
	background: rgba(234, 184, 82, 1.00);
	background: linear-gradient(top, rgba(255, 255, 163, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%,  rgba(255, 255, 132, 1.00) 100%);
}




#stacks_in_149682 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_149682 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_149682 .sweet_button_wrapper {
		
			height:22px;
		
	}

	

	#stacks_in_149682 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_149682 .sweet_button {
	cursor: not-allowed;
	display:inline-block;
	margin:0;
	padding:0px 20px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:0px;
	background:rgba(16, 128, 128, 1.00);
}
#stacks_in_149682 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_149682 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}






	#stacks_in_149682 .button_label {
		width:105px;
	}
	#stacks_in_149682 .button_icon {
		width:25px;
	}



#stacks_in_149682 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(36, 148, 148, 1.00);
}
#stacks_in_149682 .sweet_button:active{
	background: rgba(0, 108, 108, 1.00);
}
#stacks_in_149682 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_149682 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_149682 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







#stacks_in_149682 .sweet_button.candy {
	background: rgba(16, 128, 128, 1.00);
	background: linear-gradient(top, rgba(28, 230, 230, 1.00) 0%, rgba(36, 148, 148, 1.00) 50%, rgba(16, 128, 128, 1.00) 50%, rgba(46, 158, 158, 1.00) 75%, rgba(24, 192, 192, 1.00) 100%);
}
#stacks_in_149682 .sweet_button.candy:hover {
	background: rgba(36, 148, 148, 1.00);
	background: linear-gradient(top, rgba(30, 243, 243, 1.00) 0%, rgba(56, 168, 168, 1.00) 50%, rgba(36, 148, 148, 1.00) 50%, rgba(25, 204, 204, 1.00) 100%);
}
#stacks_in_149682 .sweet_button.candy:active{
	background: rgba(0, 108, 108, 1.00);
	background: linear-gradient(top, rgba(25, 204, 204, 1.00) 0%, rgba(36, 148, 148, 1.00) 50%, rgba(16, 128, 128, 1.00) 50%,  rgba(20, 166, 166, 1.00) 100%);
}
#stacks_in_149682 .sweet_button.candy.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(68, 203, 81, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%, rgba(68, 143, 75, 1.00) 75%, rgba(57, 169, 67, 1.00) 100%);
}
#stacks_in_149682 .sweet_button.candy.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(72, 214, 85, 1.00) 0%, rgba(78, 153, 85, 1.00) 50%, rgba(58, 133, 65, 1.00) 50%, rgba(60, 180, 72, 1.00) 100%);
}
#stacks_in_149682 .sweet_button.candy.clicked:active{
	background: rgba(18, 93, 25, 1.00);
	background: linear-gradient(top, rgba(60, 180, 72, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%,  rgba(49, 146, 58, 1.00) 100%);
}

/*
 * 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_149684 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_149684 .theDivider1,
#simpleDivider_stacks_in_149684 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149684 .theDivider1 {
	height: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149684.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149684.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149684 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149684.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149684.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149684.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149684.bgImageOn .theDivider1 img {
	display: block;
}




#stacks_in_149685 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_149685 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_149685 .sweet_button_wrapper {
		
			height:22px;
		
	}

	

	#stacks_in_149685 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_149685 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 20px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:0px;
	background:rgba(128, 0, 255, 1.00);
}
#stacks_in_149685 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_149685 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}






	#stacks_in_149685 .button_label {
		width:105px;
	}
	#stacks_in_149685 .button_icon {
		width:25px;
	}



#stacks_in_149685 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(148, 20, 255, 1.00);
}
#stacks_in_149685 .sweet_button:active{
	background: rgba(108, 0, 235, 1.00);
}
#stacks_in_149685 .sweet_button.clicked {
	background: rgba(254, 204, 102, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_149685 .sweet_button.clicked:hover {
	background: rgba(255, 224, 122, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_149685 .sweet_button.clicked:active{
	background: rgba(234, 184, 82, 1.00);
}







#stacks_in_149685 .sweet_button.candy {
	background: rgba(128, 0, 255, 1.00);
	background: linear-gradient(top, rgba(230, 0, 255, 1.00) 0%, rgba(148, 20, 255, 1.00) 50%, rgba(128, 0, 255, 1.00) 50%, rgba(158, 30, 255, 1.00) 75%, rgba(192, 0, 255, 1.00) 100%);
}
#stacks_in_149685 .sweet_button.candy:hover {
	background: rgba(148, 20, 255, 1.00);
	background: linear-gradient(top, rgba(243, 0, 255, 1.00) 0%, rgba(168, 40, 255, 1.00) 50%, rgba(148, 20, 255, 1.00) 50%, rgba(204, 0, 255, 1.00) 100%);
}
#stacks_in_149685 .sweet_button.candy:active{
	background: rgba(108, 0, 235, 1.00);
	background: linear-gradient(top, rgba(204, 0, 255, 1.00) 0%, rgba(148, 20, 255, 1.00) 50%, rgba(128, 0, 255, 1.00) 50%,  rgba(166, 0, 255, 1.00) 100%);
}
#stacks_in_149685 .sweet_button.candy.clicked {
	background: rgba(254, 204, 102, 1.00);
	background: linear-gradient(top, rgba(255, 255, 183, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%, rgba(255, 234, 132, 1.00) 75%, rgba(255, 255, 153, 1.00) 100%);
}
#stacks_in_149685 .sweet_button.candy.clicked:hover {
	background: rgba(255, 234, 132, 1.00);
	background: linear-gradient(top, rgba(255, 255, 193, 1.00) 0%, rgba(255, 244, 142, 1.00) 50%, rgba(255, 224, 122, 1.00) 50%, rgba(255, 255, 163, 1.00) 100%);
}
#stacks_in_149685 .sweet_button.candy.clicked:active{
	background: rgba(234, 184, 82, 1.00);
	background: linear-gradient(top, rgba(255, 255, 163, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%,  rgba(255, 255, 132, 1.00) 100%);
}




#stacks_in_149691 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_149691 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_149691 .sweet_button_wrapper {
		
			height:22px;
		
	}

	

	#stacks_in_149691 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_149691 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 20px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:0px;
	background:rgba(128, 0, 2, 1.00);
}
#stacks_in_149691 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_149691 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}






	#stacks_in_149691 .button_label {
		width:105px;
	}
	#stacks_in_149691 .button_icon {
		width:25px;
	}



#stacks_in_149691 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(148, 20, 22, 1.00);
}
#stacks_in_149691 .sweet_button:active{
	background: rgba(108, 0, 0, 1.00);
}
#stacks_in_149691 .sweet_button.clicked {
	background: rgba(254, 204, 102, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_149691 .sweet_button.clicked:hover {
	background: rgba(255, 224, 122, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_149691 .sweet_button.clicked:active{
	background: rgba(234, 184, 82, 1.00);
}







#stacks_in_149691 .sweet_button.candy {
	background: rgba(128, 0, 2, 1.00);
	background: linear-gradient(top, rgba(230, 0, 3, 1.00) 0%, rgba(148, 20, 22, 1.00) 50%, rgba(128, 0, 2, 1.00) 50%, rgba(158, 30, 32, 1.00) 75%, rgba(192, 0, 3, 1.00) 100%);
}
#stacks_in_149691 .sweet_button.candy:hover {
	background: rgba(148, 20, 22, 1.00);
	background: linear-gradient(top, rgba(243, 0, 3, 1.00) 0%, rgba(168, 40, 42, 1.00) 50%, rgba(148, 20, 22, 1.00) 50%, rgba(204, 0, 3, 1.00) 100%);
}
#stacks_in_149691 .sweet_button.candy:active{
	background: rgba(108, 0, 0, 1.00);
	background: linear-gradient(top, rgba(204, 0, 3, 1.00) 0%, rgba(148, 20, 22, 1.00) 50%, rgba(128, 0, 2, 1.00) 50%,  rgba(166, 0, 2, 1.00) 100%);
}
#stacks_in_149691 .sweet_button.candy.clicked {
	background: rgba(254, 204, 102, 1.00);
	background: linear-gradient(top, rgba(255, 255, 183, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%, rgba(255, 234, 132, 1.00) 75%, rgba(255, 255, 153, 1.00) 100%);
}
#stacks_in_149691 .sweet_button.candy.clicked:hover {
	background: rgba(255, 234, 132, 1.00);
	background: linear-gradient(top, rgba(255, 255, 193, 1.00) 0%, rgba(255, 244, 142, 1.00) 50%, rgba(255, 224, 122, 1.00) 50%, rgba(255, 255, 163, 1.00) 100%);
}
#stacks_in_149691 .sweet_button.candy.clicked:active{
	background: rgba(234, 184, 82, 1.00);
	background: linear-gradient(top, rgba(255, 255, 163, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%,  rgba(255, 255, 132, 1.00) 100%);
}

/*
 * 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_149692 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_149692 .theDivider1,
#simpleDivider_stacks_in_149692 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149692 .theDivider1 {
	height: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149692.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149692.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149692 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149692.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149692.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149692.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149692.bgImageOn .theDivider1 img {
	display: block;
}




#stacks_in_149693 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_149693 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_149693 .sweet_button_wrapper {
		
			height:22px;
		
	}

	

	#stacks_in_149693 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_149693 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 20px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:0px;
	background:rgba(33, 255, 128, 1.00);
}
#stacks_in_149693 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_149693 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}






	#stacks_in_149693 .button_label {
		width:105px;
	}
	#stacks_in_149693 .button_icon {
		width:25px;
	}



#stacks_in_149693 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(53, 255, 148, 1.00);
}
#stacks_in_149693 .sweet_button:active{
	background: rgba(13, 235, 108, 1.00);
}
#stacks_in_149693 .sweet_button.clicked {
	background: rgba(254, 204, 102, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_149693 .sweet_button.clicked:hover {
	background: rgba(255, 224, 122, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_149693 .sweet_button.clicked:active{
	background: rgba(234, 184, 82, 1.00);
}







#stacks_in_149693 .sweet_button.candy {
	background: rgba(33, 255, 128, 1.00);
	background: linear-gradient(top, rgba(59, 255, 230, 1.00) 0%, rgba(53, 255, 148, 1.00) 50%, rgba(33, 255, 128, 1.00) 50%, rgba(63, 255, 158, 1.00) 75%, rgba(49, 255, 192, 1.00) 100%);
}
#stacks_in_149693 .sweet_button.candy:hover {
	background: rgba(53, 255, 148, 1.00);
	background: linear-gradient(top, rgba(62, 255, 243, 1.00) 0%, rgba(73, 255, 168, 1.00) 50%, rgba(53, 255, 148, 1.00) 50%, rgba(52, 255, 204, 1.00) 100%);
}
#stacks_in_149693 .sweet_button.candy:active{
	background: rgba(13, 235, 108, 1.00);
	background: linear-gradient(top, rgba(52, 255, 204, 1.00) 0%, rgba(53, 255, 148, 1.00) 50%, rgba(33, 255, 128, 1.00) 50%,  rgba(42, 255, 166, 1.00) 100%);
}
#stacks_in_149693 .sweet_button.candy.clicked {
	background: rgba(254, 204, 102, 1.00);
	background: linear-gradient(top, rgba(255, 255, 183, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%, rgba(255, 234, 132, 1.00) 75%, rgba(255, 255, 153, 1.00) 100%);
}
#stacks_in_149693 .sweet_button.candy.clicked:hover {
	background: rgba(255, 234, 132, 1.00);
	background: linear-gradient(top, rgba(255, 255, 193, 1.00) 0%, rgba(255, 244, 142, 1.00) 50%, rgba(255, 224, 122, 1.00) 50%, rgba(255, 255, 163, 1.00) 100%);
}
#stacks_in_149693 .sweet_button.candy.clicked:active{
	background: rgba(234, 184, 82, 1.00);
	background: linear-gradient(top, rgba(255, 255, 163, 1.00) 0%, rgba(255, 224, 122, 1.00) 50%, rgba(254, 204, 102, 1.00) 50%,  rgba(255, 255, 132, 1.00) 100%);
}

/*
 * 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_149293 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149293 .theDivider1,
#simpleDivider_stacks_in_149293 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_149293 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_149293.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_149293.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149293 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_149293.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_149293.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_149293.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_149293.bgImageOn .theDivider1 img {
	display: block;
}

