#scroll_stacks_in_2{margin:0;padding:0;position:relative} #stacks_in_2 .scrollWrapper{position:relative;overflow:hidden;width:100%;height:100%}#stacks_in_2 .scrollableArea{position:relative;width:auto;height:100%}#stacks_in_2 .scrollDiv{float:left}#stacks_in_2 .scrollingHotSpotLeft,div.scrollingHotSpotRight{min-width:75px;width:10%;height:100%;background-image:url(../files/scroll-images/big_transparent.gif);background-repeat:repeat;background-position:center center;position:absolute;z-index:200}#stacks_in_2 .scrollingHotSpotLeft{left:0;cursor:url(../files/scroll-images/cursors/cursor_arrow_left.cur),url(../files/scroll-images/cursors/cursor_arrow_left.cur),w-resize}#stacks_in_2 .scrollingHotSpotRight{right:0;cursor:url(../files/scroll-images/cursors/cursor_arrow_right.cur),url(../files/scroll-images/cursors/cursor_arrow_right.cur),e-resize}#stacks_in_2 .scrollingHotSpotLeftVisible,div.scrollingHotSpotRightVisible{background-color:#FFFFFF;background-repeat:no-repeat;filter:alpha(opacity=35);-moz-opacity:0.35;-khtml-opacity:0.35;opacity:0.35;zoom:1}#stacks_in_2 .scrollingHotSpotLeftVisible{background-image:url(../files/scroll-images/arrow_left.gif)}#stacks_in_2 .scrollingHotSpotRightVisible{background-image:url(../files/scroll-images/arrow_right.gif)}#stacks_in_2 .scrollDiv img{margin:0 7px}#stacks_in_2 .scrollDiv canvas{margin:0px 7px 0 7px} 

#stacks_in_2 {
	border: solid rgba(0, 128, 64, 1.00);
	border-width:  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_46 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_46 .theDivider1,
#simpleDivider_stacks_in_46 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_46 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_46.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_46.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_46 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_46.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_46.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_46.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_46.bgImageOn .theDivider1 img {
	display: block;
}

/*
v1.0.2
+ Added touch swipe navigation support for touch devices
*/

#cycledex_stacks_in_66 .item-has-desc .cycledex-item-content {
  
}
#cycledex_stacks_in_66 .cycledex-item-content .cycledex-item-header {
  color: rgba(33, 255, 255, 1.00);
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 8px 0;
}
#cycledex_stacks_in_66 .cycledex-item-content .cycledex-item-description {
  color: rgba(33, 255, 255, 1.00);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
#cycledex_stacks_in_66 .cycledex-item-content {
  text-align: left;
  
  
}


#cycledex_stacks_in_66 .cycledex-item-content .cycledex-item-description {
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
}



.cycledex_noscroll{overflow: clip;}
#cycledex_stacks_in_66.cycledex-outer-wrap {
  position: relative;
  padding: 20px 0px;
  min-height: 0vh;
  overflow: hidden;
}
#cycledex_stacks_in_66 .cycledex-inner-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  justify-content: stretch;
  align-items: center;
  grid-template-columns: minmax(64px,150.000000px) 300px minmax(64px,150.000000px);
  position: relative;
  z-index: 3;
}
#cycledex_stacks_in_66.cycledex-outer-wrap.cycledex-popup {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: opacity 200ms ease;
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
}
#cycledex_stacks_in_66.cycledex-outer-wrap.cycledex-popup.cycledex_active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease;
}
#cycledex_stacks_in_66.cycledex-outer-wrap.cycledex-popup .cycledex-inner-wrap {
  max-width: 100vw;
}
#cycledex_stacks_in_66 .cycledex_close_icon {
  position:absolute;
  top: 32px;
  right: 32px;
  padding: 0;
  width: 64px;
  height: 64px;
  z-index: 4;
  cursor:pointer;
}
#cycledex_stacks_in_66 .cycledex_close_icon svg {
  width:64px;
  fill: rgba(33, 255, 255, 1.00);
  pointer-events: none;
}
#cycledex_stacks_in_66 .cycledex {
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 300px;
  z-index: 0;
  aspect-ratio: 0.666667;
  pointer-events: none;
}
@supports not (aspect-ratio: auto) {
  #cycledex_stacks_in_66 .cycledex {
    padding-top: 150.000000%;
  }
}
#cycledex_stacks_in_66 .cycledex-nav {
  outline: none;
  color: rgba(33, 255, 255, 1.00);
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  transform-style: flat;
  transform: scale(1);
  -webkit-transform: scale(1) translateZ(800px);
  transition: transform 300ms ease;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
