#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_166741, #accordion_stacks_in_166741 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_166741.fixedHeightOn {height: 500px;}

#accordion_stacks_in_166741 .accordion dt, #accordion_stacks_in_166741 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_166741 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_166741 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_166741 .accordion {overflow: hidden;}
#accordion_stacks_in_166741 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_166741 .accordion dt, */#accordion_stacks_in_166741 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_166741 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_166741 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_166741 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_166741 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_166741 .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: #E6E6E6;
	border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
}
#accordion_stacks_in_166741 .accordion dt a:hover {color: #FFCC66 !important;}
#accordion_stacks_in_166741 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_166741 .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_166741 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_166741 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_166741 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_166741 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_166741 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_166741 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_166741 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_166741 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_166741 .accordionTheme2 {
	border-radius: 0px;
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_166741 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #800000;
}
#accordion_stacks_in_166741 .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_166741 .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 #800000;
}
#accordion_stacks_in_166741 .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_166741 .accordionTheme2 dt {
	border-bottom: solid 0px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_166743 {
	font-size: 115%;
}
/*
 * 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_167833 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167833 .theDivider1,
#simpleDivider_stacks_in_167833 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167833 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167833.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167833.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167833 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167833.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167833.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167833.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167833.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167827 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167827 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_167827 #jwresp_col2_stacks_in_167827{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_167827 #jwresp_col1_stacks_in_167827,#stacks_in_167827 #jwresp_col2_stacks_in_167827{width:100%;float:none;display:block}#stacks_in_167827 #jwresp_col1_stacks_in_167827{margin-bottom:15px}}
/*
 * 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_168302 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168302 .theDivider1,
#simpleDivider_stacks_in_168302 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168302 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168302.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168302.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168302 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168302.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168302.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168302.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168302.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_167832 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167832 .theDivider1,
#simpleDivider_stacks_in_167832 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167832 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167832.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167832.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167832 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167832.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167832.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167832.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167832.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167811 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167811 .jwresp_col{overflow:hidden;margin:0;width:45%; float:right;}#stacks_in_167811 #jwresp_col2_stacks_in_167811{ float:left; width:53%}@media screen and (max-width:500px){#stacks_in_167811 #jwresp_col1_stacks_in_167811,#stacks_in_167811 #jwresp_col2_stacks_in_167811{width:100%;float:none;display:block}#stacks_in_167811 #jwresp_col1_stacks_in_167811{margin-bottom:15px}}
 #caption_stacks_in_167838{color:#000000} #caption_stacks_in_167838{text-align:center;margin-top:10px;font-size:14px;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_168303 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168303 .theDivider1,
#simpleDivider_stacks_in_168303 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168303 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168303.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168303.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168303 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168303.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168303.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168303.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168303.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_166885, #accordion_stacks_in_166885 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_166885.fixedHeightOn {height: 500px;}

#accordion_stacks_in_166885 .accordion dt, #accordion_stacks_in_166885 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_166885 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_166885 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_166885 .accordion {overflow: hidden;}
#accordion_stacks_in_166885 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_166885 .accordion dt, */#accordion_stacks_in_166885 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_166885 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_166885 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_166885 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_166885 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_166885 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_166885 .accordion dt a:hover {color: #FFCC66 !important;}
#accordion_stacks_in_166885 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_166885 .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_166885 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_166885 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_166885 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_166885 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_166885 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_166885 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_166885 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_166885 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_166885 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_166885 .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_166885 .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_166885 .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_166885 .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_166885 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_166888 {
	font-size: 115%;
}
#stacks_in_166889 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166889 .jwresp_col{float:none} #stacks_in_166889 #jwresp_col2_stacks_in_166889{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166889 #jwresp_col1_stacks_in_166889,#stacks_in_166889 #jwresp_col3_stacks_in_166889{width:32%}#stacks_in_166889 #jwresp_col1_stacks_in_166889{float:left}#stacks_in_166889 #jwresp_col3_stacks_in_166889{float:right} @media screen and (max-width:770px){#stacks_in_166889 #jwresp_col1_stacks_in_166889,#stacks_in_166889 #jwresp_col3_stacks_in_166889{margin-bottom:20px}#stacks_in_166889 #jwresp_col1_stacks_in_166889{width:49%}#stacks_in_166889 #jwresp_col3_stacks_in_166889{width:49%}#stacks_in_166889 #jwresp_col2_stacks_in_166889{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166889 #jwresp_col1_stacks_in_166889,#stacks_in_166889 #jwresp_col3_stacks_in_166889,#stacks_in_166889 #jwresp_col2_stacks_in_166889{float:none;width:100%;display:block}#stacks_in_166889 #jwresp_col1_stacks_in_166889,#stacks_in_166889 #jwresp_col3_stacks_in_166889{margin-bottom:20px}} 

#stacks_in_166889 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_166893{color:#4C4C4C} #caption_stacks_in_166893{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166897{color:#4C4C4C} #caption_stacks_in_166897{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
#stacks_in_166901 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166901 .jwresp_col{float:none} #stacks_in_166901 #jwresp_col2_stacks_in_166901{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166901 #jwresp_col1_stacks_in_166901,#stacks_in_166901 #jwresp_col3_stacks_in_166901{width:32%}#stacks_in_166901 #jwresp_col1_stacks_in_166901{float:left}#stacks_in_166901 #jwresp_col3_stacks_in_166901{float:right} @media screen and (max-width:770px){#stacks_in_166901 #jwresp_col1_stacks_in_166901,#stacks_in_166901 #jwresp_col3_stacks_in_166901{margin-bottom:20px}#stacks_in_166901 #jwresp_col1_stacks_in_166901{width:49%}#stacks_in_166901 #jwresp_col3_stacks_in_166901{width:49%}#stacks_in_166901 #jwresp_col2_stacks_in_166901{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166901 #jwresp_col1_stacks_in_166901,#stacks_in_166901 #jwresp_col3_stacks_in_166901,#stacks_in_166901 #jwresp_col2_stacks_in_166901{float:none;width:100%;display:block}#stacks_in_166901 #jwresp_col1_stacks_in_166901,#stacks_in_166901 #jwresp_col3_stacks_in_166901{margin-bottom:20px}} 

#stacks_in_166901 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_166902{color:#4C4C4C} #caption_stacks_in_166902{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166906{color:#4C4C4C} #caption_stacks_in_166906{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166910{color:#4C4C4C} #caption_stacks_in_166910{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_168301 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168301 .theDivider1,
#simpleDivider_stacks_in_168301 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168301 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168301.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168301.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168301 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168301.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168301.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168301.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168301.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_166886, #accordion_stacks_in_166886 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_166886.fixedHeightOn {height: 500px;}

