.cta-hide{display:none !important}
/**
 * jQuery lightzoom v1.1.0
 */

a.lightzoom {
  cursor: pointer;
}

#lz-container {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 9999990 !important;
}

#lz-box {
  position: fixed;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  z-index: 9999998 !important;
}

#lz-overlay {
  display: block;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999991 !important;
}

#lz-box:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lz-box img {
  float: none;
  display: inline-block;
  max-height: 80%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 2px;
  vertical-align: middle;
  opacity: 0;
  position: relative;
  z-index: 9999995 !important;
}

#lz-box p {
  position: relative;
  bottom: 0;
  margin-top: -30px;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  z-index: 9999997 !important;
}

#lz-close {
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  background: url("../files/close.png") no-repeat;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.7;
  z-index: 9999998 !important;
}

#lz-close:hover {
  opacity: 1;
}

#lz-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999 !important;
}

#lz-loading-center > .lz-loading-center-box {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.lz-object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#lz-object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#lz-object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#lz-object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
:root{--balloon-border-radius: 2px;--balloon-color: rgba(16,16,16,0.95);--balloon-text-color: #fff;--balloon-font-size: 12px;--balloon-move: 4px}button[aria-label][data-balloon-pos]{overflow:visible}[aria-label][data-balloon-pos]{position:relative;cursor:pointer}[aria-label][data-balloon-pos]:after{opacity:0;pointer-events:none;transition:all 0.18s ease-out 0.18s;text-indent:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-weight:normal;font-style:normal;text-shadow:none;font-size:var(--balloon-font-size);background:var(--balloon-color);border-radius:2px;color:var(--balloon-text-color);border-radius:var(--balloon-border-radius);content:attr(aria-label);padding:.5em 1em;position:absolute;white-space:nowrap;z-index:10}[aria-label][data-balloon-pos]:before{width:0;height:0;border:5px solid transparent;border-top-color:var(--balloon-color);opacity:0;pointer-events:none;transition:all 0.18s ease-out 0.18s;content:"";position:absolute;z-index:10}[aria-label][data-balloon-pos]:hover:before,[aria-label][data-balloon-pos]:hover:after,[aria-label][data-balloon-pos][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-visible]:after,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after{opacity:1;pointer-events:none}[aria-label][data-balloon-pos].font-awesome:after{font-family:FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif}[aria-label][data-balloon-pos][data-balloon-break]:after{white-space:pre}[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after{white-space:pre-line;word-break:break-word}[aria-label][data-balloon-pos][data-balloon-blunt]:before,[aria-label][data-balloon-pos][data-balloon-blunt]:after{transition:none}[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after{transform:translate(-50%, 0)}[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before{transform:translate(-50%, 0)}[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after{left:0}[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before{left:5px}[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after{right:0}[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:before{right:5px}[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:after,[aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:after{transform:translate(0, 0)}[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:before,[aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:before{transform:translate(0, 0)}[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before,[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after{bottom:100%;transform-origin:top;transform:translate(0, var(--balloon-move))}[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after{margin-bottom:10px}[aria-label][data-balloon-pos][data-balloon-pos="up"]:before,[aria-label][data-balloon-pos][data-balloon-pos="up"]:after{left:50%;transform:translate(-50%, var(--balloon-move))}[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before,[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after{top:100%;transform:translate(0, calc(var(--balloon-move) * -1))}[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after{margin-top:10px}[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before{width:0;height:0;border:5px solid transparent;border-bottom-color:var(--balloon-color)}[aria-label][data-balloon-pos][data-balloon-pos="down"]:after,[aria-label][data-balloon-pos][data-balloon-pos="down"]:before{left:50%;transform:translate(-50%, calc(var(--balloon-move) * -1))}[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after{transform:translate(0, -50%)}[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before{transform:translate(0, -50%)}[aria-label][data-balloon-pos][data-balloon-pos="left"]:after,[aria-label][data-balloon-pos][data-balloon-pos="left"]:before{right:100%;top:50%;transform:translate(var(--balloon-move), -50%)}[aria-label][data-balloon-pos][data-balloon-pos="left"]:after{margin-right:10px}[aria-label][data-balloon-pos][data-balloon-pos="left"]:before{width:0;height:0;border:5px solid transparent;border-left-color:var(--balloon-color)}[aria-label][data-balloon-pos][data-balloon-pos="right"]:after,[aria-label][data-balloon-pos][data-balloon-pos="right"]:before{left:100%;top:50%;transform:translate(calc(var(--balloon-move) * -1), -50%)}[aria-label][data-balloon-pos][data-balloon-pos="right"]:after{margin-left:10px}[aria-label][data-balloon-pos][data-balloon-pos="right"]:before{width:0;height:0;border:5px solid transparent;border-right-color:var(--balloon-color)}[aria-label][data-balloon-pos][data-balloon-length]:after{white-space:normal}[aria-label][data-balloon-pos][data-balloon-length="small"]:after{width:80px}[aria-label][data-balloon-pos][data-balloon-length="medium"]:after{width:150px}[aria-label][data-balloon-pos][data-balloon-length="large"]:after{width:260px}[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after{width:380px}@media screen and (max-width: 768px){[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after{width:90vw}}[aria-label][data-balloon-pos][data-balloon-length="fit"]:after{width:100%}

#stacks_in_238 {
	margin: 10px 0px 0px 0px;
}
/*
  * 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_14981.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_14981.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_14981.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_14981.semantic-content:target {display: block\9;}
#popBox_stacks_in_14981.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FD8008;
  
  
  -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_14981.semantic-content .popBoxHeader {
  background: #FD8008;
  	border-bottom: 1px solid #FD8008;
  
  padding: 14px 14px 9px 14px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_14981.semantic-content .modal-content {
  background: #FD8008;
  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: 9px 14px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 470px;
  
}
#popBox_stacks_in_14981.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 9px 14px 14px 14px;
  
  	color: #222222;
}


  #popBox_stacks_in_14981 .popBoxFooter {
    display: none
  }

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

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

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

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


#popBox_stacks_in_14981 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_14981 .closeIcon img {
  display: none;
}
#popBox_stacks_in_14981 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_14981.semantic-content .modal-inner {
  border-radius: 11px
}
#popBox_stacks_in_14981.semantic-content .popBoxHeader {
  border-radius: 11px 11px 0px 0px;
}
#popBox_stacks_in_14981.semantic-content .popBoxFooter {
  border-radius: 0px 0px 11px 11px;
}
#popBox_stacks_in_14981.semantic-content .modal-inner {
  border-width: 1px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_14981 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_14981.popBoxStyleDemo .modal-content {
  height: 470px;
}
#popBox_stacks_in_14981.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_14981.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 650px;
  min-width: 650px;
  max-width: 650px;
  margin: 0 auto;
}
#popBox_stacks_in_14981.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_14981.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_14981.popBoxStyleDemo .popBoxHeader {
  padding: 14px 14px 9px 14px;
}
#popBox_stacks_in_14981.popBoxStyleDemo .modal-content {
  padding: 14px;
  padding: 9px 14px;
}
#popBox_stacks_in_14981.popBoxStyleDemo .popBoxFooter {
  padding: 14px;
  padding: 9px 14px 14px 14px;
}
#stacks_in_14981 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */



#stacks_in_14981 {
	background-color: rgba(21, 53, 94, 1.00);
}

#stacks_out_14983 {
	width: 30%;
}
#stacks_in_14989_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_14989 a:link, #stacks_in_14989 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14989 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_14989 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_14989 {
	padding: 2px 0px 18px 0px;
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 99904;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99900;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;/*10px;*/
	z-index: 99901;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 99902;
	border: 0px solid #FFFFFF;
	-webkit-overflow-scrolling:touch;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 99901;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 99903;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 99902;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 99902;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 99901;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 99902;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_nw.png', sizingMethod='scale'); }

.stacks_in_14924slider {
	overflow-x: scroll; touch-action: pan-x;
}

.stacks_in_14924images {
	display: inline-flex;
	vertical-align: top;
	flex-wrap: nowrap;
	padding: 15px 0px;
	animation: none;
}

@keyframes stacks_in_14924slide {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(calc((500px + (2px * 2)) * 8 * -1), 0);
	}
}

.stacks_in_14924images:hover { animation-play-state: paused; }

#stacks_in_14924 .stacks_in_14924images img {
	width: 500px;
	max-width: 500px;
	height: 350px;
	object-fit: cover;
	padding: 4px;
	border-radius: 1px;
	
	
	border: 2px solid rgba(170, 187, 221, 1.00);
	box-shadow: 0 5px 10px rgba(128, 128, 128, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_14924 .img_wrap {
	position: relative;
	margin: 2px 2px;
	display: block;
	text-align: -webkit-center;
	text-align: -moz-center;
}

#stacks_in_14924 .img_txt {
	margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(253, 128, 8, 1.00);
    
    
    color: rgba(255, 255, 255, 1.00);
    font-size: inherit;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: inherit;
	padding: 5px;
    width: 100px;
    
    border-radius: 0px;
    
}
#stacks_in_14924 a { text-decoration: none !important; }





