#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 1.3.8
 */

/* GLOBAL STYLES */

#accordion_stacks_in_123774 .accordion dt, #accordion_stacks_in_123774 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_123774 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_123774 .accordion a:focus {outline: none;} /* MORE IE NONESENSE */
#accordion_stacks_in_123774 .accordion {margin: 9px; overflow: hidden;}
#accordion_stacks_in_123774 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
#accordion_stacks_in_123774 .accordion dt, #accordion_stacks_in_123774 .accordion dd {padding: 10px; text-indent: none;}
#accordion_stacks_in_123774 .accordion dt {background-color: transparent;}
#accordion_stacks_in_123774 .accordion dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#accordion_stacks_in_123774 .accordion dt a:hover {color: #6699CC;}
#accordion_stacks_in_123774 .accordion dd {background-color: transparent; color: #333333 !important;}
#accordion_stacks_in_123774 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_123774 .accordionTheme dt {
	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 */

	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;
	background-color: #FFFFFF;
	border-width: 1px;
}

/* ALTERNATE THEME */

#accordion_stacks_in_123774 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
#accordion_stacks_in_123774 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #B3B3B3;
}
#accordion_stacks_in_123774 .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_123774 .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 #B3B3B3;
}
#accordion_stacks_in_123774 .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_123774 .accordionTheme2 dt {
	border-bottom: solid 1px #B3B3B3;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

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

#stacks_in_103326 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_103326 .jwresp_col{overflow:hidden;margin:0;width:32%; float:left;}#stacks_in_103326 #jwresp_col2_stacks_in_103326{ float:right; width:66%}@media screen and (max-width:500px){#stacks_in_103326 #jwresp_col1_stacks_in_103326,#stacks_in_103326 #jwresp_col2_stacks_in_103326{width:100%;float:none;display:block}#stacks_in_103326 #jwresp_col1_stacks_in_103326{margin-bottom:15px}}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_88849.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_88849.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_88849.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_88849.semantic-content:target {display: block\9;}
#popBox_stacks_in_88849.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_88849.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 5px 5px 5px 5px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_88849.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 5px 5px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 800px;
  
}
#popBox_stacks_in_88849.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 5px 5px 5px 5px;
  
  	color: #222222;
}

  #popBox_stacks_in_88849 .popBoxHeader {
    display: none;
  }
  

  #popBox_stacks_in_88849 .popBoxFooter {
    display: none
  }

#stacks_in_88849 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_88849 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_88849.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_88849 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_88849 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_88849 .closeIcon svg {
  font-size: 12px;
  height: 12px;
  width: 12px;
}
#popBox_stacks_in_88849 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_88849.semantic-content .widthPercentageOff .modal-inner {
    width: 575px;
    min-width: 575px;
    max-width: 575px;
  }
  #popBox_stacks_in_88849.semantic-content .widthPercentageOn .modal-inner {
    width: 50%;
    min-width: 50%;
    max-width: 800px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_88849.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_88849.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_88849.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_88849.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_88849.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_88849.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_88849 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_88849 .closeIcon img {
  display: none;
}
#popBox_stacks_in_88849 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_88849.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_88849.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_88849.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_88849.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_88849 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_88849.popBoxStyleDemo .modal-content {
  height: 800px;
}
#popBox_stacks_in_88849.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_88849.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 575px;
  min-width: 575px;
  max-width: 575px;
  margin: 0 auto;
}
#popBox_stacks_in_88849.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_88849.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_88849.popBoxStyleDemo .popBoxHeader {
  padding: 5px 5px 5px 5px;
}
#popBox_stacks_in_88849.popBoxStyleDemo .modal-content {
  padding: 5px;
  padding: 5px 5px;
}
#popBox_stacks_in_88849.popBoxStyleDemo .popBoxFooter {
  padding: 5px;
  padding: 5px 5px 5px 5px;
}
#stacks_in_88849 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