#accordion_stacks_in_166886 .accordion dt, #accordion_stacks_in_166886 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_166886 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_166886 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_166886 .accordion {overflow: hidden;}
#accordion_stacks_in_166886 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_166886 .accordion dt, */#accordion_stacks_in_166886 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_166886 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_166886 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_166886 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_166886 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_166886 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_166886 .accordion dt a:hover {color: #FFCC66 !important;}
#accordion_stacks_in_166886 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_166886 .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_166886 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_166886 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_166886 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_166886 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_166886 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_166886 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_166886 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_166886 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_166886 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_166886 .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_166886 .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_166886 .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_166886 .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_166886 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_166917 {
	font-size: 115%;
}
#stacks_in_166918{text-align:center}#stacks_in_166918 img{cursor:pointer;border-color:#000000;border-width:0px;border-style:solid}    #stacks_in_166918 .zoom_hover_img{border-style:none;}.jqfancyzoombox{z-index:9998}.jqfancyzoomclosebox{z-index:9999}
/*
 * 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_168300 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168300 .theDivider1,
#simpleDivider_stacks_in_168300 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168300 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168300.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168300.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168300 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168300.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168300.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168300.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168300.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_167075, #accordion_stacks_in_167075 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167075.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167075 .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_167075 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167075 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167075 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167075 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167075 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167075 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_167075 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167075 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167075 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167075 .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_167075 .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_167075 .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_167075 .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_167075 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167079 {
	font-size: 115%;
}
@media (max-width: 768px) {
	#stacks_in_167081 .multicolumn{
	  	-moz-column-count: 1; 
		-moz-column-gap: 34px; 
		-moz-column-rule: 0px solid #000000; 
		-webkit-column-count: 1; 
		-webkit-column-gap: 34px; 
		-webkit-column-rule: 0px solid #000000;

	}	
}
@media (min-width: 768px) {
	#stacks_in_167081 .multicolumn{
	  	-moz-column-count: 2; 
		-moz-column-gap: 34px; 
		-moz-column-rule: 0px solid #000000; 
		-webkit-column-count: 2; 
		-webkit-column-gap: 34px; 
		-webkit-column-rule: 0px solid #000000;

	}	
}
@media (min-width: 1024px) {
	#stacks_in_167081 .multicolumn{
	  	-moz-column-count: 3; 
		-moz-column-gap: 34px; 
		-moz-column-rule: 0px solid #000000; 
		-webkit-column-count: 3; 
		-webkit-column-gap: 34px; 
		-webkit-column-rule: 0px solid #000000;

	}	
}

#stacks_in_167081 {
	margin:  5px;
	padding:  5px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167083 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167083 .theDivider1, #simpleDivider_stacks_in_167083 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167083 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167083 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167084 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167084 .jwresp_col{float:none} #stacks_in_167084 #jwresp_col2_stacks_in_167084{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167084 #jwresp_col1_stacks_in_167084,#stacks_in_167084 #jwresp_col3_stacks_in_167084{width:32%}#stacks_in_167084 #jwresp_col1_stacks_in_167084{float:left}#stacks_in_167084 #jwresp_col3_stacks_in_167084{float:right} @media screen and (max-width:770px){#stacks_in_167084 #jwresp_col1_stacks_in_167084,#stacks_in_167084 #jwresp_col3_stacks_in_167084{margin-bottom:20px}#stacks_in_167084 #jwresp_col1_stacks_in_167084{width:49%}#stacks_in_167084 #jwresp_col3_stacks_in_167084{width:49%}#stacks_in_167084 #jwresp_col2_stacks_in_167084{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167084 #jwresp_col1_stacks_in_167084,#stacks_in_167084 #jwresp_col3_stacks_in_167084,#stacks_in_167084 #jwresp_col2_stacks_in_167084{float:none;width:100%;display:block}#stacks_in_167084 #jwresp_col1_stacks_in_167084,#stacks_in_167084 #jwresp_col3_stacks_in_167084{margin-bottom:20px}} 

#stacks_in_167084 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167085{color:#4C4C4C} #caption_stacks_in_167085{text-align:left;margin-top:5px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167089{color:#4C4C4C} #caption_stacks_in_167089{text-align:left;margin-top:5px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167093{color:#000000} #caption_stacks_in_167093{text-align:center;margin-top:5px;font-size:15px;font-weight:normal}
#stacks_in_167097 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167097 .jwresp_col{float:none} #stacks_in_167097 #jwresp_col2_stacks_in_167097{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167097 #jwresp_col1_stacks_in_167097,#stacks_in_167097 #jwresp_col3_stacks_in_167097{width:32%}#stacks_in_167097 #jwresp_col1_stacks_in_167097{float:left}#stacks_in_167097 #jwresp_col3_stacks_in_167097{float:right} @media screen and (max-width:770px){#stacks_in_167097 #jwresp_col1_stacks_in_167097,#stacks_in_167097 #jwresp_col3_stacks_in_167097{margin-bottom:20px}#stacks_in_167097 #jwresp_col1_stacks_in_167097{width:49%}#stacks_in_167097 #jwresp_col3_stacks_in_167097{width:49%}#stacks_in_167097 #jwresp_col2_stacks_in_167097{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167097 #jwresp_col1_stacks_in_167097,#stacks_in_167097 #jwresp_col3_stacks_in_167097,#stacks_in_167097 #jwresp_col2_stacks_in_167097{float:none;width:100%;display:block}#stacks_in_167097 #jwresp_col1_stacks_in_167097,#stacks_in_167097 #jwresp_col3_stacks_in_167097{margin-bottom:20px}} 

#stacks_in_167097 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167099{color:#4C4C4C} #caption_stacks_in_167099{text-align:left;margin-top:5px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167108{color:#4C4C4C} #caption_stacks_in_167108{text-align:left;margin-top:5px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167112 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167112 .theDivider1, #simpleDivider_stacks_in_167112 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167112 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167112 .theDivider2 {
	height: 4px;
	background-color: #008080;
}
/*
 * 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_168299 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168299 .theDivider1,
#simpleDivider_stacks_in_168299 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168299 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168299.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168299.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168299 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168299.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168299.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168299.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168299.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_167076, #accordion_stacks_in_167076 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167076.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167076 .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_167076 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167076 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167076 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167076 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167076 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167076 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_167076 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167076 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167076 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167076 .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_167076 .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_167076 .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_167076 .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_167076 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167116 {
	font-size: 115%;
}
#stacks_in_167120 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167120 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167120 .jwresp_col_wrapper.right{float:right}#stacks_in_167120 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167120 #jwresp_col2_stacks_in_167120,#stacks_in_167120 #jwresp_col4_stacks_in_167120{float:right}#stacks_in_167120 #jwresp_col1_stacks_in_167120,#stacks_in_167120 #jwresp_col3_stacks_in_167120{margin-right:2} @media screen and (max-width:770px){#stacks_in_167120 .jwresp_col_wrapper.left,#stacks_in_167120 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167120 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167120 .jwresp_col{width:49%}#stacks_in_167120 #jwresp_col1_stacks_in_167120,#stacks_in_167120 #jwresp_col3_stacks_in_167120{margin:0}}  @media screen and (max-width:500px){#stacks_in_167120 .jwresp_col{width:100%;display:block}#stacks_in_167120 #jwresp_col1_stacks_in_167120,#stacks_in_167120 #jwresp_col2_stacks_in_167120,#stacks_in_167120 #jwresp_col3_stacks_in_167120{margin:0;margin-bottom:20px}#stacks_in_167120 #jwresp_col4_stacks_in_167120{margin:0}#stacks_in_167120 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_167120 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167121{color:#000000} #caption_stacks_in_167121{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167126{color:#4C4C4C} #caption_stacks_in_167126{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167131{color:#4C4C4C} #caption_stacks_in_167131{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167135{color:#4C4C4C} #caption_stacks_in_167135{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
#stacks_in_167139 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167139 .jwresp_col{float:none} #stacks_in_167139 #jwresp_col2_stacks_in_167139{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167139 #jwresp_col1_stacks_in_167139,#stacks_in_167139 #jwresp_col3_stacks_in_167139{width:32%}#stacks_in_167139 #jwresp_col1_stacks_in_167139{float:left}#stacks_in_167139 #jwresp_col3_stacks_in_167139{float:right} @media screen and (max-width:770px){#stacks_in_167139 #jwresp_col1_stacks_in_167139,#stacks_in_167139 #jwresp_col3_stacks_in_167139{margin-bottom:20px}#stacks_in_167139 #jwresp_col1_stacks_in_167139{width:49%}#stacks_in_167139 #jwresp_col3_stacks_in_167139{width:49%}#stacks_in_167139 #jwresp_col2_stacks_in_167139{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167139 #jwresp_col1_stacks_in_167139,#stacks_in_167139 #jwresp_col3_stacks_in_167139,#stacks_in_167139 #jwresp_col2_stacks_in_167139{float:none;width:100%;display:block}#stacks_in_167139 #jwresp_col1_stacks_in_167139,#stacks_in_167139 #jwresp_col3_stacks_in_167139{margin-bottom:20px}} 

#stacks_in_167139 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167140{color:#4C4C4C} #caption_stacks_in_167140{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167144{color:#4C4C4C} #caption_stacks_in_167144{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167148{color:#000000} #caption_stacks_in_167148{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167154 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167154 .theDivider1, #simpleDivider_stacks_in_167154 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167154 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167154 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167158 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167158 .jwresp_col{float:none} #stacks_in_167158 #jwresp_col2_stacks_in_167158{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167158 #jwresp_col1_stacks_in_167158,#stacks_in_167158 #jwresp_col3_stacks_in_167158{width:32%}#stacks_in_167158 #jwresp_col1_stacks_in_167158{float:left}#stacks_in_167158 #jwresp_col3_stacks_in_167158{float:right} @media screen and (max-width:770px){#stacks_in_167158 #jwresp_col1_stacks_in_167158,#stacks_in_167158 #jwresp_col3_stacks_in_167158{margin-bottom:20px}#stacks_in_167158 #jwresp_col1_stacks_in_167158{width:49%}#stacks_in_167158 #jwresp_col3_stacks_in_167158{width:49%}#stacks_in_167158 #jwresp_col2_stacks_in_167158{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167158 #jwresp_col1_stacks_in_167158,#stacks_in_167158 #jwresp_col3_stacks_in_167158,#stacks_in_167158 #jwresp_col2_stacks_in_167158{float:none;width:100%;display:block}#stacks_in_167158 #jwresp_col1_stacks_in_167158,#stacks_in_167158 #jwresp_col3_stacks_in_167158{margin-bottom:20px}} 

#stacks_in_167158 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167159{color:#4C4C4C} #caption_stacks_in_167159{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167163{color:#000000} #caption_stacks_in_167163{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167168{color:#000000} #caption_stacks_in_167168{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167173 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167173 .theDivider1, #simpleDivider_stacks_in_167173 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167173 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167173 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167176 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167176 .jwresp_col{float:none} #stacks_in_167176 #jwresp_col2_stacks_in_167176{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167176 #jwresp_col1_stacks_in_167176,#stacks_in_167176 #jwresp_col3_stacks_in_167176{width:32%}#stacks_in_167176 #jwresp_col1_stacks_in_167176{float:left}#stacks_in_167176 #jwresp_col3_stacks_in_167176{float:right} @media screen and (max-width:770px){#stacks_in_167176 #jwresp_col1_stacks_in_167176,#stacks_in_167176 #jwresp_col3_stacks_in_167176{margin-bottom:20px}#stacks_in_167176 #jwresp_col1_stacks_in_167176{width:49%}#stacks_in_167176 #jwresp_col3_stacks_in_167176{width:49%}#stacks_in_167176 #jwresp_col2_stacks_in_167176{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167176 #jwresp_col1_stacks_in_167176,#stacks_in_167176 #jwresp_col3_stacks_in_167176,#stacks_in_167176 #jwresp_col2_stacks_in_167176{float:none;width:100%;display:block}#stacks_in_167176 #jwresp_col1_stacks_in_167176,#stacks_in_167176 #jwresp_col3_stacks_in_167176{margin-bottom:20px}} 

#stacks_in_167176 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167177{color:#4C4C4C} #caption_stacks_in_167177{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167181{color:#4C4C4C} #caption_stacks_in_167181{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167185{color:#4C4C4C} #caption_stacks_in_167185{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167189 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167189 .theDivider1, #simpleDivider_stacks_in_167189 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167189 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167189 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167192 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167192 .jwresp_col{float:none} #stacks_in_167192 #jwresp_col2_stacks_in_167192{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167192 #jwresp_col1_stacks_in_167192,#stacks_in_167192 #jwresp_col3_stacks_in_167192{width:32%}#stacks_in_167192 #jwresp_col1_stacks_in_167192{float:left}#stacks_in_167192 #jwresp_col3_stacks_in_167192{float:right} @media screen and (max-width:770px){#stacks_in_167192 #jwresp_col1_stacks_in_167192,#stacks_in_167192 #jwresp_col3_stacks_in_167192{margin-bottom:20px}#stacks_in_167192 #jwresp_col1_stacks_in_167192{width:49%}#stacks_in_167192 #jwresp_col3_stacks_in_167192{width:49%}#stacks_in_167192 #jwresp_col2_stacks_in_167192{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167192 #jwresp_col1_stacks_in_167192,#stacks_in_167192 #jwresp_col3_stacks_in_167192,#stacks_in_167192 #jwresp_col2_stacks_in_167192{float:none;width:100%;display:block}#stacks_in_167192 #jwresp_col1_stacks_in_167192,#stacks_in_167192 #jwresp_col3_stacks_in_167192{margin-bottom:20px}} 

#stacks_in_167192 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167193{color:#4C4C4C} #caption_stacks_in_167193{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167197{color:#4C4C4C} #caption_stacks_in_167197{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167201{color:#4C4C4C} #caption_stacks_in_167201{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_168298 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168298 .theDivider1,
#simpleDivider_stacks_in_168298 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168298 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168298.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168298.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168298 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168298.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168298.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168298.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168298.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_167357, #accordion_stacks_in_167357 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167357.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167357 .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_167357 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167357 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167357 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167357 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167357 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167357 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_167357 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167357 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167357 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167357 .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_167357 .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_167357 .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_167357 .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_167357 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167361 {
	font-size: 115%;
}
#stacks_in_167363 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167363 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_167363 #jwresp_col2_stacks_in_167363{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_167363 #jwresp_col1_stacks_in_167363,#stacks_in_167363 #jwresp_col2_stacks_in_167363{width:100%;float:none;display:block}#stacks_in_167363 #jwresp_col1_stacks_in_167363{margin-bottom:15px}}

#stacks_in_167364 {
	margin:  5px;
	padding:  5px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167370 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167370 .theDivider1, #simpleDivider_stacks_in_167370 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167370 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167370 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167371 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167371 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_167371 #jwresp_col2_stacks_in_167371{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_167371 #jwresp_col1_stacks_in_167371,#stacks_in_167371 #jwresp_col2_stacks_in_167371{width:100%;float:none;display:block}#stacks_in_167371 #jwresp_col1_stacks_in_167371{margin-bottom:15px}}

#stacks_in_167371 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167372{color:#4C4C4C} #caption_stacks_in_167372{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167376{color:#4C4C4C} #caption_stacks_in_167376{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
#stacks_in_167380 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167380 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_167380 #jwresp_col2_stacks_in_167380{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_167380 #jwresp_col1_stacks_in_167380,#stacks_in_167380 #jwresp_col2_stacks_in_167380{width:100%;float:none;display:block}#stacks_in_167380 #jwresp_col1_stacks_in_167380{margin-bottom:15px}}

#stacks_in_167380 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167381{color:#4C4C4C} #caption_stacks_in_167381{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167385{color:#4C4C4C} #caption_stacks_in_167385{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167389 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167389 .theDivider1, #simpleDivider_stacks_in_167389 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167389 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167389 .theDivider2 {
	height: 4px;
	background-color: #008080;
}
/*
 * 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_168297 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168297 .theDivider1,
#simpleDivider_stacks_in_168297 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168297 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168297.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168297.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168297 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168297.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168297.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168297.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168297.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_167358, #accordion_stacks_in_167358 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167358.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167358 .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_167358 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167358 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167358 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167358 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167358 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167358 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_167358 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167358 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167358 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167358 .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_167358 .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_167358 .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_167358 .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_167358 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167393 {
	font-size: 115%;
}
#stacks_in_167397 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167397 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167397 .jwresp_col_wrapper.right{float:right}#stacks_in_167397 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167397 #jwresp_col2_stacks_in_167397,#stacks_in_167397 #jwresp_col4_stacks_in_167397{float:right}#stacks_in_167397 #jwresp_col1_stacks_in_167397,#stacks_in_167397 #jwresp_col3_stacks_in_167397{margin-right:2} @media screen and (max-width:770px){#stacks_in_167397 .jwresp_col_wrapper.left,#stacks_in_167397 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167397 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167397 .jwresp_col{width:49%}#stacks_in_167397 #jwresp_col1_stacks_in_167397,#stacks_in_167397 #jwresp_col3_stacks_in_167397{margin:0}}  @media screen and (max-width:500px){#stacks_in_167397 .jwresp_col{width:100%;display:block}#stacks_in_167397 #jwresp_col1_stacks_in_167397,#stacks_in_167397 #jwresp_col2_stacks_in_167397,#stacks_in_167397 #jwresp_col3_stacks_in_167397{margin:0;margin-bottom:20px}#stacks_in_167397 #jwresp_col4_stacks_in_167397{margin:0}#stacks_in_167397 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_167397 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167398{color:#000000} #caption_stacks_in_167398{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167402{color:#4C4C4C} #caption_stacks_in_167402{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167406{color:#4C4C4C} #caption_stacks_in_167406{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167410{color:#4C4C4C} #caption_stacks_in_167410{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167413{color:#4C4C4C} #caption_stacks_in_167413{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167417 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167417 .theDivider1, #simpleDivider_stacks_in_167417 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167417 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167417 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167420 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167420 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167420 .jwresp_col_wrapper.right{float:right}#stacks_in_167420 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167420 #jwresp_col2_stacks_in_167420,#stacks_in_167420 #jwresp_col4_stacks_in_167420{float:right}#stacks_in_167420 #jwresp_col1_stacks_in_167420,#stacks_in_167420 #jwresp_col3_stacks_in_167420{margin-right:2} @media screen and (max-width:770px){#stacks_in_167420 .jwresp_col_wrapper.left,#stacks_in_167420 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167420 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167420 .jwresp_col{width:49%}#stacks_in_167420 #jwresp_col1_stacks_in_167420,#stacks_in_167420 #jwresp_col3_stacks_in_167420{margin:0}}  @media screen and (max-width:500px){#stacks_in_167420 .jwresp_col{width:100%;display:block}#stacks_in_167420 #jwresp_col1_stacks_in_167420,#stacks_in_167420 #jwresp_col2_stacks_in_167420,#stacks_in_167420 #jwresp_col3_stacks_in_167420{margin:0;margin-bottom:20px}#stacks_in_167420 #jwresp_col4_stacks_in_167420{margin:0}#stacks_in_167420 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_167420 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167421{color:#000000} #caption_stacks_in_167421{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167425{color:#4C4C4C} #caption_stacks_in_167425{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167429{color:#4C4C4C} #caption_stacks_in_167429{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167434 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167434 .theDivider1, #simpleDivider_stacks_in_167434 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167434 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167434 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167437 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167437 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167437 .jwresp_col_wrapper.right{float:right}#stacks_in_167437 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167437 #jwresp_col2_stacks_in_167437,#stacks_in_167437 #jwresp_col4_stacks_in_167437{float:right}#stacks_in_167437 #jwresp_col1_stacks_in_167437,#stacks_in_167437 #jwresp_col3_stacks_in_167437{margin-right:2} @media screen and (max-width:770px){#stacks_in_167437 .jwresp_col_wrapper.left,#stacks_in_167437 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167437 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167437 .jwresp_col{width:49%}#stacks_in_167437 #jwresp_col1_stacks_in_167437,#stacks_in_167437 #jwresp_col3_stacks_in_167437{margin:0}}  @media screen and (max-width:500px){#stacks_in_167437 .jwresp_col{width:100%;display:block}#stacks_in_167437 #jwresp_col1_stacks_in_167437,#stacks_in_167437 #jwresp_col2_stacks_in_167437,#stacks_in_167437 #jwresp_col3_stacks_in_167437{margin:0;margin-bottom:20px}#stacks_in_167437 #jwresp_col4_stacks_in_167437{margin:0}#stacks_in_167437 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_167437 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167438{color:#000000} #caption_stacks_in_167438{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167442{color:#4C4C4C} #caption_stacks_in_167442{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167446{color:#4C4C4C} #caption_stacks_in_167446{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167451 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167451 .theDivider1, #simpleDivider_stacks_in_167451 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167451 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167451 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167454 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167454 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167454 .jwresp_col_wrapper.right{float:right}#stacks_in_167454 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167454 #jwresp_col2_stacks_in_167454,#stacks_in_167454 #jwresp_col4_stacks_in_167454{float:right}#stacks_in_167454 #jwresp_col1_stacks_in_167454,#stacks_in_167454 #jwresp_col3_stacks_in_167454{margin-right:2} @media screen and (max-width:770px){#stacks_in_167454 .jwresp_col_wrapper.left,#stacks_in_167454 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167454 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167454 .jwresp_col{width:49%}#stacks_in_167454 #jwresp_col1_stacks_in_167454,#stacks_in_167454 #jwresp_col3_stacks_in_167454{margin:0}}  @media screen and (max-width:500px){#stacks_in_167454 .jwresp_col{width:100%;display:block}#stacks_in_167454 #jwresp_col1_stacks_in_167454,#stacks_in_167454 #jwresp_col2_stacks_in_167454,#stacks_in_167454 #jwresp_col3_stacks_in_167454{margin:0;margin-bottom:20px}#stacks_in_167454 #jwresp_col4_stacks_in_167454{margin:0}#stacks_in_167454 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_167454 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167455{color:#000000} #caption_stacks_in_167455{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167459{color:#4C4C4C} #caption_stacks_in_167459{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167463{color:#4C4C4C} #caption_stacks_in_167463{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_168296 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168296 .theDivider1,
#simpleDivider_stacks_in_168296 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168296 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168296.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168296.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168296 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168296.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168296.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168296.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168296.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_167687, #accordion_stacks_in_167687 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167687.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167687 .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_167687 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167687 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167687 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167687 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167687 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167687 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_167687 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167687 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167687 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167687 .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_167687 .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_167687 .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_167687 .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_167687 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167691 {
	font-size: 115%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167693 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167693 .theDivider1, #simpleDivider_stacks_in_167693 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167693 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167693 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167694 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167694 .jwresp_col{float:none} #stacks_in_167694 #jwresp_col2_stacks_in_167694{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167694 #jwresp_col1_stacks_in_167694,#stacks_in_167694 #jwresp_col3_stacks_in_167694{width:32%}#stacks_in_167694 #jwresp_col1_stacks_in_167694{float:left}#stacks_in_167694 #jwresp_col3_stacks_in_167694{float:right} @media screen and (max-width:770px){#stacks_in_167694 #jwresp_col1_stacks_in_167694,#stacks_in_167694 #jwresp_col3_stacks_in_167694{margin-bottom:20px}#stacks_in_167694 #jwresp_col1_stacks_in_167694{width:49%}#stacks_in_167694 #jwresp_col3_stacks_in_167694{width:49%}#stacks_in_167694 #jwresp_col2_stacks_in_167694{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167694 #jwresp_col1_stacks_in_167694,#stacks_in_167694 #jwresp_col3_stacks_in_167694,#stacks_in_167694 #jwresp_col2_stacks_in_167694{float:none;width:100%;display:block}#stacks_in_167694 #jwresp_col1_stacks_in_167694,#stacks_in_167694 #jwresp_col3_stacks_in_167694{margin-bottom:20px}} 

#stacks_in_167694 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167695{color:#4C4C4C} #caption_stacks_in_167695{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167699{color:#000000} #caption_stacks_in_167699{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167704{color:#4C4C4C} #caption_stacks_in_167704{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
#stacks_in_167708 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167708 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_167708 #jwresp_col2_stacks_in_167708{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_167708 #jwresp_col1_stacks_in_167708,#stacks_in_167708 #jwresp_col2_stacks_in_167708{width:100%;float:none;display:block}#stacks_in_167708 #jwresp_col1_stacks_in_167708{margin-bottom:15px}}

#stacks_in_167708 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167709{color:#000000} #caption_stacks_in_167709{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167714{color:#4C4C4C} #caption_stacks_in_167714{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167718 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167718 .theDivider1, #simpleDivider_stacks_in_167718 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167718 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167718 .theDivider2 {
	height: 4px;
	background-color: #008080;
}
#stacks_in_167719 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167719 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_167719 #jwresp_col2_stacks_in_167719{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_167719 #jwresp_col1_stacks_in_167719,#stacks_in_167719 #jwresp_col2_stacks_in_167719{width:100%;float:none;display:block}#stacks_in_167719 #jwresp_col1_stacks_in_167719{margin-bottom:15px}}

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

#stacks_in_167724 {
	margin:  3px;
	padding:  3px;
}
/*
 * 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_168294 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168294 .theDivider1,
#simpleDivider_stacks_in_168294 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168294 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168294.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168294.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168294 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168294.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168294.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168294.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168294.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_167688, #accordion_stacks_in_167688 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167688.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167688 .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_167688 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167688 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167688 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167688 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167688 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167688 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_167688 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167688 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167688 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167688 .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_167688 .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_167688 .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_167688 .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_167688 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167731 {
	font-size: 115%;
}
#stacks_in_167735 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167735 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167735 .jwresp_col_wrapper.right{float:right}#stacks_in_167735 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167735 #jwresp_col2_stacks_in_167735,#stacks_in_167735 #jwresp_col4_stacks_in_167735{float:right}#stacks_in_167735 #jwresp_col1_stacks_in_167735,#stacks_in_167735 #jwresp_col3_stacks_in_167735{margin-right:2} @media screen and (max-width:770px){#stacks_in_167735 .jwresp_col_wrapper.left,#stacks_in_167735 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167735 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167735 .jwresp_col{width:49%}#stacks_in_167735 #jwresp_col1_stacks_in_167735,#stacks_in_167735 #jwresp_col3_stacks_in_167735{margin:0}}  @media screen and (max-width:500px){#stacks_in_167735 .jwresp_col{width:100%;display:block}#stacks_in_167735 #jwresp_col1_stacks_in_167735,#stacks_in_167735 #jwresp_col2_stacks_in_167735,#stacks_in_167735 #jwresp_col3_stacks_in_167735{margin:0;margin-bottom:20px}#stacks_in_167735 #jwresp_col4_stacks_in_167735{margin:0}#stacks_in_167735 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_167736{color:#000000} #caption_stacks_in_167736{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167740{color:#4C4C4C} #caption_stacks_in_167740{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167744{color:#4C4C4C} #caption_stacks_in_167744{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167748{color:#4C4C4C} #caption_stacks_in_167748{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167751{color:#4C4C4C} #caption_stacks_in_167751{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167755 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167755 .theDivider1, #simpleDivider_stacks_in_167755 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167755 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167755 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167759 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167759 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167759 .jwresp_col_wrapper.right{float:right}#stacks_in_167759 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167759 #jwresp_col2_stacks_in_167759,#stacks_in_167759 #jwresp_col4_stacks_in_167759{float:right}#stacks_in_167759 #jwresp_col1_stacks_in_167759,#stacks_in_167759 #jwresp_col3_stacks_in_167759{margin-right:2} @media screen and (max-width:770px){#stacks_in_167759 .jwresp_col_wrapper.left,#stacks_in_167759 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167759 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167759 .jwresp_col{width:49%}#stacks_in_167759 #jwresp_col1_stacks_in_167759,#stacks_in_167759 #jwresp_col3_stacks_in_167759{margin:0}}  @media screen and (max-width:500px){#stacks_in_167759 .jwresp_col{width:100%;display:block}#stacks_in_167759 #jwresp_col1_stacks_in_167759,#stacks_in_167759 #jwresp_col2_stacks_in_167759,#stacks_in_167759 #jwresp_col3_stacks_in_167759{margin:0;margin-bottom:20px}#stacks_in_167759 #jwresp_col4_stacks_in_167759{margin:0}#stacks_in_167759 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_167760{color:#000000} #caption_stacks_in_167760{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167764{color:#4C4C4C} #caption_stacks_in_167764{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167768{color:#4C4C4C} #caption_stacks_in_167768{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167773 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167773 .theDivider1, #simpleDivider_stacks_in_167773 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167773 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167773 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167776 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167776 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167776 .jwresp_col_wrapper.right{float:right}#stacks_in_167776 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167776 #jwresp_col2_stacks_in_167776,#stacks_in_167776 #jwresp_col4_stacks_in_167776{float:right}#stacks_in_167776 #jwresp_col1_stacks_in_167776,#stacks_in_167776 #jwresp_col3_stacks_in_167776{margin-right:2} @media screen and (max-width:770px){#stacks_in_167776 .jwresp_col_wrapper.left,#stacks_in_167776 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167776 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167776 .jwresp_col{width:49%}#stacks_in_167776 #jwresp_col1_stacks_in_167776,#stacks_in_167776 #jwresp_col3_stacks_in_167776{margin:0}}  @media screen and (max-width:500px){#stacks_in_167776 .jwresp_col{width:100%;display:block}#stacks_in_167776 #jwresp_col1_stacks_in_167776,#stacks_in_167776 #jwresp_col2_stacks_in_167776,#stacks_in_167776 #jwresp_col3_stacks_in_167776{margin:0;margin-bottom:20px}#stacks_in_167776 #jwresp_col4_stacks_in_167776{margin:0}#stacks_in_167776 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_167777{color:#000000} #caption_stacks_in_167777{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167781{color:#4C4C4C} #caption_stacks_in_167781{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167785{color:#4C4C4C} #caption_stacks_in_167785{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167790 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167790 .theDivider1, #simpleDivider_stacks_in_167790 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167790 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167790 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167793 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167793 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167793 .jwresp_col_wrapper.right{float:right}#stacks_in_167793 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167793 #jwresp_col2_stacks_in_167793,#stacks_in_167793 #jwresp_col4_stacks_in_167793{float:right}#stacks_in_167793 #jwresp_col1_stacks_in_167793,#stacks_in_167793 #jwresp_col3_stacks_in_167793{margin-right:2} @media screen and (max-width:770px){#stacks_in_167793 .jwresp_col_wrapper.left,#stacks_in_167793 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167793 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167793 .jwresp_col{width:49%}#stacks_in_167793 #jwresp_col1_stacks_in_167793,#stacks_in_167793 #jwresp_col3_stacks_in_167793{margin:0}}  @media screen and (max-width:500px){#stacks_in_167793 .jwresp_col{width:100%;display:block}#stacks_in_167793 #jwresp_col1_stacks_in_167793,#stacks_in_167793 #jwresp_col2_stacks_in_167793,#stacks_in_167793 #jwresp_col3_stacks_in_167793{margin:0;margin-bottom:20px}#stacks_in_167793 #jwresp_col4_stacks_in_167793{margin:0}#stacks_in_167793 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_167794{color:#000000} #caption_stacks_in_167794{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167798{color:#4C4C4C} #caption_stacks_in_167798{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167802{color:#4C4C4C} #caption_stacks_in_167802{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167806{color:#4C4C4C} #caption_stacks_in_167806{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_168293 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168293 .theDivider1,
#simpleDivider_stacks_in_168293 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168293 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168293.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168293.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168293 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168293.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168293.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168293.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168293.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_165953, #accordion_stacks_in_165953 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_165953.fixedHeightOn {height: 500px;}

#accordion_stacks_in_165953 .accordion dt, #accordion_stacks_in_165953 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_165953 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_165953 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_165953 .accordion {overflow: hidden;}
#accordion_stacks_in_165953 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_165953 .accordion dt, */#accordion_stacks_in_165953 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_165953 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_165953 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_165953 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_165953 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_165953 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_165953 .accordion dt a:hover {color: #FFCC66 !important;}
#accordion_stacks_in_165953 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_165953 .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_165953 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_165953 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_165953 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_165953 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_165953 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_165953 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_165953 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_165953 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_165953 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_165953 .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_165953 .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_165953 .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_165953 .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_165953 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_165955 {
	font-size: 115%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_165956 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_165956 .theDivider1, #simpleDivider_stacks_in_165956 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_165956 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_165956 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_165957 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_165957 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_165957 .jwresp_col_wrapper.right{float:right}#stacks_in_165957 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_165957 #jwresp_col2_stacks_in_165957,#stacks_in_165957 #jwresp_col4_stacks_in_165957{float:right}#stacks_in_165957 #jwresp_col1_stacks_in_165957,#stacks_in_165957 #jwresp_col3_stacks_in_165957{margin-right:2} @media screen and (max-width:770px){#stacks_in_165957 .jwresp_col_wrapper.left,#stacks_in_165957 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_165957 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_165957 .jwresp_col{width:49%}#stacks_in_165957 #jwresp_col1_stacks_in_165957,#stacks_in_165957 #jwresp_col3_stacks_in_165957{margin:0}}  @media screen and (max-width:500px){#stacks_in_165957 .jwresp_col{width:100%;display:block}#stacks_in_165957 #jwresp_col1_stacks_in_165957,#stacks_in_165957 #jwresp_col2_stacks_in_165957,#stacks_in_165957 #jwresp_col3_stacks_in_165957{margin:0;margin-bottom:20px}#stacks_in_165957 #jwresp_col4_stacks_in_165957{margin:0}#stacks_in_165957 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_165958{color:#4C4C4C} #caption_stacks_in_165958{text-align:center;margin-top:4px;font-size:15px;font-weight:normal}