/* Lightzoom */
#stacks_in_14924 a.lightzoom {
	cursor: pointer;
}
.zoom_stacks_in_14924 > #lz-close {
	background: url("../files/close.png") no-repeat;
	background-size: contain;
	background-position: center;
	width: 16px;
	height: 16px;
}
.zoom_stacks_in_14924 > #lz-overlay {
	background: rgba(31, 31, 31, 1.00);
}
.zoom_stacks_in_14924 > p {
	color: rgba(66, 66, 66, 1.00);
}
.zoom_stacks_in_14924 > img {
	background-color: rgba(255, 255, 255, 1.00) !important;
	box-shadow: 0px 0px 15px 10px rgba(6, 6, 6, 1.00);
}

/* Tooltip */

#stacks_in_14924 [aria-label][data-balloon-pos]:after {
	text-align: center;
}



@media only screen and (max-width: 600px) {
#stacks_in_14924 .stacks_in_14924images img {
	width: 300px;
	max-width: 300px;
	height: 300px;
	padding: 10px;
	}
	
@keyframes stacks_in_14924slide {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(calc((300px + (2px * 2)) * 8 * -1), 0);
	}
}
#stacks_in_14924 .img_wrap {
	width: 300px;
	max-width: 300px;
	height: 300px;
	}
#stacks_in_14924 .img_txt {
	display: none;
	}	
}
/*
 * cleanLists Resources
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 * Use: Place at top of Stacks page - to be used inside of cleanLists
 * 
 * MODERN PICS: http://www.fontsquirrel.com/fonts/modern-pictograms
 * WEB SYMBOLS: http://www.fontsquirrel.com/fonts/web-symbols
 * FONT AWESOME: http://fortawesome.github.io/Font-Awesome/icons
 */

@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('cleanlists_fonts/modernpics-webfont.eot');
    src: url('cleanlists_fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('cleanlists_fonts/modernpics-webfont.woff') format('woff'),
         url('cleanlists_fonts/modernpics-webfont.ttf') format('truetype'),
         url('cleanlists_fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('cleanlists_fonts/WebSymbols-Regular-webfont.eot');
    src: url('cleanlists_fonts/WebSymbols-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cleanlists_fonts/WebSymbols-Regular-webfont.woff') format('woff'),
         url('cleanlists_fonts/WebSymbols-Regular-webfont.ttf') format('truetype'),
         url('cleanlists_fonts/WebSymbols-Regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



#stacks_in_5389 {
	margin:  4px;
	padding:  4px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.tactic3d.com/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_14762{overflow:hidden}#stacks_in_14762 .html5video_wrapper{width:100%;text-align:center;height:auto;}#stacks_in_14762 div:focus{outline:none}#stacks_in_14762 .html5video,#stacks_in_14762 img,#stacks_in_14762 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14762 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14762 .mejs__container .mejs__overlay-play,#stacks_in_14762 .mejs__container .mejs__overlay-loading{}#stacks_in_14762 .mejs__container .mejs__controls{}#stacks_in_14762 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14762 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14762 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

#stacks_in_14711 {
	padding: 15px 0px 0px 0px;
}

#stacks_in_14512 {
	margin: 0px 0px 1px 0px;
}

#stacks_in_14554 {
	font-size: 131%;
}
#stacks_out_14941 {
  overflow: hidden;
}
#stacks_in_14941 > .carousel-outer-wrapper {
  display: grid;
  grid-template-columns: 100%;
}
#stacks_in_14941 .carousel-navigation,
#stacks_in_14941 .slick-slider {
  width: 100%;
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
}
#stacks_in_14941 > .carousel-outer-wrapper {
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
  width: 100% !important;
  /*  */
}
#stacks_in_14941 .carousel-wrapper {

}
/*  */
#stacks_in_14941 .slick-slider {
  overflow: visible;
}
/*  */
#stacks_in_14941 .slick-list {
  overflow: visible;
}
#stacks_in_14941 .slick-track {
  display: flex;
  align-items: center;
}
/*  */
/*  */
/*  */
#stacks_in_14941 .slick-slide {
  box-sizing: border-box;
  padding-left: calc(16px / 2);
  padding-right: calc(16px / 2);
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
  outline: none;
  /* width: 320px !important; */
}
#stacks_in_14941 .carousel-wrapper:not(.slick-slider) {
  white-space: nowrap;
}
#stacks_in_14941 .carousel-wrapper:not(.slick-slider) > div {
  width: 320px;
  display: inline-block;
  padding-left: calc(12px / 2);
  padding-right: calc(12px / 2);
}
/*  */
#stacks_in_14941 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide {
  cursor: grab;
}
#stacks_in_14941 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide:active {
  cursor: grabbing;
}
#stacks_in_14941 .carousel-wrapper.carousel-autoplay .slick-list.draggable {
  pointer-events: none;
}
#stacks_in_14941 .carousel-navigation {
  display: grid;
  align-items: center;
  /*  */
  grid-row: 1;
  margin-bottom: 16px;
  /*  */
}
#stacks_in_14941 .carousel-navigation-controls {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
/*  */
/*  */
#stacks_in_14941 .carousel-navigation {
  grid-template-columns: 1fr min-content 1fr;
}
#stacks_in_14941 .carousel-navigation-controls {
  justify-content: center;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_14941 .carousel-navigation > .carousel-navigation-content > div {
  display: none;
}
/*  */
/*  */

#stacks_in_14941 .carousel-arrow {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
  width: 36px;
  height: 36px;
  min-width: 30px;
  min-height: 30px;
}
#stacks_in_14941 .carousel-arrow[aria-disabled="true"] {
  opacity: .3;
  pointer-events: none;
}

#stacks_in_14941 .carousel-arrow svg {
  stroke: rgba(0, 0, 0, 1.00);
  pointer-events: none;
}
#stacks_in_14941 .carousel-arrow:active svg {
  opacity: .5;
}
#stacks_in_14941 ul.slick-dots {
  all: unset;
  white-space: nowrap;
}
#stacks_in_14941 .slick-dots li {
  display: inline-block;
  margin-left: 6px;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
}
#stacks_in_14941 .slick-dots li:first-child {
  margin-left: 0px;
}
#stacks_in_14941 .slick-dots li button {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  width: 18px;
  height: 18px;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
#stacks_in_14941 .slick-dots li button:before {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid rgba(0, 0, 0, 1.00);
  border-radius: 50%;
}
#stacks_in_14941 .slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: rgba(0, 0, 0, 1.00);
  border-radius: 50%;
}
/*  */
/*  */
#stacks_in_14941 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-width: 0;
  background: rgba(0, 0, 0, 1.00);
  opacity: 0.2;
}
#stacks_in_14941 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:before {
  opacity: 1;
}
#stacks_in_14941 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:after {
  display: none;
}
#stacks_in_14941 .carousel-navigation-controls.too-narrow {
  line-height: 16px;
  display: grid;
  
  
}
#stacks_in_14941 .carousel-navigation-controls.too-narrow .slick-dots {
  white-space: normal;
  text-align: center;
  line-height: 0;
}
#stacks_in_14941 .carousel-navigation-controls.too-narrow .slick-dots li {
  margin: 3px;
  line-height: 0px;
  pointer-events: none;
}
#stacks_in_14941 .carousel-navigation-controls.too-narrow .slick-dots li button {
  height: 8px;
  width: 8px;
  line-height: 0px;
  font-size: 0px;
}
#stacks_in_14941 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-radius: 99px;
}
/*  */
.slide_stacks_in_14944 {
  border-radius: 0px;
  
  
}

.slide_stacks_in_14944 .carousel-slide-content {
  
  
  
  border-radius: 0 0 0px 0px;

}

/*  */
.slide_stacks_in_14944 .carousel-slide-image {
  display: none;
}
.slide_stacks_in_14944 .carousel-slide-content {
  border-radius: 0px;
}
/*  */

.slide_stacks_in_14949 {
  border-radius: 0px;
  
  
}

.slide_stacks_in_14949 .carousel-slide-content {
  
  
  
  border-radius: 0 0 0px 0px;

}

/*  */
.slide_stacks_in_14949 .carousel-slide-image {
  display: none;
}
.slide_stacks_in_14949 .carousel-slide-content {
  border-radius: 0px;
}
/*  */

.slide_stacks_in_14952 {
  border-radius: 0px;
  
  
}

.slide_stacks_in_14952 .carousel-slide-content {
  
  
  
  border-radius: 0 0 0px 0px;

}

/*  */
.slide_stacks_in_14952 .carousel-slide-image {
  display: none;
}
.slide_stacks_in_14952 .carousel-slide-content {
  border-radius: 0px;
}
/*  */

.slide_stacks_in_14956 {
  border-radius: 0px;
  
  
}

.slide_stacks_in_14956 .carousel-slide-content {
  
  
  
  border-radius: 0 0 0px 0px;

}

/*  */
.slide_stacks_in_14956 .carousel-slide-image {
  display: none;
}
.slide_stacks_in_14956 .carousel-slide-content {
  border-radius: 0px;
}
/*  */

