/**
 * 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("../basket-logiciel_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;
}
/*
 * 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_14604 {
	padding: 10px 0px 100px 0px;
}


.stacks_in_14605slider {
	overflow: hidden;
}

.stacks_in_14605images {
	display: inline-flex;
	vertical-align: top;
	flex-wrap: nowrap;
	padding: 15px 0px;
	animation: stacks_in_14605slide 15s reverse infinite linear;
}

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

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

#stacks_in_14605 .stacks_in_14605images img {
	width: 500px;
	max-width: 500px;
	height: 500px;
	object-fit: cover;
	padding: 5px;
	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_14605 .img_wrap {
	position: relative;
	margin: 2px 2px;
	display: block;
	text-align: -webkit-center;
	text-align: -moz-center;
}

#stacks_in_14605 .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: auto;
    
    border-radius: 0px;
    
}
#stacks_in_14605 a { text-decoration: none !important; }





/* Lightzoom */
#stacks_in_14605 a.lightzoom {
	cursor: pointer;
}
.zoom_stacks_in_14605 > #lz-close {
	background: url("../basket-logiciel_files/close.png") no-repeat;
	background-size: contain;
	background-position: center;
	width: 16px;
	height: 16px;
}
.zoom_stacks_in_14605 > #lz-overlay {
	background: rgba(31, 31, 31, 1.00);
}
.zoom_stacks_in_14605 > p {
	color: rgba(66, 66, 66, 1.00);
}
.zoom_stacks_in_14605 > 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_14605 [aria-label][data-balloon-pos]:after {
	text-align: center;
}



@media only screen and (max-width: 600px) {
#stacks_in_14605 .stacks_in_14605images img {
	width: 300px;
	max-width: 300px;
	height: 200px;
	padding: 3px;
	}
	
@keyframes stacks_in_14605slide {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(calc((300px + (2px * 2)) * 5 * -1), 0);
	}
}
#stacks_in_14605 .img_wrap {
	width: 300px;
	max-width: 300px;
	height: 200px;
	}
#stacks_in_14605 .img_txt {
	display: none;
	}	
}

#stacks_in_14640 {
	margin: 0px 0px 0px 12px;
}

#stacks_in_14640_2 {
	background-color: rgba(12, 101, 191, 0.27);
	margin:  4px;
	padding:  4px;
}

#stacks_in_14327 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_14618>.s3_row {
	margin: 0 -4px;
}

#stacks_in_14618>.s3_row>.s3_column {
	padding: 0 4px;
}








  


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


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





}



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


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





}




  
.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14631 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14631 .expose_image img{border-radius:10px}#stacks_in_14631 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#fullprint_stacks_in_14631{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14631 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14631.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14631 .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_14631 .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_14631 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14631 .caption_back{display:none;opacity:0.79;background-color:#FFFFFF;width:100%;position:absolute;bottom:0;border-bottom-right-radius:10px;border-bottom-left-radius:10px}#fullprint_stacks_in_14631 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14631 .temp_image{display:none}
.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14627 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14627 .expose_image img{border-radius:10px}#stacks_in_14627 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#fullprint_stacks_in_14627{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14627 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14627.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14627 .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_14627 .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_14627 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14627 .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_14627 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14627 .temp_image{display:none}
.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14623 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14623 .expose_image img{border-radius:10px}#stacks_in_14623 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#fullprint_stacks_in_14623{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14623 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14623.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14623 .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_14623 .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_14623 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14623 .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_14623 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14623 .temp_image{display:none}
.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14619 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14619 .expose_image img{border-radius:10px}#stacks_in_14619 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#fullprint_stacks_in_14619{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14619 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14619.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14619 .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_14619 .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_14619 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14619 .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_14619 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14619 .temp_image{display:none}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

 /*
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0;
  padding: 0;
}
.sf-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sf-flexslider .slides img {
  width: 100%;
  display: block;
}
.sf-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .sf-flexslider .slides {
  display: block;
}
* html .sf-flexslider .slides {
  height: 1%;
}
.no-js .sf-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sf-flexslider .slides {
  zoom: 1;
}
.sf-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.sf-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* SuperFlex 3.0.8 */

@font-face {
	font-family: 'sf-icons';
	src: url('fonts/sf-icons.eot');
}
@font-face {
	font-family: 'sf-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8R/OYAAAC8AAAAYGNtYXAgVsCMAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl5qkmkAAAF4AAAB6GhlYWQHMNyTAAADYAAAADZoaGVhBv4DywAAA5gAAAAkaG10eB4ABTYAAAO8AAAAKGxvY2ECLgHGAAAD5AAAABZtYXhwAAwAGQAAA/wAAAAgbmFtZQNRKj8AAAQcAAABknBvc3QAAwAAAAAFsAAAACAAAwO3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4AX//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPT/0QMMA8AAFgAAATIWFxYUBwkBFhQHBiInASY0NwE+ATMC4gwWCBIS/mUBmxISETES/jwSEgHECRYLA8AJCBIxEf5l/mURMRIREQHFETIRAcUICQAAAQDE/8ADPAPAAAUAAAU3CQEnAQLEeP53AYl4/gBAdwGJAYl3/gAAAAEA4//PAx0DsQAVAAATARYyPwE2NCcJATY0LwEmIgcBBhQX4wHLECsPJRAQ/n8BgRAQJQ8rEP41EBABm/40Dw8lECsPAYIBgg8rECUPD/40DywPAAEA9P/AAwwDrwAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEeDBYIEhIBm/5lEhIRMRIBxBIS/jwJFgtACQgSMREBmwGbETESERH+OxEyEf47CAkAAAABAOP/zwMdA7EAFQAACQEmIg8BBhQXCQEGFB8BFjI3ATY0JwMd/jUQKw8lEBABgf5/EBAlDysQAcsQEAHlAcwPDyUQKw/+fv5+DysQJQ8PAcwPLA8AAAAAAQDE/8ADPAPAAAUAAAEHCQEXAQE8eAGJ/nd4AgADwHf+d/53dwIAAAEAAAABAAC/FVBDXw889QALBAAAAAAA0mrMCwAAAADSaswLAAD/wAM8A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAzwAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAACAAAABAAA9AQAAMQEAADjBAAA9AQAAOMEAADEAAAAAAAKABQAHgBKAF4AiAC0AOAA9AAAAAEAAAAKABcAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

i.sf-control {
	font-family: 'sf-icons';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-cl-1:before {
	content: "\e000";
}
.sf-icon-cl-2:before {
	content: "\e002";
}
.sf-icon-cl-3:before {
	content: "\e001";
}
.sf-icon-cr-1:before {
	content: "\e003";
}
.sf-icon-cr-2:before {
	content: "\e004";
}
.sf-icon-cr-3:before {
	content: "\e005";
}

#sf3-folder-check{
	margin: 20px 0 10px;
}
#sf3-folder-check:not(.sf3-error) span{
	background: #119115;
	border-radius: 50px;
	padding: 8px 15px;
}
#sf3-folder-check div,
#sf3-folder-check.sf3-error{
	text-align: center;
	font-size: 16px;
	color: #AFFFB7;
	padding: 10px;
}
.sf3-error:before{
	content:'Folder cannot be found.';
	color: #fff;
	font-weight: bolder;
	background:#D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
#stacks_in_14333-sf .sf3-error:after{
	content:'http://my-website.com/remote';
	color: #D53F4F;
	font-weight: bolder;
	background:#fff;
	margin-left: 15px;
	border: 2px solid #D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
.sf3-error img{
	display: none;
}



#stacks_in_14333-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_14333-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(36, 181, 227, 1.00);
}
#stacks_in_14333-sf .flex-control-nav.flex-control-paging li a{
	background: rgba(17, 17, 17, 0.75);
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#stacks_in_14333-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_14333-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_14333-sf,
#stacks_in_14333-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_14333-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_14333-sf .sf-error{
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
	font-weight: bolder;
	padding: 7px 10px;
	line-height: 20px;
	border-radius: 4px;
	color: #FFF;
	background: #F78E8F;
	display: inline-block;
}

#stacks_in_14333-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_14333-sf .loaded .flex-viewport,
#stacks_in_14333-sf .slider,
#stacks_in_14333-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_14333-sf .sf-flexslider.loading{opacity: 0;}

#stacks_in_14333-sf{min-height: 70px;}

#stacks_in_14333-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_14333-sf .flex-loading{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: rgba(25, 165, 223, 1.00);
	border-top-color: rgba(25, 165, 223, 1.00);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_14333-sf .flex-loading{
		display: none;
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#stacks_in_14333-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_14333-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_14333-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_14333-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_14333-sf .sf-flexslider .slides > li,
#stacks_in_14333-sf .sf-flexslider .carousel > li,
#stacks_in_14333-sf ul.flex-direction-nav{
	background: none inherit;
	/*margin: 0 !important;*/
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_14333-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_14333-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_14333-sf .sf-flexslider .slides > li.hero div.sf-hero-background{
	background-size: cover;
	background-position: center;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#stacks_in_14333-sf .sf-hero-bg-crop{
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#stacks_in_14333-sf .sf-flexslider .slides > li.hero .sf-hero-content{
	text-align: center;
	position: relative;
	padding: 20% 5%;
	z-index: 10;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
#stacks_in_14333-sf .sf-flexslider .slides > li.hero .sf-hero-tint{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#stacks_in_14333-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_14333-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_14333-sf .sf-flexslider .slides > li.hero a.sf-hero-button{
	display: inline-block;
	text-shadow: none;
	border-radius: 4px;
	margin-top: 10px;
	text-decoration: none;
}

#stacks_in_14333-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_14333-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_14333-sf .sf-flexslider .slides > li.map .embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	margin-bottom: 0;
	overflow: hidden; 
	max-width: 100%;
}
#stacks_in_14333-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_14333-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_14333-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_14333-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stacks_in_14333-sf .sf-flexslider .slides > li .embed-container div.fluid-width-video-wrapper{
	padding-top: 56.25% !important;
}

#stacks_in_14333-sf li.hero h2,
#stacks_in_14333-sf li.hero p,
#stacks_in_14333-sf li.hero a.sf-hero-button{
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#stacks_in_14333-sf li.hero:not(.flex-active-slide) h2,
#stacks_in_14333-sf li.hero:not(.flex-active-slide) p,
#stacks_in_14333-sf li.hero:not(.flex-active-slide) a.sf-hero-button{
	-webkit-transition: opacity 300ms !important;
	transition: opacity 300ms !important;
}
#stacks_in_14333-sf .slider.loaded .flex-active-slide.hero h2,
#stacks_in_14333-sf .slider.loaded .flex-active-slide.hero p,
#stacks_in_14333-sf .slider.loaded .flex-active-slide.hero a.sf-hero-button{
	opacity: 1;
}

/* Caption */

#stacks_in_14333-sf p.flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#stacks_in_14333-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 300ms;
	transition: opacity 300ms 300ms;
}
#stacks_in_14333-sf p.flex-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-shadow: none;
	padding: 2% 3%;
}
#stacks_in_14333-sf .flex-active-slide .caption-wrap,
#stacks_in_14333-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_14333-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_14333-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_14333-sf .flex-active-slide .caption-wrap{
	position: relative;
	z-index: 100;
}
#stacks_in_14333-sf .caption-wrap{
	-webkit-transition: opacity .3s 300ms;
	transition: opacity .3s 300ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_14333-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 303ms;
	transition: opacity .5s 30300ms;

	-webkit-transition: opacity .5s 3300ms;
	transition: opacity .5s 3300ms;
}
#stacks_in_14333-sf .slider.loaded .flex-active-slide:hover .caption-wrap{
	-webkit-transition: opacity .3s !important;
	transition: opacity .3s !important;
}
@media only screen and (max-width: 400px) {
	#stacks_in_14333-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

#stacks_in_14333-sf .flex-direction-nav .flex-disabled{display: none;}

#stacks_in_14333-sf .slider .flex-direction-nav .flex-prev,
#stacks_in_14333-sf .slider:hover .flex-direction-nav .flex-prev{left: 30px;}

#stacks_in_14333-sf .slider .flex-direction-nav .flex-next,
#stacks_in_14333-sf .slider:hover .flex-direction-nav .flex-next{right: 30px;}

#stacks_in_14333-sf .carousel .flex-direction-nav .flex-prev,
#stacks_in_14333-sf .carousel:hover .flex-direction-nav .flex-prev{left: 15px;}

#stacks_in_14333-sf .carousel .flex-direction-nav .flex-next,
#stacks_in_14333-sf .carousel:hover .flex-direction-nav .flex-next{right: 15px;}

#stacks_in_14333-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_14333-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transition: transform .3s, background-color .3s;
	-webkit-transition: transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
}