#stacks_out_165958 {
	width: 250px;
}
 #caption_stacks_in_165962{color:#000000} #caption_stacks_in_165962{text-align:center;margin-top:4px;font-size:15px;font-weight:normal}

#stacks_out_165962 {
	width: 250px;
}
 #caption_stacks_in_165966{color:#000000} #caption_stacks_in_165966{text-align:center;margin-top:4px;font-size:15px;font-weight:normal}

#stacks_out_165966 {
	width: 250px;
}
 #caption_stacks_in_165970{color:#4C4C4C} #caption_stacks_in_165970{text-align:center;margin-top:4px;font-size:15px;font-weight:normal}

#stacks_out_165970 {
	width: 250px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_165974 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_165974 .theDivider1, #simpleDivider_stacks_in_165974 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_165974 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_165974 .theDivider2 {
	height: 4px;
	background-color: #008080;
}
/*
 * 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_168292 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168292 .theDivider1,
#simpleDivider_stacks_in_168292 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168292 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168292.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168292.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168292 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168292.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168292.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168292.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168292.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_165977, #accordion_stacks_in_165977 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_165977.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

#accordion_stacks_in_165977 .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_165977 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_165977 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_165977 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_165977 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_165977 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_165977 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_165977 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_165977 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_165977 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_165977 .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_165977 .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_165977 .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_165977 .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_165977 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_165979 {
	font-size: 115%;
}
#stacks_in_165983 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_165983 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_165983 .jwresp_col_wrapper.right{float:right}#stacks_in_165983 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_165983 #jwresp_col2_stacks_in_165983,#stacks_in_165983 #jwresp_col4_stacks_in_165983{float:right}#stacks_in_165983 #jwresp_col1_stacks_in_165983,#stacks_in_165983 #jwresp_col3_stacks_in_165983{margin-right:2} @media screen and (max-width:770px){#stacks_in_165983 .jwresp_col_wrapper.left,#stacks_in_165983 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_165983 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_165983 .jwresp_col{width:49%}#stacks_in_165983 #jwresp_col1_stacks_in_165983,#stacks_in_165983 #jwresp_col3_stacks_in_165983{margin:0}}  @media screen and (max-width:500px){#stacks_in_165983 .jwresp_col{width:100%;display:block}#stacks_in_165983 #jwresp_col1_stacks_in_165983,#stacks_in_165983 #jwresp_col2_stacks_in_165983,#stacks_in_165983 #jwresp_col3_stacks_in_165983{margin:0;margin-bottom:20px}#stacks_in_165983 #jwresp_col4_stacks_in_165983{margin:0}#stacks_in_165983 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_165984{color:#000000} #caption_stacks_in_165984{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_165988{color:#4C4C4C} #caption_stacks_in_165988{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_165992{color:#4C4C4C} #caption_stacks_in_165992{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_165996{color:#4C4C4C} #caption_stacks_in_165996{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_165999{color:#4C4C4C} #caption_stacks_in_165999{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_166003 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_166003 .theDivider1, #simpleDivider_stacks_in_166003 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_166003 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_166003 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_166006 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166006 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_166006 .jwresp_col_wrapper.right{float:right}#stacks_in_166006 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_166006 #jwresp_col2_stacks_in_166006,#stacks_in_166006 #jwresp_col4_stacks_in_166006{float:right}#stacks_in_166006 #jwresp_col1_stacks_in_166006,#stacks_in_166006 #jwresp_col3_stacks_in_166006{margin-right:2} @media screen and (max-width:770px){#stacks_in_166006 .jwresp_col_wrapper.left,#stacks_in_166006 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_166006 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_166006 .jwresp_col{width:49%}#stacks_in_166006 #jwresp_col1_stacks_in_166006,#stacks_in_166006 #jwresp_col3_stacks_in_166006{margin:0}}  @media screen and (max-width:500px){#stacks_in_166006 .jwresp_col{width:100%;display:block}#stacks_in_166006 #jwresp_col1_stacks_in_166006,#stacks_in_166006 #jwresp_col2_stacks_in_166006,#stacks_in_166006 #jwresp_col3_stacks_in_166006{margin:0;margin-bottom:20px}#stacks_in_166006 #jwresp_col4_stacks_in_166006{margin:0}#stacks_in_166006 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_166007{color:#000000} #caption_stacks_in_166007{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166011{color:#4C4C4C} #caption_stacks_in_166011{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166015{color:#4C4C4C} #caption_stacks_in_166015{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_166020 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_166020 .theDivider1, #simpleDivider_stacks_in_166020 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_166020 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_166020 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_166023 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166023 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_166023 .jwresp_col_wrapper.right{float:right}#stacks_in_166023 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_166023 #jwresp_col2_stacks_in_166023,#stacks_in_166023 #jwresp_col4_stacks_in_166023{float:right}#stacks_in_166023 #jwresp_col1_stacks_in_166023,#stacks_in_166023 #jwresp_col3_stacks_in_166023{margin-right:2} @media screen and (max-width:770px){#stacks_in_166023 .jwresp_col_wrapper.left,#stacks_in_166023 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_166023 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_166023 .jwresp_col{width:49%}#stacks_in_166023 #jwresp_col1_stacks_in_166023,#stacks_in_166023 #jwresp_col3_stacks_in_166023{margin:0}}  @media screen and (max-width:500px){#stacks_in_166023 .jwresp_col{width:100%;display:block}#stacks_in_166023 #jwresp_col1_stacks_in_166023,#stacks_in_166023 #jwresp_col2_stacks_in_166023,#stacks_in_166023 #jwresp_col3_stacks_in_166023{margin:0;margin-bottom:20px}#stacks_in_166023 #jwresp_col4_stacks_in_166023{margin:0}#stacks_in_166023 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_166024{color:#000000} #caption_stacks_in_166024{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166028{color:#4C4C4C} #caption_stacks_in_166028{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166032{color:#4C4C4C} #caption_stacks_in_166032{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166036{color:#000000} #caption_stacks_in_166036{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_166040 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_166040 .theDivider1, #simpleDivider_stacks_in_166040 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_166040 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_166040 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_166043 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166043 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_166043 .jwresp_col_wrapper.right{float:right}#stacks_in_166043 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_166043 #jwresp_col2_stacks_in_166043,#stacks_in_166043 #jwresp_col4_stacks_in_166043{float:right}#stacks_in_166043 #jwresp_col1_stacks_in_166043,#stacks_in_166043 #jwresp_col3_stacks_in_166043{margin-right:2} @media screen and (max-width:770px){#stacks_in_166043 .jwresp_col_wrapper.left,#stacks_in_166043 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_166043 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_166043 .jwresp_col{width:49%}#stacks_in_166043 #jwresp_col1_stacks_in_166043,#stacks_in_166043 #jwresp_col3_stacks_in_166043{margin:0}}  @media screen and (max-width:500px){#stacks_in_166043 .jwresp_col{width:100%;display:block}#stacks_in_166043 #jwresp_col1_stacks_in_166043,#stacks_in_166043 #jwresp_col2_stacks_in_166043,#stacks_in_166043 #jwresp_col3_stacks_in_166043{margin:0;margin-bottom:20px}#stacks_in_166043 #jwresp_col4_stacks_in_166043{margin:0}#stacks_in_166043 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_166043 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_166044{color:#000000} #caption_stacks_in_166044{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166048{color:#000000} #caption_stacks_in_166048{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166052{color:#4C4C4C} #caption_stacks_in_166052{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_168291 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168291 .theDivider1,
#simpleDivider_stacks_in_168291 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168291 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168291.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168291.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168291 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168291.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168291.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168291.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168291.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_167469, #accordion_stacks_in_167469 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167469.fixedHeightOn {height: 500px;}

#accordion_stacks_in_167469 .accordion dt, #accordion_stacks_in_167469 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_167469 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_167469 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_167469 .accordion {overflow: hidden;}
#accordion_stacks_in_167469 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_167469 .accordion dt, */#accordion_stacks_in_167469 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_167469 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_167469 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_167469 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_167469 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_167469 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_167469 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_167469 .accordion dd {background-color: transparent; color: #666666 !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167469 .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_167469 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167469 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167469 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167469 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167469 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167469 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_167469 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167469 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167469 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167469 .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_167469 .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_167469 .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_167469 .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_167469 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167472 {
	font-size: 115%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167473 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167473 .theDivider1, #simpleDivider_stacks_in_167473 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167473 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167473 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167474 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167474 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167474 .jwresp_col_wrapper.right{float:right}#stacks_in_167474 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167474 #jwresp_col2_stacks_in_167474,#stacks_in_167474 #jwresp_col4_stacks_in_167474{float:right}#stacks_in_167474 #jwresp_col1_stacks_in_167474,#stacks_in_167474 #jwresp_col3_stacks_in_167474{margin-right:2} @media screen and (max-width:770px){#stacks_in_167474 .jwresp_col_wrapper.left,#stacks_in_167474 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167474 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167474 .jwresp_col{width:49%}#stacks_in_167474 #jwresp_col1_stacks_in_167474,#stacks_in_167474 #jwresp_col3_stacks_in_167474{margin:0}}  @media screen and (max-width:500px){#stacks_in_167474 .jwresp_col{width:100%;display:block}#stacks_in_167474 #jwresp_col1_stacks_in_167474,#stacks_in_167474 #jwresp_col2_stacks_in_167474,#stacks_in_167474 #jwresp_col3_stacks_in_167474{margin:0;margin-bottom:20px}#stacks_in_167474 #jwresp_col4_stacks_in_167474{margin:0}#stacks_in_167474 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_167475{color:#4C4C4C} #caption_stacks_in_167475{text-align:center;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167479{color:#000000} #caption_stacks_in_167479{text-align:center;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167483{color:#000000} #caption_stacks_in_167483{text-align:center;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167487{color:#4C4C4C} #caption_stacks_in_167487{text-align:center;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_168290 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168290 .theDivider1,
#simpleDivider_stacks_in_168290 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168290 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168290.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168290.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168290 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168290.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168290.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168290.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168290.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_167470, #accordion_stacks_in_167470 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167470.fixedHeightOn {height: 500px;}

#accordion_stacks_in_167470 .accordion dt, #accordion_stacks_in_167470 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_167470 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_167470 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_167470 .accordion {overflow: hidden;}
#accordion_stacks_in_167470 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_167470 .accordion dt, */#accordion_stacks_in_167470 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_167470 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_167470 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_167470 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_167470 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_167470 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_167470 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_167470 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167470 .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_167470 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167470 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167470 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167470 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167470 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167470 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_167470 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167470 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167470 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167470 .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_167470 .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_167470 .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_167470 .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_167470 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167494 {
	font-size: 115%;
}
#stacks_in_167499 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167499 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167499 .jwresp_col_wrapper.right{float:right}#stacks_in_167499 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167499 #jwresp_col2_stacks_in_167499,#stacks_in_167499 #jwresp_col4_stacks_in_167499{float:right}#stacks_in_167499 #jwresp_col1_stacks_in_167499,#stacks_in_167499 #jwresp_col3_stacks_in_167499{margin-right:2} @media screen and (max-width:770px){#stacks_in_167499 .jwresp_col_wrapper.left,#stacks_in_167499 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167499 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167499 .jwresp_col{width:49%}#stacks_in_167499 #jwresp_col1_stacks_in_167499,#stacks_in_167499 #jwresp_col3_stacks_in_167499{margin:0}}  @media screen and (max-width:500px){#stacks_in_167499 .jwresp_col{width:100%;display:block}#stacks_in_167499 #jwresp_col1_stacks_in_167499,#stacks_in_167499 #jwresp_col2_stacks_in_167499,#stacks_in_167499 #jwresp_col3_stacks_in_167499{margin:0;margin-bottom:20px}#stacks_in_167499 #jwresp_col4_stacks_in_167499{margin:0}#stacks_in_167499 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_167499 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167500{color:#000000} #caption_stacks_in_167500{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167508{color:#4C4C4C} #caption_stacks_in_167508{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167515{color:#4C4C4C} #caption_stacks_in_167515{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167521{color:#4C4C4C} #caption_stacks_in_167521{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_167527 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_167527 .theDivider1,
#simpleDivider_stacks_in_167527 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167527 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_167527.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167527.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167527 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167527.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167527.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167527.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167527.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167528 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167528 .jwresp_col{float:none} #stacks_in_167528 #jwresp_col2_stacks_in_167528{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167528 #jwresp_col1_stacks_in_167528,#stacks_in_167528 #jwresp_col3_stacks_in_167528{width:32%}#stacks_in_167528 #jwresp_col1_stacks_in_167528{float:left}#stacks_in_167528 #jwresp_col3_stacks_in_167528{float:right} @media screen and (max-width:770px){#stacks_in_167528 #jwresp_col1_stacks_in_167528,#stacks_in_167528 #jwresp_col3_stacks_in_167528{margin-bottom:20px}#stacks_in_167528 #jwresp_col1_stacks_in_167528{width:49%}#stacks_in_167528 #jwresp_col3_stacks_in_167528{width:49%}#stacks_in_167528 #jwresp_col2_stacks_in_167528{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167528 #jwresp_col1_stacks_in_167528,#stacks_in_167528 #jwresp_col3_stacks_in_167528,#stacks_in_167528 #jwresp_col2_stacks_in_167528{float:none;width:100%;display:block}#stacks_in_167528 #jwresp_col1_stacks_in_167528,#stacks_in_167528 #jwresp_col3_stacks_in_167528{margin-bottom:20px}} 
 #caption_stacks_in_167529{color:#4C4C4C} #caption_stacks_in_167529{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167535{color:#4C4C4C} #caption_stacks_in_167535{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167541{color:#4C4C4C} #caption_stacks_in_167541{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167548 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167548 .theDivider1, #simpleDivider_stacks_in_167548 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167548 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167548 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167551 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167551 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167551 .jwresp_col_wrapper.right{float:right}#stacks_in_167551 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167551 #jwresp_col2_stacks_in_167551,#stacks_in_167551 #jwresp_col4_stacks_in_167551{float:right}#stacks_in_167551 #jwresp_col1_stacks_in_167551,#stacks_in_167551 #jwresp_col3_stacks_in_167551{margin-right:2} @media screen and (max-width:770px){#stacks_in_167551 .jwresp_col_wrapper.left,#stacks_in_167551 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167551 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167551 .jwresp_col{width:49%}#stacks_in_167551 #jwresp_col1_stacks_in_167551,#stacks_in_167551 #jwresp_col3_stacks_in_167551{margin:0}}  @media screen and (max-width:500px){#stacks_in_167551 .jwresp_col{width:100%;display:block}#stacks_in_167551 #jwresp_col1_stacks_in_167551,#stacks_in_167551 #jwresp_col2_stacks_in_167551,#stacks_in_167551 #jwresp_col3_stacks_in_167551{margin:0;margin-bottom:20px}#stacks_in_167551 #jwresp_col4_stacks_in_167551{margin:0}#stacks_in_167551 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_167551 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_167552{color:#000000} #caption_stacks_in_167552{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167558{color:#4C4C4C} #caption_stacks_in_167558{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167565{color:#4C4C4C} #caption_stacks_in_167565{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167571{color:#4C4C4C} #caption_stacks_in_167571{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
#stacks_in_167579 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167579 .jwresp_col{float:none} #stacks_in_167579 #jwresp_col2_stacks_in_167579{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167579 #jwresp_col1_stacks_in_167579,#stacks_in_167579 #jwresp_col3_stacks_in_167579{width:32%}#stacks_in_167579 #jwresp_col1_stacks_in_167579{float:left}#stacks_in_167579 #jwresp_col3_stacks_in_167579{float:right} @media screen and (max-width:770px){#stacks_in_167579 #jwresp_col1_stacks_in_167579,#stacks_in_167579 #jwresp_col3_stacks_in_167579{margin-bottom:20px}#stacks_in_167579 #jwresp_col1_stacks_in_167579{width:49%}#stacks_in_167579 #jwresp_col3_stacks_in_167579{width:49%}#stacks_in_167579 #jwresp_col2_stacks_in_167579{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167579 #jwresp_col1_stacks_in_167579,#stacks_in_167579 #jwresp_col3_stacks_in_167579,#stacks_in_167579 #jwresp_col2_stacks_in_167579{float:none;width:100%;display:block}#stacks_in_167579 #jwresp_col1_stacks_in_167579,#stacks_in_167579 #jwresp_col3_stacks_in_167579{margin-bottom:20px}} 
 #caption_stacks_in_167580{color:#000000} #caption_stacks_in_167580{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167584{color:#4C4C4C} #caption_stacks_in_167584{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167590{color:#4C4C4C} #caption_stacks_in_167590{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167596 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167596 .theDivider1, #simpleDivider_stacks_in_167596 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167596 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167596 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167600 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167600 .jwresp_col{float:none} #stacks_in_167600 #jwresp_col2_stacks_in_167600{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167600 #jwresp_col1_stacks_in_167600,#stacks_in_167600 #jwresp_col3_stacks_in_167600{width:32%}#stacks_in_167600 #jwresp_col1_stacks_in_167600{float:left}#stacks_in_167600 #jwresp_col3_stacks_in_167600{float:right} @media screen and (max-width:770px){#stacks_in_167600 #jwresp_col1_stacks_in_167600,#stacks_in_167600 #jwresp_col3_stacks_in_167600{margin-bottom:20px}#stacks_in_167600 #jwresp_col1_stacks_in_167600{width:49%}#stacks_in_167600 #jwresp_col3_stacks_in_167600{width:49%}#stacks_in_167600 #jwresp_col2_stacks_in_167600{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167600 #jwresp_col1_stacks_in_167600,#stacks_in_167600 #jwresp_col3_stacks_in_167600,#stacks_in_167600 #jwresp_col2_stacks_in_167600{float:none;width:100%;display:block}#stacks_in_167600 #jwresp_col1_stacks_in_167600,#stacks_in_167600 #jwresp_col3_stacks_in_167600{margin-bottom:20px}} 
 #caption_stacks_in_167601{color:#000000} #caption_stacks_in_167601{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167609{color:#4C4C4C} #caption_stacks_in_167609{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167616{color:#4C4C4C} #caption_stacks_in_167616{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