#popBox_stacks_in_88849.semantic-content .modal-inner {
  overflow: visible;
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
  background: #DDDDDD;
}
#popBox_stacks_in_88849 .closeIcon {
  border: 2px solid #DDDDDD;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-top: -10px;
  top: 0;
  right: -10px;
}
#popBox_stacks_in_88849 .modal-inner .closeIcon {
  background: #FFFFFF;
}
#popBox_stacks_in_88849 .popBoxHeader .closeIcon {
  background: #FFFFFF;
}
#popBox_stacks_in_88849 .modal-inner .closeText {
  background: transparent;
}
#popBox_stacks_in_88849 .closeIcon svg {
  height: 20px;
}
#popBox_stacks_in_88849 .closeIcon img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
#popBox_stacks_in_88849.semantic-content .popBoxHeader {
  border-color:  #DDDDDD;
}
#popBox_stacks_in_88849.semantic-content .modal-content {
  border-width: 0px;
}

/* Thick Borders */

/* Transparent */


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

#stacks_in_103330 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_103330 .jwresp_col{overflow:hidden;margin:0;width:32%; float:left;}#stacks_in_103330 #jwresp_col2_stacks_in_103330{ float:right; width:66%}@media screen and (max-width:500px){#stacks_in_103330 #jwresp_col1_stacks_in_103330,#stacks_in_103330 #jwresp_col2_stacks_in_103330{width:100%;float:none;display:block}#stacks_in_103330 #jwresp_col1_stacks_in_103330{margin-bottom:15px}}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_88997.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_88997.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_88997.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_88997.semantic-content:target {display: block\9;}
#popBox_stacks_in_88997.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_88997.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_88997.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 625px;
  
}
#popBox_stacks_in_88997.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}

  #popBox_stacks_in_88997 .popBoxHeader {
    display: none;
  }
  

  #popBox_stacks_in_88997 .popBoxFooter {
    display: none
  }

#stacks_in_88997 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_88997 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_88997.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_88997 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_88997 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_88997 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_88997 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_88997.semantic-content .widthPercentageOff .modal-inner {
    width: 450px;
    min-width: 450px;
    max-width: 450px;
  }
  #popBox_stacks_in_88997.semantic-content .widthPercentageOn .modal-inner {
    width: 50%;
    min-width: 50%;
    max-width: 800px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_88997.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_88997.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_88997.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_88997.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_88997.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_88997.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_88997 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_88997 .closeIcon img {
  display: none;
}
#popBox_stacks_in_88997 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_88997.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_88997.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_88997.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_88997.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_88997 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_88997.popBoxStyleDemo .modal-content {
  height: 625px;
}
#popBox_stacks_in_88997.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_88997.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 450px;
  min-width: 450px;
  max-width: 450px;
  margin: 0 auto;
}
#popBox_stacks_in_88997.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_88997.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_88997.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_88997.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_88997.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_88997 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */



#stacks_out_88997 {
	margin-left:0;
}
 #caption_stacks_in_89013{color:#800000} #caption_stacks_in_89013{text-align:left;margin-top:6px;font-size:12px;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_123801 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_123801 .theDivider1,
#simpleDivider_stacks_in_123801 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_123801 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_123801.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_123801.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_123801 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_123801.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_123801.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_123801.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_123801.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_103426 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_103426 .theDivider1,
#simpleDivider_stacks_in_103426 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_103426 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_103426.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_103426.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_103426 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_103426.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_103426.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_103426.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_103426.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_103420 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_103420 .jwresp_col{overflow:hidden;margin:0;width:34%; float:left;}#stacks_in_103420 #jwresp_col2_stacks_in_103420{ float:right; width:64%}@media screen and (max-width:500px){#stacks_in_103420 #jwresp_col1_stacks_in_103420,#stacks_in_103420 #jwresp_col2_stacks_in_103420{width:100%;float:none;display:block}#stacks_in_103420 #jwresp_col1_stacks_in_103420{margin-bottom:15px}}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_103410.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_103410.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_103410.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_103410.semantic-content:target {display: block\9;}
#popBox_stacks_in_103410.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_103410.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_103410.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 650px;
  
}
#popBox_stacks_in_103410.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}

  #popBox_stacks_in_103410 .popBoxHeader {
    display: none;
  }
  

  #popBox_stacks_in_103410 .popBoxFooter {
    display: none
  }