#cycledex_stacks_in_66 .cycledex-nav:hover {
  outline: none;
  transform: scale(1.2);
  -webkit-transform: scale(1.2) translateZ(800px);
}
#cycledex_stacks_in_66 .cycledex-nav:active {
  outline: none;
  opacity: 0.75;
}
#cycledex_stacks_in_66 .cycledex-nav svg {
  max-width: 64px;
  width: 100%;
  pointer-events: none;
  color: rgba(33, 255, 255, 1.00);
  fill: rgba(33, 255, 255, 1.00);
}
#cycledex_stacks_in_66 .cycledex .cycledex-item,
#cycledex_stacks_in_66 .cycledex .cycledex-item .cycledex-depth-left,
#cycledex_stacks_in_66 .cycledex .cycledex-item .cycledex-depth-right,
#cycledex_stacks_in_66 .cycledex-overlay,
#cycledex_stacks_in_66 .cycledex-overlay-image,
#cycledex_stacks_in_66 .cycledex .cycledex-origin {
  background-color: rgba(140, 14, 48, 1.00);
}

#cycledex_stacks_in_66.cycledex_active .cycledex-overlay {
  opacity: 0.800000;
}

#cycledex_stacks_in_66[data-back-color^="r"]:not([data-back-color$="1.00)"]) .cycledex .cycledex-origin,
#cycledex_stacks_in_66[data-back-color^="r"]:not([data-back-color$="1.00)"]) .cycledex .cycledex-item .cycledex-depth-left ,
#cycledex_stacks_in_66[data-back-color^="r"]:not([data-back-color$="1.00)"]) .cycledex .cycledex-item .cycledex-depth-right  {
  background-color: #000;
}
#cycledex_stacks_in_66 .cycledex {
  transform-style: preserve-3d;
}
#cycledex_stacks_in_66 .cycledex .cycledex-item {
  transform-style: preserve-3d;
  background-color: transparent;
}
#cycledex_stacks_in_66 .cycledex .cycledex-origin,

#cycledex_stacks_in_66 .cycledex .cycledex-item,
#cycledex_stacks_in_66 .cycledex .cycledex-item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#cycledex_stacks_in_66 .cycledex .cycledex-origin,
#cycledex_stacks_in_66 .cycledex .cycledex-item {
  transition: transform 200ms ease,opacity 200ms ease;
  pointer-events: none;
  transform-style: preserve-3d;
}
#cycledex_stacks_in_66 .cycledex .cycledex-item > a {
  cursor: pointer;
}
/*  */
#cycledex_stacks_in_66.cycledex_active .cycledex .cycledex-item[data-r-index="0"] {
  pointer-events: auto;
}
#cycledex_stacks_in_66:not(.cycledex_active) .cycledex .cycledex-item[data-r-index="0"] {
  transform: translate3d(0,0,100px) rotateY(0deg) !important;
}
#cycledex_stacks_in_66 .cycledex-overlay-image,
#cycledex_stacks_in_66 .cycledex-overlay-image > div,
#cycledex_stacks_in_66 .cycledex-overlay,
#cycledex_stacks_in_66 .cycledex-blur,
#cycledex_stacks_in_66 .cycledex .cycledex-item .cycledex-item-background {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#cycledex_stacks_in_66 .cycledex-blur,
#cycledex_stacks_in_66 .cycledex-overlay {
  z-index: 2;
}