#stacks_in_167624 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167624 .jwresp_col{float:none} #stacks_in_167624 #jwresp_col2_stacks_in_167624{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167624 #jwresp_col1_stacks_in_167624,#stacks_in_167624 #jwresp_col3_stacks_in_167624{width:32%}#stacks_in_167624 #jwresp_col1_stacks_in_167624{float:left}#stacks_in_167624 #jwresp_col3_stacks_in_167624{float:right} @media screen and (max-width:770px){#stacks_in_167624 #jwresp_col1_stacks_in_167624,#stacks_in_167624 #jwresp_col3_stacks_in_167624{margin-bottom:20px}#stacks_in_167624 #jwresp_col1_stacks_in_167624{width:49%}#stacks_in_167624 #jwresp_col3_stacks_in_167624{width:49%}#stacks_in_167624 #jwresp_col2_stacks_in_167624{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167624 #jwresp_col1_stacks_in_167624,#stacks_in_167624 #jwresp_col3_stacks_in_167624,#stacks_in_167624 #jwresp_col2_stacks_in_167624{float:none;width:100%;display:block}#stacks_in_167624 #jwresp_col1_stacks_in_167624,#stacks_in_167624 #jwresp_col3_stacks_in_167624{margin-bottom:20px}} 
 #caption_stacks_in_167625{color:#000000} #caption_stacks_in_167625{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167635{color:#000000} #caption_stacks_in_167635{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167641 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167641 .theDivider1, #simpleDivider_stacks_in_167641 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167641 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167641 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167645 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167645 .jwresp_col{float:none} #stacks_in_167645 #jwresp_col2_stacks_in_167645{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167645 #jwresp_col1_stacks_in_167645,#stacks_in_167645 #jwresp_col3_stacks_in_167645{width:32%}#stacks_in_167645 #jwresp_col1_stacks_in_167645{float:left}#stacks_in_167645 #jwresp_col3_stacks_in_167645{float:right} @media screen and (max-width:770px){#stacks_in_167645 #jwresp_col1_stacks_in_167645,#stacks_in_167645 #jwresp_col3_stacks_in_167645{margin-bottom:20px}#stacks_in_167645 #jwresp_col1_stacks_in_167645{width:49%}#stacks_in_167645 #jwresp_col3_stacks_in_167645{width:49%}#stacks_in_167645 #jwresp_col2_stacks_in_167645{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167645 #jwresp_col1_stacks_in_167645,#stacks_in_167645 #jwresp_col3_stacks_in_167645,#stacks_in_167645 #jwresp_col2_stacks_in_167645{float:none;width:100%;display:block}#stacks_in_167645 #jwresp_col1_stacks_in_167645,#stacks_in_167645 #jwresp_col3_stacks_in_167645{margin-bottom:20px}} 
 #caption_stacks_in_167646{color:#000000} #caption_stacks_in_167646{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167653{color:#4C4C4C} #caption_stacks_in_167653{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167661{color:#000000} #caption_stacks_in_167661{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
#stacks_in_167667 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167667 .jwresp_col{float:none} #stacks_in_167667 #jwresp_col2_stacks_in_167667{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167667 #jwresp_col1_stacks_in_167667,#stacks_in_167667 #jwresp_col3_stacks_in_167667{width:32%}#stacks_in_167667 #jwresp_col1_stacks_in_167667{float:left}#stacks_in_167667 #jwresp_col3_stacks_in_167667{float:right} @media screen and (max-width:770px){#stacks_in_167667 #jwresp_col1_stacks_in_167667,#stacks_in_167667 #jwresp_col3_stacks_in_167667{margin-bottom:20px}#stacks_in_167667 #jwresp_col1_stacks_in_167667{width:49%}#stacks_in_167667 #jwresp_col3_stacks_in_167667{width:49%}#stacks_in_167667 #jwresp_col2_stacks_in_167667{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167667 #jwresp_col1_stacks_in_167667,#stacks_in_167667 #jwresp_col3_stacks_in_167667,#stacks_in_167667 #jwresp_col2_stacks_in_167667{float:none;width:100%;display:block}#stacks_in_167667 #jwresp_col1_stacks_in_167667,#stacks_in_167667 #jwresp_col3_stacks_in_167667{margin-bottom:20px}} 
 #caption_stacks_in_167668{color:#000000} #caption_stacks_in_167668{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167674{color:#4C4C4C} #caption_stacks_in_167674{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167680{color:#000000} #caption_stacks_in_167680{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_168289 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168289 .theDivider1,
#simpleDivider_stacks_in_168289 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168289 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168289.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168289.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168289 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168289.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168289.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168289.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168289.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_167207, #accordion_stacks_in_167207 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167207.fixedHeightOn {height: 500px;}

#accordion_stacks_in_167207 .accordion dt, #accordion_stacks_in_167207 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_167207 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_167207 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_167207 .accordion {overflow: hidden;}
#accordion_stacks_in_167207 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_167207 .accordion dt, */#accordion_stacks_in_167207 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_167207 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_167207 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_167207 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_167207 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_167207 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_167207 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_167207 .accordion dd {background-color: transparent; color: #666666 !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167207 .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_167207 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167207 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167207 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167207 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167207 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167207 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_167207 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167207 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167207 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167207 .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_167207 .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_167207 .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_167207 .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_167207 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167211 {
	font-size: 115%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167217 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167217 .theDivider1, #simpleDivider_stacks_in_167217 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167217 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167217 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168288 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168288 .theDivider1,
#simpleDivider_stacks_in_168288 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168288 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168288.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168288.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168288 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168288.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168288.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168288.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168288.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_167208, #accordion_stacks_in_167208 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167208.fixedHeightOn {height: 500px;}

#accordion_stacks_in_167208 .accordion dt, #accordion_stacks_in_167208 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_167208 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_167208 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_167208 .accordion {overflow: hidden;}
#accordion_stacks_in_167208 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_167208 .accordion dt, */#accordion_stacks_in_167208 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_167208 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_167208 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_167208 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_167208 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_167208 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_167208 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_167208 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167208 .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_167208 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167208 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167208 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167208 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167208 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167208 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_167208 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167208 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167208 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167208 .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_167208 .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_167208 .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_167208 .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_167208 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167221 {
	font-size: 115%;
}
/*
 * 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_167226 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167226 .theDivider1,
#simpleDivider_stacks_in_167226 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167226 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167226.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167226.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167226 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167226.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167226.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167226.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167226.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167227 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167227 .jwresp_col{float:none} #stacks_in_167227 #jwresp_col2_stacks_in_167227{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167227 #jwresp_col1_stacks_in_167227,#stacks_in_167227 #jwresp_col3_stacks_in_167227{width:32%}#stacks_in_167227 #jwresp_col1_stacks_in_167227{float:left}#stacks_in_167227 #jwresp_col3_stacks_in_167227{float:right} @media screen and (max-width:770px){#stacks_in_167227 #jwresp_col1_stacks_in_167227,#stacks_in_167227 #jwresp_col3_stacks_in_167227{margin-bottom:20px}#stacks_in_167227 #jwresp_col1_stacks_in_167227{width:49%}#stacks_in_167227 #jwresp_col3_stacks_in_167227{width:49%}#stacks_in_167227 #jwresp_col2_stacks_in_167227{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167227 #jwresp_col1_stacks_in_167227,#stacks_in_167227 #jwresp_col3_stacks_in_167227,#stacks_in_167227 #jwresp_col2_stacks_in_167227{float:none;width:100%;display:block}#stacks_in_167227 #jwresp_col1_stacks_in_167227,#stacks_in_167227 #jwresp_col3_stacks_in_167227{margin-bottom:20px}} 
 #caption_stacks_in_167229{color:#000000} #caption_stacks_in_167229{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167233{color:#4C4C4C} #caption_stacks_in_167233{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167238{color:#4C4C4C} #caption_stacks_in_167238{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_167243 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_167243 .theDivider1,
#simpleDivider_stacks_in_167243 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167243 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_167243.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167243.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167243 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167243.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167243.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167243.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167243.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167244 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167244 .jwresp_col{float:none} #stacks_in_167244 #jwresp_col2_stacks_in_167244{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167244 #jwresp_col1_stacks_in_167244,#stacks_in_167244 #jwresp_col3_stacks_in_167244{width:32%}#stacks_in_167244 #jwresp_col1_stacks_in_167244{float:left}#stacks_in_167244 #jwresp_col3_stacks_in_167244{float:right} @media screen and (max-width:770px){#stacks_in_167244 #jwresp_col1_stacks_in_167244,#stacks_in_167244 #jwresp_col3_stacks_in_167244{margin-bottom:20px}#stacks_in_167244 #jwresp_col1_stacks_in_167244{width:49%}#stacks_in_167244 #jwresp_col3_stacks_in_167244{width:49%}#stacks_in_167244 #jwresp_col2_stacks_in_167244{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167244 #jwresp_col1_stacks_in_167244,#stacks_in_167244 #jwresp_col3_stacks_in_167244,#stacks_in_167244 #jwresp_col2_stacks_in_167244{float:none;width:100%;display:block}#stacks_in_167244 #jwresp_col1_stacks_in_167244,#stacks_in_167244 #jwresp_col3_stacks_in_167244{margin-bottom:20px}} 
 #caption_stacks_in_167245{color:#4C4C4C} #caption_stacks_in_167245{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167251{color:#4C4C4C} #caption_stacks_in_167251{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167257{color:#4C4C4C} #caption_stacks_in_167257{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_167263 {
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#simpleDivider_stacks_in_167263 .theDivider1,
#simpleDivider_stacks_in_167263 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167263 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_167263.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167263.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167263 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167263.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167263.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167263.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167263.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167264 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167264 .jwresp_col{float:none} #stacks_in_167264 #jwresp_col2_stacks_in_167264{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167264 #jwresp_col1_stacks_in_167264,#stacks_in_167264 #jwresp_col3_stacks_in_167264{width:32%}#stacks_in_167264 #jwresp_col1_stacks_in_167264{float:left}#stacks_in_167264 #jwresp_col3_stacks_in_167264{float:right} @media screen and (max-width:770px){#stacks_in_167264 #jwresp_col1_stacks_in_167264,#stacks_in_167264 #jwresp_col3_stacks_in_167264{margin-bottom:20px}#stacks_in_167264 #jwresp_col1_stacks_in_167264{width:49%}#stacks_in_167264 #jwresp_col3_stacks_in_167264{width:49%}#stacks_in_167264 #jwresp_col2_stacks_in_167264{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167264 #jwresp_col1_stacks_in_167264,#stacks_in_167264 #jwresp_col3_stacks_in_167264,#stacks_in_167264 #jwresp_col2_stacks_in_167264{float:none;width:100%;display:block}#stacks_in_167264 #jwresp_col1_stacks_in_167264,#stacks_in_167264 #jwresp_col3_stacks_in_167264{margin-bottom:20px}} 
 #caption_stacks_in_167266{color:#4C4C4C} #caption_stacks_in_167266{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167270{color:#4C4C4C} #caption_stacks_in_167270{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167275{color:#4C4C4C} #caption_stacks_in_167275{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167279 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167279 .theDivider1, #simpleDivider_stacks_in_167279 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167279 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167279 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167282 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167282 .jwresp_col{float:none} #stacks_in_167282 #jwresp_col2_stacks_in_167282{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167282 #jwresp_col1_stacks_in_167282,#stacks_in_167282 #jwresp_col3_stacks_in_167282{width:32%}#stacks_in_167282 #jwresp_col1_stacks_in_167282{float:left}#stacks_in_167282 #jwresp_col3_stacks_in_167282{float:right} @media screen and (max-width:770px){#stacks_in_167282 #jwresp_col1_stacks_in_167282,#stacks_in_167282 #jwresp_col3_stacks_in_167282{margin-bottom:20px}#stacks_in_167282 #jwresp_col1_stacks_in_167282{width:49%}#stacks_in_167282 #jwresp_col3_stacks_in_167282{width:49%}#stacks_in_167282 #jwresp_col2_stacks_in_167282{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167282 #jwresp_col1_stacks_in_167282,#stacks_in_167282 #jwresp_col3_stacks_in_167282,#stacks_in_167282 #jwresp_col2_stacks_in_167282{float:none;width:100%;display:block}#stacks_in_167282 #jwresp_col1_stacks_in_167282,#stacks_in_167282 #jwresp_col3_stacks_in_167282{margin-bottom:20px}} 
 #caption_stacks_in_167283{color:#000000} #caption_stacks_in_167283{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167287{color:#4C4C4C} #caption_stacks_in_167287{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167291{color:#4C4C4C} #caption_stacks_in_167291{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
#stacks_in_167295 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167295 .jwresp_col{float:none} #stacks_in_167295 #jwresp_col2_stacks_in_167295{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167295 #jwresp_col1_stacks_in_167295,#stacks_in_167295 #jwresp_col3_stacks_in_167295{width:32%}#stacks_in_167295 #jwresp_col1_stacks_in_167295{float:left}#stacks_in_167295 #jwresp_col3_stacks_in_167295{float:right} @media screen and (max-width:770px){#stacks_in_167295 #jwresp_col1_stacks_in_167295,#stacks_in_167295 #jwresp_col3_stacks_in_167295{margin-bottom:20px}#stacks_in_167295 #jwresp_col1_stacks_in_167295{width:49%}#stacks_in_167295 #jwresp_col3_stacks_in_167295{width:49%}#stacks_in_167295 #jwresp_col2_stacks_in_167295{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167295 #jwresp_col1_stacks_in_167295,#stacks_in_167295 #jwresp_col3_stacks_in_167295,#stacks_in_167295 #jwresp_col2_stacks_in_167295{float:none;width:100%;display:block}#stacks_in_167295 #jwresp_col1_stacks_in_167295,#stacks_in_167295 #jwresp_col3_stacks_in_167295{margin-bottom:20px}} 
 #caption_stacks_in_167296{color:#000000} #caption_stacks_in_167296{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167300{color:#4C4C4C} #caption_stacks_in_167300{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167304{color:#4C4C4C} #caption_stacks_in_167304{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167309 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167309 .theDivider1, #simpleDivider_stacks_in_167309 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167309 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167309 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167313 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167313 .jwresp_col{float:none} #stacks_in_167313 #jwresp_col2_stacks_in_167313{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167313 #jwresp_col1_stacks_in_167313,#stacks_in_167313 #jwresp_col3_stacks_in_167313{width:32%}#stacks_in_167313 #jwresp_col1_stacks_in_167313{float:left}#stacks_in_167313 #jwresp_col3_stacks_in_167313{float:right} @media screen and (max-width:770px){#stacks_in_167313 #jwresp_col1_stacks_in_167313,#stacks_in_167313 #jwresp_col3_stacks_in_167313{margin-bottom:20px}#stacks_in_167313 #jwresp_col1_stacks_in_167313{width:49%}#stacks_in_167313 #jwresp_col3_stacks_in_167313{width:49%}#stacks_in_167313 #jwresp_col2_stacks_in_167313{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167313 #jwresp_col1_stacks_in_167313,#stacks_in_167313 #jwresp_col3_stacks_in_167313,#stacks_in_167313 #jwresp_col2_stacks_in_167313{float:none;width:100%;display:block}#stacks_in_167313 #jwresp_col1_stacks_in_167313,#stacks_in_167313 #jwresp_col3_stacks_in_167313{margin-bottom:20px}} 
 #caption_stacks_in_167314{color:#000000} #caption_stacks_in_167314{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167318{color:#4C4C4C} #caption_stacks_in_167318{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167322{color:#4C4C4C} #caption_stacks_in_167322{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
#stacks_in_167326 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167326 .jwresp_col{float:none} #stacks_in_167326 #jwresp_col2_stacks_in_167326{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167326 #jwresp_col1_stacks_in_167326,#stacks_in_167326 #jwresp_col3_stacks_in_167326{width:32%}#stacks_in_167326 #jwresp_col1_stacks_in_167326{float:left}#stacks_in_167326 #jwresp_col3_stacks_in_167326{float:right} @media screen and (max-width:770px){#stacks_in_167326 #jwresp_col1_stacks_in_167326,#stacks_in_167326 #jwresp_col3_stacks_in_167326{margin-bottom:20px}#stacks_in_167326 #jwresp_col1_stacks_in_167326{width:49%}#stacks_in_167326 #jwresp_col3_stacks_in_167326{width:49%}#stacks_in_167326 #jwresp_col2_stacks_in_167326{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167326 #jwresp_col1_stacks_in_167326,#stacks_in_167326 #jwresp_col3_stacks_in_167326,#stacks_in_167326 #jwresp_col2_stacks_in_167326{float:none;width:100%;display:block}#stacks_in_167326 #jwresp_col1_stacks_in_167326,#stacks_in_167326 #jwresp_col3_stacks_in_167326{margin-bottom:20px}} 
 #caption_stacks_in_167327{color:#000000} #caption_stacks_in_167327{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167331{color:#000000} #caption_stacks_in_167331{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167335{color:#000000} #caption_stacks_in_167335{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167339 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167339 .theDivider1, #simpleDivider_stacks_in_167339 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167339 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167339 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_167342 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167342 .jwresp_col{float:none} #stacks_in_167342 #jwresp_col2_stacks_in_167342{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167342 #jwresp_col1_stacks_in_167342,#stacks_in_167342 #jwresp_col3_stacks_in_167342{width:32%}#stacks_in_167342 #jwresp_col1_stacks_in_167342{float:left}#stacks_in_167342 #jwresp_col3_stacks_in_167342{float:right} @media screen and (max-width:770px){#stacks_in_167342 #jwresp_col1_stacks_in_167342,#stacks_in_167342 #jwresp_col3_stacks_in_167342{margin-bottom:20px}#stacks_in_167342 #jwresp_col1_stacks_in_167342{width:49%}#stacks_in_167342 #jwresp_col3_stacks_in_167342{width:49%}#stacks_in_167342 #jwresp_col2_stacks_in_167342{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167342 #jwresp_col1_stacks_in_167342,#stacks_in_167342 #jwresp_col3_stacks_in_167342,#stacks_in_167342 #jwresp_col2_stacks_in_167342{float:none;width:100%;display:block}#stacks_in_167342 #jwresp_col1_stacks_in_167342,#stacks_in_167342 #jwresp_col3_stacks_in_167342{margin-bottom:20px}} 
 #caption_stacks_in_167343{color:#000000} #caption_stacks_in_167343{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167347{color:#4C4C4C} #caption_stacks_in_167347{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167351{color:#000000} #caption_stacks_in_167351{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167355 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167355 .theDivider1, #simpleDivider_stacks_in_167355 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167355 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167355 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168287 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168287 .theDivider1,
#simpleDivider_stacks_in_168287 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168287 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168287.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168287.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168287 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168287.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168287.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168287.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168287.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_166925, #accordion_stacks_in_166925 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_166925.fixedHeightOn {height: 500px;}

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

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

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

/* DEFAULT THEME */

#accordion_stacks_in_166925 .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_166925 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_166925 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_166925 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_166925 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_166925 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_166925 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_166925 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_166925 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_166925 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_166925 .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_166925 .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_166925 .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_166925 .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_166925 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_166928 {
	font-size: 115%;
}
#stacks_in_166929 .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_166929 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_166929 .fluid-image.unlimited img{width:100% !important}#stacks_in_166929 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_166929 .fluid-image.align-left img{float:left}#stacks_in_166929 .fluid-image.align-right img{float:right}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_166932 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_166932 .theDivider1, #simpleDivider_stacks_in_166932 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_166932 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_166932 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168286 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168286 .theDivider1,
#simpleDivider_stacks_in_168286 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168286 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168286.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168286.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168286 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168286.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168286.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168286.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168286.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_166926, #accordion_stacks_in_166926 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_166926.fixedHeightOn {height: 500px;}