#stacks_in_103410 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_103410 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_103410.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_103410 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_103410 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_103410 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_103410 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_103410.semantic-content .widthPercentageOff .modal-inner {
    width: 480px;
    min-width: 480px;
    max-width: 480px;
  }
  #popBox_stacks_in_103410.semantic-content .widthPercentageOn .modal-inner {
    width: 50%;
    min-width: 50%;
    max-width: 800px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_103410.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_103410.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_103410.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_103410.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_103410.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_103410.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_103410 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_103410 .closeIcon img {
  display: none;
}
#popBox_stacks_in_103410 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_103410.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_103410.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_103410.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_103410.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_103410 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_103410.popBoxStyleDemo .modal-content {
  height: 650px;
}
#popBox_stacks_in_103410.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_103410.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 480px;
  min-width: 480px;
  max-width: 480px;
  margin: 0 auto;
}
#popBox_stacks_in_103410.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_103410.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_103410.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_103410.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_103410.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_103410 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_103412{color:#800000} #caption_stacks_in_103412{text-align:center;margin-top:6px;font-size:12px;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_123804 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_123804 .theDivider1,
#simpleDivider_stacks_in_123804 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_123804 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_123804.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_123804.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_123804 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_123804.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_123804.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_123804.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_123804.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_103473 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_103473 .theDivider1,
#simpleDivider_stacks_in_103473 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_103473 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_103473.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_103473.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_103473 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_103473.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_103473.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_103473.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_103473.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_103457 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_103457 .jwresp_col{overflow:hidden;margin:0;width:34%; float:left;}#stacks_in_103457 #jwresp_col2_stacks_in_103457{ float:right; width:64%}@media screen and (max-width:500px){#stacks_in_103457 #jwresp_col1_stacks_in_103457,#stacks_in_103457 #jwresp_col2_stacks_in_103457{width:100%;float:none;display:block}#stacks_in_103457 #jwresp_col1_stacks_in_103457{margin-bottom:15px}}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_88919.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_88919.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_88919.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_88919.semantic-content:target {display: block\9;}
#popBox_stacks_in_88919.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_88919.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_88919.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 500px;
  
}
#popBox_stacks_in_88919.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}

  #popBox_stacks_in_88919 .popBoxHeader {
    display: none;
  }
  

  #popBox_stacks_in_88919 .popBoxFooter {
    display: none
  }

#stacks_in_88919 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_88919 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_88919.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_88919 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_88919 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_88919 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_88919 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_88919.semantic-content .widthPercentageOff .modal-inner {
    width: 650px;
    min-width: 650px;
    max-width: 650px;
  }
  #popBox_stacks_in_88919.semantic-content .widthPercentageOn .modal-inner {
    width: 50%;
    min-width: 50%;
    max-width: 800px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_88919.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_88919.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_88919.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_88919.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_88919.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_88919.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_88919 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_88919 .closeIcon img {
  display: none;
}
#popBox_stacks_in_88919 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_88919.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_88919.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_88919.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_88919.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_88919 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_88919.popBoxStyleDemo .modal-content {
  height: 500px;
}
#popBox_stacks_in_88919.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_88919.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 650px;
  min-width: 650px;
  max-width: 650px;
  margin: 0 auto;
}
#popBox_stacks_in_88919.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_88919.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_88919.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_88919.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_88919.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_88919 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_88921{color:#800000} #caption_stacks_in_88921{text-align:center;margin-top:6px;font-size:12px;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_123805 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_123805 .theDivider1,
#simpleDivider_stacks_in_123805 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_123805 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_123805.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_123805.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_123805 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_123805.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_123805.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_123805.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_123805.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_103425 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_103425 .theDivider1,
#simpleDivider_stacks_in_103425 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_103425 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_103425.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_103425.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_103425 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_103425.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_103425.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_103425.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_103425.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 1.3.8
 */

/* GLOBAL STYLES */