#stacks_in_14333-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_14333-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_14333-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_14333-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_14333-sf .flex-direction-nav a {
	position: absolute;
	top: 50%;
	opacity: 1;
	outline: 0;
	width: 44px;
	height: 44px;
	margin-top: -22.000000px;
	border-radius: 4px;
	text-shadow: none;
	text-indent: 0;
	z-index: 9999;
}
#stacks_in_14333-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_14333-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_14333-sf .flex-direction-nav a:before {display: none;}

#stacks_in_14333-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_14333-sf .sf-control:before,
#stacks_in_14333-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_14333-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_14333-sf .flex-direction-nav a:hover .sf-control:after{color: rgba(8, 211, 253, 1.00);}

@media only screen and (max-width: 400px) {
	#stacks_in_14333-sf .flex-direction-nav{
		opacity: 0;
	}
}

@media only screen and (max-width: 400px) {
	#stacks_in_14333-sf.iframe .flex-direction-nav{display: block;}
}
@media only screen and (max-width: 400px) {
	#stacks_in_14333-sf.iframe .sf-flexslider .flex-direction-nav .flex-prev,
	#stacks_in_14333-sf.iframe .sf-flexslider .flex-direction-nav .flex-next{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}


/* Thumbnails */

#stacks_in_14333-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: -1px;
	border: 6px solid rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 400px) {
	#stacks_in_14333-sf .carousel{
		display: none;
	}
}
#stacks_in_14333-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_14333-sf .carousel .slides li{
	width: 70px;
	margin-right: 0;
	opacity: 0.65;
	transition: opacity 150ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
#stacks_in_14333-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_14333-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_14333-sf .carousel .slides li:hover,
#stacks_in_14333-sf .carousel .slides li.flex-active-slide,
#stacks_in_14333-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

#stacks_in_14333-sf .carousel .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-103px);
	-webkit-transform: translateX(-103px);
	transform: translateX(-103px);
}
#stacks_in_14333-sf .carousel .flex-direction-nav .flex-next {
	-moz-transform: translateX(103px);
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
}

#stacks_in_14333-sf .carousel .flex-direction-nav a { background: rgba(0, 0, 0, 0.50); }
#stacks_in_14333-sf .carousel .flex-direction-nav a:hover { background: rgba(0, 0, 0, 1.00); }

#stacks_in_14333-sf .carousel .sf-control{ color: rgba(255, 255, 255, 1.00);}
#stacks_in_14333-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(8, 211, 253, 1.00); }



/* Edit  */

#stacks_in_14333-sf .freeze{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid #2E83F8;
}
#stacks_in_14333-sf .freeze span{
	color: #2E83F8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}


#stacks_in_14421 {
	margin:  8px;
	padding:  8px;
}

#stacks_in_14422 {
	font-size: 176%;
	font-weight: bold;
}
#stacks_in_14483>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_14483 {
	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_14484{overflow:hidden}#stacks_in_14484 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;}#stacks_in_14484 div:focus{outline:none}#stacks_in_14484 .html5video,#stacks_in_14484 img,#stacks_in_14484 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14484 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14484 .mejs__container .mejs__overlay-play,#stacks_in_14484 .mejs__container .mejs__overlay-loading{}#stacks_in_14484 .mejs__container .mejs__controls{}#stacks_in_14484 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14484 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14484 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

#stacks_in_14559_1 {
	padding: 12px 0px 0px 0px;
}
#stacks_in_14489>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






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

#stacks_in_14490 {
	padding: 12px 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_14493{overflow:hidden}#stacks_in_14493 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;float:right;}#stacks_in_14493 div:focus{outline:none}#stacks_in_14493 .html5video,#stacks_in_14493 img,#stacks_in_14493 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14493 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14493 .mejs__container .mejs__overlay-play,#stacks_in_14493 .mejs__container .mejs__overlay-loading{}#stacks_in_14493 .mejs__container .mejs__controls{}#stacks_in_14493 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14493 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14493 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 
#stacks_in_14495>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_14495 {
	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_14496{overflow:hidden}#stacks_in_14496 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;}#stacks_in_14496 div:focus{outline:none}#stacks_in_14496 .html5video,#stacks_in_14496 img,#stacks_in_14496 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14496 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14496 .mejs__container .mejs__overlay-play,#stacks_in_14496 .mejs__container .mejs__overlay-loading{}#stacks_in_14496 .mejs__container .mejs__controls{}#stacks_in_14496 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14496 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14496 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

#stacks_in_14498 {
	padding: 12px 0px 0px 0px;
}
#stacks_in_14501>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






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

#stacks_in_14502 {
	padding: 12px 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_14505{overflow:hidden}#stacks_in_14505 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;float:right;}#stacks_in_14505 div:focus{outline:none}#stacks_in_14505 .html5video,#stacks_in_14505 img,#stacks_in_14505 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14505 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14505 .mejs__container .mejs__overlay-play,#stacks_in_14505 .mejs__container .mejs__overlay-loading{}#stacks_in_14505 .mejs__container .mejs__controls{}#stacks_in_14505 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14505 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14505 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 
#stacks_in_5448 .transbox{
	/* Fallback for web browsers that doesn't support RGBa */
	
}


#stacks_in_5448 .shadow{
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

#stacks_in_5448 .radius_top{
	border-top-left-radius: 10px 10px; 
    border-top-right-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
}

