.cta-hide{display:none !important}

#stacks_in_238 {
	margin: 10px 0px 0px 0px;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

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


  #popBox_stacks_in_14591 .popBoxFooter {
    display: none
  }

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

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

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

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


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














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */



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

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


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







#stacks_in_14599 a:link, #stacks_in_14599 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_14599 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_14599 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* IE6 */

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

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

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

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

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

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

/* IE6, IE7, IE8 */

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

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_nw.png', sizingMethod='scale'); }/*
 * 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_14412-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_14412-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_14412-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(36, 181, 227, 1.00);
}
#stacks_in_14412-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_14412-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_14412-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_14412-sf,
#stacks_in_14412-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_14412-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_14412-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_14412-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_14412-sf .loaded .flex-viewport,
#stacks_in_14412-sf .slider,
#stacks_in_14412-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_14412-sf .sf-flexslider.loading{opacity: 0;}

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

#stacks_in_14412-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_14412-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_14412-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_14412-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_14412-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_14412-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_14412-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_14412-sf .sf-flexslider .slides > li,
#stacks_in_14412-sf .sf-flexslider .carousel > li,
#stacks_in_14412-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_14412-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_14412-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_14412-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_14412-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_14412-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_14412-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_14412-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_14412-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_14412-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_14412-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_14412-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_14412-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_14412-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_14412-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_14412-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_14412-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

/* Caption */

#stacks_in_14412-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_14412-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 300ms;
	transition: opacity 300ms 300ms;
}
#stacks_in_14412-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_14412-sf .flex-active-slide .caption-wrap,
#stacks_in_14412-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_14412-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_14412-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_14412-sf .flex-active-slide .caption-wrap{
	position: relative;
	z-index: 100;
}
#stacks_in_14412-sf .caption-wrap{
	-webkit-transition: opacity .3s 300ms;
	transition: opacity .3s 300ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_14412-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_14412-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_14412-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

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

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

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

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

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

#stacks_in_14412-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_14412-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_14412-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_14412-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_14412-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_14412-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_14412-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_14412-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_14412-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_14412-sf .flex-direction-nav a:before {display: none;}

#stacks_in_14412-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_14412-sf .sf-control:before,
#stacks_in_14412-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_14412-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_14412-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_14412-sf .flex-direction-nav{
		opacity: 0;
	}
}

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


/* Thumbnails */

#stacks_in_14412-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_14412-sf .carousel{
		display: none;
	}
}
#stacks_in_14412-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_14412-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_14412-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_14412-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_14412-sf .carousel .slides li:hover,
#stacks_in_14412-sf .carousel .slides li.flex-active-slide,
#stacks_in_14412-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

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

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

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



/* Edit  */

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

/*
 * cleanLists Resources
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 * Use: Place at top of Stacks page - to be used inside of cleanLists
 * 
 * MODERN PICS: http://www.fontsquirrel.com/fonts/modern-pictograms
 * WEB SYMBOLS: http://www.fontsquirrel.com/fonts/web-symbols
 * FONT AWESOME: http://fortawesome.github.io/Font-Awesome/icons
 */

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



#stacks_in_5389 {
	margin:  4px;
	padding:  4px;
}
/*
 * 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_14240-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_14240-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_14240-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(36, 181, 227, 1.00);
}
#stacks_in_14240-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_14240-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_14240-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_14240-sf,
#stacks_in_14240-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_14240-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_14240-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_14240-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_14240-sf .loaded .flex-viewport,
#stacks_in_14240-sf .slider,
#stacks_in_14240-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_14240-sf .sf-flexslider.loading{opacity: 0;}

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

#stacks_in_14240-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_14240-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_14240-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_14240-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_14240-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_14240-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_14240-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_14240-sf .sf-flexslider .slides > li,
#stacks_in_14240-sf .sf-flexslider .carousel > li,
#stacks_in_14240-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_14240-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_14240-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_14240-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_14240-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_14240-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_14240-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_14240-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_14240-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_14240-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_14240-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_14240-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_14240-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_14240-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_14240-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_14240-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_14240-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

/* Caption */

#stacks_in_14240-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_14240-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 300ms;
	transition: opacity 300ms 300ms;
}
#stacks_in_14240-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_14240-sf .flex-active-slide .caption-wrap,
#stacks_in_14240-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_14240-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_14240-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_14240-sf .flex-active-slide .caption-wrap{
	position: relative;
	z-index: 100;
}
#stacks_in_14240-sf .caption-wrap{
	-webkit-transition: opacity .3s 300ms;
	transition: opacity .3s 300ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_14240-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_14240-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_14240-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

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

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

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

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

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

#stacks_in_14240-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_14240-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_14240-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_14240-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_14240-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_14240-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_14240-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_14240-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_14240-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_14240-sf .flex-direction-nav a:before {display: none;}

#stacks_in_14240-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_14240-sf .sf-control:before,
#stacks_in_14240-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_14240-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_14240-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_14240-sf .flex-direction-nav{
		opacity: 0;
	}
}

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


/* Thumbnails */

#stacks_in_14240-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_14240-sf .carousel{
		display: none;
	}
}
#stacks_in_14240-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_14240-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_14240-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_14240-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_14240-sf .carousel .slides li:hover,
#stacks_in_14240-sf .carousel .slides li.flex-active-slide,
#stacks_in_14240-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

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

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

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