#accordion_stacks_in_103356 .accordion dt, #accordion_stacks_in_103356 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_103356 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_103356 .accordion a:focus {outline: none;} /* MORE IE NONESENSE */
#accordion_stacks_in_103356 .accordion {margin: 8px; overflow: hidden;}
#accordion_stacks_in_103356 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
#accordion_stacks_in_103356 .accordion dt, #accordion_stacks_in_103356 .accordion dd {padding: 10px; text-indent: none;}
#accordion_stacks_in_103356 .accordion dt {background-color: transparent;}
#accordion_stacks_in_103356 .accordion dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #CCCCCC;
}
#accordion_stacks_in_103356 .accordion dt a:hover {color: #6699FF;}
#accordion_stacks_in_103356 .accordion dd {background-color: transparent; color: #333333 !important;}
#accordion_stacks_in_103356 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_103356 .accordionTheme dt {
	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 */

	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;
	background-color: #E9F2FE;
	border-width: 1px;
}

/* ALTERNATE THEME */

#accordion_stacks_in_103356 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E9F2FE;
}
#accordion_stacks_in_103356 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #B3B3B3;
}
#accordion_stacks_in_103356 .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_103356 .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 #B3B3B3;
}
#accordion_stacks_in_103356 .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_103356 .accordionTheme2 dt {
	border-bottom: solid 1px #B3B3B3;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
}

/* 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_103361_float {
	float:left;
	width:40%;
}
#stacks_in_103361 {
	margin:  5px;
	padding:  5px;
}

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

/* GLOBAL STYLES */

#accordion_stacks_in_52554 .accordion dt, #accordion_stacks_in_52554 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_52554 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_52554 .accordion a:focus {outline: none;} /* MORE IE NONESENSE */
#accordion_stacks_in_52554 .accordion {margin: 8px; overflow: hidden;}
#accordion_stacks_in_52554 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
#accordion_stacks_in_52554 .accordion dt, #accordion_stacks_in_52554 .accordion dd {padding: 10px; text-indent: none;}
#accordion_stacks_in_52554 .accordion dt {background-color: transparent;}
#accordion_stacks_in_52554 .accordion dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #CCCCCC;
}
#accordion_stacks_in_52554 .accordion dt a:hover {color: #6699FF;}
#accordion_stacks_in_52554 .accordion dd {background-color: transparent; color: #333333 !important;}
#accordion_stacks_in_52554 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_52554 .accordionTheme dt {
	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 */

	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;
	background-color: #E6E6E6;
	border-width: 1px;
}

/* ALTERNATE THEME */

#accordion_stacks_in_52554 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_52554 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#accordion_stacks_in_52554 .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_52554 .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 #CCCCCC;
}
#accordion_stacks_in_52554 .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_52554 .accordionTheme2 dt {
	border-bottom: solid 1px #CCCCCC;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
}

/* 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_52559_float {
	float:left;
	width:40%;
}
#stacks_in_52559 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_52564{color:#800000} #caption_stacks_in_52564{text-align:center;margin-top:6px;font-size:12px;font-weight:normal}

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

/* GLOBAL STYLES */

#accordion_stacks_in_52592 .accordion dt, #accordion_stacks_in_52592 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_52592 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_52592 .accordion a:focus {outline: none;} /* MORE IE NONESENSE */
#accordion_stacks_in_52592 .accordion {margin: 9px; overflow: hidden;}
#accordion_stacks_in_52592 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
#accordion_stacks_in_52592 .accordion dt, #accordion_stacks_in_52592 .accordion dd {padding: 10px; text-indent: none;}
#accordion_stacks_in_52592 .accordion dt {background-color: transparent;}
#accordion_stacks_in_52592 .accordion dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #CCCCCC;
}
#accordion_stacks_in_52592 .accordion dt a:hover {color: #6699FF;}
#accordion_stacks_in_52592 .accordion dd {background-color: transparent; color: #333333 !important;}
#accordion_stacks_in_52592 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_52592 .accordionTheme dt {
	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 */

	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;
	background-color: #E9F2FE;
	border-width: 1px;
}

/* ALTERNATE THEME */