#stacks_in_5448 .radius_bottom{
	border-bottom-left-radius: 10px 10px; 
    border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;

}
#stacks_in_5448 {
	margin:  2px;
	padding:  5px;
}
/*
 * 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_9672 ul, #cleanLists_stacks_in_9672 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_9672.sectionTypeHeader, #cleanLists_stacks_in_9672.sectionTypeButton, #cleanLists_stacks_in_9672 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_9672.backgroundOn, #cleanLists_stacks_in_9672.backgroundOn, #cleanLists_stacks_in_9672.backgroundOn li, #cleanLists_stacks_in_9672.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_9672.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_9672.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_9672.backgroundOff li, #cleanLists_stacks_in_9672.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_9672.sectionTypeHeader h1, #cleanLists_stacks_in_9672.sectionTypeButton h1,
#cleanLists_stacks_in_9672.sectionTypeHeader h2, #cleanLists_stacks_in_9672.sectionTypeButton h2,
#cleanLists_stacks_in_9672.sectionTypeHeader h3, #cleanLists_stacks_in_9672.sectionTypeButton h3,
#cleanLists_stacks_in_9672.sectionTypeHeader h4, #cleanLists_stacks_in_9672.sectionTypeButton h4,
#cleanLists_stacks_in_9672.sectionTypeHeader h5, #cleanLists_stacks_in_9672.sectionTypeButton h5,
#cleanLists_stacks_in_9672.sectionTypeHeader h6, #cleanLists_stacks_in_9672.sectionTypeButton h6,
#cleanLists_stacks_in_9672.sectionTypeHeader h1 p, #cleanLists_stacks_in_9672.sectionTypeButton h1 p,
#cleanLists_stacks_in_9672.sectionTypeHeader h2 p, #cleanLists_stacks_in_9672.sectionTypeButton h2 p,
#cleanLists_stacks_in_9672.sectionTypeHeader h3 p, #cleanLists_stacks_in_9672.sectionTypeButton h3 p,
#cleanLists_stacks_in_9672.sectionTypeHeader h4 p, #cleanLists_stacks_in_9672.sectionTypeButton h4 p,
#cleanLists_stacks_in_9672.sectionTypeHeader h5 p, #cleanLists_stacks_in_9672.sectionTypeButton h5 p,
#cleanLists_stacks_in_9672.sectionTypeHeader h6 p, #cleanLists_stacks_in_9672.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_9672 a, #cleanLists_stacks_in_9672.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_9672 a:hover, #cleanLists_stacks_in_9672.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_9672.sectionTypeHeader *, #cleanLists_stacks_in_9672.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_9672 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_9672 p {
	font-size: 14px;
}
#cleanLists_stacks_in_9672 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_9672 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_9672 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_9672 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_9672 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_9672 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_9672 li .bulletSections, #cleanLists_stacks_in_9672 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_9672 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_9672.bulletBox li .customBulletBox, #cleanLists_stacks_in_9672.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_9672.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_9672.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_9672.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_9672.bulletOff,
#cleanLists_stacks_in_9672.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_9672.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_9672.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_9672.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_9672.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_9672.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_9672 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_9672 .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_9672 .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_9672 .buttonSimple:hover, #cleanLists_stacks_in_9672 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_9672 {
	margin: 15px 0px 0px 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_14427 ul, #cleanLists_stacks_in_14427 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14427.sectionTypeHeader, #cleanLists_stacks_in_14427.sectionTypeButton, #cleanLists_stacks_in_14427 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14427.backgroundOn, #cleanLists_stacks_in_14427.backgroundOn, #cleanLists_stacks_in_14427.backgroundOn li, #cleanLists_stacks_in_14427.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14427.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14427.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14427.backgroundOff li, #cleanLists_stacks_in_14427.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14427.sectionTypeHeader h1, #cleanLists_stacks_in_14427.sectionTypeButton h1,
#cleanLists_stacks_in_14427.sectionTypeHeader h2, #cleanLists_stacks_in_14427.sectionTypeButton h2,
#cleanLists_stacks_in_14427.sectionTypeHeader h3, #cleanLists_stacks_in_14427.sectionTypeButton h3,
#cleanLists_stacks_in_14427.sectionTypeHeader h4, #cleanLists_stacks_in_14427.sectionTypeButton h4,
#cleanLists_stacks_in_14427.sectionTypeHeader h5, #cleanLists_stacks_in_14427.sectionTypeButton h5,
#cleanLists_stacks_in_14427.sectionTypeHeader h6, #cleanLists_stacks_in_14427.sectionTypeButton h6,
#cleanLists_stacks_in_14427.sectionTypeHeader h1 p, #cleanLists_stacks_in_14427.sectionTypeButton h1 p,
#cleanLists_stacks_in_14427.sectionTypeHeader h2 p, #cleanLists_stacks_in_14427.sectionTypeButton h2 p,
#cleanLists_stacks_in_14427.sectionTypeHeader h3 p, #cleanLists_stacks_in_14427.sectionTypeButton h3 p,
#cleanLists_stacks_in_14427.sectionTypeHeader h4 p, #cleanLists_stacks_in_14427.sectionTypeButton h4 p,
#cleanLists_stacks_in_14427.sectionTypeHeader h5 p, #cleanLists_stacks_in_14427.sectionTypeButton h5 p,
#cleanLists_stacks_in_14427.sectionTypeHeader h6 p, #cleanLists_stacks_in_14427.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14427 a, #cleanLists_stacks_in_14427.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14427 a:hover, #cleanLists_stacks_in_14427.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14427.sectionTypeHeader *, #cleanLists_stacks_in_14427.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14427 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14427 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14427 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14427 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14427 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14427 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14427 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14427 li.bgHoverOn:hover {
	background: #CCCCCC !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14427 li .bulletSections, #cleanLists_stacks_in_14427 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14427 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14427.bulletBox li .customBulletBox, #cleanLists_stacks_in_14427.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14427.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14427.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14427.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14427.bulletOff,
#cleanLists_stacks_in_14427.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14427.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14427.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14427.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14427.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14427.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14427 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14427 .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_14427 .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_14427 .buttonSimple:hover, #cleanLists_stacks_in_14427 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}

/*
 * 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_14131 ul, #cleanLists_stacks_in_14131 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14131.sectionTypeHeader, #cleanLists_stacks_in_14131.sectionTypeButton, #cleanLists_stacks_in_14131 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14131.backgroundOn, #cleanLists_stacks_in_14131.backgroundOn, #cleanLists_stacks_in_14131.backgroundOn li, #cleanLists_stacks_in_14131.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14131.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14131.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14131.backgroundOff li, #cleanLists_stacks_in_14131.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14131.sectionTypeHeader h1, #cleanLists_stacks_in_14131.sectionTypeButton h1,
#cleanLists_stacks_in_14131.sectionTypeHeader h2, #cleanLists_stacks_in_14131.sectionTypeButton h2,
#cleanLists_stacks_in_14131.sectionTypeHeader h3, #cleanLists_stacks_in_14131.sectionTypeButton h3,
#cleanLists_stacks_in_14131.sectionTypeHeader h4, #cleanLists_stacks_in_14131.sectionTypeButton h4,
#cleanLists_stacks_in_14131.sectionTypeHeader h5, #cleanLists_stacks_in_14131.sectionTypeButton h5,
#cleanLists_stacks_in_14131.sectionTypeHeader h6, #cleanLists_stacks_in_14131.sectionTypeButton h6,
#cleanLists_stacks_in_14131.sectionTypeHeader h1 p, #cleanLists_stacks_in_14131.sectionTypeButton h1 p,
#cleanLists_stacks_in_14131.sectionTypeHeader h2 p, #cleanLists_stacks_in_14131.sectionTypeButton h2 p,
#cleanLists_stacks_in_14131.sectionTypeHeader h3 p, #cleanLists_stacks_in_14131.sectionTypeButton h3 p,
#cleanLists_stacks_in_14131.sectionTypeHeader h4 p, #cleanLists_stacks_in_14131.sectionTypeButton h4 p,
#cleanLists_stacks_in_14131.sectionTypeHeader h5 p, #cleanLists_stacks_in_14131.sectionTypeButton h5 p,
#cleanLists_stacks_in_14131.sectionTypeHeader h6 p, #cleanLists_stacks_in_14131.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14131 a, #cleanLists_stacks_in_14131.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14131 a:hover, #cleanLists_stacks_in_14131.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14131.sectionTypeHeader *, #cleanLists_stacks_in_14131.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14131 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14131 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14131 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14131 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14131 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14131 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14131 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14131 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14131 li .bulletSections, #cleanLists_stacks_in_14131 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14131 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14131.bulletBox li .customBulletBox, #cleanLists_stacks_in_14131.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14131.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14131.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14131.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14131.bulletOff,
#cleanLists_stacks_in_14131.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14131.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14131.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14131.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14131.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14131.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14131 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14131 .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_14131 .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_14131 .buttonSimple:hover, #cleanLists_stacks_in_14131 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14131 {
	margin: 15px 0px 0px 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_14423 ul, #cleanLists_stacks_in_14423 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14423.sectionTypeHeader, #cleanLists_stacks_in_14423.sectionTypeButton, #cleanLists_stacks_in_14423 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14423.backgroundOn, #cleanLists_stacks_in_14423.backgroundOn, #cleanLists_stacks_in_14423.backgroundOn li, #cleanLists_stacks_in_14423.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14423.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14423.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14423.backgroundOff li, #cleanLists_stacks_in_14423.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14423.sectionTypeHeader h1, #cleanLists_stacks_in_14423.sectionTypeButton h1,
#cleanLists_stacks_in_14423.sectionTypeHeader h2, #cleanLists_stacks_in_14423.sectionTypeButton h2,
#cleanLists_stacks_in_14423.sectionTypeHeader h3, #cleanLists_stacks_in_14423.sectionTypeButton h3,
#cleanLists_stacks_in_14423.sectionTypeHeader h4, #cleanLists_stacks_in_14423.sectionTypeButton h4,
#cleanLists_stacks_in_14423.sectionTypeHeader h5, #cleanLists_stacks_in_14423.sectionTypeButton h5,
#cleanLists_stacks_in_14423.sectionTypeHeader h6, #cleanLists_stacks_in_14423.sectionTypeButton h6,
#cleanLists_stacks_in_14423.sectionTypeHeader h1 p, #cleanLists_stacks_in_14423.sectionTypeButton h1 p,
#cleanLists_stacks_in_14423.sectionTypeHeader h2 p, #cleanLists_stacks_in_14423.sectionTypeButton h2 p,
#cleanLists_stacks_in_14423.sectionTypeHeader h3 p, #cleanLists_stacks_in_14423.sectionTypeButton h3 p,
#cleanLists_stacks_in_14423.sectionTypeHeader h4 p, #cleanLists_stacks_in_14423.sectionTypeButton h4 p,
#cleanLists_stacks_in_14423.sectionTypeHeader h5 p, #cleanLists_stacks_in_14423.sectionTypeButton h5 p,
#cleanLists_stacks_in_14423.sectionTypeHeader h6 p, #cleanLists_stacks_in_14423.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14423 a, #cleanLists_stacks_in_14423.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14423 a:hover, #cleanLists_stacks_in_14423.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14423.sectionTypeHeader *, #cleanLists_stacks_in_14423.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14423 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14423 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14423 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14423 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14423 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14423 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14423 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14423 li.bgHoverOn:hover {
	background: #CCCCCC !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14423 li .bulletSections, #cleanLists_stacks_in_14423 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14423 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14423.bulletBox li .customBulletBox, #cleanLists_stacks_in_14423.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14423.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14423.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14423.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14423.bulletOff,
#cleanLists_stacks_in_14423.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14423.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14423.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14423.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14423.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14423.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14423 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14423 .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_14423 .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_14423 .buttonSimple:hover, #cleanLists_stacks_in_14423 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}

/*
 * 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_14135 ul, #cleanLists_stacks_in_14135 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14135.sectionTypeHeader, #cleanLists_stacks_in_14135.sectionTypeButton, #cleanLists_stacks_in_14135 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14135.backgroundOn, #cleanLists_stacks_in_14135.backgroundOn, #cleanLists_stacks_in_14135.backgroundOn li, #cleanLists_stacks_in_14135.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14135.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14135.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14135.backgroundOff li, #cleanLists_stacks_in_14135.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14135.sectionTypeHeader h1, #cleanLists_stacks_in_14135.sectionTypeButton h1,
#cleanLists_stacks_in_14135.sectionTypeHeader h2, #cleanLists_stacks_in_14135.sectionTypeButton h2,
#cleanLists_stacks_in_14135.sectionTypeHeader h3, #cleanLists_stacks_in_14135.sectionTypeButton h3,
#cleanLists_stacks_in_14135.sectionTypeHeader h4, #cleanLists_stacks_in_14135.sectionTypeButton h4,
#cleanLists_stacks_in_14135.sectionTypeHeader h5, #cleanLists_stacks_in_14135.sectionTypeButton h5,
#cleanLists_stacks_in_14135.sectionTypeHeader h6, #cleanLists_stacks_in_14135.sectionTypeButton h6,
#cleanLists_stacks_in_14135.sectionTypeHeader h1 p, #cleanLists_stacks_in_14135.sectionTypeButton h1 p,
#cleanLists_stacks_in_14135.sectionTypeHeader h2 p, #cleanLists_stacks_in_14135.sectionTypeButton h2 p,
#cleanLists_stacks_in_14135.sectionTypeHeader h3 p, #cleanLists_stacks_in_14135.sectionTypeButton h3 p,
#cleanLists_stacks_in_14135.sectionTypeHeader h4 p, #cleanLists_stacks_in_14135.sectionTypeButton h4 p,
#cleanLists_stacks_in_14135.sectionTypeHeader h5 p, #cleanLists_stacks_in_14135.sectionTypeButton h5 p,
#cleanLists_stacks_in_14135.sectionTypeHeader h6 p, #cleanLists_stacks_in_14135.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14135 a, #cleanLists_stacks_in_14135.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14135 a:hover, #cleanLists_stacks_in_14135.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14135.sectionTypeHeader *, #cleanLists_stacks_in_14135.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14135 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14135 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14135 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14135 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14135 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14135 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14135 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14135 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14135 li .bulletSections, #cleanLists_stacks_in_14135 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14135 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14135.bulletBox li .customBulletBox, #cleanLists_stacks_in_14135.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14135.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14135.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14135.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14135.bulletOff,
#cleanLists_stacks_in_14135.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14135.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14135.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14135.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14135.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14135.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14135 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14135 .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_14135 .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_14135 .buttonSimple:hover, #cleanLists_stacks_in_14135 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14135 {
	margin: 15px 0px 0px 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_14425 ul, #cleanLists_stacks_in_14425 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14425.sectionTypeHeader, #cleanLists_stacks_in_14425.sectionTypeButton, #cleanLists_stacks_in_14425 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14425.backgroundOn, #cleanLists_stacks_in_14425.backgroundOn, #cleanLists_stacks_in_14425.backgroundOn li, #cleanLists_stacks_in_14425.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14425.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14425.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14425.backgroundOff li, #cleanLists_stacks_in_14425.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14425.sectionTypeHeader h1, #cleanLists_stacks_in_14425.sectionTypeButton h1,
#cleanLists_stacks_in_14425.sectionTypeHeader h2, #cleanLists_stacks_in_14425.sectionTypeButton h2,
#cleanLists_stacks_in_14425.sectionTypeHeader h3, #cleanLists_stacks_in_14425.sectionTypeButton h3,
#cleanLists_stacks_in_14425.sectionTypeHeader h4, #cleanLists_stacks_in_14425.sectionTypeButton h4,
#cleanLists_stacks_in_14425.sectionTypeHeader h5, #cleanLists_stacks_in_14425.sectionTypeButton h5,
#cleanLists_stacks_in_14425.sectionTypeHeader h6, #cleanLists_stacks_in_14425.sectionTypeButton h6,
#cleanLists_stacks_in_14425.sectionTypeHeader h1 p, #cleanLists_stacks_in_14425.sectionTypeButton h1 p,
#cleanLists_stacks_in_14425.sectionTypeHeader h2 p, #cleanLists_stacks_in_14425.sectionTypeButton h2 p,
#cleanLists_stacks_in_14425.sectionTypeHeader h3 p, #cleanLists_stacks_in_14425.sectionTypeButton h3 p,
#cleanLists_stacks_in_14425.sectionTypeHeader h4 p, #cleanLists_stacks_in_14425.sectionTypeButton h4 p,
#cleanLists_stacks_in_14425.sectionTypeHeader h5 p, #cleanLists_stacks_in_14425.sectionTypeButton h5 p,
#cleanLists_stacks_in_14425.sectionTypeHeader h6 p, #cleanLists_stacks_in_14425.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14425 a, #cleanLists_stacks_in_14425.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14425 a:hover, #cleanLists_stacks_in_14425.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14425.sectionTypeHeader *, #cleanLists_stacks_in_14425.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14425 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14425 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14425 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14425 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14425 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14425 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14425 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14425 li.bgHoverOn:hover {
	background: #CCCCCC !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14425 li .bulletSections, #cleanLists_stacks_in_14425 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14425 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14425.bulletBox li .customBulletBox, #cleanLists_stacks_in_14425.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14425.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14425.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14425.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14425.bulletOff,
#cleanLists_stacks_in_14425.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14425.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14425.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14425.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14425.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14425.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14425 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14425 .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_14425 .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_14425 .buttonSimple:hover, #cleanLists_stacks_in_14425 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}

.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14635 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14635 .expose_image img{border-radius:10px}#stacks_in_14635 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#fullprint_stacks_in_14635{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14635 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14635.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14635 .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_14635 .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_14635 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14635 .caption_back{display:none;opacity:0.84;background-color:#FFFFFF;width:100%;position:absolute;bottom:0;border-bottom-right-radius:10px;border-bottom-left-radius:10px}#fullprint_stacks_in_14635 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14635 .temp_image{display:none}

#stacks_in_14314 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 15px 0px;
}

#stacks_in_14310 {
	margin: 16px 6px 20px 6px;
	padding:  6px;
}

#stacks_in_14311 {
	font-weight: bold;
}
#stacks_in_14312_button {
	display:block;
	position: relative;
	text-align: center;
}


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










#stacks_in_14312 a:link, #stacks_in_14312 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_14312 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_14312 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_14312 {
	margin: 1px 1px 5px 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_14453 ul, #cleanLists_stacks_in_14453 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14453.sectionTypeHeader, #cleanLists_stacks_in_14453.sectionTypeButton, #cleanLists_stacks_in_14453 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14453.backgroundOn, #cleanLists_stacks_in_14453.backgroundOn, #cleanLists_stacks_in_14453.backgroundOn li, #cleanLists_stacks_in_14453.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14453.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14453.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14453.backgroundOff li, #cleanLists_stacks_in_14453.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14453.sectionTypeHeader h1, #cleanLists_stacks_in_14453.sectionTypeButton h1,
#cleanLists_stacks_in_14453.sectionTypeHeader h2, #cleanLists_stacks_in_14453.sectionTypeButton h2,
#cleanLists_stacks_in_14453.sectionTypeHeader h3, #cleanLists_stacks_in_14453.sectionTypeButton h3,
#cleanLists_stacks_in_14453.sectionTypeHeader h4, #cleanLists_stacks_in_14453.sectionTypeButton h4,
#cleanLists_stacks_in_14453.sectionTypeHeader h5, #cleanLists_stacks_in_14453.sectionTypeButton h5,
#cleanLists_stacks_in_14453.sectionTypeHeader h6, #cleanLists_stacks_in_14453.sectionTypeButton h6,
#cleanLists_stacks_in_14453.sectionTypeHeader h1 p, #cleanLists_stacks_in_14453.sectionTypeButton h1 p,
#cleanLists_stacks_in_14453.sectionTypeHeader h2 p, #cleanLists_stacks_in_14453.sectionTypeButton h2 p,
#cleanLists_stacks_in_14453.sectionTypeHeader h3 p, #cleanLists_stacks_in_14453.sectionTypeButton h3 p,
#cleanLists_stacks_in_14453.sectionTypeHeader h4 p, #cleanLists_stacks_in_14453.sectionTypeButton h4 p,
#cleanLists_stacks_in_14453.sectionTypeHeader h5 p, #cleanLists_stacks_in_14453.sectionTypeButton h5 p,
#cleanLists_stacks_in_14453.sectionTypeHeader h6 p, #cleanLists_stacks_in_14453.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14453 a, #cleanLists_stacks_in_14453.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14453 a:hover, #cleanLists_stacks_in_14453.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14453.sectionTypeHeader *, #cleanLists_stacks_in_14453.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14453 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14453 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14453 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14453 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14453 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14453 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14453 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14453 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14453 li .bulletSections, #cleanLists_stacks_in_14453 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14453 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14453.bulletBox li .customBulletBox, #cleanLists_stacks_in_14453.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14453.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14453.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14453.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14453.bulletOff,
#cleanLists_stacks_in_14453.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14453.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14453.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14453.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14453.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14453.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14453 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14453 .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_14453 .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_14453 .buttonSimple:hover, #cleanLists_stacks_in_14453 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14454 {
	font-size: 125%;
	font-weight: bold;
}
/*
 * 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_14455 ul, #cleanLists_stacks_in_14455 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14455.sectionTypeHeader, #cleanLists_stacks_in_14455.sectionTypeButton, #cleanLists_stacks_in_14455 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14455.backgroundOn, #cleanLists_stacks_in_14455.backgroundOn, #cleanLists_stacks_in_14455.backgroundOn li, #cleanLists_stacks_in_14455.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14455.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14455.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14455.backgroundOff li, #cleanLists_stacks_in_14455.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14455.sectionTypeHeader h1, #cleanLists_stacks_in_14455.sectionTypeButton h1,
#cleanLists_stacks_in_14455.sectionTypeHeader h2, #cleanLists_stacks_in_14455.sectionTypeButton h2,
#cleanLists_stacks_in_14455.sectionTypeHeader h3, #cleanLists_stacks_in_14455.sectionTypeButton h3,
#cleanLists_stacks_in_14455.sectionTypeHeader h4, #cleanLists_stacks_in_14455.sectionTypeButton h4,
#cleanLists_stacks_in_14455.sectionTypeHeader h5, #cleanLists_stacks_in_14455.sectionTypeButton h5,
#cleanLists_stacks_in_14455.sectionTypeHeader h6, #cleanLists_stacks_in_14455.sectionTypeButton h6,
#cleanLists_stacks_in_14455.sectionTypeHeader h1 p, #cleanLists_stacks_in_14455.sectionTypeButton h1 p,
#cleanLists_stacks_in_14455.sectionTypeHeader h2 p, #cleanLists_stacks_in_14455.sectionTypeButton h2 p,
#cleanLists_stacks_in_14455.sectionTypeHeader h3 p, #cleanLists_stacks_in_14455.sectionTypeButton h3 p,
#cleanLists_stacks_in_14455.sectionTypeHeader h4 p, #cleanLists_stacks_in_14455.sectionTypeButton h4 p,
#cleanLists_stacks_in_14455.sectionTypeHeader h5 p, #cleanLists_stacks_in_14455.sectionTypeButton h5 p,
#cleanLists_stacks_in_14455.sectionTypeHeader h6 p, #cleanLists_stacks_in_14455.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14455 a, #cleanLists_stacks_in_14455.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14455 a:hover, #cleanLists_stacks_in_14455.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14455.sectionTypeHeader *, #cleanLists_stacks_in_14455.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14455 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14455 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14455 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14455 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14455 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14455 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14455 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14455 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14455 li .bulletSections, #cleanLists_stacks_in_14455 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14455 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14455.bulletBox li .customBulletBox, #cleanLists_stacks_in_14455.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14455.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14455.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14455.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14455.bulletOff,
#cleanLists_stacks_in_14455.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14455.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14455.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14455.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14455.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14455.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14455 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14455 .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_14455 .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_14455 .buttonSimple:hover, #cleanLists_stacks_in_14455 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}

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

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








  


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




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



}



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


	#stacks_in_14527>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_14527>.s3_row>.s3_column {
		padding: 10px 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_14528 ul, #cleanLists_stacks_in_14528 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14528.sectionTypeHeader, #cleanLists_stacks_in_14528.sectionTypeButton, #cleanLists_stacks_in_14528 li {
	padding-top: 15px;
	padding-bottom: 15px;
}
#cleanLists_stacks_in_14528.backgroundOn, #cleanLists_stacks_in_14528.backgroundOn, #cleanLists_stacks_in_14528.backgroundOn li, #cleanLists_stacks_in_14528.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14528.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14528.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14528.backgroundOff li, #cleanLists_stacks_in_14528.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14528.sectionTypeHeader h1, #cleanLists_stacks_in_14528.sectionTypeButton h1,
#cleanLists_stacks_in_14528.sectionTypeHeader h2, #cleanLists_stacks_in_14528.sectionTypeButton h2,
#cleanLists_stacks_in_14528.sectionTypeHeader h3, #cleanLists_stacks_in_14528.sectionTypeButton h3,
#cleanLists_stacks_in_14528.sectionTypeHeader h4, #cleanLists_stacks_in_14528.sectionTypeButton h4,
#cleanLists_stacks_in_14528.sectionTypeHeader h5, #cleanLists_stacks_in_14528.sectionTypeButton h5,
#cleanLists_stacks_in_14528.sectionTypeHeader h6, #cleanLists_stacks_in_14528.sectionTypeButton h6,
#cleanLists_stacks_in_14528.sectionTypeHeader h1 p, #cleanLists_stacks_in_14528.sectionTypeButton h1 p,
#cleanLists_stacks_in_14528.sectionTypeHeader h2 p, #cleanLists_stacks_in_14528.sectionTypeButton h2 p,
#cleanLists_stacks_in_14528.sectionTypeHeader h3 p, #cleanLists_stacks_in_14528.sectionTypeButton h3 p,
#cleanLists_stacks_in_14528.sectionTypeHeader h4 p, #cleanLists_stacks_in_14528.sectionTypeButton h4 p,
#cleanLists_stacks_in_14528.sectionTypeHeader h5 p, #cleanLists_stacks_in_14528.sectionTypeButton h5 p,
#cleanLists_stacks_in_14528.sectionTypeHeader h6 p, #cleanLists_stacks_in_14528.sectionTypeButton h6 p {
	color: #000000;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14528 a, #cleanLists_stacks_in_14528.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14528 a:hover, #cleanLists_stacks_in_14528.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14528.sectionTypeHeader *, #cleanLists_stacks_in_14528.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14528 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14528 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14528 li {
	color: #000000;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14528 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14528 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14528 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14528 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14528 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14528 li .bulletSections, #cleanLists_stacks_in_14528 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14528 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14528.bulletBox li .customBulletBox, #cleanLists_stacks_in_14528.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14528.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14528.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14528.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14528.bulletOff,
#cleanLists_stacks_in_14528.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14528.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14528.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14528.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14528.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14528.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14528 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14528 .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_14528 .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_14528 .buttonSimple:hover, #cleanLists_stacks_in_14528 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14528 {
	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_14530 ul, #cleanLists_stacks_in_14530 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14530.sectionTypeHeader, #cleanLists_stacks_in_14530.sectionTypeButton, #cleanLists_stacks_in_14530 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14530.backgroundOn, #cleanLists_stacks_in_14530.backgroundOn, #cleanLists_stacks_in_14530.backgroundOn li, #cleanLists_stacks_in_14530.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14530.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14530.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14530.backgroundOff li, #cleanLists_stacks_in_14530.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14530.sectionTypeHeader h1, #cleanLists_stacks_in_14530.sectionTypeButton h1,
#cleanLists_stacks_in_14530.sectionTypeHeader h2, #cleanLists_stacks_in_14530.sectionTypeButton h2,
#cleanLists_stacks_in_14530.sectionTypeHeader h3, #cleanLists_stacks_in_14530.sectionTypeButton h3,
#cleanLists_stacks_in_14530.sectionTypeHeader h4, #cleanLists_stacks_in_14530.sectionTypeButton h4,
#cleanLists_stacks_in_14530.sectionTypeHeader h5, #cleanLists_stacks_in_14530.sectionTypeButton h5,
#cleanLists_stacks_in_14530.sectionTypeHeader h6, #cleanLists_stacks_in_14530.sectionTypeButton h6,
#cleanLists_stacks_in_14530.sectionTypeHeader h1 p, #cleanLists_stacks_in_14530.sectionTypeButton h1 p,
#cleanLists_stacks_in_14530.sectionTypeHeader h2 p, #cleanLists_stacks_in_14530.sectionTypeButton h2 p,
#cleanLists_stacks_in_14530.sectionTypeHeader h3 p, #cleanLists_stacks_in_14530.sectionTypeButton h3 p,
#cleanLists_stacks_in_14530.sectionTypeHeader h4 p, #cleanLists_stacks_in_14530.sectionTypeButton h4 p,
#cleanLists_stacks_in_14530.sectionTypeHeader h5 p, #cleanLists_stacks_in_14530.sectionTypeButton h5 p,
#cleanLists_stacks_in_14530.sectionTypeHeader h6 p, #cleanLists_stacks_in_14530.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14530 a, #cleanLists_stacks_in_14530.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14530 a:hover, #cleanLists_stacks_in_14530.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14530.sectionTypeHeader *, #cleanLists_stacks_in_14530.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14530 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14530 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14530 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14530 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14530 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14530 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14530 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14530 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14530 li .bulletSections, #cleanLists_stacks_in_14530 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #118002 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14530 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14530.bulletBox li .customBulletBox, #cleanLists_stacks_in_14530.bulletCircle li .customBulletCircle {
	border: solid 1px #118002;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14530.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14530.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14530.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14530.bulletOff,
#cleanLists_stacks_in_14530.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14530.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14530.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14530.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14530.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14530.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14530 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14530 .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_14530 .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_14530 .buttonSimple:hover, #cleanLists_stacks_in_14530 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14530 {
	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_14570 ul, #cleanLists_stacks_in_14570 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14570.sectionTypeHeader, #cleanLists_stacks_in_14570.sectionTypeButton, #cleanLists_stacks_in_14570 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14570.backgroundOn, #cleanLists_stacks_in_14570.backgroundOn, #cleanLists_stacks_in_14570.backgroundOn li, #cleanLists_stacks_in_14570.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14570.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14570.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14570.backgroundOff li, #cleanLists_stacks_in_14570.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14570.sectionTypeHeader h1, #cleanLists_stacks_in_14570.sectionTypeButton h1,
#cleanLists_stacks_in_14570.sectionTypeHeader h2, #cleanLists_stacks_in_14570.sectionTypeButton h2,
#cleanLists_stacks_in_14570.sectionTypeHeader h3, #cleanLists_stacks_in_14570.sectionTypeButton h3,
#cleanLists_stacks_in_14570.sectionTypeHeader h4, #cleanLists_stacks_in_14570.sectionTypeButton h4,
#cleanLists_stacks_in_14570.sectionTypeHeader h5, #cleanLists_stacks_in_14570.sectionTypeButton h5,
#cleanLists_stacks_in_14570.sectionTypeHeader h6, #cleanLists_stacks_in_14570.sectionTypeButton h6,
#cleanLists_stacks_in_14570.sectionTypeHeader h1 p, #cleanLists_stacks_in_14570.sectionTypeButton h1 p,
#cleanLists_stacks_in_14570.sectionTypeHeader h2 p, #cleanLists_stacks_in_14570.sectionTypeButton h2 p,
#cleanLists_stacks_in_14570.sectionTypeHeader h3 p, #cleanLists_stacks_in_14570.sectionTypeButton h3 p,
#cleanLists_stacks_in_14570.sectionTypeHeader h4 p, #cleanLists_stacks_in_14570.sectionTypeButton h4 p,
#cleanLists_stacks_in_14570.sectionTypeHeader h5 p, #cleanLists_stacks_in_14570.sectionTypeButton h5 p,
#cleanLists_stacks_in_14570.sectionTypeHeader h6 p, #cleanLists_stacks_in_14570.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14570 a, #cleanLists_stacks_in_14570.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14570 a:hover, #cleanLists_stacks_in_14570.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14570.sectionTypeHeader *, #cleanLists_stacks_in_14570.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14570 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14570 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14570 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14570 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14570 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14570 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14570 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14570 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14570 li .bulletSections, #cleanLists_stacks_in_14570 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #FF0000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14570 li:hover .bulletSections i {
	color: #FF6666 !important;
}
#cleanLists_stacks_in_14570.bulletBox li .customBulletBox, #cleanLists_stacks_in_14570.bulletCircle li .customBulletCircle {
	border: solid 1px #FF0000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14570.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14570.bulletCircle li:hover .customBulletCircle {
	background: #FF6666;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14570.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14570.bulletOff,
#cleanLists_stacks_in_14570.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14570.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14570.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14570.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14570.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14570.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14570 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14570 .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_14570 .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_14570 .buttonSimple:hover, #cleanLists_stacks_in_14570 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14570 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.tactic3d.com/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_14578{overflow:hidden}#stacks_in_14578 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;}#stacks_in_14578 div:focus{outline:none}#stacks_in_14578 .html5video,#stacks_in_14578 img,#stacks_in_14578 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14578 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14578 .mejs__container .mejs__overlay-play,#stacks_in_14578 .mejs__container .mejs__overlay-loading{}#stacks_in_14578 .mejs__container .mejs__controls{}#stacks_in_14578 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14578 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14578 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 
/*
 * 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_14532 ul, #cleanLists_stacks_in_14532 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14532.sectionTypeHeader, #cleanLists_stacks_in_14532.sectionTypeButton, #cleanLists_stacks_in_14532 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14532.backgroundOn, #cleanLists_stacks_in_14532.backgroundOn, #cleanLists_stacks_in_14532.backgroundOn li, #cleanLists_stacks_in_14532.backgroundOn {
	background-color: #CCCCCC;
}
#cleanLists_stacks_in_14532.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14532.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14532.backgroundOff li, #cleanLists_stacks_in_14532.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14532.sectionTypeHeader h1, #cleanLists_stacks_in_14532.sectionTypeButton h1,
#cleanLists_stacks_in_14532.sectionTypeHeader h2, #cleanLists_stacks_in_14532.sectionTypeButton h2,
#cleanLists_stacks_in_14532.sectionTypeHeader h3, #cleanLists_stacks_in_14532.sectionTypeButton h3,
#cleanLists_stacks_in_14532.sectionTypeHeader h4, #cleanLists_stacks_in_14532.sectionTypeButton h4,
#cleanLists_stacks_in_14532.sectionTypeHeader h5, #cleanLists_stacks_in_14532.sectionTypeButton h5,
#cleanLists_stacks_in_14532.sectionTypeHeader h6, #cleanLists_stacks_in_14532.sectionTypeButton h6,
#cleanLists_stacks_in_14532.sectionTypeHeader h1 p, #cleanLists_stacks_in_14532.sectionTypeButton h1 p,
#cleanLists_stacks_in_14532.sectionTypeHeader h2 p, #cleanLists_stacks_in_14532.sectionTypeButton h2 p,
#cleanLists_stacks_in_14532.sectionTypeHeader h3 p, #cleanLists_stacks_in_14532.sectionTypeButton h3 p,
#cleanLists_stacks_in_14532.sectionTypeHeader h4 p, #cleanLists_stacks_in_14532.sectionTypeButton h4 p,
#cleanLists_stacks_in_14532.sectionTypeHeader h5 p, #cleanLists_stacks_in_14532.sectionTypeButton h5 p,
#cleanLists_stacks_in_14532.sectionTypeHeader h6 p, #cleanLists_stacks_in_14532.sectionTypeButton h6 p {
	color: #FFFFFF;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14532 a, #cleanLists_stacks_in_14532.sectionTypeButton a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14532 a:hover, #cleanLists_stacks_in_14532.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14532.sectionTypeHeader *, #cleanLists_stacks_in_14532.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14532 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14532 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14532 li {
	color: #FFFFFF;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14532 a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14532 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14532 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14532 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14532 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14532 li .bulletSections, #cleanLists_stacks_in_14532 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14532 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14532.bulletBox li .customBulletBox, #cleanLists_stacks_in_14532.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14532.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14532.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14532.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14532.bulletOff,
#cleanLists_stacks_in_14532.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14532.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14532.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14532.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14532.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14532.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14532 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14532 .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_14532 .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_14532 .buttonSimple:hover, #cleanLists_stacks_in_14532 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14584 {
	margin: 0px 0px 15px 0px;
	padding: 0px 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_14537 ul, #cleanLists_stacks_in_14537 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14537.sectionTypeHeader, #cleanLists_stacks_in_14537.sectionTypeButton, #cleanLists_stacks_in_14537 li {
	padding-top: 15px;
	padding-bottom: 15px;
}
#cleanLists_stacks_in_14537.backgroundOn, #cleanLists_stacks_in_14537.backgroundOn, #cleanLists_stacks_in_14537.backgroundOn li, #cleanLists_stacks_in_14537.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14537.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14537.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14537.backgroundOff li, #cleanLists_stacks_in_14537.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14537.sectionTypeHeader h1, #cleanLists_stacks_in_14537.sectionTypeButton h1,
#cleanLists_stacks_in_14537.sectionTypeHeader h2, #cleanLists_stacks_in_14537.sectionTypeButton h2,
#cleanLists_stacks_in_14537.sectionTypeHeader h3, #cleanLists_stacks_in_14537.sectionTypeButton h3,
#cleanLists_stacks_in_14537.sectionTypeHeader h4, #cleanLists_stacks_in_14537.sectionTypeButton h4,
#cleanLists_stacks_in_14537.sectionTypeHeader h5, #cleanLists_stacks_in_14537.sectionTypeButton h5,
#cleanLists_stacks_in_14537.sectionTypeHeader h6, #cleanLists_stacks_in_14537.sectionTypeButton h6,
#cleanLists_stacks_in_14537.sectionTypeHeader h1 p, #cleanLists_stacks_in_14537.sectionTypeButton h1 p,
#cleanLists_stacks_in_14537.sectionTypeHeader h2 p, #cleanLists_stacks_in_14537.sectionTypeButton h2 p,
#cleanLists_stacks_in_14537.sectionTypeHeader h3 p, #cleanLists_stacks_in_14537.sectionTypeButton h3 p,
#cleanLists_stacks_in_14537.sectionTypeHeader h4 p, #cleanLists_stacks_in_14537.sectionTypeButton h4 p,
#cleanLists_stacks_in_14537.sectionTypeHeader h5 p, #cleanLists_stacks_in_14537.sectionTypeButton h5 p,
#cleanLists_stacks_in_14537.sectionTypeHeader h6 p, #cleanLists_stacks_in_14537.sectionTypeButton h6 p {
	color: #000000;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14537 a, #cleanLists_stacks_in_14537.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14537 a:hover, #cleanLists_stacks_in_14537.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14537.sectionTypeHeader *, #cleanLists_stacks_in_14537.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14537 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14537 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14537 li {
	color: #000000;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14537 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14537 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14537 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14537 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14537 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14537 li .bulletSections, #cleanLists_stacks_in_14537 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14537 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14537.bulletBox li .customBulletBox, #cleanLists_stacks_in_14537.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14537.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14537.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14537.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14537.bulletOff,
#cleanLists_stacks_in_14537.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14537.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14537.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14537.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14537.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14537.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14537 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14537 .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_14537 .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_14537 .buttonSimple:hover, #cleanLists_stacks_in_14537 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14537 {
	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_14539 ul, #cleanLists_stacks_in_14539 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14539.sectionTypeHeader, #cleanLists_stacks_in_14539.sectionTypeButton, #cleanLists_stacks_in_14539 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14539.backgroundOn, #cleanLists_stacks_in_14539.backgroundOn, #cleanLists_stacks_in_14539.backgroundOn li, #cleanLists_stacks_in_14539.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14539.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14539.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14539.backgroundOff li, #cleanLists_stacks_in_14539.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14539.sectionTypeHeader h1, #cleanLists_stacks_in_14539.sectionTypeButton h1,
#cleanLists_stacks_in_14539.sectionTypeHeader h2, #cleanLists_stacks_in_14539.sectionTypeButton h2,
#cleanLists_stacks_in_14539.sectionTypeHeader h3, #cleanLists_stacks_in_14539.sectionTypeButton h3,
#cleanLists_stacks_in_14539.sectionTypeHeader h4, #cleanLists_stacks_in_14539.sectionTypeButton h4,
#cleanLists_stacks_in_14539.sectionTypeHeader h5, #cleanLists_stacks_in_14539.sectionTypeButton h5,
#cleanLists_stacks_in_14539.sectionTypeHeader h6, #cleanLists_stacks_in_14539.sectionTypeButton h6,
#cleanLists_stacks_in_14539.sectionTypeHeader h1 p, #cleanLists_stacks_in_14539.sectionTypeButton h1 p,
#cleanLists_stacks_in_14539.sectionTypeHeader h2 p, #cleanLists_stacks_in_14539.sectionTypeButton h2 p,
#cleanLists_stacks_in_14539.sectionTypeHeader h3 p, #cleanLists_stacks_in_14539.sectionTypeButton h3 p,
#cleanLists_stacks_in_14539.sectionTypeHeader h4 p, #cleanLists_stacks_in_14539.sectionTypeButton h4 p,
#cleanLists_stacks_in_14539.sectionTypeHeader h5 p, #cleanLists_stacks_in_14539.sectionTypeButton h5 p,
#cleanLists_stacks_in_14539.sectionTypeHeader h6 p, #cleanLists_stacks_in_14539.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14539 a, #cleanLists_stacks_in_14539.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14539 a:hover, #cleanLists_stacks_in_14539.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14539.sectionTypeHeader *, #cleanLists_stacks_in_14539.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14539 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14539 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14539 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14539 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14539 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14539 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14539 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14539 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14539 li .bulletSections, #cleanLists_stacks_in_14539 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #118002 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14539 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14539.bulletBox li .customBulletBox, #cleanLists_stacks_in_14539.bulletCircle li .customBulletCircle {
	border: solid 1px #118002;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14539.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14539.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14539.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14539.bulletOff,
#cleanLists_stacks_in_14539.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14539.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14539.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14539.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14539.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14539.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14539 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14539 .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_14539 .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_14539 .buttonSimple:hover, #cleanLists_stacks_in_14539 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14539 {
	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_14568 ul, #cleanLists_stacks_in_14568 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14568.sectionTypeHeader, #cleanLists_stacks_in_14568.sectionTypeButton, #cleanLists_stacks_in_14568 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14568.backgroundOn, #cleanLists_stacks_in_14568.backgroundOn, #cleanLists_stacks_in_14568.backgroundOn li, #cleanLists_stacks_in_14568.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14568.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14568.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14568.backgroundOff li, #cleanLists_stacks_in_14568.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14568.sectionTypeHeader h1, #cleanLists_stacks_in_14568.sectionTypeButton h1,
#cleanLists_stacks_in_14568.sectionTypeHeader h2, #cleanLists_stacks_in_14568.sectionTypeButton h2,
#cleanLists_stacks_in_14568.sectionTypeHeader h3, #cleanLists_stacks_in_14568.sectionTypeButton h3,
#cleanLists_stacks_in_14568.sectionTypeHeader h4, #cleanLists_stacks_in_14568.sectionTypeButton h4,
#cleanLists_stacks_in_14568.sectionTypeHeader h5, #cleanLists_stacks_in_14568.sectionTypeButton h5,
#cleanLists_stacks_in_14568.sectionTypeHeader h6, #cleanLists_stacks_in_14568.sectionTypeButton h6,
#cleanLists_stacks_in_14568.sectionTypeHeader h1 p, #cleanLists_stacks_in_14568.sectionTypeButton h1 p,
#cleanLists_stacks_in_14568.sectionTypeHeader h2 p, #cleanLists_stacks_in_14568.sectionTypeButton h2 p,
#cleanLists_stacks_in_14568.sectionTypeHeader h3 p, #cleanLists_stacks_in_14568.sectionTypeButton h3 p,
#cleanLists_stacks_in_14568.sectionTypeHeader h4 p, #cleanLists_stacks_in_14568.sectionTypeButton h4 p,
#cleanLists_stacks_in_14568.sectionTypeHeader h5 p, #cleanLists_stacks_in_14568.sectionTypeButton h5 p,
#cleanLists_stacks_in_14568.sectionTypeHeader h6 p, #cleanLists_stacks_in_14568.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14568 a, #cleanLists_stacks_in_14568.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14568 a:hover, #cleanLists_stacks_in_14568.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14568.sectionTypeHeader *, #cleanLists_stacks_in_14568.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14568 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14568 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14568 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14568 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14568 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14568 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14568 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14568 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14568 li .bulletSections, #cleanLists_stacks_in_14568 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #FF0000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14568 li:hover .bulletSections i {
	color: #FF6666 !important;
}
#cleanLists_stacks_in_14568.bulletBox li .customBulletBox, #cleanLists_stacks_in_14568.bulletCircle li .customBulletCircle {
	border: solid 1px #FF0000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14568.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14568.bulletCircle li:hover .customBulletCircle {
	background: #FF6666;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14568.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14568.bulletOff,
#cleanLists_stacks_in_14568.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14568.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14568.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14568.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14568.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14568.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14568 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14568 .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_14568 .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_14568 .buttonSimple:hover, #cleanLists_stacks_in_14568 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14568 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.tactic3d.com/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_14579{overflow:hidden}#stacks_in_14579 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;}#stacks_in_14579 div:focus{outline:none}#stacks_in_14579 .html5video,#stacks_in_14579 img,#stacks_in_14579 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14579 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14579 .mejs__container .mejs__overlay-play,#stacks_in_14579 .mejs__container .mejs__overlay-loading{}#stacks_in_14579 .mejs__container .mejs__controls{}#stacks_in_14579 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14579 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14579 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 
/*
 * 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_14541 ul, #cleanLists_stacks_in_14541 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14541.sectionTypeHeader, #cleanLists_stacks_in_14541.sectionTypeButton, #cleanLists_stacks_in_14541 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14541.backgroundOn, #cleanLists_stacks_in_14541.backgroundOn, #cleanLists_stacks_in_14541.backgroundOn li, #cleanLists_stacks_in_14541.backgroundOn {
	background-color: #CCCCCC;
}
#cleanLists_stacks_in_14541.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14541.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14541.backgroundOff li, #cleanLists_stacks_in_14541.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14541.sectionTypeHeader h1, #cleanLists_stacks_in_14541.sectionTypeButton h1,
#cleanLists_stacks_in_14541.sectionTypeHeader h2, #cleanLists_stacks_in_14541.sectionTypeButton h2,
#cleanLists_stacks_in_14541.sectionTypeHeader h3, #cleanLists_stacks_in_14541.sectionTypeButton h3,
#cleanLists_stacks_in_14541.sectionTypeHeader h4, #cleanLists_stacks_in_14541.sectionTypeButton h4,
#cleanLists_stacks_in_14541.sectionTypeHeader h5, #cleanLists_stacks_in_14541.sectionTypeButton h5,
#cleanLists_stacks_in_14541.sectionTypeHeader h6, #cleanLists_stacks_in_14541.sectionTypeButton h6,
#cleanLists_stacks_in_14541.sectionTypeHeader h1 p, #cleanLists_stacks_in_14541.sectionTypeButton h1 p,
#cleanLists_stacks_in_14541.sectionTypeHeader h2 p, #cleanLists_stacks_in_14541.sectionTypeButton h2 p,
#cleanLists_stacks_in_14541.sectionTypeHeader h3 p, #cleanLists_stacks_in_14541.sectionTypeButton h3 p,
#cleanLists_stacks_in_14541.sectionTypeHeader h4 p, #cleanLists_stacks_in_14541.sectionTypeButton h4 p,
#cleanLists_stacks_in_14541.sectionTypeHeader h5 p, #cleanLists_stacks_in_14541.sectionTypeButton h5 p,
#cleanLists_stacks_in_14541.sectionTypeHeader h6 p, #cleanLists_stacks_in_14541.sectionTypeButton h6 p {
	color: #FFFFFF;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14541 a, #cleanLists_stacks_in_14541.sectionTypeButton a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14541 a:hover, #cleanLists_stacks_in_14541.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14541.sectionTypeHeader *, #cleanLists_stacks_in_14541.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14541 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14541 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14541 li {
	color: #FFFFFF;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14541 a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14541 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14541 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14541 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14541 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14541 li .bulletSections, #cleanLists_stacks_in_14541 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14541 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14541.bulletBox li .customBulletBox, #cleanLists_stacks_in_14541.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14541.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14541.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14541.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14541.bulletOff,
#cleanLists_stacks_in_14541.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14541.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14541.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14541.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14541.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14541.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14541 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14541 .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_14541 .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_14541 .buttonSimple:hover, #cleanLists_stacks_in_14541 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14598 {
	margin: 0px 0px 15px 0px;
	padding: 0px 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_14544 ul, #cleanLists_stacks_in_14544 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14544.sectionTypeHeader, #cleanLists_stacks_in_14544.sectionTypeButton, #cleanLists_stacks_in_14544 li {
	padding-top: 9px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14544.backgroundOn, #cleanLists_stacks_in_14544.backgroundOn, #cleanLists_stacks_in_14544.backgroundOn li, #cleanLists_stacks_in_14544.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14544.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14544.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14544.backgroundOff li, #cleanLists_stacks_in_14544.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14544.sectionTypeHeader h1, #cleanLists_stacks_in_14544.sectionTypeButton h1,
#cleanLists_stacks_in_14544.sectionTypeHeader h2, #cleanLists_stacks_in_14544.sectionTypeButton h2,
#cleanLists_stacks_in_14544.sectionTypeHeader h3, #cleanLists_stacks_in_14544.sectionTypeButton h3,
#cleanLists_stacks_in_14544.sectionTypeHeader h4, #cleanLists_stacks_in_14544.sectionTypeButton h4,
#cleanLists_stacks_in_14544.sectionTypeHeader h5, #cleanLists_stacks_in_14544.sectionTypeButton h5,
#cleanLists_stacks_in_14544.sectionTypeHeader h6, #cleanLists_stacks_in_14544.sectionTypeButton h6,
#cleanLists_stacks_in_14544.sectionTypeHeader h1 p, #cleanLists_stacks_in_14544.sectionTypeButton h1 p,
#cleanLists_stacks_in_14544.sectionTypeHeader h2 p, #cleanLists_stacks_in_14544.sectionTypeButton h2 p,
#cleanLists_stacks_in_14544.sectionTypeHeader h3 p, #cleanLists_stacks_in_14544.sectionTypeButton h3 p,
#cleanLists_stacks_in_14544.sectionTypeHeader h4 p, #cleanLists_stacks_in_14544.sectionTypeButton h4 p,
#cleanLists_stacks_in_14544.sectionTypeHeader h5 p, #cleanLists_stacks_in_14544.sectionTypeButton h5 p,
#cleanLists_stacks_in_14544.sectionTypeHeader h6 p, #cleanLists_stacks_in_14544.sectionTypeButton h6 p {
	color: #000000;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14544 a, #cleanLists_stacks_in_14544.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14544 a:hover, #cleanLists_stacks_in_14544.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14544.sectionTypeHeader *, #cleanLists_stacks_in_14544.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14544 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14544 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14544 li {
	color: #000000;
	padding-left:
	28px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14544 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14544 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14544 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14544 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14544 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14544 li .bulletSections, #cleanLists_stacks_in_14544 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14544 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14544.bulletBox li .customBulletBox, #cleanLists_stacks_in_14544.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14544.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14544.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14544.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14544.bulletOff,
#cleanLists_stacks_in_14544.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14544.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14544.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14544.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14544.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14544.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14544 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14544 .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_14544 .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_14544 .buttonSimple:hover, #cleanLists_stacks_in_14544 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14544 {
	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_14546 ul, #cleanLists_stacks_in_14546 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14546.sectionTypeHeader, #cleanLists_stacks_in_14546.sectionTypeButton, #cleanLists_stacks_in_14546 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14546.backgroundOn, #cleanLists_stacks_in_14546.backgroundOn, #cleanLists_stacks_in_14546.backgroundOn li, #cleanLists_stacks_in_14546.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14546.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14546.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14546.backgroundOff li, #cleanLists_stacks_in_14546.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14546.sectionTypeHeader h1, #cleanLists_stacks_in_14546.sectionTypeButton h1,
#cleanLists_stacks_in_14546.sectionTypeHeader h2, #cleanLists_stacks_in_14546.sectionTypeButton h2,
#cleanLists_stacks_in_14546.sectionTypeHeader h3, #cleanLists_stacks_in_14546.sectionTypeButton h3,
#cleanLists_stacks_in_14546.sectionTypeHeader h4, #cleanLists_stacks_in_14546.sectionTypeButton h4,
#cleanLists_stacks_in_14546.sectionTypeHeader h5, #cleanLists_stacks_in_14546.sectionTypeButton h5,
#cleanLists_stacks_in_14546.sectionTypeHeader h6, #cleanLists_stacks_in_14546.sectionTypeButton h6,
#cleanLists_stacks_in_14546.sectionTypeHeader h1 p, #cleanLists_stacks_in_14546.sectionTypeButton h1 p,
#cleanLists_stacks_in_14546.sectionTypeHeader h2 p, #cleanLists_stacks_in_14546.sectionTypeButton h2 p,
#cleanLists_stacks_in_14546.sectionTypeHeader h3 p, #cleanLists_stacks_in_14546.sectionTypeButton h3 p,
#cleanLists_stacks_in_14546.sectionTypeHeader h4 p, #cleanLists_stacks_in_14546.sectionTypeButton h4 p,
#cleanLists_stacks_in_14546.sectionTypeHeader h5 p, #cleanLists_stacks_in_14546.sectionTypeButton h5 p,
#cleanLists_stacks_in_14546.sectionTypeHeader h6 p, #cleanLists_stacks_in_14546.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14546 a, #cleanLists_stacks_in_14546.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14546 a:hover, #cleanLists_stacks_in_14546.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14546.sectionTypeHeader *, #cleanLists_stacks_in_14546.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14546 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14546 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14546 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14546 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14546 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14546 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14546 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14546 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14546 li .bulletSections, #cleanLists_stacks_in_14546 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #118002 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14546 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14546.bulletBox li .customBulletBox, #cleanLists_stacks_in_14546.bulletCircle li .customBulletCircle {
	border: solid 1px #118002;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14546.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14546.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14546.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14546.bulletOff,
#cleanLists_stacks_in_14546.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14546.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14546.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14546.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14546.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14546.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14546 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14546 .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_14546 .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_14546 .buttonSimple:hover, #cleanLists_stacks_in_14546 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14546 {
	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_14564 ul, #cleanLists_stacks_in_14564 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14564.sectionTypeHeader, #cleanLists_stacks_in_14564.sectionTypeButton, #cleanLists_stacks_in_14564 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14564.backgroundOn, #cleanLists_stacks_in_14564.backgroundOn, #cleanLists_stacks_in_14564.backgroundOn li, #cleanLists_stacks_in_14564.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14564.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14564.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14564.backgroundOff li, #cleanLists_stacks_in_14564.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14564.sectionTypeHeader h1, #cleanLists_stacks_in_14564.sectionTypeButton h1,
#cleanLists_stacks_in_14564.sectionTypeHeader h2, #cleanLists_stacks_in_14564.sectionTypeButton h2,
#cleanLists_stacks_in_14564.sectionTypeHeader h3, #cleanLists_stacks_in_14564.sectionTypeButton h3,
#cleanLists_stacks_in_14564.sectionTypeHeader h4, #cleanLists_stacks_in_14564.sectionTypeButton h4,
#cleanLists_stacks_in_14564.sectionTypeHeader h5, #cleanLists_stacks_in_14564.sectionTypeButton h5,
#cleanLists_stacks_in_14564.sectionTypeHeader h6, #cleanLists_stacks_in_14564.sectionTypeButton h6,
#cleanLists_stacks_in_14564.sectionTypeHeader h1 p, #cleanLists_stacks_in_14564.sectionTypeButton h1 p,
#cleanLists_stacks_in_14564.sectionTypeHeader h2 p, #cleanLists_stacks_in_14564.sectionTypeButton h2 p,
#cleanLists_stacks_in_14564.sectionTypeHeader h3 p, #cleanLists_stacks_in_14564.sectionTypeButton h3 p,
#cleanLists_stacks_in_14564.sectionTypeHeader h4 p, #cleanLists_stacks_in_14564.sectionTypeButton h4 p,
#cleanLists_stacks_in_14564.sectionTypeHeader h5 p, #cleanLists_stacks_in_14564.sectionTypeButton h5 p,
#cleanLists_stacks_in_14564.sectionTypeHeader h6 p, #cleanLists_stacks_in_14564.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14564 a, #cleanLists_stacks_in_14564.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14564 a:hover, #cleanLists_stacks_in_14564.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14564.sectionTypeHeader *, #cleanLists_stacks_in_14564.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14564 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14564 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14564 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14564 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14564 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14564 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14564 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14564 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14564 li .bulletSections, #cleanLists_stacks_in_14564 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #FF0000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14564 li:hover .bulletSections i {
	color: #FF6666 !important;
}
#cleanLists_stacks_in_14564.bulletBox li .customBulletBox, #cleanLists_stacks_in_14564.bulletCircle li .customBulletCircle {
	border: solid 1px #FF0000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14564.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14564.bulletCircle li:hover .customBulletCircle {
	background: #FF6666;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14564.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14564.bulletOff,
#cleanLists_stacks_in_14564.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14564.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14564.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14564.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14564.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14564.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14564 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14564 .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_14564 .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_14564 .buttonSimple:hover, #cleanLists_stacks_in_14564 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14564 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.tactic3d.com/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_14580{overflow:hidden}#stacks_in_14580 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;}#stacks_in_14580 div:focus{outline:none}#stacks_in_14580 .html5video,#stacks_in_14580 img,#stacks_in_14580 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14580 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14580 .mejs__container .mejs__overlay-play,#stacks_in_14580 .mejs__container .mejs__overlay-loading{}#stacks_in_14580 .mejs__container .mejs__controls{}#stacks_in_14580 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14580 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14580 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 
/*
 * 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_14548 ul, #cleanLists_stacks_in_14548 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14548.sectionTypeHeader, #cleanLists_stacks_in_14548.sectionTypeButton, #cleanLists_stacks_in_14548 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14548.backgroundOn, #cleanLists_stacks_in_14548.backgroundOn, #cleanLists_stacks_in_14548.backgroundOn li, #cleanLists_stacks_in_14548.backgroundOn {
	background-color: #CCCCCC;
}
#cleanLists_stacks_in_14548.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14548.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14548.backgroundOff li, #cleanLists_stacks_in_14548.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14548.sectionTypeHeader h1, #cleanLists_stacks_in_14548.sectionTypeButton h1,
#cleanLists_stacks_in_14548.sectionTypeHeader h2, #cleanLists_stacks_in_14548.sectionTypeButton h2,
#cleanLists_stacks_in_14548.sectionTypeHeader h3, #cleanLists_stacks_in_14548.sectionTypeButton h3,
#cleanLists_stacks_in_14548.sectionTypeHeader h4, #cleanLists_stacks_in_14548.sectionTypeButton h4,
#cleanLists_stacks_in_14548.sectionTypeHeader h5, #cleanLists_stacks_in_14548.sectionTypeButton h5,
#cleanLists_stacks_in_14548.sectionTypeHeader h6, #cleanLists_stacks_in_14548.sectionTypeButton h6,
#cleanLists_stacks_in_14548.sectionTypeHeader h1 p, #cleanLists_stacks_in_14548.sectionTypeButton h1 p,
#cleanLists_stacks_in_14548.sectionTypeHeader h2 p, #cleanLists_stacks_in_14548.sectionTypeButton h2 p,
#cleanLists_stacks_in_14548.sectionTypeHeader h3 p, #cleanLists_stacks_in_14548.sectionTypeButton h3 p,
#cleanLists_stacks_in_14548.sectionTypeHeader h4 p, #cleanLists_stacks_in_14548.sectionTypeButton h4 p,
#cleanLists_stacks_in_14548.sectionTypeHeader h5 p, #cleanLists_stacks_in_14548.sectionTypeButton h5 p,
#cleanLists_stacks_in_14548.sectionTypeHeader h6 p, #cleanLists_stacks_in_14548.sectionTypeButton h6 p {
	color: #FFFFFF;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14548 a, #cleanLists_stacks_in_14548.sectionTypeButton a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14548 a:hover, #cleanLists_stacks_in_14548.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14548.sectionTypeHeader *, #cleanLists_stacks_in_14548.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14548 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14548 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14548 li {
	color: #FFFFFF;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14548 a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14548 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14548 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14548 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14548 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14548 li .bulletSections, #cleanLists_stacks_in_14548 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14548 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14548.bulletBox li .customBulletBox, #cleanLists_stacks_in_14548.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14548.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14548.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14548.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14548.bulletOff,
#cleanLists_stacks_in_14548.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14548.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14548.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14548.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14548.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14548.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14548 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14548 .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_14548 .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_14548 .buttonSimple:hover, #cleanLists_stacks_in_14548 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}

/*
 * 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_14550 ul, #cleanLists_stacks_in_14550 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14550.sectionTypeHeader, #cleanLists_stacks_in_14550.sectionTypeButton, #cleanLists_stacks_in_14550 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14550.backgroundOn, #cleanLists_stacks_in_14550.backgroundOn, #cleanLists_stacks_in_14550.backgroundOn li, #cleanLists_stacks_in_14550.backgroundOn {
	background-color: #CCCCCC;
}
#cleanLists_stacks_in_14550.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14550.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14550.backgroundOff li, #cleanLists_stacks_in_14550.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14550.sectionTypeHeader h1, #cleanLists_stacks_in_14550.sectionTypeButton h1,
#cleanLists_stacks_in_14550.sectionTypeHeader h2, #cleanLists_stacks_in_14550.sectionTypeButton h2,
#cleanLists_stacks_in_14550.sectionTypeHeader h3, #cleanLists_stacks_in_14550.sectionTypeButton h3,
#cleanLists_stacks_in_14550.sectionTypeHeader h4, #cleanLists_stacks_in_14550.sectionTypeButton h4,
#cleanLists_stacks_in_14550.sectionTypeHeader h5, #cleanLists_stacks_in_14550.sectionTypeButton h5,
#cleanLists_stacks_in_14550.sectionTypeHeader h6, #cleanLists_stacks_in_14550.sectionTypeButton h6,
#cleanLists_stacks_in_14550.sectionTypeHeader h1 p, #cleanLists_stacks_in_14550.sectionTypeButton h1 p,
#cleanLists_stacks_in_14550.sectionTypeHeader h2 p, #cleanLists_stacks_in_14550.sectionTypeButton h2 p,
#cleanLists_stacks_in_14550.sectionTypeHeader h3 p, #cleanLists_stacks_in_14550.sectionTypeButton h3 p,
#cleanLists_stacks_in_14550.sectionTypeHeader h4 p, #cleanLists_stacks_in_14550.sectionTypeButton h4 p,
#cleanLists_stacks_in_14550.sectionTypeHeader h5 p, #cleanLists_stacks_in_14550.sectionTypeButton h5 p,
#cleanLists_stacks_in_14550.sectionTypeHeader h6 p, #cleanLists_stacks_in_14550.sectionTypeButton h6 p {
	color: #FFFFFF;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14550 a, #cleanLists_stacks_in_14550.sectionTypeButton a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14550 a:hover, #cleanLists_stacks_in_14550.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14550.sectionTypeHeader *, #cleanLists_stacks_in_14550.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14550 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14550 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14550 li {
	color: #FFFFFF;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14550 a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14550 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14550 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14550 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14550 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14550 li .bulletSections, #cleanLists_stacks_in_14550 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14550 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14550.bulletBox li .customBulletBox, #cleanLists_stacks_in_14550.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14550.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14550.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14550.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14550.bulletOff,
#cleanLists_stacks_in_14550.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14550.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14550.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14550.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14550.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14550.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14550 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14550 .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_14550 .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_14550 .buttonSimple:hover, #cleanLists_stacks_in_14550 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14600 {
	margin: 0px 0px 15px 0px;
	padding: 0px 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_14553_1 ul, #cleanLists_stacks_in_14553_1 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14553_1.sectionTypeHeader, #cleanLists_stacks_in_14553_1.sectionTypeButton, #cleanLists_stacks_in_14553_1 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14553_1.backgroundOn, #cleanLists_stacks_in_14553_1.backgroundOn, #cleanLists_stacks_in_14553_1.backgroundOn li, #cleanLists_stacks_in_14553_1.backgroundOn {
	background-color: #FF8000;
}
#cleanLists_stacks_in_14553_1.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14553_1.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14553_1.backgroundOff li, #cleanLists_stacks_in_14553_1.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14553_1.sectionTypeHeader h1, #cleanLists_stacks_in_14553_1.sectionTypeButton h1,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h2, #cleanLists_stacks_in_14553_1.sectionTypeButton h2,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h3, #cleanLists_stacks_in_14553_1.sectionTypeButton h3,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h4, #cleanLists_stacks_in_14553_1.sectionTypeButton h4,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h5, #cleanLists_stacks_in_14553_1.sectionTypeButton h5,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h6, #cleanLists_stacks_in_14553_1.sectionTypeButton h6,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h1 p, #cleanLists_stacks_in_14553_1.sectionTypeButton h1 p,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h2 p, #cleanLists_stacks_in_14553_1.sectionTypeButton h2 p,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h3 p, #cleanLists_stacks_in_14553_1.sectionTypeButton h3 p,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h4 p, #cleanLists_stacks_in_14553_1.sectionTypeButton h4 p,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h5 p, #cleanLists_stacks_in_14553_1.sectionTypeButton h5 p,
#cleanLists_stacks_in_14553_1.sectionTypeHeader h6 p, #cleanLists_stacks_in_14553_1.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14553_1 a, #cleanLists_stacks_in_14553_1.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14553_1 a:hover, #cleanLists_stacks_in_14553_1.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14553_1.sectionTypeHeader *, #cleanLists_stacks_in_14553_1.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14553_1 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14553_1 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14553_1 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14553_1 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14553_1 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14553_1 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14553_1 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14553_1 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14553_1 li .bulletSections, #cleanLists_stacks_in_14553_1 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14553_1 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14553_1.bulletBox li .customBulletBox, #cleanLists_stacks_in_14553_1.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14553_1.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14553_1.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14553_1.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14553_1.bulletOff,
#cleanLists_stacks_in_14553_1.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14553_1.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14553_1.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14553_1.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14553_1.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14553_1.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14553_1 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14553_1 .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_14553_1 .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_14553_1 .buttonSimple:hover, #cleanLists_stacks_in_14553_1 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14553_1 {
	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_14554 ul, #cleanLists_stacks_in_14554 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14554.sectionTypeHeader, #cleanLists_stacks_in_14554.sectionTypeButton, #cleanLists_stacks_in_14554 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14554.backgroundOn, #cleanLists_stacks_in_14554.backgroundOn, #cleanLists_stacks_in_14554.backgroundOn li, #cleanLists_stacks_in_14554.backgroundOn {
	background-color: #FFFFFF;
}
#cleanLists_stacks_in_14554.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14554.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14554.backgroundOff li, #cleanLists_stacks_in_14554.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14554.sectionTypeHeader h1, #cleanLists_stacks_in_14554.sectionTypeButton h1,
#cleanLists_stacks_in_14554.sectionTypeHeader h2, #cleanLists_stacks_in_14554.sectionTypeButton h2,
#cleanLists_stacks_in_14554.sectionTypeHeader h3, #cleanLists_stacks_in_14554.sectionTypeButton h3,
#cleanLists_stacks_in_14554.sectionTypeHeader h4, #cleanLists_stacks_in_14554.sectionTypeButton h4,
#cleanLists_stacks_in_14554.sectionTypeHeader h5, #cleanLists_stacks_in_14554.sectionTypeButton h5,
#cleanLists_stacks_in_14554.sectionTypeHeader h6, #cleanLists_stacks_in_14554.sectionTypeButton h6,
#cleanLists_stacks_in_14554.sectionTypeHeader h1 p, #cleanLists_stacks_in_14554.sectionTypeButton h1 p,
#cleanLists_stacks_in_14554.sectionTypeHeader h2 p, #cleanLists_stacks_in_14554.sectionTypeButton h2 p,
#cleanLists_stacks_in_14554.sectionTypeHeader h3 p, #cleanLists_stacks_in_14554.sectionTypeButton h3 p,
#cleanLists_stacks_in_14554.sectionTypeHeader h4 p, #cleanLists_stacks_in_14554.sectionTypeButton h4 p,
#cleanLists_stacks_in_14554.sectionTypeHeader h5 p, #cleanLists_stacks_in_14554.sectionTypeButton h5 p,
#cleanLists_stacks_in_14554.sectionTypeHeader h6 p, #cleanLists_stacks_in_14554.sectionTypeButton h6 p {
	color: #333333;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14554 a, #cleanLists_stacks_in_14554.sectionTypeButton a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14554 a:hover, #cleanLists_stacks_in_14554.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14554.sectionTypeHeader *, #cleanLists_stacks_in_14554.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14554 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14554 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14554 li {
	color: #333333;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14554 a {
	color: #0D4F8B;
}
#cleanLists_stacks_in_14554 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14554 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14554 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14554 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14554 li .bulletSections, #cleanLists_stacks_in_14554 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #118002 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14554 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14554.bulletBox li .customBulletBox, #cleanLists_stacks_in_14554.bulletCircle li .customBulletCircle {
	border: solid 1px #118002;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14554.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14554.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14554.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14554.bulletOff,
#cleanLists_stacks_in_14554.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14554.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14554.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14554.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14554.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14554.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14554 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14554 .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_14554 .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_14554 .buttonSimple:hover, #cleanLists_stacks_in_14554 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14554 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.tactic3d.com/rw_common/plugins/stacks/mejs-controls.svg')}#stacks_in_14581{overflow:hidden}#stacks_in_14581 .html5video_wrapper{width:100%;text-align:center;height:auto;max-width:600px;}#stacks_in_14581 div:focus{outline:none}#stacks_in_14581 .html5video,#stacks_in_14581 img,#stacks_in_14581 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}#stacks_in_14581 button{-webkit-box-shadow:none;box-shadow:none;border-width:0;border-style:none}#stacks_in_14581 .mejs__container .mejs__overlay-play,#stacks_in_14581 .mejs__container .mejs__overlay-loading{}#stacks_in_14581 .mejs__container .mejs__controls{}#stacks_in_14581 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}#stacks_in_14581 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}#stacks_in_14581 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 
/*
 * 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_14556 ul, #cleanLists_stacks_in_14556 li {margin: 0; padding: 0;}
/* General Styles */
#cleanLists_stacks_in_14556.sectionTypeHeader, #cleanLists_stacks_in_14556.sectionTypeButton, #cleanLists_stacks_in_14556 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cleanLists_stacks_in_14556.backgroundOn, #cleanLists_stacks_in_14556.backgroundOn, #cleanLists_stacks_in_14556.backgroundOn li, #cleanLists_stacks_in_14556.backgroundOn {
	background-color: #CCCCCC;
}
#cleanLists_stacks_in_14556.sectionTypeHeader.backgroundOff, #cleanLists_stacks_in_14556.sectionTypeButton.backgroundOff, #cleanLists_stacks_in_14556.backgroundOff li, #cleanLists_stacks_in_14556.backgroundOff {
	background-color: transparent !important;
}
#cleanLists_stacks_in_14556.sectionTypeHeader h1, #cleanLists_stacks_in_14556.sectionTypeButton h1,
#cleanLists_stacks_in_14556.sectionTypeHeader h2, #cleanLists_stacks_in_14556.sectionTypeButton h2,
#cleanLists_stacks_in_14556.sectionTypeHeader h3, #cleanLists_stacks_in_14556.sectionTypeButton h3,
#cleanLists_stacks_in_14556.sectionTypeHeader h4, #cleanLists_stacks_in_14556.sectionTypeButton h4,
#cleanLists_stacks_in_14556.sectionTypeHeader h5, #cleanLists_stacks_in_14556.sectionTypeButton h5,
#cleanLists_stacks_in_14556.sectionTypeHeader h6, #cleanLists_stacks_in_14556.sectionTypeButton h6,
#cleanLists_stacks_in_14556.sectionTypeHeader h1 p, #cleanLists_stacks_in_14556.sectionTypeButton h1 p,
#cleanLists_stacks_in_14556.sectionTypeHeader h2 p, #cleanLists_stacks_in_14556.sectionTypeButton h2 p,
#cleanLists_stacks_in_14556.sectionTypeHeader h3 p, #cleanLists_stacks_in_14556.sectionTypeButton h3 p,
#cleanLists_stacks_in_14556.sectionTypeHeader h4 p, #cleanLists_stacks_in_14556.sectionTypeButton h4 p,
#cleanLists_stacks_in_14556.sectionTypeHeader h5 p, #cleanLists_stacks_in_14556.sectionTypeButton h5 p,
#cleanLists_stacks_in_14556.sectionTypeHeader h6 p, #cleanLists_stacks_in_14556.sectionTypeButton h6 p {
	color: #FFFFFF;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}