/* Edit  */

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

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

#stacks_in_14531>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_14531>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_14531>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_5395 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	margin:  3px;
	padding:  10px;
}

#stacks_in_5397 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	margin:  3px;
	padding:  10px;
}

#stacks_in_5399 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	margin:  4px;
	padding:  10px;
}

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

#stacks_in_14502 {
	font-size: 131%;
}
#stacks_in_14503>.s3_row {
	margin: 0 -10px;
}

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








  


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




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



}



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




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



}




  
.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14516 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14516 .expose_image img{border-radius:10px}#stacks_in_14516 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#fullprint_stacks_in_14516{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14516 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14516.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14516 .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_14516 .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_14516 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14516 .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_14516 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14516 .temp_image{display:none}
.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14512 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14512 .expose_image img{border-radius:10px}#stacks_in_14512 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#fullprint_stacks_in_14512{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14512 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14512.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14512 .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_14512 .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_14512 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14512 .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_14512 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14512 .temp_image{display:none}
.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14508 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14508 .expose_image img{border-radius:10px}#stacks_in_14508 .expose_image img{width:100% !important;height:auto;min-width:50px !important;}#fullprint_stacks_in_14508{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14508 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14508.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14508 .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_14508 .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_14508 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14508 .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_14508 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14508 .temp_image{display:none}
.cms-guide-blocker-container{z-index:99998 !important}.cms-bubble{z-index:99999 !important}#stacks_in_14504 .expose_image{position:relative;text-align:center;cursor:pointer}#stacks_in_14504 .expose_image img{border-radius:10px}#stacks_in_14504 .expose_image img{width:100% !important;height:auto;min-width:40px !important;}#fullprint_stacks_in_14504{display:none;min-height:128px;min-width:128px}#fullprint_stacks_in_14504 .image_safe{display:block;width:100%;position:absolute;top:0;left:0;height:100%}#fullprint_stacks_in_14504.loading{background:url("../../rw_common/plugins/stacks/exposeimagepro-images/loading.gif") no-repeat center center;top:35% !important}#fullprint_stacks_in_14504 .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_14504 .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_14504 .caption{display:none;position:absolute;bottom:0;width:100%}#fullprint_stacks_in_14504 .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_14504 .caption_text{padding:5px;position:absolute;bottom:0}#stacks_in_14504 .temp_image{display:none}
#stacks_in_14565>.s3_row {
	margin: 0 -20px;
}

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

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




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










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



}



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


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


}






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

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

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

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




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










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



}



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


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


}






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

#stacks_in_14445 {
	padding: 25px 0px 0px 0px;
}
#stacks_in_14448>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_14448 {
	padding: 7px 0px 15px 0px;
}

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

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

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




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










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



}



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


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


}






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

#stacks_in_14457 {
	padding: 25px 0px 0px 0px;
}
#stacks_in_14460>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_14460 {
	padding: 7px 0px 20px 0px;
}

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

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

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




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










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



}



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


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


}






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

#stacks_in_14588 {
	margin: 10px 0px 10px 0px;
}

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

#stacks_in_9425 {
	padding: 0px 0px 7px 0px;
}

#stacks_in_14378 {
	background-color: rgba(253, 128, 8, 1.00);
}
#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: #FFFFFF;
}
#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 {
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
}
/*
 * cleanLists
 * version: 2.0.0
 * author: Jeremy Hawes
 * Requirements: RapidWeaver 5+, Stacks 2.0+, Responsive Grid (for responsive layout)
 * website: http://onelittledesigner.com/rapidweaver-stack/cleanLists/
 * description: Fancy lists & pricing tables with easy to use customization
 */

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


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


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

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

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








  


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




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



}



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


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


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


#stacks_in_14637 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
#stacks_in_14639_button {
	display:block;
	position: relative;
	text-align: center;
}


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










#stacks_in_14639 a:link, #stacks_in_14639 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_14639 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_14639 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_14647_button {
	display:block;
	position: relative;
	text-align: center;
}


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










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


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


#stacks_in_14625 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
#stacks_in_14627_button {
	display:block;
	position: relative;
	text-align: center;
}


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










#stacks_in_14627 a:link, #stacks_in_14627 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_14627 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_14627 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_14651_button {
	display:block;
	position: relative;
	text-align: center;
}


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










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


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


#stacks_in_14618 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
#stacks_in_14620_button {
	display:block;
	position: relative;
	text-align: center;
}


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










#stacks_in_14620 a:link, #stacks_in_14620 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_14620 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_14620 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_14649_button {
	display:block;
	position: relative;
	text-align: center;
}


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










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


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


#stacks_in_14611 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
#stacks_in_14613_button {
	display:block;
	position: relative;
	text-align: center;
}


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










#stacks_in_14613 a:link, #stacks_in_14613 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_14613 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_14613 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_14608>.s3_row {
	margin: 0 -10px;
}

#stacks_in_14608>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_14608>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_14608>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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


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


}



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


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


}




#stacks_in_6510 {
	background-color: rgba(255, 128, 0, 1.00);
	margin:  4px;
}

#stacks_in_6511 {
	font-weight: bold;
}

#stacks_in_14313 {
	background-color: rgba(255, 128, 0, 1.00);
	padding:  7px;
}

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

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

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

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



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


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

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

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

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



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