#stacks_in_14624>.s3_row {
	margin: 0 -20px;
}

#stacks_in_14624>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_14624>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_14624>.s3_row>.s3_column {
	padding: 0 20px;
}










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


	#stacks_in_14624>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_14624>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}



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


	#stacks_in_14624>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_14624>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}






#stacks_in_14624 {
	border: solid rgba(0, 0, 0, 0.36);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
}
#stacks_in_14630>.s3_row {
	margin: 0 -20px;
}

#stacks_in_14630>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_14630>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_14630>.s3_row>.s3_column {
	padding: 0 20px;
}










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


	#stacks_in_14630>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_14630>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}



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


	#stacks_in_14630>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_14630>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}






#stacks_in_14630 {
	border: solid rgba(0, 0, 0, 0.36);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
}
.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14792 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14792 .expose_image img{border-radius:10px}#stacks_in_14792 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#stacks_in_14792 img{max-width:100%}#fullprint_stacks_in_14792{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14792 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14792.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14792 .fullprint_image{margin:0;padding:0;overflow:hidden;-webkit-box-shadow:#1F1F1F 0 2px 5px;box-shadow:#1F1F1F 0 2px 5px;border-radius:10px}#fullprint_stacks_in_14792 .close{z-index:1000000;display:none;background-image:url("../../rw_common/plugins/stacks/exposeimagepro-images/close.png");position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}#fullprint_stacks_in_14792 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14792 .caption_back{display:none;opacity:0.50;background-color:#FFFFFF;width:100%;position:absolute;bottom:0;border-bottom-right-radius:10px;border-bottom-left-radius:10px}#fullprint_stacks_in_14792 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14792 .temp_image{display:none}
#stacks_in_14636>.s3_row {
	margin: 0 -20px;
}

#stacks_in_14636>.s3_row>.s3_column_left {
	width: 60.00%;
}

#stacks_in_14636>.s3_row>.s3_column_right {
	width: 40.000000%;
}




#stacks_in_14636>.s3_row>.s3_column {
	padding: 0 20px;
}










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


	#stacks_in_14636>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_14636>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}



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


	#stacks_in_14636>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_14636>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}





.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14797 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14797 .expose_image img{border-radius:10px}#stacks_in_14797 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#fullprint_stacks_in_14797{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14797 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14797.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14797 .fullprint_image{margin:0;padding:0;overflow:hidden;-webkit-box-shadow:#1F1F1F 0 2px 5px;box-shadow:#1F1F1F 0 2px 5px;border-radius:10px}#fullprint_stacks_in_14797 .close{z-index:1000000;display:none;background-image:url("../../rw_common/plugins/stacks/exposeimagepro-images/close.png");position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}#fullprint_stacks_in_14797 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14797 .caption_back{display:none;opacity:0.50;background-color:#FFFFFF;width:100%;position:absolute;bottom:0;border-bottom-right-radius:10px;border-bottom-left-radius:10px}#fullprint_stacks_in_14797 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14797 .temp_image{display:none}

#stacks_in_922 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_14906>.s3_row {
	margin: 0 -20px;
}

#stacks_in_14906>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_14906>.s3_row>.s3_column_right {
	width: 80.000000%;
}




#stacks_in_14906>.s3_row>.s3_column {
	padding: 0 20px;
}










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



}



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


	#stacks_in_14906>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_14906>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}






#stacks_in_14906 {
	padding: 5px 0px 0px 0px;
}

#stacks_in_14911 {
	margin: 10px 0px 10px 0px;
}
#stacks_in_14880>.s3_row {
	margin: 0 -10px;
}

#stacks_in_14880>.s3_row>.s3_column_left {
	width: 68.94%;
}

#stacks_in_14880>.s3_row>.s3_column_right {
	width: 31.059998%;
}




#stacks_in_14880>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_14880>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_14880>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_14880 {
	margin: 14px 0px 0px 0px;
	padding: 7px 0px 6px 0px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.tactic3d.com/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_14885{overflow:hidden}#stacks_in_14885 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:550px;}#stacks_in_14885 div:focus{outline:none}#stacks_in_14885 .html5video,#stacks_in_14885 img,#stacks_in_14885 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14885 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14885 .mejs__container .mejs__overlay-play,#stacks_in_14885 .mejs__container .mejs__overlay-loading{}#stacks_in_14885 .mejs__container .mejs__controls{}#stacks_in_14885 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14885 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14885 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

#stacks_in_14882 {
	padding: 60px 0px 0px 0px;
}
#stacks_in_14887>.s3_row {
	margin: 0 -10px;
}

#stacks_in_14887>.s3_row>.s3_column_left {
	width: 29.69%;
}

#stacks_in_14887>.s3_row>.s3_column_right {
	width: 70.309998%;
}




#stacks_in_14887>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_14887>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_14887>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_14887 {
	padding: 20px 0px 6px 0px;
}

#stacks_in_14890 {
	padding: 60px 0px 0px 0px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.tactic3d.com/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_14888{overflow:hidden}#stacks_in_14888 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;float:right;}#stacks_in_14888 div:focus{outline:none}#stacks_in_14888 .html5video,#stacks_in_14888 img,#stacks_in_14888 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14888 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14888 .mejs__container .mejs__overlay-play,#stacks_in_14888 .mejs__container .mejs__overlay-loading{}#stacks_in_14888 .mejs__container .mejs__controls{}#stacks_in_14888 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14888 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14888 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 
#stacks_in_14893>.s3_row {
	margin: 0 -10px;
}

#stacks_in_14893>.s3_row>.s3_column_left {
	width: 68.94%;
}

#stacks_in_14893>.s3_row>.s3_column_right {
	width: 31.059998%;
}




#stacks_in_14893>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_14893>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_14893>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_14893 {
	padding: 20px 0px 6px 0px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.tactic3d.com/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_14897{overflow:hidden}#stacks_in_14897 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;}#stacks_in_14897 div:focus{outline:none}#stacks_in_14897 .html5video,#stacks_in_14897 img,#stacks_in_14897 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14897 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14897 .mejs__container .mejs__overlay-play,#stacks_in_14897 .mejs__container .mejs__overlay-loading{}#stacks_in_14897 .mejs__container .mejs__controls{}#stacks_in_14897 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14897 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14897 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

#stacks_in_14894 {
	padding: 60px 0px 0px 0px;
}
#stacks_in_14899>.s3_row {
	margin: 0 -10px;
}

#stacks_in_14899>.s3_row>.s3_column_left {
	width: 29.69%;
}

#stacks_in_14899>.s3_row>.s3_column_right {
	width: 70.309998%;
}




#stacks_in_14899>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_14899>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_14899>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_14899 {
	padding: 7px 0px 6px 0px;
}

#stacks_in_14902 {
	padding: 60px 0px 0px 0px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.tactic3d.com/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_14900{overflow:hidden}#stacks_in_14900 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;float:right;}#stacks_in_14900 div:focus{outline:none}#stacks_in_14900 .html5video,#stacks_in_14900 img,#stacks_in_14900 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14900 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14900 .mejs__container .mejs__overlay-play,#stacks_in_14900 .mejs__container .mejs__overlay-loading{}#stacks_in_14900 .mejs__container .mejs__controls{}#stacks_in_14900 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14900 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14900 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 
#stacks_in_14665>.s3_row {
	margin: 0 -20px;
}

#stacks_in_14665>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_14665>.s3_row>.s3_column_right {
	width: 80.000000%;
}




#stacks_in_14665>.s3_row>.s3_column {
	padding: 0 20px;
}










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


	#stacks_in_14665>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_14665>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}



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


	#stacks_in_14665>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_14665>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}






#stacks_in_14665 {
	padding: 5px 0px 0px 0px;
}

