#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)}
/*
1.9.0

 */
#stacks_in_136914 * {
  box-sizing: border-box;
}
#stacks_in_136914 *:focus {outline:none;}
.searchingstacks_in_136914 .stacks_top,
.searchingstacks_in_136914 .stacks_in,
.searchingstacks_in_136914 .stacks_out {
  overflow: visible;
}
#stacks_in_136914 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_136914_pages { display: none;}
#stacks_in_136914_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_136914_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_136914_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_136914 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_136914 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_136914 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #3795CF;
  color: #FFFFFF;
  /**/
  display: none;
  /**/
}
#stacks_in_136914 form .live-search-submit:hover {
   background: #46A4DE;
   color: #FFFFFF;
}
#stacks_in_136914 form .live-search-submit:active {
   background: #2886C0;
   color: #F0F0F0;
}
#stacks_in_136914_tipue_search_input,
.live-search-input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #888888;
  background-color: #FFFFFF;
}
#stacks_in_136914 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_136914 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_136914 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_136914 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_136914 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
/**/
/**/
/**/
#stacks_in_136914_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_136914 #stacks_in_136914_tipue_search_content,
.searchingstacks_in_136914.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_136914_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_136914_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
#stacks_in_136914_tipue_search_content,
.live-search-content {
  box-shadow: 0px 0px 0px 1000px rgba(255,255,255,0.75);
}
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_136914_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_136914 #stacks_in_136914_tipue_search_content,
.searchingstacks_in_136914.live-search-content {
  display: block !important;
}
#stacks_in_136914_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_136914_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_136914_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_136914_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_136914_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_136914_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_136914_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_136914_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_136914_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_136914_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_136914_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #FFFFFF;
  font-family: inherit;
}
#stacks_in_136914_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
#stacks_in_136914_tipue_search_content .tipue_search_content_title a,
.live-search-content .tipue_search_content_title a {
  color: #3795CF;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  font-family: inherit;
}
#stacks_in_136914_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #67C5FF;
}
#stacks_in_136914_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
#stacks_in_136914_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #3795CF;
}
#stacks_in_136914_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #67C5FF;
}
#stacks_in_136914_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_136914_tipue_search_content .h01,
.live-search-content .h01 {
  background: #FFFF00;
}

#stacks_in_136914_tipue_search_foot_boxes li a {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_136914_tipue_search_foot_boxes li.current{
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #3795CF;
}
#stacks_in_136914_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_136914_tipue_search_warning a{

}
#stacks_in_136914_tipue_search_warning a:hover{

}
#stacks_in_136914_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_136914 .additional-pages,
#stacks_in_136914 .excluded-pages {
  display: none;
}