#cycledex_stacks_in_66.cycledex_active .cycledex-overlay {display: none;}

#cycledex_stacks_in_66 .cycledex-overlay-image > div {
  opacity: 0;
  background-size: cover !important;
  background-position: center !important;
  transition: opacity 300.000000ms ease,transform 300.000000ms ease;
  z-index: 0;
}
#cycledex_stacks_in_66 .cycledex .cycledex-item .cycledex-item-background {
  transition: opacity 200ms ease;
}
#cycledex_stacks_in_66 .cycledex .cycledex-item .cycledex-depth-left:after,
#cycledex_stacks_in_66 .cycledex .cycledex-item .cycledex-depth-right:after {
  opacity: 0.400000;
}
#cycledex_stacks_in_66 .cycledex .cycledex-item .cycledex-item-background {
  opacity: 0.500000;
}
/* #cycledex_stacks_in_66 .cycledex .cycledex-item[data-r-index="0"] .cycledex-depth-left:after,
#cycledex_stacks_in_66 .cycledex .cycledex-item[data-r-index="0"] .cycledex-depth-right:after, */
#cycledex_stacks_in_66 .cycledex .cycledex-item[data-r-index="0"] .cycledex-item-background {
  opacity: 1;
}
#cycledex_stacks_in_66 .cycledex-item-content {
  position: absolute;
  transition: transform 200ms ease, opacity 200ms ease;
  z-index: 10;
  pointer-events: none;
}
#cycledex_stacks_in_66.cycledex_active .cycledex-item-content {
  pointer-events: auto;
}
#cycledex_stacks_in_66 .cycledex-item.item-has-desc .cycledex-item-content,
#cycledex_stacks_in_66 .cycledex-item.item-has-link .cycledex-item-content {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
#cycledex_stacks_in_66 .cycledex-item:not(.item-has-desc) .cycledex-item-content {
  width: auto;
}

#cycledex_stacks_in_66 .cycledex-item-content {
  transform: translate3d(0,0,1px);
  
    left: calc(300px/16);right: calc(300px/16);
  
  
  
  
  
  bottom: calc(300px/16);
}
#cycledex_stacks_in_66 .cycledex div.cycledex-item.item-has-link[data-r-index="0"] {
  transform: translate3d(0,0,0) rotateY(0deg);
  opacity: 1;
}
#cycledex_stacks_in_66 .cycledex div.cycledex-item.item-has-link.cycledex-animation-complete[data-r-index="0"]:hover {
  transform: translate3d(0,0,100px) rotateY(0deg);
}