#cleanLists_stacks_in_14556 a, #cleanLists_stacks_in_14556.sectionTypeButton a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14556 a:hover, #cleanLists_stacks_in_14556.sectionTypeButton a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14556.sectionTypeHeader *, #cleanLists_stacks_in_14556.sectionTypeButton * {
	margin: 0;
	padding: 0;
}
#cleanLists_stacks_in_14556 {
	display: block;
	width: inherit;
	font-size: 14px;
	line-height: 16px;
}
#cleanLists_stacks_in_14556 p {
	font-size: 14px;
}
#cleanLists_stacks_in_14556 li {
	color: #FFFFFF;
	padding-left:
	25px;
	padding-right: 10px;
	position: relative;
}
#cleanLists_stacks_in_14556 a {
	color: #FFFFFF;
}
#cleanLists_stacks_in_14556 a:hover {
	color: #FF6600;
}
#cleanLists_stacks_in_14556 li.nthBgColor {
	background: #E0EEEE;
}
#cleanLists_stacks_in_14556 li:hover {
	color: #111111;
}
#cleanLists_stacks_in_14556 li.bgHoverOn:hover {
	background: #0BB5FF !important; /* Important tag added to override transparent call */
}
#cleanLists_stacks_in_14556 li .bulletSections, #cleanLists_stacks_in_14556 li .bulletSections i {
	position: absolute;
	display: inline-block;
	color: #000000 !important;
	top: 5px;
	left: 5px;
	font-size: 16px;
}
#cleanLists_stacks_in_14556 li:hover .bulletSections i {
	color: #FF6600 !important;
}
#cleanLists_stacks_in_14556.bulletBox li .customBulletBox, #cleanLists_stacks_in_14556.bulletCircle li .customBulletCircle {
	border: solid 1px #000000;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14556.bulletBox li:hover .customBulletBox,