#stacks_in_14666 {
	margin: 10px 0px 10px 0px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14827 ul, #cleanLists_stacks_in_14827 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14827.sectionTypeHeader, #cleanLists_stacks_in_14827.sectionTypeButton, #cleanLists_stacks_in_14827 li {
	padding-top: 0px;
	padding-bottom: 0px;
}
#cleanLists_stacks_in_14827.backgroundOn, #cleanLists_stacks_in_14827.backgroundOn, #cleanLists_stacks_in_14827.backgroundOn li, #cleanLists_stacks_in_14827.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14827.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14827.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14827.backgroundOff li, #cleanLists_stacks_in_14827.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14827.sectionTypeHeader h1, #cleanLists_stacks_in_14827.sectionTypeButton h1,
#cleanLists_stacks_in_14827.sectionTypeHeader h2, #cleanLists_stacks_in_14827.sectionTypeButton h2,
#cleanLists_stacks_in_14827.sectionTypeHeader h3, #cleanLists_stacks_in_14827.sectionTypeButton h3,
#cleanLists_stacks_in_14827.sectionTypeHeader h4, #cleanLists_stacks_in_14827.sectionTypeButton h4,
#cleanLists_stacks_in_14827.sectionTypeHeader h5, #cleanLists_stacks_in_14827.sectionTypeButton h5,
#cleanLists_stacks_in_14827.sectionTypeHeader h6, #cleanLists_stacks_in_14827.sectionTypeButton h6,
#cleanLists_stacks_in_14827.sectionTypeHeader h1 p, #cleanLists_stacks_in_14827.sectionTypeButton h1 p,
#cleanLists_stacks_in_14827.sectionTypeHeader h2 p, #cleanLists_stacks_in_14827.sectionTypeButton h2 p,
#cleanLists_stacks_in_14827.sectionTypeHeader h3 p, #cleanLists_stacks_in_14827.sectionTypeButton h3 p,
#cleanLists_stacks_in_14827.sectionTypeHeader h4 p, #cleanLists_stacks_in_14827.sectionTypeButton h4 p,
#cleanLists_stacks_in_14827.sectionTypeHeader h5 p, #cleanLists_stacks_in_14827.sectionTypeButton h5 p,
#cleanLists_stacks_in_14827.sectionTypeHeader h6 p, #cleanLists_stacks_in_14827.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}
#cleanLists_stacks_in_14827 a, #cleanLists_stacks_in_14827.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14827 a:hover, #cleanLists_stacks_in_14827.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14827.sectionTypeHeader *, #cleanLists_stacks_in_14827.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14827 {
	display: block;
	width: inherit;
	font-size: 22px;
	line-height: 16px;
}
#cleanLists_stacks_in_14827 p {
	font-size: 22px;
}
#cleanLists_stacks_in_14827 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14827 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14827 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14827 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14827 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14827 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14827 li .bulletSections, #cleanLists_stacks_in_14827 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14827 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14827.bulletBox li .customBulletBox, #cleanLists_stacks_in_14827.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14827.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14827.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14827.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14827.bulletOff,
#cleanLists_stacks_in_14827.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14827.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14827.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14827.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14827.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14827.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14827 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14827 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14827 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14827 .buttonSimple:hover, #cleanLists_stacks_in_14827 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14827 {
	background-color: rgba(12, 101, 191, 1.00);
	margin: 0px 6px 0px 6px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_14828 {
	font-size: 140%;
}
#stacks_in_14822>.s3_row {
	margin: 0 -3px;
}

#stacks_in_14822>.s3_row>.s3_column {
	padding: 0 3px;
}





	#stacks_in_14822>.s3_row  {
		margin: -3px -3px;
	}
	#stacks_in_14822>.s3_row>.s3_column {
		padding: 3px 3px;
		width:50%;
	}




  


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


	#stacks_in_14822>.s3_row  {
		margin: -3px 0;
	}
	#stacks_in_14822>.s3_row>.s3_column {
		padding: 3px 0;
		width:100%;
	}





}



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


	#stacks_in_14822>.s3_row  {
		margin: -3px 0;
	}
	#stacks_in_14822>.s3_row>.s3_column {
		padding: 3px 0;
		width:100%;
	}





}




  
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14829 ul, #cleanLists_stacks_in_14829 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14829.sectionTypeHeader, #cleanLists_stacks_in_14829.sectionTypeButton, #cleanLists_stacks_in_14829 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14829.backgroundOn, #cleanLists_stacks_in_14829.backgroundOn, #cleanLists_stacks_in_14829.backgroundOn li, #cleanLists_stacks_in_14829.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14829.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14829.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14829.backgroundOff li, #cleanLists_stacks_in_14829.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14829.sectionTypeHeader h1, #cleanLists_stacks_in_14829.sectionTypeButton h1,
#cleanLists_stacks_in_14829.sectionTypeHeader h2, #cleanLists_stacks_in_14829.sectionTypeButton h2,
#cleanLists_stacks_in_14829.sectionTypeHeader h3, #cleanLists_stacks_in_14829.sectionTypeButton h3,
#cleanLists_stacks_in_14829.sectionTypeHeader h4, #cleanLists_stacks_in_14829.sectionTypeButton h4,
#cleanLists_stacks_in_14829.sectionTypeHeader h5, #cleanLists_stacks_in_14829.sectionTypeButton h5,
#cleanLists_stacks_in_14829.sectionTypeHeader h6, #cleanLists_stacks_in_14829.sectionTypeButton h6,
#cleanLists_stacks_in_14829.sectionTypeHeader h1 p, #cleanLists_stacks_in_14829.sectionTypeButton h1 p,
#cleanLists_stacks_in_14829.sectionTypeHeader h2 p, #cleanLists_stacks_in_14829.sectionTypeButton h2 p,
#cleanLists_stacks_in_14829.sectionTypeHeader h3 p, #cleanLists_stacks_in_14829.sectionTypeButton h3 p,
#cleanLists_stacks_in_14829.sectionTypeHeader h4 p, #cleanLists_stacks_in_14829.sectionTypeButton h4 p,
#cleanLists_stacks_in_14829.sectionTypeHeader h5 p, #cleanLists_stacks_in_14829.sectionTypeButton h5 p,
#cleanLists_stacks_in_14829.sectionTypeHeader h6 p, #cleanLists_stacks_in_14829.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14829 a, #cleanLists_stacks_in_14829.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14829 a:hover, #cleanLists_stacks_in_14829.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14829.sectionTypeHeader *, #cleanLists_stacks_in_14829.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14829 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14829 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14829 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14829 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14829 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14829 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14829 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14829 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14829 li .bulletSections, #cleanLists_stacks_in_14829 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14829 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14829.bulletBox li .customBulletBox, #cleanLists_stacks_in_14829.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14829.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14829.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14829.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14829.bulletOff,
#cleanLists_stacks_in_14829.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14829.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14829.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14829.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14829.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14829.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14829 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14829 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14829 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14829 .buttonSimple:hover, #cleanLists_stacks_in_14829 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14829 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14831 ul, #cleanLists_stacks_in_14831 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14831.sectionTypeHeader, #cleanLists_stacks_in_14831.sectionTypeButton, #cleanLists_stacks_in_14831 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14831.backgroundOn, #cleanLists_stacks_in_14831.backgroundOn, #cleanLists_stacks_in_14831.backgroundOn li, #cleanLists_stacks_in_14831.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14831.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14831.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14831.backgroundOff li, #cleanLists_stacks_in_14831.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14831.sectionTypeHeader h1, #cleanLists_stacks_in_14831.sectionTypeButton h1,
#cleanLists_stacks_in_14831.sectionTypeHeader h2, #cleanLists_stacks_in_14831.sectionTypeButton h2,
#cleanLists_stacks_in_14831.sectionTypeHeader h3, #cleanLists_stacks_in_14831.sectionTypeButton h3,
#cleanLists_stacks_in_14831.sectionTypeHeader h4, #cleanLists_stacks_in_14831.sectionTypeButton h4,
#cleanLists_stacks_in_14831.sectionTypeHeader h5, #cleanLists_stacks_in_14831.sectionTypeButton h5,
#cleanLists_stacks_in_14831.sectionTypeHeader h6, #cleanLists_stacks_in_14831.sectionTypeButton h6,
#cleanLists_stacks_in_14831.sectionTypeHeader h1 p, #cleanLists_stacks_in_14831.sectionTypeButton h1 p,
#cleanLists_stacks_in_14831.sectionTypeHeader h2 p, #cleanLists_stacks_in_14831.sectionTypeButton h2 p,
#cleanLists_stacks_in_14831.sectionTypeHeader h3 p, #cleanLists_stacks_in_14831.sectionTypeButton h3 p,
#cleanLists_stacks_in_14831.sectionTypeHeader h4 p, #cleanLists_stacks_in_14831.sectionTypeButton h4 p,
#cleanLists_stacks_in_14831.sectionTypeHeader h5 p, #cleanLists_stacks_in_14831.sectionTypeButton h5 p,
#cleanLists_stacks_in_14831.sectionTypeHeader h6 p, #cleanLists_stacks_in_14831.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14831 a, #cleanLists_stacks_in_14831.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14831 a:hover, #cleanLists_stacks_in_14831.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14831.sectionTypeHeader *, #cleanLists_stacks_in_14831.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14831 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14831 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14831 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14831 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14831 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14831 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14831 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14831 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14831 li .bulletSections, #cleanLists_stacks_in_14831 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14831 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14831.bulletBox li .customBulletBox, #cleanLists_stacks_in_14831.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14831.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14831.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14831.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14831.bulletOff,
#cleanLists_stacks_in_14831.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14831.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14831.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14831.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14831.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14831.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14831 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14831 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14831 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14831 .buttonSimple:hover, #cleanLists_stacks_in_14831 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14831 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14835 ul, #cleanLists_stacks_in_14835 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14835.sectionTypeHeader, #cleanLists_stacks_in_14835.sectionTypeButton, #cleanLists_stacks_in_14835 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14835.backgroundOn, #cleanLists_stacks_in_14835.backgroundOn, #cleanLists_stacks_in_14835.backgroundOn li, #cleanLists_stacks_in_14835.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14835.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14835.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14835.backgroundOff li, #cleanLists_stacks_in_14835.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14835.sectionTypeHeader h1, #cleanLists_stacks_in_14835.sectionTypeButton h1,
#cleanLists_stacks_in_14835.sectionTypeHeader h2, #cleanLists_stacks_in_14835.sectionTypeButton h2,
#cleanLists_stacks_in_14835.sectionTypeHeader h3, #cleanLists_stacks_in_14835.sectionTypeButton h3,
#cleanLists_stacks_in_14835.sectionTypeHeader h4, #cleanLists_stacks_in_14835.sectionTypeButton h4,
#cleanLists_stacks_in_14835.sectionTypeHeader h5, #cleanLists_stacks_in_14835.sectionTypeButton h5,
#cleanLists_stacks_in_14835.sectionTypeHeader h6, #cleanLists_stacks_in_14835.sectionTypeButton h6,
#cleanLists_stacks_in_14835.sectionTypeHeader h1 p, #cleanLists_stacks_in_14835.sectionTypeButton h1 p,
#cleanLists_stacks_in_14835.sectionTypeHeader h2 p, #cleanLists_stacks_in_14835.sectionTypeButton h2 p,
#cleanLists_stacks_in_14835.sectionTypeHeader h3 p, #cleanLists_stacks_in_14835.sectionTypeButton h3 p,
#cleanLists_stacks_in_14835.sectionTypeHeader h4 p, #cleanLists_stacks_in_14835.sectionTypeButton h4 p,
#cleanLists_stacks_in_14835.sectionTypeHeader h5 p, #cleanLists_stacks_in_14835.sectionTypeButton h5 p,
#cleanLists_stacks_in_14835.sectionTypeHeader h6 p, #cleanLists_stacks_in_14835.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14835 a, #cleanLists_stacks_in_14835.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14835 a:hover, #cleanLists_stacks_in_14835.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14835.sectionTypeHeader *, #cleanLists_stacks_in_14835.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14835 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14835 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14835 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14835 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14835 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14835 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14835 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14835 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14835 li .bulletSections, #cleanLists_stacks_in_14835 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #FF0000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14835 li:hover .bulletSections i {
	color: #FF6666 !important;
}
#cleanLists_stacks_in_14835.bulletBox li .customBulletBox, #cleanLists_stacks_in_14835.bulletCircle li .customBulletCircle {
	border: solid 1px #FF0000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14835.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14835.bulletCircle li:hover .customBulletCircle {
	background: #FF6666;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14835.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14835.bulletOff,