#cycledex_stacks_in_66 .cycledex-item:not(.item-has-desc) .cycledex-item-content {
  left: calc(300px/16);
  right: calc(300px/16);
}

  #cycledex_stacks_in_66[data-resize$="3"] .cycledex-item-content {
    /* transform: none; */
    left: 24px;
    
    
    bottom: 24px; top: auto;
  }
  #cycledex_stacks_in_66[data-resize$="3"] .cycledex div.cycledex-item[data-r-index="0"] .cycledex-item-content {
    transform: translate3d(0px,0,1px);
    
  }


  #cycledex_stacks_in_66[data-resize*="2"] .cycledex-inner-wrap {
    grid-template-columns: 64px 1fr 64px;
  }
  #cycledex_stacks_in_66[data-resize*="2"] .cycledex {
    aspect-ratio: auto;
    padding-top: 0;
  }
  #cycledex_stacks_in_66[data-resize*="2"] .cycledex-item-content {
    /* transform: none; */
    left: 24px;
    right: 24px;
  }
  #cycledex_stacks_in_66[data-resize*="2"] .cycledex .cycledex-item[data-r-index="0"] {
    position: relative;
  }
  #cycledex_stacks_in_66[data-resize*="2"] .cycledex .cycledex-item {
    margin-left: calc((300px - 100%)/-2);
    margin-right: calc((300px - 100%)/-2);
    aspect-ratio: 0.666667;
  }
  @supports not (aspect-ratio: auto) {
    #cycledex_stacks_in_66[data-resize*="2"] .cycledex .cycledex-item.item-has-desc {
      padding-top: 150.000000%;
    }
  }
  #cycledex_stacks_in_66[data-resize*="2"] .item-has-desc .cycledex-item-content {
    max-width: calc(100% - 48px);
  }
  #cycledex_stacks_in_66[data-resize*="2"] .cycledex-item-content .cycledex-item-header {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 6px 0;
  }
  #cycledex_stacks_in_66[data-resize*="2"] .cycledex-item-content .cycledex-item-description {
    font-size: 16px;
    line-height: 24px;
  }
  
  
  #cycledex_stacks_in_66[data-resize*="2"] .cycledex-item-content .cycledex-item-description {
    font-size: 15.000000px;
    line-height: 21.000000px;
    margin-top: 0.000000px;
    margin-bottom: 0.000000px;
  }
  
  /*  */


  #cycledex_stacks_in_66[data-resize="123"] .cycledex .cycledex-item,
  #cycledex_stacks_in_66[data-resize="123"] .cycledex .cycledex-item > a {
    margin-left: 0px;
    margin-right: 0px;
  }
  #cycledex_stacks_in_66[data-resize="123"] .cycledex-inner-wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  #cycledex_stacks_in_66[data-resize="123"] .cycledex {
    grid-column: 1/-1;
    margin: 0 auto;
  }
  #cycledex_stacks_in_66[data-resize="123"] .cycledex {
    grid-row: 1;
  }
  @supports (aspect-ratio: auto) {
    #cycledex_stacks_in_66[data-resize="123"] .cycledex .cycledex-item:not(.item-has-desc) {
      padding-top: 0;
    }
    #cycledex_stacks_in_66[data-resize="123"] .cycledex .cycledex-item:not(.item-has-desc) .cycledex-item-background {
      position: relative;
      aspect-ratio: 0.666667;
    }
  }
  #cycledex_stacks_in_66[data-resize="123"] .cycledex .cycledex-item:not(.item-has-desc) .cycledex-item-background .cycledex-item-content {
    position: relative;
    transform: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 32px 16px;
  }


.stacks_in_67 .cycledex-item-background,
.cycledex > .stacks_in_67 .cycledex-depth-left:after,
.cycledex > .stacks_in_67 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-67.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_86 .cycledex-item-background,
.cycledex > .stacks_in_86 .cycledex-depth-left:after,
.cycledex > .stacks_in_86 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-86.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_71 .cycledex-item-background,
.cycledex > .stacks_in_71 .cycledex-depth-left:after,
.cycledex > .stacks_in_71 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-71.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_74 .cycledex-item-background,
.cycledex > .stacks_in_74 .cycledex-depth-left:after,
.cycledex > .stacks_in_74 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-74.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_77 .cycledex-item-background,
.cycledex > .stacks_in_77 .cycledex-depth-left:after,
.cycledex > .stacks_in_77 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-77.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_80 .cycledex-item-background,
.cycledex > .stacks_in_80 .cycledex-depth-left:after,
.cycledex > .stacks_in_80 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-80.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_83 .cycledex-item-background,
.cycledex > .stacks_in_83 .cycledex-depth-left:after,
.cycledex > .stacks_in_83 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-83.jpg);
  
  
  background-position: center;
  background-size: cover;
}

/*
 * 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_65 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_65 .theDivider1,
#simpleDivider_stacks_in_65 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_65 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_65.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_65.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_65 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_65.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_65.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_65.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_65.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-videos/
 * Support: support@1littledesigner.com
 * Version 2.4.1
 * Description: cleanVideo uses Chris Coyier's FitVids and tailors it for use in RapidWeaver
 */

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