#accordion_stacks_in_52592 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E9F2FE;
}
#accordion_stacks_in_52592 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #B3B3B3;
}
#accordion_stacks_in_52592 .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_52592 .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 #B3B3B3;
}
#accordion_stacks_in_52592 .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_52592 .accordionTheme2 dt {
	border-bottom: solid 1px #B3B3B3;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
}

/* 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_52597_float {
	float:right;
	width:40%;
}
#stacks_in_52597 {
	margin:  5px;
	padding:  5px;
}

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

/* GLOBAL STYLES */

#accordion_stacks_in_52624 .accordion dt, #accordion_stacks_in_52624 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_52624 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_52624 .accordion a:focus {outline: none;} /* MORE IE NONESENSE */
#accordion_stacks_in_52624 .accordion {margin: 8px; overflow: hidden;}
#accordion_stacks_in_52624 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
#accordion_stacks_in_52624 .accordion dt, #accordion_stacks_in_52624 .accordion dd {padding: 10px; text-indent: none;}
#accordion_stacks_in_52624 .accordion dt {background-color: transparent;}
#accordion_stacks_in_52624 .accordion dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #CCCCCC;
}
#accordion_stacks_in_52624 .accordion dt a:hover {color: #6699FF;}
#accordion_stacks_in_52624 .accordion dd {background-color: transparent; color: #333333 !important;}
#accordion_stacks_in_52624 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_52624 .accordionTheme dt {
	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 */

	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;
	background-color: #E6E6E6;
	border-width: 1px;
}

/* ALTERNATE THEME */

#accordion_stacks_in_52624 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_52624 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#accordion_stacks_in_52624 .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_52624 .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 #CCCCCC;
}
#accordion_stacks_in_52624 .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_52624 .accordionTheme2 dt {
	border-bottom: solid 1px #CCCCCC;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
}

/* 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_52629_float {
	float:right;
	width:40%;
}
#stacks_in_52629 {
	margin:  5px;
	padding:  5px;
}
 #caption_stacks_in_52632{color:#800000} #caption_stacks_in_52632{text-align:left;margin-top:6px;font-size:12px;font-weight:normal}

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

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 1.3.8
 */

/* GLOBAL STYLES */

#accordion_stacks_in_52655 .accordion dt, #accordion_stacks_in_52655 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_52655 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_52655 .accordion a:focus {outline: none;} /* MORE IE NONESENSE */
#accordion_stacks_in_52655 .accordion {margin: 8px; overflow: hidden;}
#accordion_stacks_in_52655 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
#accordion_stacks_in_52655 .accordion dt, #accordion_stacks_in_52655 .accordion dd {padding: 10px; text-indent: none;}
#accordion_stacks_in_52655 .accordion dt {background-color: transparent;}
#accordion_stacks_in_52655 .accordion dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #E9F2FE;
}
#accordion_stacks_in_52655 .accordion dt a:hover {color: #6699FF;}
#accordion_stacks_in_52655 .accordion dd {background-color: transparent; color: #333333 !important;}
#accordion_stacks_in_52655 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_52655 .accordionTheme dt {
	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 */

	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;
	background-color: #E9F2FE;
	border-width: 1px;
}

/* ALTERNATE THEME */

#accordion_stacks_in_52655 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E9F2FE;
}
#accordion_stacks_in_52655 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #B3B3B3;
}
#accordion_stacks_in_52655 .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_52655 .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 #B3B3B3;
}
#accordion_stacks_in_52655 .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_52655 .accordionTheme2 dt {
	border-bottom: solid 1px #B3B3B3;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
}

/* 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_52660_float {
	float:right;
	width:35%;
}
#stacks_in_52660 {
	margin:  5px;
	padding:  5px;
}

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

/* GLOBAL STYLES */