#accordion_stacks_in_166926 .accordion dt, #accordion_stacks_in_166926 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_166926 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_166926 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_166926 .accordion {overflow: hidden;}
#accordion_stacks_in_166926 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_166926 .accordion dt, */#accordion_stacks_in_166926 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_166926 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_166926 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_166926 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_166926 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_166926 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_166926 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_166926 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_166926 .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_166926 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_166926 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_166926 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_166926 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_166926 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_166926 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_166926 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_166926 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_166926 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_166926 .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_166926 .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_166926 .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_166926 .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_166926 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_166935 {
	font-size: 115%;
}
/*
 * 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_166939 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166939 .theDivider1,
#simpleDivider_stacks_in_166939 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166939 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166939.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166939.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166939 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166939.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166939.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166939.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166939.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166940 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166940 .jwresp_col{float:none} #stacks_in_166940 #jwresp_col2_stacks_in_166940{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166940 #jwresp_col1_stacks_in_166940,#stacks_in_166940 #jwresp_col3_stacks_in_166940{width:32%}#stacks_in_166940 #jwresp_col1_stacks_in_166940{float:left}#stacks_in_166940 #jwresp_col3_stacks_in_166940{float:right} @media screen and (max-width:770px){#stacks_in_166940 #jwresp_col1_stacks_in_166940,#stacks_in_166940 #jwresp_col3_stacks_in_166940{margin-bottom:20px}#stacks_in_166940 #jwresp_col1_stacks_in_166940{width:49%}#stacks_in_166940 #jwresp_col3_stacks_in_166940{width:49%}#stacks_in_166940 #jwresp_col2_stacks_in_166940{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166940 #jwresp_col1_stacks_in_166940,#stacks_in_166940 #jwresp_col3_stacks_in_166940,#stacks_in_166940 #jwresp_col2_stacks_in_166940{float:none;width:100%;display:block}#stacks_in_166940 #jwresp_col1_stacks_in_166940,#stacks_in_166940 #jwresp_col3_stacks_in_166940{margin-bottom:20px}} 
 #caption_stacks_in_166941{color:#000000} #caption_stacks_in_166941{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166945{color:#4C4C4C} #caption_stacks_in_166945{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166949{color:#4C4C4C} #caption_stacks_in_166949{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_166953 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166953 .theDivider1,
#simpleDivider_stacks_in_166953 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166953 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166953.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166953.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166953 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166953.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166953.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166953.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166953.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166955 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166955 .jwresp_col{float:none} #stacks_in_166955 #jwresp_col2_stacks_in_166955{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166955 #jwresp_col1_stacks_in_166955,#stacks_in_166955 #jwresp_col3_stacks_in_166955{width:32%}#stacks_in_166955 #jwresp_col1_stacks_in_166955{float:left}#stacks_in_166955 #jwresp_col3_stacks_in_166955{float:right} @media screen and (max-width:770px){#stacks_in_166955 #jwresp_col1_stacks_in_166955,#stacks_in_166955 #jwresp_col3_stacks_in_166955{margin-bottom:20px}#stacks_in_166955 #jwresp_col1_stacks_in_166955{width:49%}#stacks_in_166955 #jwresp_col3_stacks_in_166955{width:49%}#stacks_in_166955 #jwresp_col2_stacks_in_166955{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166955 #jwresp_col1_stacks_in_166955,#stacks_in_166955 #jwresp_col3_stacks_in_166955,#stacks_in_166955 #jwresp_col2_stacks_in_166955{float:none;width:100%;display:block}#stacks_in_166955 #jwresp_col1_stacks_in_166955,#stacks_in_166955 #jwresp_col3_stacks_in_166955{margin-bottom:20px}} 
 #caption_stacks_in_166956{color:#4C4C4C} #caption_stacks_in_166956{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_166959 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_166959 .theDivider1,
#simpleDivider_stacks_in_166959 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166959 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166959.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166959.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166959 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166959.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166959.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166959.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166959.bgImageOn .theDivider1 img {
	display: block;
}

 #caption_stacks_in_166960{color:#4C4C4C} #caption_stacks_in_166960{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166964{color:#4C4C4C} #caption_stacks_in_166964{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166968{color:#4C4C4C} #caption_stacks_in_166968{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_166971 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_166971 .theDivider1,
#simpleDivider_stacks_in_166971 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166971 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166971.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166971.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166971 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166971.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166971.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166971.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166971.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166972_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_166972 a:link, #stacks_in_166972 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_166972 a:hover, #stacks_in_166972 a:active {
	color:#FFFFFF;
}










#stacks_in_166972 a:link, #stacks_in_166972 a:visited {
	background-color:#A000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000FF), to(#6000BF));
	border:1px solid #6000BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_166972 a:hover {
	background-color:#AC00FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00FF), to(#5300A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_166972 a:active {
	background-color:#A000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_166975 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_166975 .theDivider1, #simpleDivider_stacks_in_166975 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_166975 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_166975 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_166978 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166978 .theDivider1,
#simpleDivider_stacks_in_166978 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166978 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166978.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166978.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166978 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166978.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166978.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166978.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166978.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166979 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166979 .jwresp_col{float:none} #stacks_in_166979 #jwresp_col2_stacks_in_166979{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166979 #jwresp_col1_stacks_in_166979,#stacks_in_166979 #jwresp_col3_stacks_in_166979{width:32%}#stacks_in_166979 #jwresp_col1_stacks_in_166979{float:left}#stacks_in_166979 #jwresp_col3_stacks_in_166979{float:right} @media screen and (max-width:770px){#stacks_in_166979 #jwresp_col1_stacks_in_166979,#stacks_in_166979 #jwresp_col3_stacks_in_166979{margin-bottom:20px}#stacks_in_166979 #jwresp_col1_stacks_in_166979{width:49%}#stacks_in_166979 #jwresp_col3_stacks_in_166979{width:49%}#stacks_in_166979 #jwresp_col2_stacks_in_166979{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166979 #jwresp_col1_stacks_in_166979,#stacks_in_166979 #jwresp_col3_stacks_in_166979,#stacks_in_166979 #jwresp_col2_stacks_in_166979{float:none;width:100%;display:block}#stacks_in_166979 #jwresp_col1_stacks_in_166979,#stacks_in_166979 #jwresp_col3_stacks_in_166979{margin-bottom:20px}} 
 #caption_stacks_in_166980{color:#000000} #caption_stacks_in_166980{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_166985 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_166985 .theDivider1,
#simpleDivider_stacks_in_166985 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166985 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166985.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166985.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166985 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166985.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166985.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166985.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166985.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166986_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_166986 a:link, #stacks_in_166986 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_166986 a:hover, #stacks_in_166986 a:active {
	color:#FFFFFF;
}










#stacks_in_166986 a:link, #stacks_in_166986 a:visited {
	background-color:#A000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000FF), to(#6000BF));
	border:1px solid #6000BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_166986 a:hover {
	background-color:#AC00FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00FF), to(#5300A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_166986 a:active {
	background-color:#A000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
 #caption_stacks_in_166990{color:#4C4C4C} #caption_stacks_in_166990{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166995{color:#4C4C4C} #caption_stacks_in_166995{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_166999 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166999 .theDivider1,
#simpleDivider_stacks_in_166999 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166999 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166999.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166999.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166999 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166999.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166999.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166999.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166999.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167000 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167000 .jwresp_col{float:none} #stacks_in_167000 #jwresp_col2_stacks_in_167000{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167000 #jwresp_col1_stacks_in_167000,#stacks_in_167000 #jwresp_col3_stacks_in_167000{width:32%}#stacks_in_167000 #jwresp_col1_stacks_in_167000{float:left}#stacks_in_167000 #jwresp_col3_stacks_in_167000{float:right} @media screen and (max-width:770px){#stacks_in_167000 #jwresp_col1_stacks_in_167000,#stacks_in_167000 #jwresp_col3_stacks_in_167000{margin-bottom:20px}#stacks_in_167000 #jwresp_col1_stacks_in_167000{width:49%}#stacks_in_167000 #jwresp_col3_stacks_in_167000{width:49%}#stacks_in_167000 #jwresp_col2_stacks_in_167000{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167000 #jwresp_col1_stacks_in_167000,#stacks_in_167000 #jwresp_col3_stacks_in_167000,#stacks_in_167000 #jwresp_col2_stacks_in_167000{float:none;width:100%;display:block}#stacks_in_167000 #jwresp_col1_stacks_in_167000,#stacks_in_167000 #jwresp_col3_stacks_in_167000{margin-bottom:20px}} 
 #caption_stacks_in_167001{color:#000000} #caption_stacks_in_167001{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167005{color:#000000} #caption_stacks_in_167005{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167009{color:#4C4C4C} #caption_stacks_in_167009{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_167012 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167012 .theDivider1,
#simpleDivider_stacks_in_167012 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167012 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167012.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167012.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167012 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167012.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167012.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167012.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167012.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167013_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_167013 a:link, #stacks_in_167013 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_167013 a:hover, #stacks_in_167013 a:active {
	color:#FFFFFF;
}










#stacks_in_167013 a:link, #stacks_in_167013 a:visited {
	background-color:#A000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000FF), to(#6000BF));
	border:1px solid #6000BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_167013 a:hover {
	background-color:#AC00FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00FF), to(#5300A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_167013 a:active {
	background-color:#A000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
/*
 * 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_167016 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167016 .theDivider1,
#simpleDivider_stacks_in_167016 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167016 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167016.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167016.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167016 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167016.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167016.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167016.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167016.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167019 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167019 .jwresp_col{float:none} #stacks_in_167019 #jwresp_col2_stacks_in_167019{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167019 #jwresp_col1_stacks_in_167019,#stacks_in_167019 #jwresp_col3_stacks_in_167019{width:32%}#stacks_in_167019 #jwresp_col1_stacks_in_167019{float:left}#stacks_in_167019 #jwresp_col3_stacks_in_167019{float:right} @media screen and (max-width:770px){#stacks_in_167019 #jwresp_col1_stacks_in_167019,#stacks_in_167019 #jwresp_col3_stacks_in_167019{margin-bottom:20px}#stacks_in_167019 #jwresp_col1_stacks_in_167019{width:49%}#stacks_in_167019 #jwresp_col3_stacks_in_167019{width:49%}#stacks_in_167019 #jwresp_col2_stacks_in_167019{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167019 #jwresp_col1_stacks_in_167019,#stacks_in_167019 #jwresp_col3_stacks_in_167019,#stacks_in_167019 #jwresp_col2_stacks_in_167019{float:none;width:100%;display:block}#stacks_in_167019 #jwresp_col1_stacks_in_167019,#stacks_in_167019 #jwresp_col3_stacks_in_167019{margin-bottom:20px}} 
 #caption_stacks_in_167020{color:#000000} #caption_stacks_in_167020{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167024{color:#4C4C4C} #caption_stacks_in_167024{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167028{color:#4C4C4C} #caption_stacks_in_167028{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_167032 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167032 .theDivider1,
#simpleDivider_stacks_in_167032 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167032 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167032.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167032.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167032 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167032.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167032.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167032.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167032.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167033 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167033 .jwresp_col{float:none} #stacks_in_167033 #jwresp_col2_stacks_in_167033{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167033 #jwresp_col1_stacks_in_167033,#stacks_in_167033 #jwresp_col3_stacks_in_167033{width:32%}#stacks_in_167033 #jwresp_col1_stacks_in_167033{float:left}#stacks_in_167033 #jwresp_col3_stacks_in_167033{float:right} @media screen and (max-width:770px){#stacks_in_167033 #jwresp_col1_stacks_in_167033,#stacks_in_167033 #jwresp_col3_stacks_in_167033{margin-bottom:20px}#stacks_in_167033 #jwresp_col1_stacks_in_167033{width:49%}#stacks_in_167033 #jwresp_col3_stacks_in_167033{width:49%}#stacks_in_167033 #jwresp_col2_stacks_in_167033{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167033 #jwresp_col1_stacks_in_167033,#stacks_in_167033 #jwresp_col3_stacks_in_167033,#stacks_in_167033 #jwresp_col2_stacks_in_167033{float:none;width:100%;display:block}#stacks_in_167033 #jwresp_col1_stacks_in_167033,#stacks_in_167033 #jwresp_col3_stacks_in_167033{margin-bottom:20px}} 
 #caption_stacks_in_167034{color:#000000} #caption_stacks_in_167034{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167039{color:#000000} #caption_stacks_in_167039{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
#stacks_in_167043 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167043 .jwresp_col{float:none} #stacks_in_167043 #jwresp_col2_stacks_in_167043{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167043 #jwresp_col1_stacks_in_167043,#stacks_in_167043 #jwresp_col3_stacks_in_167043{width:32%}#stacks_in_167043 #jwresp_col1_stacks_in_167043{float:left}#stacks_in_167043 #jwresp_col3_stacks_in_167043{float:right} @media screen and (max-width:770px){#stacks_in_167043 #jwresp_col1_stacks_in_167043,#stacks_in_167043 #jwresp_col3_stacks_in_167043{margin-bottom:20px}#stacks_in_167043 #jwresp_col1_stacks_in_167043{width:49%}#stacks_in_167043 #jwresp_col3_stacks_in_167043{width:49%}#stacks_in_167043 #jwresp_col2_stacks_in_167043{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167043 #jwresp_col1_stacks_in_167043,#stacks_in_167043 #jwresp_col3_stacks_in_167043,#stacks_in_167043 #jwresp_col2_stacks_in_167043{float:none;width:100%;display:block}#stacks_in_167043 #jwresp_col1_stacks_in_167043,#stacks_in_167043 #jwresp_col3_stacks_in_167043{margin-bottom:20px}} 
 #caption_stacks_in_167044{color:#000000} #caption_stacks_in_167044{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167049{color:#4C4C4C} #caption_stacks_in_167049{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167053{color:#000000} #caption_stacks_in_167053{text-align:left;margin-top:6px;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_167057 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167057 .theDivider1,
#simpleDivider_stacks_in_167057 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167057 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167057.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167057.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167057 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167057.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167057.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167057.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167057.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167058 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167058 .jwresp_col{float:none} #stacks_in_167058 #jwresp_col2_stacks_in_167058{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167058 #jwresp_col1_stacks_in_167058,#stacks_in_167058 #jwresp_col3_stacks_in_167058{width:32%}#stacks_in_167058 #jwresp_col1_stacks_in_167058{float:left}#stacks_in_167058 #jwresp_col3_stacks_in_167058{float:right} @media screen and (max-width:770px){#stacks_in_167058 #jwresp_col1_stacks_in_167058,#stacks_in_167058 #jwresp_col3_stacks_in_167058{margin-bottom:20px}#stacks_in_167058 #jwresp_col1_stacks_in_167058{width:49%}#stacks_in_167058 #jwresp_col3_stacks_in_167058{width:49%}#stacks_in_167058 #jwresp_col2_stacks_in_167058{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167058 #jwresp_col1_stacks_in_167058,#stacks_in_167058 #jwresp_col3_stacks_in_167058,#stacks_in_167058 #jwresp_col2_stacks_in_167058{float:none;width:100%;display:block}#stacks_in_167058 #jwresp_col1_stacks_in_167058,#stacks_in_167058 #jwresp_col3_stacks_in_167058{margin-bottom:20px}} 
 #caption_stacks_in_167059{color:#000000} #caption_stacks_in_167059{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167063{color:#4C4C4C} #caption_stacks_in_167063{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_167069{color:#000000} #caption_stacks_in_167069{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167073 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_167073 .theDivider1, #simpleDivider_stacks_in_167073 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167073 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167073 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168285 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168285 .theDivider1,
#simpleDivider_stacks_in_168285 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168285 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168285.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168285.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168285 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168285.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168285.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168285.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168285.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_166753, #accordion_stacks_in_166753 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_166753.fixedHeightOn {height: 500px;}

#accordion_stacks_in_166753 .accordion dt, #accordion_stacks_in_166753 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_166753 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_166753 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_166753 .accordion {overflow: hidden;}
#accordion_stacks_in_166753 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_166753 .accordion dt, */#accordion_stacks_in_166753 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_166753 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_166753 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_166753 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_166753 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_166753 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_166753 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_166753 .accordion dd {background-color: transparent; color: #666666 !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_166753 .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_166753 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_166753 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_166753 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_166753 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_166753 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_166753 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_166753 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_166753 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_166753 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_166753 .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_166753 .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_166753 .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_166753 .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_166753 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_166756 {
	font-size: 115%;
}
#stacks_in_166758 .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_166758 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_166758 .fluid-image.unlimited img{width:100% !important}#stacks_in_166758 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_166758 .fluid-image.align-left img{float:left}#stacks_in_166758 .fluid-image.align-right img{float:right}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_166762 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_166762 .theDivider1, #simpleDivider_stacks_in_166762 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_166762 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_166762 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168284 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168284 .theDivider1,
#simpleDivider_stacks_in_168284 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168284 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168284.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168284.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168284 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168284.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168284.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168284.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168284.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_166754, #accordion_stacks_in_166754 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_166754.fixedHeightOn {height: 500px;}