#stacks_out_136914 {
	width: 300px;
	margin-right:0;
}
#slice_mez_136915 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_136915.selected {
  border-color: #2680fc !important;
}
#slice_mez_136915 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_136915 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_136915 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_136915.hidden > #stacks_in_136915 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_136918 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_136918.selected {
  border-color: #2680fc !important;
}
#slice_mez_136918 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_136918 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_136918 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_136918.hidden > #stacks_in_136918 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
/*
 * 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_136926 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136926 .theDivider1,
#simpleDivider_stacks_in_136926 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136926 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_136926.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #8000FF;
	border-bottom-color: #400080;
}
#simpleDivider_stacks_in_136926.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136926 .theDivider2 {
	height: 3px;
}
#simpleDivider_stacks_in_136926.transparentOff .theDivider2 {
	background-color: #8000FF;
}
#simpleDivider_stacks_in_136926.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136926.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136926.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136655 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136655 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_136655 #jwresp_col2_stacks_in_136655{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_136655 #jwresp_col1_stacks_in_136655,#stacks_in_136655 #jwresp_col2_stacks_in_136655{width:100%;float:none;display:block}#stacks_in_136655 #jwresp_col1_stacks_in_136655{margin-bottom:15px}}

#stacks_out_136776 {
	width: 26%;
}
/*
 * 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_136769 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136769 .theDivider1,
#simpleDivider_stacks_in_136769 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136769 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_136769.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136769.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136769 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136769.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136769.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136769.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136769.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136684 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136684 .jwresp_col{overflow:hidden;margin:0;width:61%; float:left;}#stacks_in_136684 #jwresp_col2_stacks_in_136684{ float:right; width:31%}@media screen and (max-width:500px){#stacks_in_136684 #jwresp_col1_stacks_in_136684,#stacks_in_136684 #jwresp_col2_stacks_in_136684{width:100%;float:none;display:block}#stacks_in_136684 #jwresp_col1_stacks_in_136684{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_136752 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_136752 .theDivider1,
#simpleDivider_stacks_in_136752 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136752 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_136752.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136752.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136752 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136752.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136752.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136752.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136752.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136744>.s3_row {
	margin: 0 -18px;
}

#stacks_in_136744>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_136744>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_136744>.s3_row>.s3_column {
	padding: 0 18px;
}










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



}



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



}






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

#stacks_in_136912 {
	border: solid rgba(255, 128, 0, 1.00);
	border-width:  1px;
	margin:  5px;
	padding:  5px;
}

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

#stacks_out_136527 {
	width: 300px;
}
/*
 * 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_136931 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136931 .theDivider1,
#simpleDivider_stacks_in_136931 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136931 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136931.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136931.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136931 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136931.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136931.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136931.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136931.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136927_button {
	display:block;
	position: relative;
	text-align: center;
}


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










#stacks_in_136927 a:link, #stacks_in_136927 a:visited {
	background-color:#7FBFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#7FBFFF), to(#4C7299));
	border:1px solid #4C7299;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_136927 a:hover {
	background-color:#89CEFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#89CEFF), to(#426384));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_136927 a:active {
	background-color:#7FBFFF;
	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_136960 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_136960 .theDivider1,
#simpleDivider_stacks_in_136960 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136960 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_136960.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136960.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136960 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136960.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136960.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136960.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136960.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_136980 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136980 .theDivider1,
#simpleDivider_stacks_in_136980 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136980 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_136980.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136980.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136980 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136980.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136980.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136980.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136980.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136975 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136975 .jwresp_col{float:none} #stacks_in_136975 #jwresp_col2_stacks_in_136975{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_136975 #jwresp_col1_stacks_in_136975,#stacks_in_136975 #jwresp_col3_stacks_in_136975{width:32%}#stacks_in_136975 #jwresp_col1_stacks_in_136975{float:left}#stacks_in_136975 #jwresp_col3_stacks_in_136975{float:right} @media screen and (max-width:770px){#stacks_in_136975 #jwresp_col1_stacks_in_136975,#stacks_in_136975 #jwresp_col3_stacks_in_136975{margin-bottom:20px}#stacks_in_136975 #jwresp_col1_stacks_in_136975{width:49%}#stacks_in_136975 #jwresp_col3_stacks_in_136975{width:49%}#stacks_in_136975 #jwresp_col2_stacks_in_136975{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_136975 #jwresp_col1_stacks_in_136975,#stacks_in_136975 #jwresp_col3_stacks_in_136975,#stacks_in_136975 #jwresp_col2_stacks_in_136975{float:none;width:100%;display:block}#stacks_in_136975 #jwresp_col1_stacks_in_136975,#stacks_in_136975 #jwresp_col3_stacks_in_136975{margin-bottom:20px}} 

#stacks_in_136962 {
	border: solid rgba(179, 179, 179, 1.00);
	border-width:  1px;
}

#stacks_out_136962 {
	width: 150px;
}

#stacks_out_136972 {
	width: 250px;
}

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

#stacks_in_3533 {
	margin:  4px;
	padding:  4px;
}
/*
 * 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_136624 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136624 .theDivider1,
#simpleDivider_stacks_in_136624 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136624 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_136624.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136624.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136624 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136624.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136624.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136624.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136624.bgImageOn .theDivider1 img {
	display: block;
}

 #Mover_stacks_in_136779{visibility:hidden;}.yesFade{opacity:0}.noFade{opacity:1}.slideDown_bounce{animation-name:slideDown_bounce;-webkit-animation-name:slideDown_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideDown_bounce{0%{transform:translateY(-100%)}50%{transform:translateY(8%)}65%{transform:translateY(-4%)}80%{transform:translateY(4%)}95%{transform:translateY(-2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideDown_bounce{0%{-webkit-transform:translateY(-100%)}50%{-webkit-transform:translateY(8%)}65%{-webkit-transform:translateY(-4%)}80%{-webkit-transform:translateY(4%)}95%{-webkit-transform:translateY(-2%)}100%{-webkit-transform:translateY(0%)}}.slideUp_bounce{animation-name:slideUp_bounce;-webkit-animation-name:slideUp_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideUp_bounce{0%{transform:translateY(100%)}50%{transform:translateY(-8%)}65%{transform:translateY(4%)}80%{transform:translateY(-4%)}95%{transform:translateY(2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideUp_bounce{0%{-webkit-transform:translateY(100%)}50%{-webkit-transform:translateY(-8%)}65%{-webkit-transform:translateY(4%)}80%{-webkit-transform:translateY(-4%)}95%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}.slideLeft_bounce{animation-name:slideLeft_bounce;-webkit-animation-name:slideLeft_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideLeft_bounce{0%{transform:translateX(150%)}50%{transform:translateX(-8%)}65%{transform:translateX(4%)}80%{transform:translateX(-4%)}95%{transform:translateX(2%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideLeft_bounce{0%{-webkit-transform:translateX(150%)}50%{-webkit-transform:translateX(-8%)}65%{-webkit-transform:translateX(4%)}80%{-webkit-transform:translateX(-4%)}95%{-webkit-transform:translateX(2%)}100%{-webkit-transform:translateX(0%)}}.slideRight_bounce{animation-name:slideRight_bounce;-webkit-animation-name:slideRight_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideRight_bounce{0%{transform:translateX(-150%)}50%{transform:translateX(8%)}65%{transform:translateX(-4%)}80%{transform:translateX(4%)}95%{transform:translateX(-2%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideRight_bounce{0%{-webkit-transform:translateX(-150%)}50%{-webkit-transform:translateX(8%)}65%{-webkit-transform:translateX(-4%)}80%{-webkit-transform:translateX(4%)}95%{-webkit-transform:translateX(-2%)}100%{-webkit-transform:translateX(0%)}}.slideExpandUp_bounce{animation-name:slideExpandUp_bounce;-webkit-animation-name:slideExpandUp_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideExpandUp_bounce{0%{transform:translateY(100%) scaleX(0.5)}30%{transform:translateY(-8%) scaleX(0.5)}40%{transform:translateY(2%) scaleX(0.5)}50%{transform:translateY(0%) scaleX(1.1)}60%{transform:translateY(0%) scaleX(0.9)}70%{transform:translateY(0%) scaleX(1.05)}80%{transform:translateY(0%) scaleX(0.95)}90%{transform:translateY(0%) scaleX(1.02)}100%{transform:translateY(0%) scaleX(1)}}@-webkit-keyframes slideExpandUp_bounce{0%{-webkit-transform:translateY(100%) scaleX(0.5)}30%{-webkit-transform:translateY(-8%) scaleX(0.5)}40%{-webkit-transform:translateY(2%) scaleX(0.5)}50%{-webkit-transform:translateY(0%) scaleX(1.1)}60%{-webkit-transform:translateY(0%) scaleX(0.9)}70%{-webkit-transform:translateY(0%) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleX(0.95)}90%{-webkit-transform:translateY(0%) scaleX(1.02)}100%{-webkit-transform:translateY(0%) scaleX(1)}}.expandUp_bounce{animation-name:expandUp_bounce;-webkit-animation-name:expandUp_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes expandUp_bounce{0%{transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{transform:translateY(-7%) scaleY(1.12)}75%{transform:translateY(3%)}100%{transform:translateY(0%) scale(1) scaleY(1)}}@-webkit-keyframes expandUp_bounce{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{-webkit-transform:translateY(-7%) scaleY(1.12)}75%{-webkit-transform:translateY(3%)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1)}}.fadeIn_bounce{animation-name:fadeIn_bounce;-webkit-animation-name:fadeIn_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes fadeIn_bounce{0%{transform:scale(0)}60%{transform:scale(1.1)}80%{transform:scale(0.9)}100%{transform:scale(1)}}@-webkit-keyframes fadeIn_bounce{0%{-webkit-transform:scale(0)}60%{-webkit-transform:scale(1.1)}80%{-webkit-transform:scale(0.9)}100%{-webkit-transform:scale(1)}}.expandOpen_bounce{animation-name:expandOpen_bounce;-webkit-animation-name:expandOpen_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes expandOpen_bounce{0%{transform:scale(1.8)}50%{transform:scale(0.95)}80%{transform:scale(1.05)}90%{transform:scale(0.98)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen_bounce{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(0.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(0.98)}100%{-webkit-transform:scale(1)}}.bigEntrance_bounce{animation-name:bigEntrance_bounce;-webkit-animation-name:bigEntrance_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes bigEntrance_bounce{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%)}30%{transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%)}45%{transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%)}60%{transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%)}75%{transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%)}90%{transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%)}100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%)}}@-webkit-keyframes bigEntrance_bounce{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%)}30%{-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%)}45%{-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%)}60%{-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%)}75%{-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%)}90%{-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%)}100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%)}}.hatch_bounce{animation-name:hatch_bounce;-webkit-animation-name:hatch_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes hatch_bounce{0%{transform:rotate(0deg) scaleY(0.6)}20%{transform:rotate(-2deg) scaleY(1.05)}35%{transform:rotate(2deg) scaleY(1)}50%{transform:rotate(-2deg)}65%{transform:rotate(1deg)}80%{transform:rotate(-1deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes hatch_bounce{0%{-webkit-transform:rotate(0deg) scaleY(0.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg)}100%{-webkit-transform:rotate(0deg)}}.still_bounce{animation-name:still_bounce;-webkit-animation-name:still_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes still_bounce{0%{transform:scale(1)}100%{transform:scale(1)}}@-webkit-keyframes still_bounce{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1)}}.slideDown_smooth{animation-name:slideDown_smooth;-webkit-animation-name:slideDown_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideDown_smooth{0%{transform:translateY(-100%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideDown_smooth{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0%)}}.slideUp_smooth{animation-name:slideUp_smooth;-webkit-animation-name:slideUp_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideUp_smooth{0%{transform:translateY(100%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideUp_smooth{0%{-webkit-transform:translateY(100%)}100%{-webkit-transform:translateY(0%)}}.slideLeft_smooth{animation-name:slideLeft_smooth;-webkit-animation-name:slideLeft_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideLeft_smooth{0%{transform:translateX(150%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideLeft_smooth{0%{-webkit-transform:translateX(150%)}100%{-webkit-transform:translateX(0%)}}.slideRight_smooth{animation-name:slideRight_smooth;-webkit-animation-name:slideRight_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideRight_smooth{0%{transform:translateX(-150%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideRight_smooth{0%{-webkit-transform:translateX(-150%)}100%{-webkit-transform:translateX(0%)}}.slideExpandUp_smooth{animation-name:slideExpandUp_smooth;-webkit-animation-name:slideExpandUp_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes slideExpandUp_smooth{0%{transform:translateY(100%) scaleX(0.5)}30%{transform:translateY(0%) scaleX(0.5)}100%{transform:translateY(0%) scaleX(1)}}@-webkit-keyframes slideExpandUp_smooth{0%{-webkit-transform:translateY(100%) scaleX(0.5)}30%{-webkit-transform:translateY(-8%) scaleX(0.5)}100%{-webkit-transform:translateY(0%) scaleX(1)}}.expandUp_smooth{animation-name:expandUp_smooth;-webkit-animation-name:expandUp_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes expandUp_smooth{0%{transform:translateY(100%) scale(0.6) scaleY(0.5)}100%{transform:translateY(0%) scale(1) scaleY(1)}}@-webkit-keyframes expandUp_smooth{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1)}}.fadeIn_smooth{animation-name:fadeIn_smooth;-webkit-animation-name:fadeIn_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes fadeIn_smooth{0%{transform:scale(0)}100%{transform:scale(1)}}@-webkit-keyframes fadeIn_smooth{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1)}}.expandOpen_smooth{animation-name:expandOpen_smooth;-webkit-animation-name:expandOpen_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes expandOpen_smooth{0%{transform:scale(1.8)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen_smooth{0%{-webkit-transform:scale(1.8)}100%{-webkit-transform:scale(1)}}.bigEntrance_smooth{animation-name:bigEntrance_smooth;-webkit-animation-name:bigEntrance_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;visibility:visible !important}@keyframes bigEntrance_smooth{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%)}100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%)}}@-webkit-keyframes bigEntrance_smooth{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%)}100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%)}}.hatch_smooth{animation-name:hatch_smooth;-webkit-animation-name:hatch_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes hatch_smooth{0%{transform:scaleY(0.6)}45%{transform:scaleY(1.05)}100%{transform:scaleY(1)}}@-webkit-keyframes hatch_smooth{0%{-webkit-transform:scaleY(0.6)}45%{-webkit-transform:scaleY(1.05)}100%{-webkit-transform:scaleY(1)}}.still_smooth{animation-name:still_smooth;-webkit-animation-name:still_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function: ease;-webkit-animation-timing-function: ease;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes still_smooth{0%{transform:scale(1)}100%{transform:scale(1)}}@-webkit-keyframes still_smooth{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1)}}/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_136780 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136780 .theDivider1,
#simpleDivider_stacks_in_136780 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136780 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136780.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136780.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136780 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136780.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136780.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136780.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136780.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136782 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136782 .jwresp_col{float:none} #stacks_in_136782 #jwresp_col2_stacks_in_136782{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_136782 #jwresp_col1_stacks_in_136782,#stacks_in_136782 #jwresp_col3_stacks_in_136782{width:32%}#stacks_in_136782 #jwresp_col1_stacks_in_136782{float:left}#stacks_in_136782 #jwresp_col3_stacks_in_136782{float:right} @media screen and (max-width:770px){#stacks_in_136782 #jwresp_col1_stacks_in_136782,#stacks_in_136782 #jwresp_col3_stacks_in_136782{margin-bottom:20px}#stacks_in_136782 #jwresp_col1_stacks_in_136782{width:49%}#stacks_in_136782 #jwresp_col3_stacks_in_136782{width:49%}#stacks_in_136782 #jwresp_col2_stacks_in_136782{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_136782 #jwresp_col1_stacks_in_136782,#stacks_in_136782 #jwresp_col3_stacks_in_136782,#stacks_in_136782 #jwresp_col2_stacks_in_136782{float:none;width:100%;display:block}#stacks_in_136782 #jwresp_col1_stacks_in_136782,#stacks_in_136782 #jwresp_col3_stacks_in_136782{margin-bottom:20px}} 
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_136794 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136794 .theDivider1,
#simpleDivider_stacks_in_136794 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136794 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136794.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136794.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136794 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136794.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136794.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136794.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136794.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136795 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136795 .jwresp_col{float:none} #stacks_in_136795 #jwresp_col2_stacks_in_136795{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_136795 #jwresp_col1_stacks_in_136795,#stacks_in_136795 #jwresp_col3_stacks_in_136795{width:32%}#stacks_in_136795 #jwresp_col1_stacks_in_136795{float:left}#stacks_in_136795 #jwresp_col3_stacks_in_136795{float:right} @media screen and (max-width:770px){#stacks_in_136795 #jwresp_col1_stacks_in_136795,#stacks_in_136795 #jwresp_col3_stacks_in_136795{margin-bottom:20px}#stacks_in_136795 #jwresp_col1_stacks_in_136795{width:49%}#stacks_in_136795 #jwresp_col3_stacks_in_136795{width:49%}#stacks_in_136795 #jwresp_col2_stacks_in_136795{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_136795 #jwresp_col1_stacks_in_136795,#stacks_in_136795 #jwresp_col3_stacks_in_136795,#stacks_in_136795 #jwresp_col2_stacks_in_136795{float:none;width:100%;display:block}#stacks_in_136795 #jwresp_col1_stacks_in_136795,#stacks_in_136795 #jwresp_col3_stacks_in_136795{margin-bottom:20px}} 

#stacks_out_136796 {
	width: 54%;
}
#stacks_in_136958 .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_136958 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_136958 .fluid-image.unlimited img{width:100% !important}#stacks_in_136958 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_136958 .fluid-image.align-left img{float:left}#stacks_in_136958 .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_136805 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136805 .theDivider1,
#simpleDivider_stacks_in_136805 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136805 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136805.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136805.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136805 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136805.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136805.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136805.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136805.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136806 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136806 .jwresp_col{float:none} #stacks_in_136806 #jwresp_col2_stacks_in_136806{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_136806 #jwresp_col1_stacks_in_136806,#stacks_in_136806 #jwresp_col3_stacks_in_136806{width:32%}#stacks_in_136806 #jwresp_col1_stacks_in_136806{float:left}#stacks_in_136806 #jwresp_col3_stacks_in_136806{float:right} @media screen and (max-width:770px){#stacks_in_136806 #jwresp_col1_stacks_in_136806,#stacks_in_136806 #jwresp_col3_stacks_in_136806{margin-bottom:20px}#stacks_in_136806 #jwresp_col1_stacks_in_136806{width:49%}#stacks_in_136806 #jwresp_col3_stacks_in_136806{width:49%}#stacks_in_136806 #jwresp_col2_stacks_in_136806{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_136806 #jwresp_col1_stacks_in_136806,#stacks_in_136806 #jwresp_col3_stacks_in_136806,#stacks_in_136806 #jwresp_col2_stacks_in_136806{float:none;width:100%;display:block}#stacks_in_136806 #jwresp_col1_stacks_in_136806,#stacks_in_136806 #jwresp_col3_stacks_in_136806{margin-bottom:20px}} 

#stacks_out_136807 {
	width: 55%;
}

#stacks_in_136810 {
	margin:  5px;
	padding:  5px;
}
/*
 * 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_136818 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136818 .theDivider1,
#simpleDivider_stacks_in_136818 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136818 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136818.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136818.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136818 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136818.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136818.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136818.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136818.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136819 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136819 .jwresp_col{float:none} #stacks_in_136819 #jwresp_col2_stacks_in_136819{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_136819 #jwresp_col1_stacks_in_136819,#stacks_in_136819 #jwresp_col3_stacks_in_136819{width:32%}#stacks_in_136819 #jwresp_col1_stacks_in_136819{float:left}#stacks_in_136819 #jwresp_col3_stacks_in_136819{float:right} @media screen and (max-width:770px){#stacks_in_136819 #jwresp_col1_stacks_in_136819,#stacks_in_136819 #jwresp_col3_stacks_in_136819{margin-bottom:20px}#stacks_in_136819 #jwresp_col1_stacks_in_136819{width:49%}#stacks_in_136819 #jwresp_col3_stacks_in_136819{width:49%}#stacks_in_136819 #jwresp_col2_stacks_in_136819{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_136819 #jwresp_col1_stacks_in_136819,#stacks_in_136819 #jwresp_col3_stacks_in_136819,#stacks_in_136819 #jwresp_col2_stacks_in_136819{float:none;width:100%;display:block}#stacks_in_136819 #jwresp_col1_stacks_in_136819,#stacks_in_136819 #jwresp_col3_stacks_in_136819{margin-bottom:20px}} 

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

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

#stacks_in_136956 {
	margin:  4px;
	padding:  4px;
}
/*
 * 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_136829 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136829 .theDivider1,
#simpleDivider_stacks_in_136829 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136829 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136829.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136829.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136829 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136829.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136829.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136829.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136829.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136830 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136830 .jwresp_col{float:none} #stacks_in_136830 #jwresp_col2_stacks_in_136830{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_136830 #jwresp_col1_stacks_in_136830,#stacks_in_136830 #jwresp_col3_stacks_in_136830{width:32%}#stacks_in_136830 #jwresp_col1_stacks_in_136830{float:left}#stacks_in_136830 #jwresp_col3_stacks_in_136830{float:right} @media screen and (max-width:770px){#stacks_in_136830 #jwresp_col1_stacks_in_136830,#stacks_in_136830 #jwresp_col3_stacks_in_136830{margin-bottom:20px}#stacks_in_136830 #jwresp_col1_stacks_in_136830{width:49%}#stacks_in_136830 #jwresp_col3_stacks_in_136830{width:49%}#stacks_in_136830 #jwresp_col2_stacks_in_136830{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_136830 #jwresp_col1_stacks_in_136830,#stacks_in_136830 #jwresp_col3_stacks_in_136830,#stacks_in_136830 #jwresp_col2_stacks_in_136830{float:none;width:100%;display:block}#stacks_in_136830 #jwresp_col1_stacks_in_136830,#stacks_in_136830 #jwresp_col3_stacks_in_136830{margin-bottom:20px}} 

#stacks_in_136831 {
	margin:  5px;
	padding:  4px;
}

#stacks_in_136834 {
	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_136842 {
	width: 100%;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
}
#simpleDivider_stacks_in_136842 .theDivider1, #simpleDivider_stacks_in_136842 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_136842 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_136842 .theDivider2 {
	height: 1px;
	background-color: #800000;
}

#stacks_in_136842 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_136843 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136843 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_136843 .jwresp_col_wrapper.right{float:right}#stacks_in_136843 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_136843 #jwresp_col2_stacks_in_136843,#stacks_in_136843 #jwresp_col4_stacks_in_136843{float:right}#stacks_in_136843 #jwresp_col1_stacks_in_136843,#stacks_in_136843 #jwresp_col3_stacks_in_136843{margin-right:2} @media screen and (max-width:770px){#stacks_in_136843 .jwresp_col_wrapper.left,#stacks_in_136843 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_136843 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_136843 .jwresp_col{width:49%}#stacks_in_136843 #jwresp_col1_stacks_in_136843,#stacks_in_136843 #jwresp_col3_stacks_in_136843{margin:0}}  @media screen and (max-width:500px){#stacks_in_136843 .jwresp_col{width:100%;display:block}#stacks_in_136843 #jwresp_col1_stacks_in_136843,#stacks_in_136843 #jwresp_col2_stacks_in_136843,#stacks_in_136843 #jwresp_col3_stacks_in_136843{margin:0;margin-bottom:20px}#stacks_in_136843 #jwresp_col4_stacks_in_136843{margin:0}#stacks_in_136843 .jwresp_col_wrapper.left{margin-bottom:0}}
/* 
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: support@1littledesigner.com
 * Verson: 1.0.0
 */