#cleanLists_stacks_in_14835.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14835.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14835.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14835.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14835.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14835.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14835 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14835 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14835 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14835 .buttonSimple:hover, #cleanLists_stacks_in_14835 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14835 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_14863>.s3_row {
	margin: 0 -10px;
}

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

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




#stacks_in_14863>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_14863>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_14863>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_14833_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_14833 a:link, #stacks_in_14833 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14833 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_14833 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_14837_button {
	display:block;
	position: relative;
	text-align: center;
}


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










#stacks_in_14837 a:link, #stacks_in_14837 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14837 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_14837 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_14837 {
	padding: 0px 0px 20px 0px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14839 ul, #cleanLists_stacks_in_14839 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14839.sectionTypeHeader, #cleanLists_stacks_in_14839.sectionTypeButton, #cleanLists_stacks_in_14839 li {
	padding-top: 15px;
	padding-bottom: 15px;
}
#cleanLists_stacks_in_14839.backgroundOn, #cleanLists_stacks_in_14839.backgroundOn, #cleanLists_stacks_in_14839.backgroundOn li, #cleanLists_stacks_in_14839.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14839.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14839.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14839.backgroundOff li, #cleanLists_stacks_in_14839.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14839.sectionTypeHeader h1, #cleanLists_stacks_in_14839.sectionTypeButton h1,
#cleanLists_stacks_in_14839.sectionTypeHeader h2, #cleanLists_stacks_in_14839.sectionTypeButton h2,
#cleanLists_stacks_in_14839.sectionTypeHeader h3, #cleanLists_stacks_in_14839.sectionTypeButton h3,
#cleanLists_stacks_in_14839.sectionTypeHeader h4, #cleanLists_stacks_in_14839.sectionTypeButton h4,
#cleanLists_stacks_in_14839.sectionTypeHeader h5, #cleanLists_stacks_in_14839.sectionTypeButton h5,
#cleanLists_stacks_in_14839.sectionTypeHeader h6, #cleanLists_stacks_in_14839.sectionTypeButton h6,
#cleanLists_stacks_in_14839.sectionTypeHeader h1 p, #cleanLists_stacks_in_14839.sectionTypeButton h1 p,
#cleanLists_stacks_in_14839.sectionTypeHeader h2 p, #cleanLists_stacks_in_14839.sectionTypeButton h2 p,
#cleanLists_stacks_in_14839.sectionTypeHeader h3 p, #cleanLists_stacks_in_14839.sectionTypeButton h3 p,
#cleanLists_stacks_in_14839.sectionTypeHeader h4 p, #cleanLists_stacks_in_14839.sectionTypeButton h4 p,
#cleanLists_stacks_in_14839.sectionTypeHeader h5 p, #cleanLists_stacks_in_14839.sectionTypeButton h5 p,
#cleanLists_stacks_in_14839.sectionTypeHeader h6 p, #cleanLists_stacks_in_14839.sectionTypeButton h6 p {
	color: #000000;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14839 a, #cleanLists_stacks_in_14839.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14839 a:hover, #cleanLists_stacks_in_14839.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14839.sectionTypeHeader *, #cleanLists_stacks_in_14839.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14839 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14839 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14839 li {
	color: #000000;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14839 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14839 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14839 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14839 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14839 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14839 li .bulletSections, #cleanLists_stacks_in_14839 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14839 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14839.bulletBox li .customBulletBox, #cleanLists_stacks_in_14839.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14839.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14839.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14839.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14839.bulletOff,
#cleanLists_stacks_in_14839.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14839.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14839.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14839.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14839.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14839.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14839 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14839 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14839 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14839 .buttonSimple:hover, #cleanLists_stacks_in_14839 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14839 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14841 ul, #cleanLists_stacks_in_14841 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14841.sectionTypeHeader, #cleanLists_stacks_in_14841.sectionTypeButton, #cleanLists_stacks_in_14841 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14841.backgroundOn, #cleanLists_stacks_in_14841.backgroundOn, #cleanLists_stacks_in_14841.backgroundOn li, #cleanLists_stacks_in_14841.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14841.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14841.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14841.backgroundOff li, #cleanLists_stacks_in_14841.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14841.sectionTypeHeader h1, #cleanLists_stacks_in_14841.sectionTypeButton h1,
#cleanLists_stacks_in_14841.sectionTypeHeader h2, #cleanLists_stacks_in_14841.sectionTypeButton h2,
#cleanLists_stacks_in_14841.sectionTypeHeader h3, #cleanLists_stacks_in_14841.sectionTypeButton h3,
#cleanLists_stacks_in_14841.sectionTypeHeader h4, #cleanLists_stacks_in_14841.sectionTypeButton h4,
#cleanLists_stacks_in_14841.sectionTypeHeader h5, #cleanLists_stacks_in_14841.sectionTypeButton h5,
#cleanLists_stacks_in_14841.sectionTypeHeader h6, #cleanLists_stacks_in_14841.sectionTypeButton h6,
#cleanLists_stacks_in_14841.sectionTypeHeader h1 p, #cleanLists_stacks_in_14841.sectionTypeButton h1 p,
#cleanLists_stacks_in_14841.sectionTypeHeader h2 p, #cleanLists_stacks_in_14841.sectionTypeButton h2 p,
#cleanLists_stacks_in_14841.sectionTypeHeader h3 p, #cleanLists_stacks_in_14841.sectionTypeButton h3 p,
#cleanLists_stacks_in_14841.sectionTypeHeader h4 p, #cleanLists_stacks_in_14841.sectionTypeButton h4 p,
#cleanLists_stacks_in_14841.sectionTypeHeader h5 p, #cleanLists_stacks_in_14841.sectionTypeButton h5 p,
#cleanLists_stacks_in_14841.sectionTypeHeader h6 p, #cleanLists_stacks_in_14841.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14841 a, #cleanLists_stacks_in_14841.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14841 a:hover, #cleanLists_stacks_in_14841.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14841.sectionTypeHeader *, #cleanLists_stacks_in_14841.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14841 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14841 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14841 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14841 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14841 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14841 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14841 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14841 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14841 li .bulletSections, #cleanLists_stacks_in_14841 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14841 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14841.bulletBox li .customBulletBox, #cleanLists_stacks_in_14841.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14841.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14841.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14841.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14841.bulletOff,
#cleanLists_stacks_in_14841.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14841.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14841.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14841.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14841.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14841.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14841 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14841 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14841 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14841 .buttonSimple:hover, #cleanLists_stacks_in_14841 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14841 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14845 ul, #cleanLists_stacks_in_14845 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14845.sectionTypeHeader, #cleanLists_stacks_in_14845.sectionTypeButton, #cleanLists_stacks_in_14845 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14845.backgroundOn, #cleanLists_stacks_in_14845.backgroundOn, #cleanLists_stacks_in_14845.backgroundOn li, #cleanLists_stacks_in_14845.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14845.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14845.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14845.backgroundOff li, #cleanLists_stacks_in_14845.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14845.sectionTypeHeader h1, #cleanLists_stacks_in_14845.sectionTypeButton h1,
#cleanLists_stacks_in_14845.sectionTypeHeader h2, #cleanLists_stacks_in_14845.sectionTypeButton h2,
#cleanLists_stacks_in_14845.sectionTypeHeader h3, #cleanLists_stacks_in_14845.sectionTypeButton h3,
#cleanLists_stacks_in_14845.sectionTypeHeader h4, #cleanLists_stacks_in_14845.sectionTypeButton h4,
#cleanLists_stacks_in_14845.sectionTypeHeader h5, #cleanLists_stacks_in_14845.sectionTypeButton h5,
#cleanLists_stacks_in_14845.sectionTypeHeader h6, #cleanLists_stacks_in_14845.sectionTypeButton h6,
#cleanLists_stacks_in_14845.sectionTypeHeader h1 p, #cleanLists_stacks_in_14845.sectionTypeButton h1 p,
#cleanLists_stacks_in_14845.sectionTypeHeader h2 p, #cleanLists_stacks_in_14845.sectionTypeButton h2 p,
#cleanLists_stacks_in_14845.sectionTypeHeader h3 p, #cleanLists_stacks_in_14845.sectionTypeButton h3 p,
#cleanLists_stacks_in_14845.sectionTypeHeader h4 p, #cleanLists_stacks_in_14845.sectionTypeButton h4 p,
#cleanLists_stacks_in_14845.sectionTypeHeader h5 p, #cleanLists_stacks_in_14845.sectionTypeButton h5 p,
#cleanLists_stacks_in_14845.sectionTypeHeader h6 p, #cleanLists_stacks_in_14845.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14845 a, #cleanLists_stacks_in_14845.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14845 a:hover, #cleanLists_stacks_in_14845.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14845.sectionTypeHeader *, #cleanLists_stacks_in_14845.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14845 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14845 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14845 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14845 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14845 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14845 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14845 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14845 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14845 li .bulletSections, #cleanLists_stacks_in_14845 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #FF0000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14845 li:hover .bulletSections i {
	color: #FF6666 !important;
}
#cleanLists_stacks_in_14845.bulletBox li .customBulletBox, #cleanLists_stacks_in_14845.bulletCircle li .customBulletCircle {
	border: solid 1px #FF0000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14845.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14845.bulletCircle li:hover .customBulletCircle {
	background: #FF6666;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14845.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14845.bulletOff,