#accordion_stacks_in_166754 .accordion dt, #accordion_stacks_in_166754 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_166754 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_166754 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_166754 .accordion {overflow: hidden;}
#accordion_stacks_in_166754 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_166754 .accordion dt, */#accordion_stacks_in_166754 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_166754 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_166754 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_166754 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_166754 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_166754 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_166754 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_166754 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_166754 .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_166754 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_166754 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_166754 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_166754 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_166754 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_166754 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_166754 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_166754 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_166754 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_166754 .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_166754 .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_166754 .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_166754 .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_166754 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_166765 {
	font-size: 115%;
}
/*
 * 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_166769 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166769 .theDivider1,
#simpleDivider_stacks_in_166769 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166769 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166769.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166769.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166769 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166769.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166769.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166769.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166769.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166770 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166770 .jwresp_col{float:none} #stacks_in_166770 #jwresp_col2_stacks_in_166770{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166770 #jwresp_col1_stacks_in_166770,#stacks_in_166770 #jwresp_col3_stacks_in_166770{width:32%}#stacks_in_166770 #jwresp_col1_stacks_in_166770{float:left}#stacks_in_166770 #jwresp_col3_stacks_in_166770{float:right} @media screen and (max-width:770px){#stacks_in_166770 #jwresp_col1_stacks_in_166770,#stacks_in_166770 #jwresp_col3_stacks_in_166770{margin-bottom:20px}#stacks_in_166770 #jwresp_col1_stacks_in_166770{width:49%}#stacks_in_166770 #jwresp_col3_stacks_in_166770{width:49%}#stacks_in_166770 #jwresp_col2_stacks_in_166770{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166770 #jwresp_col1_stacks_in_166770,#stacks_in_166770 #jwresp_col3_stacks_in_166770,#stacks_in_166770 #jwresp_col2_stacks_in_166770{float:none;width:100%;display:block}#stacks_in_166770 #jwresp_col1_stacks_in_166770,#stacks_in_166770 #jwresp_col3_stacks_in_166770{margin-bottom:20px}} 
  .circle_stacks_in_166771{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166771.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_166771{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166771.jpg) center;background-size: 100% auto}.hexagon_stacks_in_166771{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_166771{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_166771{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_166771{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_166771{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166771.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_166771{width: 515px;height: 515px}.dodecagonhex_stacks_in_166771{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}  .circle_stacks_in_166773{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166773.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_166773{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166773.jpg) center;background-size: 100% auto}.hexagon_stacks_in_166773{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_166773{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_166773{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_166773{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_166773{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166773.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_166773{width: 515px;height: 515px}.dodecagonhex_stacks_in_166773{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}  .circle_stacks_in_166775{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166775.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_166775{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166775.jpg) center;background-size: 100% auto}.hexagon_stacks_in_166775{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_166775{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_166775{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_166775{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_166775{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166775.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_166775{width: 515px;height: 515px}.dodecagonhex_stacks_in_166775{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_166777 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166777 .theDivider1,
#simpleDivider_stacks_in_166777 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166777 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166777.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166777.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166777 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166777.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166777.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166777.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166777.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166778 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166778 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_166778 .jwresp_col_wrapper.right{float:right}#stacks_in_166778 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_166778 #jwresp_col2_stacks_in_166778,#stacks_in_166778 #jwresp_col4_stacks_in_166778{float:right}#stacks_in_166778 #jwresp_col1_stacks_in_166778,#stacks_in_166778 #jwresp_col3_stacks_in_166778{margin-right:2} @media screen and (max-width:770px){#stacks_in_166778 .jwresp_col_wrapper.left,#stacks_in_166778 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_166778 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_166778 .jwresp_col{width:49%}#stacks_in_166778 #jwresp_col1_stacks_in_166778,#stacks_in_166778 #jwresp_col3_stacks_in_166778{margin:0}}  @media screen and (max-width:500px){#stacks_in_166778 .jwresp_col{width:100%;display:block}#stacks_in_166778 #jwresp_col1_stacks_in_166778,#stacks_in_166778 #jwresp_col2_stacks_in_166778,#stacks_in_166778 #jwresp_col3_stacks_in_166778{margin:0;margin-bottom:20px}#stacks_in_166778 #jwresp_col4_stacks_in_166778{margin:0}#stacks_in_166778 .jwresp_col_wrapper.left{margin-bottom:0}}
  .circle_stacks_in_166779{width: 230px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166779.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_166779{width: 255px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166779.jpg) center;background-size: 100% auto}.hexagon_stacks_in_166779{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_166779{width: 460px;height: 230px;margin-left:-87px}.hexagon2_stacks_in_166779{height: 460px;width: 230px;margin:-87px 0px -87px 0px}.hexagon-in1_stacks_in_166779{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_166779{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166779.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_166779{width: 230px;height: 230px}.dodecagonhex_stacks_in_166779{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_166780 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_166780 .theDivider1,
#simpleDivider_stacks_in_166780 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166780 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166780.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166780.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166780 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166780.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166780.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166780.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166780.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_166782{width: 230px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166782.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_166782{width: 255px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166782.jpg) center;background-size: 100% auto}.hexagon_stacks_in_166782{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_166782{width: 460px;height: 230px;margin-left:-87px}.hexagon2_stacks_in_166782{height: 460px;width: 230px;margin:-87px 0px -87px 0px}.hexagon-in1_stacks_in_166782{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_166782{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166782.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_166782{width: 230px;height: 230px}.dodecagonhex_stacks_in_166782{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_166783 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_166783 .theDivider1,
#simpleDivider_stacks_in_166783 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166783 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166783.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166783.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166783 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166783.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166783.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166783.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166783.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_166786{width: 230px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166786.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_166786{width: 255px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166786.jpg) center;background-size: 100% auto}.hexagon_stacks_in_166786{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_166786{width: 460px;height: 230px;margin-left:-87px}.hexagon2_stacks_in_166786{height: 460px;width: 230px;margin:-87px 0px -87px 0px}.hexagon-in1_stacks_in_166786{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_166786{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166786.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_166786{width: 230px;height: 230px}.dodecagonhex_stacks_in_166786{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_166787 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_166787 .theDivider1,
#simpleDivider_stacks_in_166787 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166787 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166787.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166787.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166787 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166787.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166787.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166787.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166787.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_166789{width: 230px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166789.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_166789{width: 255px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166789.jpg) center;background-size: 100% auto}.hexagon_stacks_in_166789{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_166789{width: 460px;height: 230px;margin-left:-87px}.hexagon2_stacks_in_166789{height: 460px;width: 230px;margin:-87px 0px -87px 0px}.hexagon-in1_stacks_in_166789{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_166789{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-166789.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_166789{width: 230px;height: 230px}.dodecagonhex_stacks_in_166789{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_166790 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_166790 .theDivider1,
#simpleDivider_stacks_in_166790 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166790 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166790.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166790.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166790 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166790.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166790.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166790.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166790.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_166792 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166792 .theDivider1, #simpleDivider_stacks_in_166792 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_166792 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_166792 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_166795 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166795 .theDivider1,
#simpleDivider_stacks_in_166795 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166795 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166795.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166795.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166795 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166795.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166795.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166795.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166795.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166796 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166796 .jwresp_col{float:none} #stacks_in_166796 #jwresp_col2_stacks_in_166796{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166796 #jwresp_col1_stacks_in_166796,#stacks_in_166796 #jwresp_col3_stacks_in_166796{width:32%}#stacks_in_166796 #jwresp_col1_stacks_in_166796{float:left}#stacks_in_166796 #jwresp_col3_stacks_in_166796{float:right} @media screen and (max-width:770px){#stacks_in_166796 #jwresp_col1_stacks_in_166796,#stacks_in_166796 #jwresp_col3_stacks_in_166796{margin-bottom:20px}#stacks_in_166796 #jwresp_col1_stacks_in_166796{width:49%}#stacks_in_166796 #jwresp_col3_stacks_in_166796{width:49%}#stacks_in_166796 #jwresp_col2_stacks_in_166796{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166796 #jwresp_col1_stacks_in_166796,#stacks_in_166796 #jwresp_col3_stacks_in_166796,#stacks_in_166796 #jwresp_col2_stacks_in_166796{float:none;width:100%;display:block}#stacks_in_166796 #jwresp_col1_stacks_in_166796,#stacks_in_166796 #jwresp_col3_stacks_in_166796{margin-bottom:20px}} 
 #caption_stacks_in_166797{color:#000000} #caption_stacks_in_166797{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166801{color:#4C4C4C} #caption_stacks_in_166801{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166805{color:#4C4C4C} #caption_stacks_in_166805{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_166809 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166809 .theDivider1,
#simpleDivider_stacks_in_166809 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166809 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166809.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166809.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166809 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166809.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166809.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166809.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166809.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166810 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166810 .jwresp_col{float:none} #stacks_in_166810 #jwresp_col2_stacks_in_166810{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166810 #jwresp_col1_stacks_in_166810,#stacks_in_166810 #jwresp_col3_stacks_in_166810{width:32%}#stacks_in_166810 #jwresp_col1_stacks_in_166810{float:left}#stacks_in_166810 #jwresp_col3_stacks_in_166810{float:right} @media screen and (max-width:770px){#stacks_in_166810 #jwresp_col1_stacks_in_166810,#stacks_in_166810 #jwresp_col3_stacks_in_166810{margin-bottom:20px}#stacks_in_166810 #jwresp_col1_stacks_in_166810{width:49%}#stacks_in_166810 #jwresp_col3_stacks_in_166810{width:49%}#stacks_in_166810 #jwresp_col2_stacks_in_166810{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166810 #jwresp_col1_stacks_in_166810,#stacks_in_166810 #jwresp_col3_stacks_in_166810,#stacks_in_166810 #jwresp_col2_stacks_in_166810{float:none;width:100%;display:block}#stacks_in_166810 #jwresp_col1_stacks_in_166810,#stacks_in_166810 #jwresp_col3_stacks_in_166810{margin-bottom:20px}} 
 #caption_stacks_in_166811{color:#4C4C4C} #caption_stacks_in_166811{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166816{color:#000000} #caption_stacks_in_166816{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_166820 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166820 .theDivider1,
#simpleDivider_stacks_in_166820 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166820 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166820.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166820.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166820 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166820.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166820.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166820.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166820.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_166823 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166823 .theDivider1,
#simpleDivider_stacks_in_166823 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166823 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166823.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166823.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166823 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166823.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166823.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166823.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166823.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166824 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166824 .jwresp_col{float:none} #stacks_in_166824 #jwresp_col2_stacks_in_166824{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166824 #jwresp_col1_stacks_in_166824,#stacks_in_166824 #jwresp_col3_stacks_in_166824{width:32%}#stacks_in_166824 #jwresp_col1_stacks_in_166824{float:left}#stacks_in_166824 #jwresp_col3_stacks_in_166824{float:right} @media screen and (max-width:770px){#stacks_in_166824 #jwresp_col1_stacks_in_166824,#stacks_in_166824 #jwresp_col3_stacks_in_166824{margin-bottom:20px}#stacks_in_166824 #jwresp_col1_stacks_in_166824{width:49%}#stacks_in_166824 #jwresp_col3_stacks_in_166824{width:49%}#stacks_in_166824 #jwresp_col2_stacks_in_166824{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166824 #jwresp_col1_stacks_in_166824,#stacks_in_166824 #jwresp_col3_stacks_in_166824,#stacks_in_166824 #jwresp_col2_stacks_in_166824{float:none;width:100%;display:block}#stacks_in_166824 #jwresp_col1_stacks_in_166824,#stacks_in_166824 #jwresp_col3_stacks_in_166824{margin-bottom:20px}} 
 #caption_stacks_in_166825{color:#000000} #caption_stacks_in_166825{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166830{color:#4C4C4C} #caption_stacks_in_166830{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166834{color:#4C4C4C} #caption_stacks_in_166834{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_166838 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166838 .theDivider1,
#simpleDivider_stacks_in_166838 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166838 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166838.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166838.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166838 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166838.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166838.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166838.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166838.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166840 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166840 .jwresp_col{float:none} #stacks_in_166840 #jwresp_col2_stacks_in_166840{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166840 #jwresp_col1_stacks_in_166840,#stacks_in_166840 #jwresp_col3_stacks_in_166840{width:32%}#stacks_in_166840 #jwresp_col1_stacks_in_166840{float:left}#stacks_in_166840 #jwresp_col3_stacks_in_166840{float:right} @media screen and (max-width:770px){#stacks_in_166840 #jwresp_col1_stacks_in_166840,#stacks_in_166840 #jwresp_col3_stacks_in_166840{margin-bottom:20px}#stacks_in_166840 #jwresp_col1_stacks_in_166840{width:49%}#stacks_in_166840 #jwresp_col3_stacks_in_166840{width:49%}#stacks_in_166840 #jwresp_col2_stacks_in_166840{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166840 #jwresp_col1_stacks_in_166840,#stacks_in_166840 #jwresp_col3_stacks_in_166840,#stacks_in_166840 #jwresp_col2_stacks_in_166840{float:none;width:100%;display:block}#stacks_in_166840 #jwresp_col1_stacks_in_166840,#stacks_in_166840 #jwresp_col3_stacks_in_166840{margin-bottom:20px}} 
 #caption_stacks_in_166841{color:#000000} #caption_stacks_in_166841{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166846{color:#000000} #caption_stacks_in_166846{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_166851 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166851 .theDivider1, #simpleDivider_stacks_in_166851 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_166851 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_166851 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_166855 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166855 .theDivider1,
#simpleDivider_stacks_in_166855 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166855 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166855.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166855.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166855 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166855.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166855.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166855.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166855.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166856 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166856 .jwresp_col{float:none} #stacks_in_166856 #jwresp_col2_stacks_in_166856{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166856 #jwresp_col1_stacks_in_166856,#stacks_in_166856 #jwresp_col3_stacks_in_166856{width:32%}#stacks_in_166856 #jwresp_col1_stacks_in_166856{float:left}#stacks_in_166856 #jwresp_col3_stacks_in_166856{float:right} @media screen and (max-width:770px){#stacks_in_166856 #jwresp_col1_stacks_in_166856,#stacks_in_166856 #jwresp_col3_stacks_in_166856{margin-bottom:20px}#stacks_in_166856 #jwresp_col1_stacks_in_166856{width:49%}#stacks_in_166856 #jwresp_col3_stacks_in_166856{width:49%}#stacks_in_166856 #jwresp_col2_stacks_in_166856{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166856 #jwresp_col1_stacks_in_166856,#stacks_in_166856 #jwresp_col3_stacks_in_166856,#stacks_in_166856 #jwresp_col2_stacks_in_166856{float:none;width:100%;display:block}#stacks_in_166856 #jwresp_col1_stacks_in_166856,#stacks_in_166856 #jwresp_col3_stacks_in_166856{margin-bottom:20px}} 
 #caption_stacks_in_166857{color:#000000} #caption_stacks_in_166857{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166861{color:#4C4C4C} #caption_stacks_in_166861{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166865{color:#000000} #caption_stacks_in_166865{text-align:left;margin-top:6px;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_166869 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_166869 .theDivider1,
#simpleDivider_stacks_in_166869 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_166869 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_166869.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_166869.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166869 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_166869.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_166869.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_166869.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_166869.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_166870 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_166870 .jwresp_col{float:none} #stacks_in_166870 #jwresp_col2_stacks_in_166870{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_166870 #jwresp_col1_stacks_in_166870,#stacks_in_166870 #jwresp_col3_stacks_in_166870{width:32%}#stacks_in_166870 #jwresp_col1_stacks_in_166870{float:left}#stacks_in_166870 #jwresp_col3_stacks_in_166870{float:right} @media screen and (max-width:770px){#stacks_in_166870 #jwresp_col1_stacks_in_166870,#stacks_in_166870 #jwresp_col3_stacks_in_166870{margin-bottom:20px}#stacks_in_166870 #jwresp_col1_stacks_in_166870{width:49%}#stacks_in_166870 #jwresp_col3_stacks_in_166870{width:49%}#stacks_in_166870 #jwresp_col2_stacks_in_166870{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_166870 #jwresp_col1_stacks_in_166870,#stacks_in_166870 #jwresp_col3_stacks_in_166870,#stacks_in_166870 #jwresp_col2_stacks_in_166870{float:none;width:100%;display:block}#stacks_in_166870 #jwresp_col1_stacks_in_166870,#stacks_in_166870 #jwresp_col3_stacks_in_166870{margin-bottom:20px}} 
 #caption_stacks_in_166871{color:#000000} #caption_stacks_in_166871{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_166878{color:#000000} #caption_stacks_in_166878{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_166883 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_166883 .theDivider1, #simpleDivider_stacks_in_166883 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_166883 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_166883 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168283 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168283 .theDivider1,
#simpleDivider_stacks_in_168283 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168283 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168283.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168283.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168283 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168283.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168283.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168283.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168283.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_168073, #accordion_stacks_in_168073 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_168073.fixedHeightOn {height: 500px;}

#accordion_stacks_in_168073 .accordion dt, #accordion_stacks_in_168073 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_168073 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_168073 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_168073 .accordion {overflow: hidden;}
#accordion_stacks_in_168073 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_168073 .accordion dt, */#accordion_stacks_in_168073 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_168073 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_168073 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_168073 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_168073 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_168073 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_168073 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_168073 .accordion dd {background-color: transparent; color: #666666 !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_168073 .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_168073 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_168073 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_168073 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_168073 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_168073 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_168073 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_168073 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_168073 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_168073 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_168073 .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_168073 .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_168073 .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_168073 .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_168073 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_168075 {
	font-size: 115%;
}
#stacks_in_168076 .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_168076 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168076 .fluid-image.unlimited img{width:100% !important}#stacks_in_168076 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168076 .fluid-image.align-left img{float:left}#stacks_in_168076 .fluid-image.align-right img{float:right}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_168079 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_168079 .theDivider1, #simpleDivider_stacks_in_168079 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_168079 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_168079 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168280 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168280 .theDivider1,
#simpleDivider_stacks_in_168280 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168280 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168280.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168280.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168280 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168280.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168280.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168280.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168280.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_167841, #accordion_stacks_in_167841 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_167841.fixedHeightOn {height: 500px;}