#cleanLists_stacks_in_14556.bulletCircle li:hover .customBulletCircle {
	background: #FF6600;
	width: 16px;
	height: 16px;
}
#cleanLists_stacks_in_14556.bulletCircle li .customBulletCircle {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#cleanLists_stacks_in_14556.bulletOff,
#cleanLists_stacks_in_14556.bulletOff li {
	list-style: none !important;
	list-style-type: none !important;
}
#cleanLists_stacks_in_14556.bulletInherit {
	list-style: inherit;
	list-style-type: inherit;
}
#cleanLists_stacks_in_14556.bulletModern li .customBulletModern {
	font-family: 'ModernPictogramsNormal';
}
#cleanLists_stacks_in_14556.bulletWeb li .customBulletWeb {
	font-family: 'WebSymbolsRegular';
}
#cleanLists_stacks_in_14556.bulletModern li .customBulletFontAwesome i {
	font-family: 'FontAwesome';
}
#cleanLists_stacks_in_14556.bulletImage li .customBulletImage .cl_image {
	max-width: 15px;
	height: auto
}
#cleanLists_stacks_in_14556 .cleanButtons {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/* ==================
 * BUTTONS
 ==================== */
#cleanLists_stacks_in_14556 .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_14556 .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_14556 .buttonSimple:hover, #cleanLists_stacks_in_14556 .buttonSimple:active {
	background: #4CAAD9;
	border: 3px solid #349BCE;
}