#simpleText_stacks_in_136844 {
	color: #333333;
	font-size: inherit;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_136844 a, #simpleText_stacks_in_136844 a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_136844 a:visited {color: #169EE6;}
#simpleText_stacks_in_136844 a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_136844 a:active {color: #FF6600;}
#simpleText_stacks_in_136844 a:focus {color: #FF6600; outline: none !important;} /*Some browsers add an outline*/
#simpleText_stacks_in_136844.optJustify {text-align: justify;}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_136844 {font-size: ;}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_136844 {font-size: inherit;}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_136844 {font-size: inherit;}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_136844 {font-size: inherit;}
}
#stacks_in_136844 {
	margin:  10px;
	padding:  10px;
}
/* 
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: support@1littledesigner.com
 * Verson: 1.0.0
 */

#simpleText_stacks_in_136849 {
	color: #333333;
	font-size: inherit;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_136849 a, #simpleText_stacks_in_136849 a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_136849 a:visited {color: #169EE6;}
#simpleText_stacks_in_136849 a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_136849 a:active {color: #FF6600;}
#simpleText_stacks_in_136849 a:focus {color: #FF6600; outline: none !important;} /*Some browsers add an outline*/
#simpleText_stacks_in_136849.optJustify {text-align: justify;}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_136849 {font-size: ;}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_136849 {font-size: inherit;}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_136849 {font-size: inherit;}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_136849 {font-size: inherit;}
}
#stacks_in_136849 {
	margin:  4px;
	padding:  4px;
}
/* 
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: support@1littledesigner.com
 * Verson: 1.0.0
 */