#accordion_stacks_in_52734 .accordion dt, #accordion_stacks_in_52734 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_52734 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_52734 .accordion a:focus {outline: none;} /* MORE IE NONESENSE */
#accordion_stacks_in_52734 .accordion {margin: 8px; overflow: hidden;}
#accordion_stacks_in_52734 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
#accordion_stacks_in_52734 .accordion dt, #accordion_stacks_in_52734 .accordion dd {padding: 10px; text-indent: none;}
#accordion_stacks_in_52734 .accordion dt {background-color: transparent;}
#accordion_stacks_in_52734 .accordion dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #CCCCCC;
}
#accordion_stacks_in_52734 .accordion dt a:hover {color: #6699FF;}
#accordion_stacks_in_52734 .accordion dd {background-color: transparent; color: #333333 !important;}
#accordion_stacks_in_52734 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_52734 .accordionTheme dt {
	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 */

	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;
	background-color: #E6E6E6;
	border-width: 1px;
}

/* ALTERNATE THEME */

#accordion_stacks_in_52734 .accordionTheme2 {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #E6E6E6;
}
#accordion_stacks_in_52734 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#accordion_stacks_in_52734 .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_52734 .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 #CCCCCC;
}
#accordion_stacks_in_52734 .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_52734 .accordionTheme2 dt {
	border-bottom: solid 1px #CCCCCC;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
}

/* 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_52739_float {
	float:left;
	width:32%;
}
#stacks_in_52739 {
	margin:  3px;
	padding:  3px;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_88842.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_88842.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_88842.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_88842.semantic-content:target {display: block\9;}
#popBox_stacks_in_88842.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_88842.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 5px 5px 5px 5px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_88842.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 5px 5px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 550px;
  
}
#popBox_stacks_in_88842.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 5px 5px 5px 5px;
  
  	color: #222222;
}

  #popBox_stacks_in_88842 .popBoxHeader {
    display: none;
  }
  

  #popBox_stacks_in_88842 .popBoxFooter {
    display: none
  }

#stacks_in_88842 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_88842 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_88842.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_88842 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_88842 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_88842 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_88842 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_88842.semantic-content .widthPercentageOff .modal-inner {
    width: 650px;
    min-width: 650px;
    max-width: 650px;
  }
  #popBox_stacks_in_88842.semantic-content .widthPercentageOn .modal-inner {
    width: 50%;
    min-width: 50%;
    max-width: 800px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_88842.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_88842.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_88842.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_88842.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_88842.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_88842.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_88842 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_88842 .closeIcon img {
  display: none;
}
#popBox_stacks_in_88842 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_88842.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_88842.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_88842.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_88842.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_88842 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_88842.popBoxStyleDemo .modal-content {
  height: 550px;
}
#popBox_stacks_in_88842.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_88842.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 650px;
  min-width: 650px;
  max-width: 650px;
  margin: 0 auto;
}
#popBox_stacks_in_88842.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_88842.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_88842.popBoxStyleDemo .popBoxHeader {
  padding: 5px 5px 5px 5px;
}
#popBox_stacks_in_88842.popBoxStyleDemo .modal-content {
  padding: 5px;
  padding: 5px 5px;
}
#popBox_stacks_in_88842.popBoxStyleDemo .popBoxFooter {
  padding: 5px;
  padding: 5px 5px 5px 5px;
}
#stacks_in_88842 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */

#popBox_stacks_in_88842.semantic-content .modal-inner {
  overflow: visible;
  border: 0px solid rgba(0,0,0,0.0);
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  background: transparent;
}
#popBox_stacks_in_88842 .closeIcon {
  width: 30px;
  height: 30px;
  text-align: center;
  top: 0;
  right: 0;
}
#popBox_stacks_in_88842.semantic-content .popBoxHeader {
  background: transparent;
  border-width: 0px;
}
#popBox_stacks_in_88842.semantic-content .modal-content {
  background: transparent;
  border-width: 0px;
}
#popBox_stacks_in_88842.semantic-content .popBoxFooter {
  background: transparent;
  border-width: 0px;
}



#stacks_in_88842 {
	margin:  3px;
	padding:  3px;
}
 #caption_stacks_in_52744{color:#800000} #caption_stacks_in_52744{text-align:center;margin-top:6px;font-size:12px;font-weight:normal}

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

#stacks_in_88847 {
	margin:  3px;
	padding:  3px;
}
/*
 * 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_4794 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_4794 .theDivider1, #simpleDivider_stacks_in_4794 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4794 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4794 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