#stacks_in_14602 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}

#stacks_in_14478 {
	background-color: rgba(255, 128, 0, 1.00);
	margin:  5px;
}
#stacks_in_14480_1 span, #stacks_in_14480_1 h1, #stacks_in_14480_1 h2, #stacks_in_14480_1 h3, #stacks_in_14480_1 h4, #stacks_in_14480_1 h5, #stacks_in_14480_1 h6, #stacks_in_14480_1 p, #stacks_in_14480_1 ol, #stacks_in_14480_1 ul, #stacks_in_14480_1 li{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
#stacks_in_14480_1 .topic-head {font-size: 20px;}
#stacks_in_14480_1.faq-stop{clear: both;}
#stacks_in_14480_1 .faq-topic-link{color: ;}
#stacks_in_14480_1 #faq-top{margin-bottom: 10px;height: 1px;}
#stacks_in_14480_1 .kulerQuestions{margin-left: auto;padding-left: 0 !important;list-style-type: none !important;
margin-right: auto;
}

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

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

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



/* Questions */
#stacks_in_14480_1 ul.kulerQuestions {list-style-type: none;font-size: 1.1em;line-height: 1.6em;}
#stacks_in_14480_1 .kulerQuestions li {margin-left: 0;background-image: none !important;list-style-type: none !important;font-style: italic;font-weight: bold;}
#stacks_in_14480_1 ul.kulerQuestions li{list-style-type: none;padding-left: 20px;}
#stacks_in_14480_1 ul.kulerQuestions .faq-topic-link{text-decoration: none;padding-top: 10px;padding-bottom: 10px;line-height: 40px;}
#stacks_in_14480_1 .kulerQuestions{background: none;}
#stacks_in_14480_1 .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_14480_1 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_14480_1 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_14480_1 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_14480_1 #faq-ul-top{background: none no-repeat center;margin-left: auto;margin-right: auto;}


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

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

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

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



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