#cleanLists_stacks_in_14845.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14845.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14845.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14845.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14845.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14845.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14845 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14845 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14845 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14845 .buttonSimple:hover, #cleanLists_stacks_in_14845 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14845 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_14866>.s3_row {
	margin: 0 -10px;
}

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

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




#stacks_in_14866>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_14866>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_14866>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_14843_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_14843 a:link, #stacks_in_14843 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14843 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_14843 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_14992_button {
	display:block;
	position: relative;
	text-align: center;
}


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










#stacks_in_14992 a:link, #stacks_in_14992 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14992 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_14992 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_14992 {
	padding: 0px 0px 20px 0px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14848 ul, #cleanLists_stacks_in_14848 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14848.sectionTypeHeader, #cleanLists_stacks_in_14848.sectionTypeButton, #cleanLists_stacks_in_14848 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14848.backgroundOn, #cleanLists_stacks_in_14848.backgroundOn, #cleanLists_stacks_in_14848.backgroundOn li, #cleanLists_stacks_in_14848.backgroundOn {
	background-color: #CCCCCC;
}
#cleanLists_stacks_in_14848.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14848.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14848.backgroundOff li, #cleanLists_stacks_in_14848.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14848.sectionTypeHeader h1, #cleanLists_stacks_in_14848.sectionTypeButton h1,
#cleanLists_stacks_in_14848.sectionTypeHeader h2, #cleanLists_stacks_in_14848.sectionTypeButton h2,
#cleanLists_stacks_in_14848.sectionTypeHeader h3, #cleanLists_stacks_in_14848.sectionTypeButton h3,
#cleanLists_stacks_in_14848.sectionTypeHeader h4, #cleanLists_stacks_in_14848.sectionTypeButton h4,
#cleanLists_stacks_in_14848.sectionTypeHeader h5, #cleanLists_stacks_in_14848.sectionTypeButton h5,
#cleanLists_stacks_in_14848.sectionTypeHeader h6, #cleanLists_stacks_in_14848.sectionTypeButton h6,
#cleanLists_stacks_in_14848.sectionTypeHeader h1 p, #cleanLists_stacks_in_14848.sectionTypeButton h1 p,
#cleanLists_stacks_in_14848.sectionTypeHeader h2 p, #cleanLists_stacks_in_14848.sectionTypeButton h2 p,
#cleanLists_stacks_in_14848.sectionTypeHeader h3 p, #cleanLists_stacks_in_14848.sectionTypeButton h3 p,
#cleanLists_stacks_in_14848.sectionTypeHeader h4 p, #cleanLists_stacks_in_14848.sectionTypeButton h4 p,
#cleanLists_stacks_in_14848.sectionTypeHeader h5 p, #cleanLists_stacks_in_14848.sectionTypeButton h5 p,
#cleanLists_stacks_in_14848.sectionTypeHeader h6 p, #cleanLists_stacks_in_14848.sectionTypeButton h6 p {
	color: #FB0207;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14848 a, #cleanLists_stacks_in_14848.sectionTypeButton a {
	color: #191919;
}
#cleanLists_stacks_in_14848 a:hover, #cleanLists_stacks_in_14848.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14848.sectionTypeHeader *, #cleanLists_stacks_in_14848.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14848 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14848 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14848 li {
	color: #FB0207;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14848 a {
	color: #191919;
}
#cleanLists_stacks_in_14848 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14848 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14848 li:hover {
	color: #FB0207;
}
#cleanLists_stacks_in_14848 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14848 li .bulletSections, #cleanLists_stacks_in_14848 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14848 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14848.bulletBox li .customBulletBox, #cleanLists_stacks_in_14848.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14848.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14848.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14848.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14848.bulletOff,
#cleanLists_stacks_in_14848.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14848.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14848.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14848.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14848.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14848.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14848 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14848 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14848 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14848 .buttonSimple:hover, #cleanLists_stacks_in_14848 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14848 {
	padding: 0px 0px 20px 0px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14850 ul, #cleanLists_stacks_in_14850 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14850.sectionTypeHeader, #cleanLists_stacks_in_14850.sectionTypeButton, #cleanLists_stacks_in_14850 li {
	padding-top: 9px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14850.backgroundOn, #cleanLists_stacks_in_14850.backgroundOn, #cleanLists_stacks_in_14850.backgroundOn li, #cleanLists_stacks_in_14850.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14850.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14850.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14850.backgroundOff li, #cleanLists_stacks_in_14850.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14850.sectionTypeHeader h1, #cleanLists_stacks_in_14850.sectionTypeButton h1,
#cleanLists_stacks_in_14850.sectionTypeHeader h2, #cleanLists_stacks_in_14850.sectionTypeButton h2,
#cleanLists_stacks_in_14850.sectionTypeHeader h3, #cleanLists_stacks_in_14850.sectionTypeButton h3,
#cleanLists_stacks_in_14850.sectionTypeHeader h4, #cleanLists_stacks_in_14850.sectionTypeButton h4,
#cleanLists_stacks_in_14850.sectionTypeHeader h5, #cleanLists_stacks_in_14850.sectionTypeButton h5,
#cleanLists_stacks_in_14850.sectionTypeHeader h6, #cleanLists_stacks_in_14850.sectionTypeButton h6,
#cleanLists_stacks_in_14850.sectionTypeHeader h1 p, #cleanLists_stacks_in_14850.sectionTypeButton h1 p,
#cleanLists_stacks_in_14850.sectionTypeHeader h2 p, #cleanLists_stacks_in_14850.sectionTypeButton h2 p,
#cleanLists_stacks_in_14850.sectionTypeHeader h3 p, #cleanLists_stacks_in_14850.sectionTypeButton h3 p,
#cleanLists_stacks_in_14850.sectionTypeHeader h4 p, #cleanLists_stacks_in_14850.sectionTypeButton h4 p,
#cleanLists_stacks_in_14850.sectionTypeHeader h5 p, #cleanLists_stacks_in_14850.sectionTypeButton h5 p,
#cleanLists_stacks_in_14850.sectionTypeHeader h6 p, #cleanLists_stacks_in_14850.sectionTypeButton h6 p {
	color: #000000;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14850 a, #cleanLists_stacks_in_14850.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14850 a:hover, #cleanLists_stacks_in_14850.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14850.sectionTypeHeader *, #cleanLists_stacks_in_14850.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14850 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14850 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14850 li {
	color: #000000;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14850 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14850 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14850 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14850 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14850 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14850 li .bulletSections, #cleanLists_stacks_in_14850 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14850 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14850.bulletBox li .customBulletBox, #cleanLists_stacks_in_14850.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14850.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14850.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14850.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14850.bulletOff,