#simpleText_stacks_in_136852 {
	color: #333333;
	font-size: inherit;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_136852 a, #simpleText_stacks_in_136852 a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_136852 a:visited {color: #169EE6;}
#simpleText_stacks_in_136852 a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_136852 a:active {color: #FF6600;}
#simpleText_stacks_in_136852 a:focus {color: #FF6600; outline: none !important;} /*Some browsers add an outline*/
#simpleText_stacks_in_136852.optJustify {text-align: justify;}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_136852 {font-size: ;}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_136852 {font-size: inherit;}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_136852 {font-size: inherit;}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_136852 {font-size: inherit;}
}
#stacks_in_136852 {
	margin:  4px;
	padding:  4px;
}
/* 
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: support@1littledesigner.com
 * Verson: 1.0.0
 */

#simpleText_stacks_in_136855 {
	color: #333333;
	font-size: inherit;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_136855 a, #simpleText_stacks_in_136855 a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_136855 a:visited {color: #169EE6;}
#simpleText_stacks_in_136855 a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_136855 a:active {color: #FF6600;}
#simpleText_stacks_in_136855 a:focus {color: #FF6600; outline: none !important;} /*Some browsers add an outline*/
#simpleText_stacks_in_136855.optJustify {text-align: justify;}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_136855 {font-size: ;}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_136855 {font-size: inherit;}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_136855 {font-size: inherit;}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_136855 {font-size: inherit;}
}
#stacks_in_136855 {
	margin:  4px;
	padding:  4px;
}
/*
 * 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_136858 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136858 .theDivider1,
#simpleDivider_stacks_in_136858 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136858 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136858.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136858.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136858 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136858.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136858.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136858.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136858.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136859 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136859 .jwresp_col{float:none} #stacks_in_136859 #jwresp_col3_stacks_in_136859{float:right;width:36%}#stacks_in_136859 #jwresp_col1_stacks_in_136859,#stacks_in_136859 #jwresp_col2_stacks_in_136859{width:28%;float:left}#stacks_in_136859 #jwresp_col1_stacks_in_136859{margin-right:2%}#stacks_in_136859 #jwresp_col2_stacks_in_136859{margin-left:2%} @media screen and (max-width:770px){#stacks_in_136859 #jwresp_col1_stacks_in_136859,#stacks_in_136859 #jwresp_col2_stacks_in_136859{margin:0;margin-bottom:20px}#stacks_in_136859 #jwresp_col1_stacks_in_136859{width:48%}#stacks_in_136859 #jwresp_col2_stacks_in_136859{float:right;width:48%}#stacks_in_136859 #jwresp_col3_stacks_in_136859{float:none;clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_136859 #jwresp_col1_stacks_in_136859,#stacks_in_136859 #jwresp_col3_stacks_in_136859,#stacks_in_136859 #jwresp_col2_stacks_in_136859{float:none;width:100%;display:block}#stacks_in_136859 #jwresp_col1_stacks_in_136859,#stacks_in_136859 #jwresp_col2_stacks_in_136859{margin-bottom:20px}} 
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_136869 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136869 .theDivider1,
#simpleDivider_stacks_in_136869 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136869 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136869.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136869.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136869 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136869.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136869.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136869.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136869.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136870 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136870 .jwresp_col{float:none} #stacks_in_136870 #jwresp_col3_stacks_in_136870{float:right;width:30%}#stacks_in_136870 #jwresp_col1_stacks_in_136870,#stacks_in_136870 #jwresp_col2_stacks_in_136870{width:31%;float:left}#stacks_in_136870 #jwresp_col1_stacks_in_136870{margin-right:2%}#stacks_in_136870 #jwresp_col2_stacks_in_136870{margin-left:2%} @media screen and (max-width:770px){#stacks_in_136870 #jwresp_col1_stacks_in_136870,#stacks_in_136870 #jwresp_col2_stacks_in_136870{margin:0;margin-bottom:20px}#stacks_in_136870 #jwresp_col1_stacks_in_136870{width:48%}#stacks_in_136870 #jwresp_col2_stacks_in_136870{float:right;width:48%}#stacks_in_136870 #jwresp_col3_stacks_in_136870{float:none;clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_136870 #jwresp_col1_stacks_in_136870,#stacks_in_136870 #jwresp_col3_stacks_in_136870,#stacks_in_136870 #jwresp_col2_stacks_in_136870{float:none;width:100%;display:block}#stacks_in_136870 #jwresp_col1_stacks_in_136870,#stacks_in_136870 #jwresp_col2_stacks_in_136870{margin-bottom:20px}} 

#stacks_out_136949 {
	width: 81%;
}
/*
 * 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_136883 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136883 .theDivider1,
#simpleDivider_stacks_in_136883 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136883 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136883.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136883.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136883 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136883.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136883.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136883.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136883.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136884 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136884 .jwresp_col_wrapper{margin:0;width:48%;float:left;position:relative;overflow:auto}#stacks_in_136884 .jwresp_col_wrapper.right{float:right}#stacks_in_136884 .jwresp_col{overflow:hidden;width:46%;float:left;margin:0}#stacks_in_136884 #jwresp_col2_stacks_in_136884,#stacks_in_136884 #jwresp_col4_stacks_in_136884{float:right}#stacks_in_136884 #jwresp_col1_stacks_in_136884,#stacks_in_136884 #jwresp_col3_stacks_in_136884{margin-right:4} @media screen and (max-width:770px){#stacks_in_136884 .jwresp_col_wrapper.left,#stacks_in_136884 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_136884 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_136884 .jwresp_col{width:48%}#stacks_in_136884 #jwresp_col1_stacks_in_136884,#stacks_in_136884 #jwresp_col3_stacks_in_136884{margin:0}}  @media screen and (max-width:500px){#stacks_in_136884 .jwresp_col{width:100%;display:block}#stacks_in_136884 #jwresp_col1_stacks_in_136884,#stacks_in_136884 #jwresp_col2_stacks_in_136884,#stacks_in_136884 #jwresp_col3_stacks_in_136884{margin:0;margin-bottom:20px}#stacks_in_136884 #jwresp_col4_stacks_in_136884{margin:0}#stacks_in_136884 .jwresp_col_wrapper.left{margin-bottom:0}}
/*
 * 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_136935 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_136935 .theDivider1,
#simpleDivider_stacks_in_136935 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_136935 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_136935.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_136935.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136935 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_136935.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_136935.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_136935.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_136935.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_136936 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_136936 .jwresp_col_wrapper{margin:0;width:48%;float:left;position:relative;overflow:auto}#stacks_in_136936 .jwresp_col_wrapper.right{float:right}#stacks_in_136936 .jwresp_col{overflow:hidden;width:46%;float:left;margin:0}#stacks_in_136936 #jwresp_col2_stacks_in_136936,#stacks_in_136936 #jwresp_col4_stacks_in_136936{float:right}#stacks_in_136936 #jwresp_col1_stacks_in_136936,#stacks_in_136936 #jwresp_col3_stacks_in_136936{margin-right:4} @media screen and (max-width:770px){#stacks_in_136936 .jwresp_col_wrapper.left,#stacks_in_136936 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_136936 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_136936 .jwresp_col{width:48%}#stacks_in_136936 #jwresp_col1_stacks_in_136936,#stacks_in_136936 #jwresp_col3_stacks_in_136936{margin:0}}  @media screen and (max-width:500px){#stacks_in_136936 .jwresp_col{width:100%;display:block}#stacks_in_136936 #jwresp_col1_stacks_in_136936,#stacks_in_136936 #jwresp_col2_stacks_in_136936,#stacks_in_136936 #jwresp_col3_stacks_in_136936{margin:0;margin-bottom:20px}#stacks_in_136936 #jwresp_col4_stacks_in_136936{margin:0}#stacks_in_136936 .jwresp_col_wrapper.left{margin-bottom:0}}
/*
 * 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_136903 {
	width: 100%;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
}
#simpleDivider_stacks_in_136903 .theDivider1, #simpleDivider_stacks_in_136903 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_136903 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_136903 .theDivider2 {
	height: 1px;
	background-color: #800000;
}

#stacks_in_136903 {
	margin:  5px;
	padding:  5px;
}
#stickystacks_in_136904 {
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	padding: 0;
	margin: 0;
	width: 200px;
	overflow: hidden;
	z-index: 100;
}

#stickyLinkstacks_in_136904 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media print {
	#stickystacks_in_136904 {
		display: none !important;
	}
}
#stacks_out_136905 {
	margin-left:0;
}

#stacks_out_136910 {
	width: 15%;
}