#accordion_stacks_in_167841 .accordion dt, #accordion_stacks_in_167841 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_167841 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_167841 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_167841 .accordion {overflow: hidden;}
#accordion_stacks_in_167841 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_167841 .accordion dt, */#accordion_stacks_in_167841 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_167841 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_167841 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_167841 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_167841 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_167841 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_167841 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_167841 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_167841 .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_167841 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_167841 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_167841 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_167841 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_167841 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_167841 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_167841 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_167841 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_167841 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_167841 .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_167841 .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_167841 .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_167841 .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_167841 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_167843 {
	font-size: 115%;
}
/*
 * 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_167955 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167955 .theDivider1,
#simpleDivider_stacks_in_167955 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167955 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167955.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167955.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167955 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167955.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167955.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167955.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167955.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167956 .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_167956 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_167956 .fluid-image.unlimited img{width:100% !important}#stacks_in_167956 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_167956 .fluid-image.align-left img{float:left}#stacks_in_167956 .fluid-image.align-right img{float:right}
#stacks_in_167960 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167960 .jwresp_col{float:none} #stacks_in_167960 #jwresp_col2_stacks_in_167960{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167960 #jwresp_col1_stacks_in_167960,#stacks_in_167960 #jwresp_col3_stacks_in_167960{width:32%}#stacks_in_167960 #jwresp_col1_stacks_in_167960{float:left}#stacks_in_167960 #jwresp_col3_stacks_in_167960{float:right} @media screen and (max-width:770px){#stacks_in_167960 #jwresp_col1_stacks_in_167960,#stacks_in_167960 #jwresp_col3_stacks_in_167960{margin-bottom:20px}#stacks_in_167960 #jwresp_col1_stacks_in_167960{width:49%}#stacks_in_167960 #jwresp_col3_stacks_in_167960{width:49%}#stacks_in_167960 #jwresp_col2_stacks_in_167960{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167960 #jwresp_col1_stacks_in_167960,#stacks_in_167960 #jwresp_col3_stacks_in_167960,#stacks_in_167960 #jwresp_col2_stacks_in_167960{float:none;width:100%;display:block}#stacks_in_167960 #jwresp_col1_stacks_in_167960,#stacks_in_167960 #jwresp_col3_stacks_in_167960{margin-bottom:20px}} 
  .circle_stacks_in_167961{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167961.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167961{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167961.jpg) center;background-size: 100% auto}.hexagon_stacks_in_167961{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167961{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_167961{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_167961{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167961{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167961.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167961{width: 515px;height: 515px}.dodecagonhex_stacks_in_167961{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167962 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167962 .theDivider1,
#simpleDivider_stacks_in_167962 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167962 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167962.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167962.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167962 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167962.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167962.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167962.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167962.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_167964{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167964.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167964{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167964.jpg) center;background-size: 100% auto}.hexagon_stacks_in_167964{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167964{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_167964{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_167964{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167964{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167964.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167964{width: 515px;height: 515px}.dodecagonhex_stacks_in_167964{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167965 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167965 .theDivider1,
#simpleDivider_stacks_in_167965 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167965 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167965.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167965.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167965 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167965.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167965.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167965.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167965.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_167967{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167967.jpg) center;background-size: 140% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167967{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167967.jpg) center;background-size: 140% auto}.hexagon_stacks_in_167967{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167967{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_167967{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_167967{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167967{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167967.jpg) center;background-size: 140% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167967{width: 515px;height: 515px}.dodecagonhex_stacks_in_167967{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167968 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167968 .theDivider1,
#simpleDivider_stacks_in_167968 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167968 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167968.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167968.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167968 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167968.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167968.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167968.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167968.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_167957 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167957 .theDivider1,
#simpleDivider_stacks_in_167957 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167957 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167957.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167957.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167957 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167957.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167957.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167957.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167957.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167958 .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_167958 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_167958 .fluid-image.unlimited img{width:100% !important}#stacks_in_167958 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_167958 .fluid-image.align-left img{float:left}#stacks_in_167958 .fluid-image.align-right img{float:right}
#stacks_in_167971 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167971 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_167971 .jwresp_col_wrapper.right{float:right}#stacks_in_167971 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_167971 #jwresp_col2_stacks_in_167971,#stacks_in_167971 #jwresp_col4_stacks_in_167971{float:right}#stacks_in_167971 #jwresp_col1_stacks_in_167971,#stacks_in_167971 #jwresp_col3_stacks_in_167971{margin-right:2} @media screen and (max-width:770px){#stacks_in_167971 .jwresp_col_wrapper.left,#stacks_in_167971 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_167971 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_167971 .jwresp_col{width:49%}#stacks_in_167971 #jwresp_col1_stacks_in_167971,#stacks_in_167971 #jwresp_col3_stacks_in_167971{margin:0}}  @media screen and (max-width:500px){#stacks_in_167971 .jwresp_col{width:100%;display:block}#stacks_in_167971 #jwresp_col1_stacks_in_167971,#stacks_in_167971 #jwresp_col2_stacks_in_167971,#stacks_in_167971 #jwresp_col3_stacks_in_167971{margin:0;margin-bottom:20px}#stacks_in_167971 #jwresp_col4_stacks_in_167971{margin:0}#stacks_in_167971 .jwresp_col_wrapper.left{margin-bottom:0}}
  .circle_stacks_in_167972{width: 230px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167972.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167972{width: 255px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167972.jpg) center;background-size: 100% auto}.hexagon_stacks_in_167972{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167972{width: 460px;height: 230px;margin-left:-87px}.hexagon2_stacks_in_167972{height: 460px;width: 230px;margin:-87px 0px -87px 0px}.hexagon-in1_stacks_in_167972{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167972{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167972.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167972{width: 230px;height: 230px}.dodecagonhex_stacks_in_167972{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167973 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167973 .theDivider1,
#simpleDivider_stacks_in_167973 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167973 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167973.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167973.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167973 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167973.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167973.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167973.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167973.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_167975{width: 230px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167975.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167975{width: 255px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167975.jpg) center;background-size: 100% auto}.hexagon_stacks_in_167975{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167975{width: 460px;height: 230px;margin-left:-87px}.hexagon2_stacks_in_167975{height: 460px;width: 230px;margin:-87px 0px -87px 0px}.hexagon-in1_stacks_in_167975{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167975{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167975.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167975{width: 230px;height: 230px}.dodecagonhex_stacks_in_167975{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167976 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167976 .theDivider1,
#simpleDivider_stacks_in_167976 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167976 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167976.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167976.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167976 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167976.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167976.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167976.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167976.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_167978{width: 230px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167978.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167978{width: 255px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167978.jpg) center;background-size: 100% auto}.hexagon_stacks_in_167978{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167978{width: 460px;height: 230px;margin-left:-87px}.hexagon2_stacks_in_167978{height: 460px;width: 230px;margin:-87px 0px -87px 0px}.hexagon-in1_stacks_in_167978{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167978{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167978.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167978{width: 230px;height: 230px}.dodecagonhex_stacks_in_167978{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167979 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167979 .theDivider1,
#simpleDivider_stacks_in_167979 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167979 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167979.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167979.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167979 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167979.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167979.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167979.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167979.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_167981{width: 230px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167981.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167981{width: 255px;height: 230px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167981.jpg) center;background-size: 100% auto}.hexagon_stacks_in_167981{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167981{width: 460px;height: 230px;margin-left:-87px}.hexagon2_stacks_in_167981{height: 460px;width: 230px;margin:-87px 0px -87px 0px}.hexagon-in1_stacks_in_167981{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167981{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167981.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167981{width: 230px;height: 230px}.dodecagonhex_stacks_in_167981{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167982 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167982 .theDivider1,
#simpleDivider_stacks_in_167982 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167982 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167982.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167982.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167982 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167982.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167982.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167982.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167982.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_167959 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167959 .theDivider1, #simpleDivider_stacks_in_167959 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_167959 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_167959 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_167986 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167986 .theDivider1,
#simpleDivider_stacks_in_167986 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167986 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167986.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167986.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167986 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167986.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167986.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167986.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167986.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167987 .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_167987 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_167987 .fluid-image.unlimited img{width:100% !important}#stacks_in_167987 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_167987 .fluid-image.align-left img{float:left}#stacks_in_167987 .fluid-image.align-right img{float:right}
#stacks_in_167991 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_167991 .jwresp_col{float:none} #stacks_in_167991 #jwresp_col2_stacks_in_167991{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_167991 #jwresp_col1_stacks_in_167991,#stacks_in_167991 #jwresp_col3_stacks_in_167991{width:32%}#stacks_in_167991 #jwresp_col1_stacks_in_167991{float:left}#stacks_in_167991 #jwresp_col3_stacks_in_167991{float:right} @media screen and (max-width:770px){#stacks_in_167991 #jwresp_col1_stacks_in_167991,#stacks_in_167991 #jwresp_col3_stacks_in_167991{margin-bottom:20px}#stacks_in_167991 #jwresp_col1_stacks_in_167991{width:49%}#stacks_in_167991 #jwresp_col3_stacks_in_167991{width:49%}#stacks_in_167991 #jwresp_col2_stacks_in_167991{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_167991 #jwresp_col1_stacks_in_167991,#stacks_in_167991 #jwresp_col3_stacks_in_167991,#stacks_in_167991 #jwresp_col2_stacks_in_167991{float:none;width:100%;display:block}#stacks_in_167991 #jwresp_col1_stacks_in_167991,#stacks_in_167991 #jwresp_col3_stacks_in_167991{margin-bottom:20px}} 
  .circle_stacks_in_167992{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167992.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167992{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167992.jpg) center;background-size: 100% auto}.hexagon_stacks_in_167992{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167992{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_167992{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_167992{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167992{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167992.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167992{width: 515px;height: 515px}.dodecagonhex_stacks_in_167992{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167993 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167993 .theDivider1,
#simpleDivider_stacks_in_167993 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167993 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167993.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167993.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167993 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167993.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167993.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167993.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167993.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_167995{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167995.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167995{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167995.jpg) center;background-size: 100% auto}.hexagon_stacks_in_167995{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167995{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_167995{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_167995{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167995{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167995.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167995{width: 515px;height: 515px}.dodecagonhex_stacks_in_167995{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167996 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167996 .theDivider1,
#simpleDivider_stacks_in_167996 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167996 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167996.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167996.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167996 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167996.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167996.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167996.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167996.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_167998{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167998.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_167998{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167998.jpg) center;background-size: 100% auto}.hexagon_stacks_in_167998{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_167998{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_167998{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_167998{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_167998{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-167998.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_167998{width: 515px;height: 515px}.dodecagonhex_stacks_in_167998{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_167999 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_167999 .theDivider1,
#simpleDivider_stacks_in_167999 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167999 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167999.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167999.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167999 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167999.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167999.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167999.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167999.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_167988 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_167988 .theDivider1,
#simpleDivider_stacks_in_167988 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_167988 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_167988.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_167988.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167988 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_167988.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_167988.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_167988.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_167988.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_167989 .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_167989 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_167989 .fluid-image.unlimited img{width:100% !important}#stacks_in_167989 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_167989 .fluid-image.align-left img{float:left}#stacks_in_167989 .fluid-image.align-right img{float:right}
#stacks_in_168002 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168002 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_168002 #jwresp_col2_stacks_in_168002{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_168002 #jwresp_col1_stacks_in_168002,#stacks_in_168002 #jwresp_col2_stacks_in_168002{width:100%;float:none;display:block}#stacks_in_168002 #jwresp_col1_stacks_in_168002{margin-bottom:15px}}
#stacks_in_168003 .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_168003 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168003 .fluid-image.unlimited img{width:100% !important}#stacks_in_168003 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168003 .fluid-image.align-left img{float:left}#stacks_in_168003 .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_168006 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168006 .theDivider1,
#simpleDivider_stacks_in_168006 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168006 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168006.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168006.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168006 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168006.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168006.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168006.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168006.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_168007{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168007.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_168007{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168007.jpg) center;background-size: 100% auto}.hexagon_stacks_in_168007{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_168007{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_168007{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_168007{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_168007{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168007.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_168007{width: 515px;height: 515px}.dodecagonhex_stacks_in_168007{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_168008 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168008 .theDivider1,
#simpleDivider_stacks_in_168008 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168008 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168008.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168008.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168008 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168008.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168008.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168008.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168008.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_168072 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168072 .theDivider1, #simpleDivider_stacks_in_168072 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_168072 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_168072 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168012 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168012 .theDivider1,
#simpleDivider_stacks_in_168012 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168012 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168012.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168012.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168012 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168012.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168012.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168012.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168012.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168013 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168013 .jwresp_col{float:none} #stacks_in_168013 #jwresp_col2_stacks_in_168013{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168013 #jwresp_col1_stacks_in_168013,#stacks_in_168013 #jwresp_col3_stacks_in_168013{width:32%}#stacks_in_168013 #jwresp_col1_stacks_in_168013{float:left}#stacks_in_168013 #jwresp_col3_stacks_in_168013{float:right} @media screen and (max-width:770px){#stacks_in_168013 #jwresp_col1_stacks_in_168013,#stacks_in_168013 #jwresp_col3_stacks_in_168013{margin-bottom:20px}#stacks_in_168013 #jwresp_col1_stacks_in_168013{width:49%}#stacks_in_168013 #jwresp_col3_stacks_in_168013{width:49%}#stacks_in_168013 #jwresp_col2_stacks_in_168013{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168013 #jwresp_col1_stacks_in_168013,#stacks_in_168013 #jwresp_col3_stacks_in_168013,#stacks_in_168013 #jwresp_col2_stacks_in_168013{float:none;width:100%;display:block}#stacks_in_168013 #jwresp_col1_stacks_in_168013,#stacks_in_168013 #jwresp_col3_stacks_in_168013{margin-bottom:20px}} 
#stacks_in_168018 .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_168018 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168018 .fluid-image.unlimited img{width:100% !important}#stacks_in_168018 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168018 .fluid-image.align-left img{float:left}#stacks_in_168018 .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_168021 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168021 .theDivider1,
#simpleDivider_stacks_in_168021 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168021 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168021.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168021.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168021 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168021.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168021.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168021.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168021.bgImageOn .theDivider1 img {
	display: block;
}

  .circle_stacks_in_168022{width: 527px;height: 527px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168022.png) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_168022{width: 430px;height: 527px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168022.png) center;background-size: 100% auto}.hexagon_stacks_in_168022{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_168022{width: 1054px;height: 527px;margin-left:-198px}.hexagon2_stacks_in_168022{height: 1054px;width: 527px;margin:-198px 0px -198px 0px}.hexagon-in1_stacks_in_168022{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_168022{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168022.png) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_168022{width: 527px;height: 527px}.dodecagonhex_stacks_in_168022{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_168023 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168023 .theDivider1,
#simpleDivider_stacks_in_168023 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168023 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168023.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168023.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168023 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168023.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168023.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168023.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168023.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168025 .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_168025 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168025 .fluid-image.unlimited img{width:100% !important}#stacks_in_168025 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168025 .fluid-image.align-left img{float:left}#stacks_in_168025 .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_168028 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168028 .theDivider1,
#simpleDivider_stacks_in_168028 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168028 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168028.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168028.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168028 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168028.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168028.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168028.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168028.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_168014 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168014 .theDivider1,
#simpleDivider_stacks_in_168014 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168014 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168014.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168014.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168014 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168014.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168014.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168014.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168014.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168015 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168015 .jwresp_col{float:none} #stacks_in_168015 #jwresp_col2_stacks_in_168015{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168015 #jwresp_col1_stacks_in_168015,#stacks_in_168015 #jwresp_col3_stacks_in_168015{width:32%}#stacks_in_168015 #jwresp_col1_stacks_in_168015{float:left}#stacks_in_168015 #jwresp_col3_stacks_in_168015{float:right} @media screen and (max-width:770px){#stacks_in_168015 #jwresp_col1_stacks_in_168015,#stacks_in_168015 #jwresp_col3_stacks_in_168015{margin-bottom:20px}#stacks_in_168015 #jwresp_col1_stacks_in_168015{width:49%}#stacks_in_168015 #jwresp_col3_stacks_in_168015{width:49%}#stacks_in_168015 #jwresp_col2_stacks_in_168015{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168015 #jwresp_col1_stacks_in_168015,#stacks_in_168015 #jwresp_col3_stacks_in_168015,#stacks_in_168015 #jwresp_col2_stacks_in_168015{float:none;width:100%;display:block}#stacks_in_168015 #jwresp_col1_stacks_in_168015,#stacks_in_168015 #jwresp_col3_stacks_in_168015{margin-bottom:20px}} 
#stacks_in_168029 .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_168029 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168029 .fluid-image.unlimited img{width:100% !important}#stacks_in_168029 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168029 .fluid-image.align-left img{float:left}#stacks_in_168029 .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_168032 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168032 .theDivider1,
#simpleDivider_stacks_in_168032 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168032 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168032.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168032.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168032 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168032.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168032.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168032.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168032.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168034 .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_168034 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168034 .fluid-image.unlimited img{width:100% !important}#stacks_in_168034 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168034 .fluid-image.align-left img{float:left}#stacks_in_168034 .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_168037 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168037 .theDivider1,
#simpleDivider_stacks_in_168037 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168037 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168037.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168037.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168037 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168037.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168037.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168037.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168037.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_168016 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168016 .theDivider1, #simpleDivider_stacks_in_168016 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_168016 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_168016 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168039 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168039 .theDivider1,
#simpleDivider_stacks_in_168039 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168039 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168039.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168039.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168039 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168039.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168039.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168039.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168039.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168040 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168040 .jwresp_col{float:none} #stacks_in_168040 #jwresp_col2_stacks_in_168040{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168040 #jwresp_col1_stacks_in_168040,#stacks_in_168040 #jwresp_col3_stacks_in_168040{width:32%}#stacks_in_168040 #jwresp_col1_stacks_in_168040{float:left}#stacks_in_168040 #jwresp_col3_stacks_in_168040{float:right} @media screen and (max-width:770px){#stacks_in_168040 #jwresp_col1_stacks_in_168040,#stacks_in_168040 #jwresp_col3_stacks_in_168040{margin-bottom:20px}#stacks_in_168040 #jwresp_col1_stacks_in_168040{width:49%}#stacks_in_168040 #jwresp_col3_stacks_in_168040{width:49%}#stacks_in_168040 #jwresp_col2_stacks_in_168040{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168040 #jwresp_col1_stacks_in_168040,#stacks_in_168040 #jwresp_col3_stacks_in_168040,#stacks_in_168040 #jwresp_col2_stacks_in_168040{float:none;width:100%;display:block}#stacks_in_168040 #jwresp_col1_stacks_in_168040,#stacks_in_168040 #jwresp_col3_stacks_in_168040{margin-bottom:20px}} 
#stacks_in_168045 .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_168045 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168045 .fluid-image.unlimited img{width:100% !important}#stacks_in_168045 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168045 .fluid-image.align-left img{float:left}#stacks_in_168045 .fluid-image.align-right img{float:right}
  .circle_stacks_in_168047{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168047.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_168047{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168047.jpg) center;background-size: 100% auto}.hexagon_stacks_in_168047{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_168047{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_168047{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_168047{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_168047{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168047.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_168047{width: 515px;height: 515px}.dodecagonhex_stacks_in_168047{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_168048 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168048 .theDivider1,
#simpleDivider_stacks_in_168048 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168048 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168048.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168048.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168048 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168048.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168048.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168048.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168048.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168050 .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_168050 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168050 .fluid-image.unlimited img{width:100% !important}#stacks_in_168050 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168050 .fluid-image.align-left img{float:left}#stacks_in_168050 .fluid-image.align-right img{float:right}
  .circle_stacks_in_168052{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168052.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_168052{width: 400px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168052.jpg) center;background-size: 100% auto}.hexagon_stacks_in_168052{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_168052{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_168052{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_168052{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_168052{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168052.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_168052{width: 515px;height: 515px}.dodecagonhex_stacks_in_168052{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_168053 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168053 .theDivider1,
#simpleDivider_stacks_in_168053 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168053 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168053.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168053.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168053 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168053.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168053.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168053.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168053.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168055 .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_168055 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168055 .fluid-image.unlimited img{width:100% !important}#stacks_in_168055 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168055 .fluid-image.align-left img{float:left}#stacks_in_168055 .fluid-image.align-right img{float:right}
  .circle_stacks_in_168057{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168057.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_168057{width: 470px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168057.jpg) center;background-size: 100% auto}.hexagon_stacks_in_168057{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_168057{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_168057{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_168057{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_168057{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168057.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_168057{width: 515px;height: 515px}.dodecagonhex_stacks_in_168057{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_168058 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168058 .theDivider1,
#simpleDivider_stacks_in_168058 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168058 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168058.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168058.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168058 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168058.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168058.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168058.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168058.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_168041 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168041 .theDivider1,
#simpleDivider_stacks_in_168041 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168041 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168041.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168041.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168041 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168041.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168041.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168041.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168041.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168042 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168042 .jwresp_col{float:none} #stacks_in_168042 #jwresp_col2_stacks_in_168042{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168042 #jwresp_col1_stacks_in_168042,#stacks_in_168042 #jwresp_col3_stacks_in_168042{width:32%}#stacks_in_168042 #jwresp_col1_stacks_in_168042{float:left}#stacks_in_168042 #jwresp_col3_stacks_in_168042{float:right} @media screen and (max-width:770px){#stacks_in_168042 #jwresp_col1_stacks_in_168042,#stacks_in_168042 #jwresp_col3_stacks_in_168042{margin-bottom:20px}#stacks_in_168042 #jwresp_col1_stacks_in_168042{width:49%}#stacks_in_168042 #jwresp_col3_stacks_in_168042{width:49%}#stacks_in_168042 #jwresp_col2_stacks_in_168042{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168042 #jwresp_col1_stacks_in_168042,#stacks_in_168042 #jwresp_col3_stacks_in_168042,#stacks_in_168042 #jwresp_col2_stacks_in_168042{float:none;width:100%;display:block}#stacks_in_168042 #jwresp_col1_stacks_in_168042,#stacks_in_168042 #jwresp_col3_stacks_in_168042{margin-bottom:20px}} 
#stacks_in_168060 .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_168060 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168060 .fluid-image.unlimited img{width:100% !important}#stacks_in_168060 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168060 .fluid-image.align-left img{float:left}#stacks_in_168060 .fluid-image.align-right img{float:right}
  .circle_stacks_in_168062{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168062.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_168062{width: 365px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168062.jpg) center;background-size: 100% auto}.hexagon_stacks_in_168062{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_168062{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_168062{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_168062{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_168062{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168062.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_168062{width: 515px;height: 515px}.dodecagonhex_stacks_in_168062{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_168063 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168063 .theDivider1,
#simpleDivider_stacks_in_168063 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168063 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168063.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168063.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168063 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168063.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168063.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168063.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168063.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_168065 {
	width: 100%;
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
}
#simpleDivider_stacks_in_168065 .theDivider1,
#simpleDivider_stacks_in_168065 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168065 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168065.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168065.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168065 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168065.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168065.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168065.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168065.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168067 .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_168067 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168067 .fluid-image.unlimited img{width:100% !important}#stacks_in_168067 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168067 .fluid-image.align-left img{float:left}#stacks_in_168067 .fluid-image.align-right img{float:right}
  .circle_stacks_in_168069{width: 515px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168069.jpg) center;background-size: 100% auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;color:#0C3}.square_stacks_in_168069{width: 385px;height: 515px;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168069.jpg) center;background-size: 100% auto}.hexagon_stacks_in_168069{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}.hexagon1_stacks_in_168069{width: 1030px;height: 515px;margin-left:-193px}.hexagon2_stacks_in_168069{height: 1030px;width: 515px;margin:-193px 0px -193px 0px}.hexagon-in1_stacks_in_168069{overflow:hidden;width:100%;height:100%;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.hexagon-in2_stacks_in_168069{width:100%;height:100%;background:url(../LatinoBooksAwardHistory_files/imageTypeDrag-168069.jpg) center;background-size: 100% auto;visibility:visible;-webkit-transform:rotate(-60deg);-moz-transform:rotate(-60deg);-o-transform:rotate(-60deg);transform:rotate(-60deg)}.dodecagon_stacks_in_168069{width: 515px;height: 515px}.dodecagonhex_stacks_in_168069{overflow:hidden;visibility:hidden;-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);background-position:center}/*
 * 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_168070 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168070 .theDivider1,
#simpleDivider_stacks_in_168070 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168070 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168070.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168070.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168070 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168070.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168070.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168070.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168070.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_168043 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168043 .theDivider1, #simpleDivider_stacks_in_168043 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_168043 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_168043 .theDivider2 {
	height: 4px;
	background-color: #008080;
}
/*
 * 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_168281 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168281 .theDivider1,
#simpleDivider_stacks_in_168281 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168281 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168281.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168281.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168281 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168281.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168281.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168281.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168281.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_168081, #accordion_stacks_in_168081 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_168081.fixedHeightOn {height: 500px;}

#accordion_stacks_in_168081 .accordion dt, #accordion_stacks_in_168081 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_168081 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_168081 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_168081 .accordion {overflow: hidden;}
#accordion_stacks_in_168081 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_168081 .accordion dt, */#accordion_stacks_in_168081 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_168081 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_168081 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_168081 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_168081 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_168081 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_168081 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_168081 .accordion dd {background-color: transparent; color: #666666 !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_168081 .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_168081 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_168081 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_168081 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_168081 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_168081 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_168081 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_168081 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_168081 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_168081 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_168081 .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_168081 .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_168081 .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_168081 .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_168081 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_168084 {
	font-size: 115%;
}
/*
 * 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_168304 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168304 .theDivider1,
#simpleDivider_stacks_in_168304 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168304 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168304.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168304.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168304 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168304.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168304.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168304.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168304.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168085 .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_168085 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168085 .fluid-image.unlimited img{width:100% !important}#stacks_in_168085 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168085 .fluid-image.align-left img{float:left}#stacks_in_168085 .fluid-image.align-right img{float:right}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_168088 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_168088 .theDivider1, #simpleDivider_stacks_in_168088 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_168088 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_168088 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * 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_168282 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168282 .theDivider1,
#simpleDivider_stacks_in_168282 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168282 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168282.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168282.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168282 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168282.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168282.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168282.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168282.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_168082, #accordion_stacks_in_168082 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_168082.fixedHeightOn {height: 500px;}

#accordion_stacks_in_168082 .accordion dt, #accordion_stacks_in_168082 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_168082 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_168082 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_168082 .accordion {overflow: hidden;}
#accordion_stacks_in_168082 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_168082 .accordion dt, */#accordion_stacks_in_168082 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_168082 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_168082 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_168082 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_168082 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_168082 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_168082 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_168082 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_168082 .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_168082 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_168082 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_168082 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_168082 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_168082 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_168082 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_168082 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_168082 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_168082 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_168082 .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_168082 .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_168082 .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_168082 .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_168082 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_168091 {
	font-size: 115%;
}
/*
 * 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_168305 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168305 .theDivider1,
#simpleDivider_stacks_in_168305 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168305 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168305.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168305.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168305 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168305.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168305.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168305.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168305.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168214 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168214 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_168214 #jwresp_col2_stacks_in_168214{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_168214 #jwresp_col1_stacks_in_168214,#stacks_in_168214 #jwresp_col2_stacks_in_168214{width:100%;float:none;display:block}#stacks_in_168214 #jwresp_col1_stacks_in_168214{margin-bottom:15px}}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_168273 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_168273 .theDivider1, #simpleDivider_stacks_in_168273 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_168273 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_168273 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_168218 .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_168218 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168218 .fluid-image.unlimited img{width:100% !important}#stacks_in_168218 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168218 .fluid-image.align-left img{float:left}#stacks_in_168218 .fluid-image.align-right img{float:right}

#stacks_in_168218 {
	border: solid rgba(128, 0, 255, 1.00);
	border-width:  1px;
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
/*
 * 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_168275 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168275 .theDivider1,
#simpleDivider_stacks_in_168275 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168275 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_168275.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168275.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168275 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168275.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168275.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168275.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168275.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_168274 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_168274 .theDivider1, #simpleDivider_stacks_in_168274 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_168274 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_168274 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
#stacks_in_168229 .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_168229 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168229 .fluid-image.unlimited img{width:100% !important}#stacks_in_168229 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168229 .fluid-image.align-left img{float:left}#stacks_in_168229 .fluid-image.align-right img{float:right}

#stacks_in_168229 {
	border: solid rgba(64, 0, 128, 1.00);
	border-width:  1px;
}
/*
 * 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_168276 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168276 .theDivider1,
#simpleDivider_stacks_in_168276 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168276 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_168276.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168276.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168276 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168276.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168276.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168276.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168276.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_168215 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168215 .theDivider1,
#simpleDivider_stacks_in_168215 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168215 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168215.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168215.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168215 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168215.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168215.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168215.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168215.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168216 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168216 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_168216 #jwresp_col2_stacks_in_168216{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_168216 #jwresp_col1_stacks_in_168216,#stacks_in_168216 #jwresp_col2_stacks_in_168216{width:100%;float:none;display:block}#stacks_in_168216 #jwresp_col1_stacks_in_168216{margin-bottom:15px}}
#stacks_in_168240 .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_168240 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168240 .fluid-image.unlimited img{width:100% !important}#stacks_in_168240 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168240 .fluid-image.align-left img{float:left}#stacks_in_168240 .fluid-image.align-right img{float:right}

#stacks_in_168240 {
	border: solid rgba(128, 0, 255, 1.00);
	border-width:  1px;
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
/*
 * 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_168277 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168277 .theDivider1,
#simpleDivider_stacks_in_168277 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168277 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_168277.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168277.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168277 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168277.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168277.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168277.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168277.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168252 .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_168252 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_168252 .fluid-image.unlimited img{width:100% !important}#stacks_in_168252 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_168252 .fluid-image.align-left img{float:left}#stacks_in_168252 .fluid-image.align-right img{float:right}

#stacks_in_168252 {
	border: solid rgba(253, 128, 8, 1.00);
	border-width:  1px;
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
/*
 * 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_168278 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168278 .theDivider1,
#simpleDivider_stacks_in_168278 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168278 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_168278.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168278.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168278 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168278.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168278.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168278.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168278.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_168212 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168212 .theDivider1, #simpleDivider_stacks_in_168212 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_168212 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_168212 .theDivider2 {
	height: 4px;
	background-color: #008080;
}
/*
 * 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_168306 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168306 .theDivider1,
#simpleDivider_stacks_in_168306 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168306 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168306.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168306.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168306 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168306.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168306.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168306.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168306.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_168307, #accordion_stacks_in_168307 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_168307.fixedHeightOn {height: 500px;}

#accordion_stacks_in_168307 .accordion dt, #accordion_stacks_in_168307 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_168307 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_168307 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_168307 .accordion {overflow: hidden;}
#accordion_stacks_in_168307 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_168307 .accordion dt, */#accordion_stacks_in_168307 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_168307 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_168307 .accordion dt a {
	color: #108080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_168307 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_168307 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_168307 .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: #E6E6E6;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#accordion_stacks_in_168307 .accordion dt a:hover {color: #FECC66 !important;}