#cleanLists_stacks_in_14850.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14850.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14850.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14850.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14850.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14850.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14850 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14850 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14850 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14850 .buttonSimple:hover, #cleanLists_stacks_in_14850 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14850 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14852 ul, #cleanLists_stacks_in_14852 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14852.sectionTypeHeader, #cleanLists_stacks_in_14852.sectionTypeButton, #cleanLists_stacks_in_14852 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14852.backgroundOn, #cleanLists_stacks_in_14852.backgroundOn, #cleanLists_stacks_in_14852.backgroundOn li, #cleanLists_stacks_in_14852.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14852.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14852.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14852.backgroundOff li, #cleanLists_stacks_in_14852.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14852.sectionTypeHeader h1, #cleanLists_stacks_in_14852.sectionTypeButton h1,
#cleanLists_stacks_in_14852.sectionTypeHeader h2, #cleanLists_stacks_in_14852.sectionTypeButton h2,
#cleanLists_stacks_in_14852.sectionTypeHeader h3, #cleanLists_stacks_in_14852.sectionTypeButton h3,
#cleanLists_stacks_in_14852.sectionTypeHeader h4, #cleanLists_stacks_in_14852.sectionTypeButton h4,
#cleanLists_stacks_in_14852.sectionTypeHeader h5, #cleanLists_stacks_in_14852.sectionTypeButton h5,
#cleanLists_stacks_in_14852.sectionTypeHeader h6, #cleanLists_stacks_in_14852.sectionTypeButton h6,
#cleanLists_stacks_in_14852.sectionTypeHeader h1 p, #cleanLists_stacks_in_14852.sectionTypeButton h1 p,
#cleanLists_stacks_in_14852.sectionTypeHeader h2 p, #cleanLists_stacks_in_14852.sectionTypeButton h2 p,
#cleanLists_stacks_in_14852.sectionTypeHeader h3 p, #cleanLists_stacks_in_14852.sectionTypeButton h3 p,
#cleanLists_stacks_in_14852.sectionTypeHeader h4 p, #cleanLists_stacks_in_14852.sectionTypeButton h4 p,
#cleanLists_stacks_in_14852.sectionTypeHeader h5 p, #cleanLists_stacks_in_14852.sectionTypeButton h5 p,
#cleanLists_stacks_in_14852.sectionTypeHeader h6 p, #cleanLists_stacks_in_14852.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14852 a, #cleanLists_stacks_in_14852.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14852 a:hover, #cleanLists_stacks_in_14852.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14852.sectionTypeHeader *, #cleanLists_stacks_in_14852.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14852 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14852 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14852 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14852 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14852 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14852 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14852 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14852 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14852 li .bulletSections, #cleanLists_stacks_in_14852 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14852 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14852.bulletBox li .customBulletBox, #cleanLists_stacks_in_14852.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14852.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14852.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14852.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14852.bulletOff,
#cleanLists_stacks_in_14852.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14852.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14852.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14852.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14852.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14852.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14852 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14852 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14852 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14852 .buttonSimple:hover, #cleanLists_stacks_in_14852 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14852 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14877 ul, #cleanLists_stacks_in_14877 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14877.sectionTypeHeader, #cleanLists_stacks_in_14877.sectionTypeButton, #cleanLists_stacks_in_14877 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14877.backgroundOn, #cleanLists_stacks_in_14877.backgroundOn, #cleanLists_stacks_in_14877.backgroundOn li, #cleanLists_stacks_in_14877.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14877.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14877.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14877.backgroundOff li, #cleanLists_stacks_in_14877.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14877.sectionTypeHeader h1, #cleanLists_stacks_in_14877.sectionTypeButton h1,
#cleanLists_stacks_in_14877.sectionTypeHeader h2, #cleanLists_stacks_in_14877.sectionTypeButton h2,
#cleanLists_stacks_in_14877.sectionTypeHeader h3, #cleanLists_stacks_in_14877.sectionTypeButton h3,
#cleanLists_stacks_in_14877.sectionTypeHeader h4, #cleanLists_stacks_in_14877.sectionTypeButton h4,
#cleanLists_stacks_in_14877.sectionTypeHeader h5, #cleanLists_stacks_in_14877.sectionTypeButton h5,
#cleanLists_stacks_in_14877.sectionTypeHeader h6, #cleanLists_stacks_in_14877.sectionTypeButton h6,
#cleanLists_stacks_in_14877.sectionTypeHeader h1 p, #cleanLists_stacks_in_14877.sectionTypeButton h1 p,
#cleanLists_stacks_in_14877.sectionTypeHeader h2 p, #cleanLists_stacks_in_14877.sectionTypeButton h2 p,
#cleanLists_stacks_in_14877.sectionTypeHeader h3 p, #cleanLists_stacks_in_14877.sectionTypeButton h3 p,
#cleanLists_stacks_in_14877.sectionTypeHeader h4 p, #cleanLists_stacks_in_14877.sectionTypeButton h4 p,
#cleanLists_stacks_in_14877.sectionTypeHeader h5 p, #cleanLists_stacks_in_14877.sectionTypeButton h5 p,
#cleanLists_stacks_in_14877.sectionTypeHeader h6 p, #cleanLists_stacks_in_14877.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14877 a, #cleanLists_stacks_in_14877.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14877 a:hover, #cleanLists_stacks_in_14877.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14877.sectionTypeHeader *, #cleanLists_stacks_in_14877.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14877 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14877 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14877 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14877 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14877 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14877 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14877 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14877 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14877 li .bulletSections, #cleanLists_stacks_in_14877 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #FF0000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14877 li:hover .bulletSections i {
	color: #FF6666 !important;
}
#cleanLists_stacks_in_14877.bulletBox li .customBulletBox, #cleanLists_stacks_in_14877.bulletCircle li .customBulletCircle {
	border: solid 1px #FF0000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14877.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14877.bulletCircle li:hover .customBulletCircle {
	background: #FF6666;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14877.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14877.bulletOff,
#cleanLists_stacks_in_14877.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14877.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14877.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14877.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14877.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14877.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14877 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14877 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14877 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14877 .buttonSimple:hover, #cleanLists_stacks_in_14877 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14877 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_14869>.s3_row {
	margin: 0 -10px;
}

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

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




#stacks_in_14869>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_14869>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_14869>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_14872_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_14872 a:link, #stacks_in_14872 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14872 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_14872 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_14994_button {
	display:block;
	position: relative;
	text-align: center;
}


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










#stacks_in_14994 a:link, #stacks_in_14994 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14994 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_14994 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_14994 {
	padding: 0px 0px 20px 0px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14855 ul, #cleanLists_stacks_in_14855 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14855.sectionTypeHeader, #cleanLists_stacks_in_14855.sectionTypeButton, #cleanLists_stacks_in_14855 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14855.backgroundOn, #cleanLists_stacks_in_14855.backgroundOn, #cleanLists_stacks_in_14855.backgroundOn li, #cleanLists_stacks_in_14855.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14855.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14855.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14855.backgroundOff li, #cleanLists_stacks_in_14855.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14855.sectionTypeHeader h1, #cleanLists_stacks_in_14855.sectionTypeButton h1,
#cleanLists_stacks_in_14855.sectionTypeHeader h2, #cleanLists_stacks_in_14855.sectionTypeButton h2,
#cleanLists_stacks_in_14855.sectionTypeHeader h3, #cleanLists_stacks_in_14855.sectionTypeButton h3,
#cleanLists_stacks_in_14855.sectionTypeHeader h4, #cleanLists_stacks_in_14855.sectionTypeButton h4,
#cleanLists_stacks_in_14855.sectionTypeHeader h5, #cleanLists_stacks_in_14855.sectionTypeButton h5,
#cleanLists_stacks_in_14855.sectionTypeHeader h6, #cleanLists_stacks_in_14855.sectionTypeButton h6,
#cleanLists_stacks_in_14855.sectionTypeHeader h1 p, #cleanLists_stacks_in_14855.sectionTypeButton h1 p,
#cleanLists_stacks_in_14855.sectionTypeHeader h2 p, #cleanLists_stacks_in_14855.sectionTypeButton h2 p,
#cleanLists_stacks_in_14855.sectionTypeHeader h3 p, #cleanLists_stacks_in_14855.sectionTypeButton h3 p,
#cleanLists_stacks_in_14855.sectionTypeHeader h4 p, #cleanLists_stacks_in_14855.sectionTypeButton h4 p,
#cleanLists_stacks_in_14855.sectionTypeHeader h5 p, #cleanLists_stacks_in_14855.sectionTypeButton h5 p,
#cleanLists_stacks_in_14855.sectionTypeHeader h6 p, #cleanLists_stacks_in_14855.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14855 a, #cleanLists_stacks_in_14855.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14855 a:hover, #cleanLists_stacks_in_14855.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14855.sectionTypeHeader *, #cleanLists_stacks_in_14855.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14855 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14855 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14855 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14855 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14855 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14855 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14855 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14855 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14855 li .bulletSections, #cleanLists_stacks_in_14855 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14855 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14855.bulletBox li .customBulletBox, #cleanLists_stacks_in_14855.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14855.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14855.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14855.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14855.bulletOff,
#cleanLists_stacks_in_14855.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14855.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14855.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14855.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14855.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14855.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14855 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14855 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14855 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14855 .buttonSimple:hover, #cleanLists_stacks_in_14855 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14855 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

/* Set to zero */
#cleanLists_stacks_in_14857 ul, #cleanLists_stacks_in_14857 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14857.sectionTypeHeader, #cleanLists_stacks_in_14857.sectionTypeButton, #cleanLists_stacks_in_14857 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14857.backgroundOn, #cleanLists_stacks_in_14857.backgroundOn, #cleanLists_stacks_in_14857.backgroundOn li, #cleanLists_stacks_in_14857.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14857.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14857.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14857.backgroundOff li, #cleanLists_stacks_in_14857.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14857.sectionTypeHeader h1, #cleanLists_stacks_in_14857.sectionTypeButton h1,
#cleanLists_stacks_in_14857.sectionTypeHeader h2, #cleanLists_stacks_in_14857.sectionTypeButton h2,
#cleanLists_stacks_in_14857.sectionTypeHeader h3, #cleanLists_stacks_in_14857.sectionTypeButton h3,
#cleanLists_stacks_in_14857.sectionTypeHeader h4, #cleanLists_stacks_in_14857.sectionTypeButton h4,
#cleanLists_stacks_in_14857.sectionTypeHeader h5, #cleanLists_stacks_in_14857.sectionTypeButton h5,
#cleanLists_stacks_in_14857.sectionTypeHeader h6, #cleanLists_stacks_in_14857.sectionTypeButton h6,
#cleanLists_stacks_in_14857.sectionTypeHeader h1 p, #cleanLists_stacks_in_14857.sectionTypeButton h1 p,
#cleanLists_stacks_in_14857.sectionTypeHeader h2 p, #cleanLists_stacks_in_14857.sectionTypeButton h2 p,
#cleanLists_stacks_in_14857.sectionTypeHeader h3 p, #cleanLists_stacks_in_14857.sectionTypeButton h3 p,
#cleanLists_stacks_in_14857.sectionTypeHeader h4 p, #cleanLists_stacks_in_14857.sectionTypeButton h4 p,
#cleanLists_stacks_in_14857.sectionTypeHeader h5 p, #cleanLists_stacks_in_14857.sectionTypeButton h5 p,
#cleanLists_stacks_in_14857.sectionTypeHeader h6 p, #cleanLists_stacks_in_14857.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14857 a, #cleanLists_stacks_in_14857.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14857 a:hover, #cleanLists_stacks_in_14857.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14857.sectionTypeHeader *, #cleanLists_stacks_in_14857.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14857 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14857 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14857 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14857 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14857 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14857 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14857 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14857 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14857 li .bulletSections, #cleanLists_stacks_in_14857 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14857 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14857.bulletBox li .customBulletBox, #cleanLists_stacks_in_14857.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14857.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14857.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14857.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14857.bulletOff,
#cleanLists_stacks_in_14857.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14857.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14857.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14857.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14857.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14857.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14857 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14857 .buttonLight {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     width: 80px;
     padding: 7px 15px !important;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
     border: 1px solid rgba(0,0,0,0.5);
     box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
     background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
     transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
}
#cleanLists_stacks_in_14857 .buttonSimple {
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	padding: 7px 15px !important;
	width: 90px;
}
#cleanLists_stacks_in_14857 .buttonSimple:hover, #cleanLists_stacks_in_14857 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14857 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
#stacks_in_14874>.s3_row {
	margin: 0 -10px;
}

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

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




#stacks_in_14874>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_14874>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_14874>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_14859_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_14859 a:link, #stacks_in_14859 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14859 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_14859 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_14861_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_14861 a:link, #stacks_in_14861 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14861 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_14861 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_14861 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_6484 {
	background-color: rgba(204, 204, 204, 1.00);
	margin: 11px 0px 11px 0px;
}

#stacks_in_6485 {
	font-weight: bold;
}

#stacks_in_14612 {
	background-color: rgba(255, 128, 0, 1.00);
	margin: 5px 0px 0px 0px;
	padding:  3px;
}

#stacks_in_14613 {
	line-height: 3em;
	text-transform: capitalize;
	font-size: 139%;
}
#stacks_in_14561 span, #stacks_in_14561 h1, #stacks_in_14561 h2, #stacks_in_14561 h3, #stacks_in_14561 h4, #stacks_in_14561 h5, #stacks_in_14561 h6, #stacks_in_14561 p, #stacks_in_14561 ol, #stacks_in_14561 ul, #stacks_in_14561 li{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
#stacks_in_14561 .topic-head {font-size: 20px;}
#stacks_in_14561.faq-stop{clear: both;}
#stacks_in_14561 .faq-topic-link{color: ;}
#stacks_in_14561 #faq-top{margin-bottom: 10px;height: 1px;}
#stacks_in_14561 .kulerQuestions{margin-left: auto;padding-left: 0 !important;list-style-type: none !important;
margin-right: auto;
}

#stacks_in_14561 .back-to-top a {font-size: 12px;color: #FFFFFF;text-decoration: none;}
#stacks_in_14561 .back-to-top a:hover {background-color: transparent;text-decoration: none;}
#stacks_in_14561 .faqQestionWrapper{margin-bottom: 60px;position: relative;}
#stacks_in_14561 .faq-topic-link{list-style-type: none !important;}
#stacks_in_14561 .faq-topic-link:hover{background-color: transparent;}
#stacks_in_14561 .back-to-top{font-size: .9em;margin-top: 20px;display: block;}
#stacks_in_14561 .answers{margin-top: 20px;}
#stacks_in_14561 .kulerAnswers li{list-style-type: none !important;}

#stacks_in_14561 li {background-image: none !important;}

#stacks_in_14561 .kulerAnswers{width: 90%;margin-left: auto;margin-right: auto;
	line-height: 1.7em;
}
#stacks_in_14561 a.faq-anchor{display: inline-block !important; padding: 2px;background: ;}



/* Questions */
#stacks_in_14561 ul.kulerQuestions {list-style-type: none;font-size: 1.1em;line-height: 1.6em;}
#stacks_in_14561 .kulerQuestions li {margin-left: 0;background-image: none !important;list-style-type: none !important;font-style: italic;font-weight: bold;}
#stacks_in_14561 ul.kulerQuestions li{list-style-type: none;padding-left: 20px;}
#stacks_in_14561 ul.kulerQuestions .faq-topic-link{text-decoration: none;padding-top: 10px;padding-bottom: 10px;line-height: 40px;}
#stacks_in_14561 .kulerQuestions{background: none;}
#stacks_in_14561 .kulerQuestions{
	-webkit-box-shadow: 0px 0px 2px #242424;width: 99%;
	-moz-box-shadow: 0px 0px 2px #242424;
	box-shadow: 0px 0px 2px #242424;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#stacks_in_14561 ul li.answersWrap{
	-webkit-box-shadow: 0px 0px 2px #242424;
	-moz-box-shadow: 0px 0px 2px #242424;
	box-shadow: 0px 0px 2px #242424;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;padding: 10px 20px 20px;
	}
#stacks_in_14561 ul.kulerQuestions li:first-child {
	-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;}

#stacks_in_14561 ul.kulerQuestions li:last-child {
	-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;}


#stacks_in_14561 #faq-ul-top{background: none no-repeat center;margin-left: auto;margin-right: auto;}


#stacks_in_14561 ul.kulerQuestions .even{background-color: #F1F1F1; color: #000000;}
#stacks_in_14561 ul.kulerQuestions li:nth-child(even) {background: #F1F1F1;color: #000000;}
#stacks_in_14561 ul.kulerQuestions .odd{background-color: #F4F4F4;}
#stacks_in_14561 ul.kulerQuestions li:nth-child(odd) {background-color: #F4F4F4;color: #000000;}

#stacks_in_14561 .kulerAnswers li:nth-child(even) {background: #F1F1F1; color: #000000;}
#stacks_in_14561 .kulerAnswers li:nth-child(odd) {background-color: #FF8000; color: #000000;}

#stacks_in_14561 .kulerAnswers li:nth-child(even) .topic-head {color: #000000 !important;}
#stacks_in_14561 .kulerAnswers li:nth-child(odd) .topic-head {color: #FFFFFF !important;}

#stacks_in_14561 ul.kulerQuestions .odd .questionTitle, #stacks_in_14561 ul.kulerQuestions li:nth-child(odd) .questionTitle{color: #000000;}
#stacks_in_14561 ul.kulerQuestions .even .questionTitle, #stacks_in_14561 ul.kulerQuestions li:nth-child(even) .questionTitle{color: #000000;}



#stacks_in_14561 .kulerAnswers li ul{
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
}
#stacks_in_14561 .kulerAnswers ul.disc, #stacks_in_14561 .kulerAnswers ul.disc li {
margin: 0;
list-style-type: disc !important;
list-style-position: inside;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
}