#accordion_stacks_in_168307 .accordion dd {background-color: transparent; color: #4C4C4C !important;}

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

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

/* DEFAULT THEME */

#accordion_stacks_in_168307 .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_168307 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_168307 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_168307 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_168307 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_168307 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_168307 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_168307 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_168307 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


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

#accordion_stacks_in_168307 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_168307 .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_168307 .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_168307 .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_168307 .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_168307 .accordionTheme2 dt {
	border-bottom: solid 1px #800000;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #E6E6E6;
}

/* 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_168308 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_168309 {
	font-size: 115%;
}
/*
 * 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_168313 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168313 .theDivider1,
#simpleDivider_stacks_in_168313 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168313 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168313.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168313.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168313 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168313.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168313.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168313.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168313.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168318 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168318 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_168318 .jwresp_col_wrapper.right{float:right}#stacks_in_168318 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_168318 #jwresp_col2_stacks_in_168318,#stacks_in_168318 #jwresp_col4_stacks_in_168318{float:right}#stacks_in_168318 #jwresp_col1_stacks_in_168318,#stacks_in_168318 #jwresp_col3_stacks_in_168318{margin-right:2} @media screen and (max-width:770px){#stacks_in_168318 .jwresp_col_wrapper.left,#stacks_in_168318 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_168318 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_168318 .jwresp_col{width:49%}#stacks_in_168318 #jwresp_col1_stacks_in_168318,#stacks_in_168318 #jwresp_col3_stacks_in_168318{margin:0}}  @media screen and (max-width:500px){#stacks_in_168318 .jwresp_col{width:100%;display:block}#stacks_in_168318 #jwresp_col1_stacks_in_168318,#stacks_in_168318 #jwresp_col2_stacks_in_168318,#stacks_in_168318 #jwresp_col3_stacks_in_168318{margin:0;margin-bottom:20px}#stacks_in_168318 #jwresp_col4_stacks_in_168318{margin:0}#stacks_in_168318 .jwresp_col_wrapper.left{margin-bottom:0}}
 #caption_stacks_in_168319{color:#000000} #caption_stacks_in_168319{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168323{color:#4C4C4C} #caption_stacks_in_168323{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168327{color:#4C4C4C} #caption_stacks_in_168327{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168331{color:#4C4C4C} #caption_stacks_in_168331{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_168335 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168335 .theDivider1,
#simpleDivider_stacks_in_168335 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168335 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168335.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168335.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168335 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168335.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168335.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168335.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168335.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_168338 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168338 .theDivider1,
#simpleDivider_stacks_in_168338 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168338 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168338.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168338.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168338 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168338.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168338.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168338.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168338.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168341 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168341 .jwresp_col{float:none} #stacks_in_168341 #jwresp_col2_stacks_in_168341{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168341 #jwresp_col1_stacks_in_168341,#stacks_in_168341 #jwresp_col3_stacks_in_168341{width:32%}#stacks_in_168341 #jwresp_col1_stacks_in_168341{float:left}#stacks_in_168341 #jwresp_col3_stacks_in_168341{float:right} @media screen and (max-width:770px){#stacks_in_168341 #jwresp_col1_stacks_in_168341,#stacks_in_168341 #jwresp_col3_stacks_in_168341{margin-bottom:20px}#stacks_in_168341 #jwresp_col1_stacks_in_168341{width:49%}#stacks_in_168341 #jwresp_col3_stacks_in_168341{width:49%}#stacks_in_168341 #jwresp_col2_stacks_in_168341{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168341 #jwresp_col1_stacks_in_168341,#stacks_in_168341 #jwresp_col3_stacks_in_168341,#stacks_in_168341 #jwresp_col2_stacks_in_168341{float:none;width:100%;display:block}#stacks_in_168341 #jwresp_col1_stacks_in_168341,#stacks_in_168341 #jwresp_col3_stacks_in_168341{margin-bottom:20px}} 
 #caption_stacks_in_168342{color:#000000} #caption_stacks_in_168342{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168346{color:#000000} #caption_stacks_in_168346{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168350{color:#000000} #caption_stacks_in_168350{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_168354 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168354 .theDivider1,
#simpleDivider_stacks_in_168354 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168354 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168354.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168354.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168354 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168354.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168354.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168354.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168354.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168355 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168355 .jwresp_col{float:none} #stacks_in_168355 #jwresp_col2_stacks_in_168355{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168355 #jwresp_col1_stacks_in_168355,#stacks_in_168355 #jwresp_col3_stacks_in_168355{width:32%}#stacks_in_168355 #jwresp_col1_stacks_in_168355{float:left}#stacks_in_168355 #jwresp_col3_stacks_in_168355{float:right} @media screen and (max-width:770px){#stacks_in_168355 #jwresp_col1_stacks_in_168355,#stacks_in_168355 #jwresp_col3_stacks_in_168355{margin-bottom:20px}#stacks_in_168355 #jwresp_col1_stacks_in_168355{width:49%}#stacks_in_168355 #jwresp_col3_stacks_in_168355{width:49%}#stacks_in_168355 #jwresp_col2_stacks_in_168355{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168355 #jwresp_col1_stacks_in_168355,#stacks_in_168355 #jwresp_col3_stacks_in_168355,#stacks_in_168355 #jwresp_col2_stacks_in_168355{float:none;width:100%;display:block}#stacks_in_168355 #jwresp_col1_stacks_in_168355,#stacks_in_168355 #jwresp_col3_stacks_in_168355{margin-bottom:20px}} 
 #caption_stacks_in_168356{color:#000000} #caption_stacks_in_168356{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168360{color:#000000} #caption_stacks_in_168360{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168364{color:#000000} #caption_stacks_in_168364{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_168368 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168368 .theDivider1,
#simpleDivider_stacks_in_168368 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168368 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168368.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168368.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168368 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168368.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168368.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168368.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168368.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_168371 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168371 .theDivider1,
#simpleDivider_stacks_in_168371 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168371 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168371.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168371.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168371 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168371.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168371.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168371.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168371.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_168374 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168374 .theDivider1,
#simpleDivider_stacks_in_168374 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168374 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168374.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168374.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168374 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168374.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168374.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168374.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168374.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168375 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168375 .jwresp_col{float:none} #stacks_in_168375 #jwresp_col2_stacks_in_168375{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168375 #jwresp_col1_stacks_in_168375,#stacks_in_168375 #jwresp_col3_stacks_in_168375{width:32%}#stacks_in_168375 #jwresp_col1_stacks_in_168375{float:left}#stacks_in_168375 #jwresp_col3_stacks_in_168375{float:right} @media screen and (max-width:770px){#stacks_in_168375 #jwresp_col1_stacks_in_168375,#stacks_in_168375 #jwresp_col3_stacks_in_168375{margin-bottom:20px}#stacks_in_168375 #jwresp_col1_stacks_in_168375{width:49%}#stacks_in_168375 #jwresp_col3_stacks_in_168375{width:49%}#stacks_in_168375 #jwresp_col2_stacks_in_168375{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168375 #jwresp_col1_stacks_in_168375,#stacks_in_168375 #jwresp_col3_stacks_in_168375,#stacks_in_168375 #jwresp_col2_stacks_in_168375{float:none;width:100%;display:block}#stacks_in_168375 #jwresp_col1_stacks_in_168375,#stacks_in_168375 #jwresp_col3_stacks_in_168375{margin-bottom:20px}} 
 #caption_stacks_in_168376{color:#000000} #caption_stacks_in_168376{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168380{color:#000000} #caption_stacks_in_168380{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168384{color:#000000} #caption_stacks_in_168384{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_168388 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168388 .theDivider1,
#simpleDivider_stacks_in_168388 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168388 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168388.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168388.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168388 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168388.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168388.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168388.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168388.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168389 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168389 .jwresp_col{float:none} #stacks_in_168389 #jwresp_col2_stacks_in_168389{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168389 #jwresp_col1_stacks_in_168389,#stacks_in_168389 #jwresp_col3_stacks_in_168389{width:32%}#stacks_in_168389 #jwresp_col1_stacks_in_168389{float:left}#stacks_in_168389 #jwresp_col3_stacks_in_168389{float:right} @media screen and (max-width:770px){#stacks_in_168389 #jwresp_col1_stacks_in_168389,#stacks_in_168389 #jwresp_col3_stacks_in_168389{margin-bottom:20px}#stacks_in_168389 #jwresp_col1_stacks_in_168389{width:49%}#stacks_in_168389 #jwresp_col3_stacks_in_168389{width:49%}#stacks_in_168389 #jwresp_col2_stacks_in_168389{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168389 #jwresp_col1_stacks_in_168389,#stacks_in_168389 #jwresp_col3_stacks_in_168389,#stacks_in_168389 #jwresp_col2_stacks_in_168389{float:none;width:100%;display:block}#stacks_in_168389 #jwresp_col1_stacks_in_168389,#stacks_in_168389 #jwresp_col3_stacks_in_168389{margin-bottom:20px}} 
 #caption_stacks_in_168390{color:#000000} #caption_stacks_in_168390{text-align:left;margin-top:6px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168395{color:#000000} #caption_stacks_in_168395{text-align:left;margin-top:6px;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_168399 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_168399 .theDivider1,
#simpleDivider_stacks_in_168399 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168399 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168399.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168399.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168399 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168399.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168399.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168399.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168399.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_168402 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168402 .theDivider1,
#simpleDivider_stacks_in_168402 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168402 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168402.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168402.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168402 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168402.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168402.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168402.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168402.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168405 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168405 .jwresp_col{float:none} #stacks_in_168405 #jwresp_col2_stacks_in_168405{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168405 #jwresp_col1_stacks_in_168405,#stacks_in_168405 #jwresp_col3_stacks_in_168405{width:32%}#stacks_in_168405 #jwresp_col1_stacks_in_168405{float:left}#stacks_in_168405 #jwresp_col3_stacks_in_168405{float:right} @media screen and (max-width:770px){#stacks_in_168405 #jwresp_col1_stacks_in_168405,#stacks_in_168405 #jwresp_col3_stacks_in_168405{margin-bottom:20px}#stacks_in_168405 #jwresp_col1_stacks_in_168405{width:49%}#stacks_in_168405 #jwresp_col3_stacks_in_168405{width:49%}#stacks_in_168405 #jwresp_col2_stacks_in_168405{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168405 #jwresp_col1_stacks_in_168405,#stacks_in_168405 #jwresp_col3_stacks_in_168405,#stacks_in_168405 #jwresp_col2_stacks_in_168405{float:none;width:100%;display:block}#stacks_in_168405 #jwresp_col1_stacks_in_168405,#stacks_in_168405 #jwresp_col3_stacks_in_168405{margin-bottom:20px}} 
 #caption_stacks_in_168406{color:#000000} #caption_stacks_in_168406{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168410{color:#4C4C4C} #caption_stacks_in_168410{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168414{color:#000000} #caption_stacks_in_168414{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_168418 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_168418 .theDivider1,
#simpleDivider_stacks_in_168418 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_168418 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_168418.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_168418.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168418 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_168418.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_168418.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_168418.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_168418.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_168419 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_168419 .jwresp_col{float:none} #stacks_in_168419 #jwresp_col2_stacks_in_168419{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_168419 #jwresp_col1_stacks_in_168419,#stacks_in_168419 #jwresp_col3_stacks_in_168419{width:32%}#stacks_in_168419 #jwresp_col1_stacks_in_168419{float:left}#stacks_in_168419 #jwresp_col3_stacks_in_168419{float:right} @media screen and (max-width:770px){#stacks_in_168419 #jwresp_col1_stacks_in_168419,#stacks_in_168419 #jwresp_col3_stacks_in_168419{margin-bottom:20px}#stacks_in_168419 #jwresp_col1_stacks_in_168419{width:49%}#stacks_in_168419 #jwresp_col3_stacks_in_168419{width:49%}#stacks_in_168419 #jwresp_col2_stacks_in_168419{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_168419 #jwresp_col1_stacks_in_168419,#stacks_in_168419 #jwresp_col3_stacks_in_168419,#stacks_in_168419 #jwresp_col2_stacks_in_168419{float:none;width:100%;display:block}#stacks_in_168419 #jwresp_col1_stacks_in_168419,#stacks_in_168419 #jwresp_col3_stacks_in_168419{margin-bottom:20px}} 
 #caption_stacks_in_168420{color:#000000} #caption_stacks_in_168420{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168424{color:#4C4C4C} #caption_stacks_in_168424{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
 #caption_stacks_in_168428{color:#000000} #caption_stacks_in_168428{text-align:left;margin-top:4px;font-size:15px;font-weight:normal}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_168432 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_168432 .theDivider1, #simpleDivider_stacks_in_168432 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_168432 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_168432 .theDivider2 {
	height: 1px;
	background-color: #008080;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_3119 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_3119 .theDivider1, #simpleDivider_stacks_in_3119 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_3119 .theDivider1 {
	border-top: solid 1px #008080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_3119 .theDivider2 {
	height: 4px;
	background-color: #008080;
}
