
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_385106 #myExtraContent1,
#ExtraContentPlusstacks_in_385106 #fs {
	display: none;
}

#stacks_in_385082>.s3_row {
	margin: 0 -25px;
}

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

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




#stacks_in_385082>.s3_row>.s3_column {
	padding: 0 25px;
}










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



}



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


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


}





/* Styling for Preview Mode & Publishing */


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#stacks_in_385083 .bx-wrapper {
	position: relative;
	
		
		margin: 0 auto 60px;
		
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_385083 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

/** THEME
===================================*/

#stacks_in_385083 .bx-wrapper .bx-viewport {
}

#stacks_in_385083 .bx-wrapper .bx-pager,
#stacks_in_385083 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 0px;
	margin-bottom: -40px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

#stacks_in_385083 .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../files/orbit-images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}


/* Only add pagination CSS if toggled on in settings. */
/* PAGER */



#stacks_in_385083 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

#stacks_in_385083 .bx-wrapper .bx-pager .bx-pager-item,
#stacks_in_385083 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#stacks_in_385083 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #E0E0E0;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#stacks_in_385083 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_385083 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #C3C3C3;
}






/* Only add arrow CSS if toggled on in settings. */
/* DIRECTION CONTROLS (NEXT / PREV) */

#stacks_in_385083 .bx-wrapper .bx-prev,
#stacks_in_385083 .bx-wrapper .bx-next,
#stacks_in_385083 .bx-wrapper .bx-pager,
#stacks_in_385083 .bx-wrapper .bx-pager-item,
#stacks_in_385083 .bx-wrapper .bx-pager-item a {
	border: none;
}



#stacks_in_385083 .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat 0 -32px;
}

#stacks_in_385083 .bx-wrapper .bx-next {
	right: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat -43px -32px;
}

#stacks_in_385083 .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#stacks_in_385083 .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

#stacks_in_385083 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 301;
}

#stacks_in_385083 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



/*  Hide navigation arrows if toggled off in settings. */


/* AUTO CONTROLS (START / STOP) */

#stacks_in_385083 .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#stacks_in_385083 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#stacks_in_385083 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_385083 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_385083 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#stacks_in_385083 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_385083 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#stacks_in_385083 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#stacks_in_385083 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#stacks_in_385083 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#stacks_in_385083 .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#stacks_in_385083 ul.bxslider, #stacks_in_385083 ul.bxslider li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}






/* Styling for Edit Mode within Stacks */




  /* Standard Responsive Image */
  #stacks_in_385097 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  
    /* Left */
    #stacks_in_385097 .structure_responsive_image {
      float: left;
    }
  








/* Image Styling */
  
  #stacks_in_385097 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_385101 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_385101 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2026 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2026 {
		display: none !important;
	}
}

#stacks_in_385598 {
	border: solid rgba(128, 0, 2, 1.00);
	border-width: 1px 1px 1px 1px;
	margin:  20px;
	padding:  20px;
}
/**
 * @name    Ribbon Stack
 * @author    Futural UG (haftungsbeschraenkt)
 * @version   1.0.0
 * @url     http://instacks.com/ribbonstack
 */

/**
 * Reference:
 * http://css-tricks.com/snippets/css/corner-ribbon/
 * http://jsfiddle.net/chriscoyier/H6rQ6/1/
 */

/*
.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
*/

.wrapper {
}

.ribbon-wrapper-stacks_in_385599 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon-stacks_in_385599 {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #000000;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-stacks_in_385599:before, .ribbon-stacks_in_385599:after {
  content: "";
  border-top:   5px solid #6E8900;   
  border-left:  5px solid transparent;
  border-right: 5px solid transparent;
  position:absolute;
  bottom: -5px;
}

.ribbon-stacks_in_385599:before {
  left: 0;
}
.ribbon-stacks_in_385599:after {
  right: 0;
}
#stacks_in_385600 {
	border: solid rgba(128, 0, 2, 1.00);
	border-width: 0px 0px 2px 0px;
	margin:  20px;
}

#stacks_out_385600 {
	width: 75%;
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_385602 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_385602 {
		display: none !important;
	}
}
#stacks_in_385628 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_385628 .jwresp_col{overflow:hidden;margin:0;width:38%; float:left;}#stacks_in_385628 #jwresp_col2_stacks_in_385628{ float:right; width:58%}@media screen and (max-width:500px){#stacks_in_385628 #jwresp_col1_stacks_in_385628,#stacks_in_385628 #jwresp_col2_stacks_in_385628{width:100%;float:none;display:block}#stacks_in_385628 #jwresp_col1_stacks_in_385628{margin-bottom:15px}}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_385633 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_385633 {
		display: none !important;
	}
}

#stacks_in_385631 {
	background-color: rgba(255, 255, 230, 1.00);
	margin:  10px;
	padding:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_385615 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_385615 {
		display: none !important;
	}
}
#stacks_in_385634 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_385634 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_385634 #jwresp_col2_stacks_in_385634{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_385634 #jwresp_col1_stacks_in_385634,#stacks_in_385634 #jwresp_col2_stacks_in_385634{width:100%;float:none;display:block}#stacks_in_385634 #jwresp_col1_stacks_in_385634{margin-bottom:15px}}

#stacks_in_385639 {
	background-color: rgba(255, 255, 230, 1.00);
	border: solid rgba(128, 0, 2, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_385641 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_385641 {
		display: none !important;
	}
}




















@media print {
	#spacerStackstacks_in_385540 {
		display: none !important;
	}
}
#stacks_in_385647 .stacks_in_385647-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_385647 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_385647 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_385647 .stacks_in_385647-button,
#stacks_in_385647 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_385647 {
		text-align: center;
	}




	#stacks_in_385647 .stacks_in_385647-button {
		width: 320px;
	}






#stacks_in_385647 a.stacks_in_385647-button, #stacks_in_385647 a.stacks_in_385647-button:visited, #stacks_in_385647 a.stacks_in_385647-button:hover, #stacks_in_385647 a.stacks_in_385647-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_385647 .stacks_in_385647-button {
		
			background-color: #45727D;
		
	}

	#stacks_in_385647 a.stacks_in_385647-button, #stacks_in_385647 a.stacks_in_385647-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_385647 a.stacks_in_385647-button:hover, #stacks_in_385647 a.stacks_in_385647-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #598691;
		
	}

	
	#stacks_in_385647 .button_icon {
		
			background-color: #808000;
		
	}

	#stacks_in_385647 a.stacks_in_385647-button:hover .button_icon, #stacks_in_385647 a.stacks_in_385647-button:active .button_icon {
		
			background-color: #949414;
				
	}
	



#stacks_in_385647 {
	padding:  20px;
}




















@media print {
	#spacerStackstacks_in_385347 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_385060 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_385060 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_385063 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_385063 {
		display: none !important;
	}
}
#stacks_in_385064 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_385064 .jwresp_col{overflow:hidden;margin:0;width:34%; float:left;}#stacks_in_385064 #jwresp_col2_stacks_in_385064{ float:right; width:64%}@media screen and (max-width:500px){#stacks_in_385064 #jwresp_col1_stacks_in_385064,#stacks_in_385064 #jwresp_col2_stacks_in_385064{width:100%;float:none;display:block}#stacks_in_385064 #jwresp_col1_stacks_in_385064{margin-bottom:15px}}

#stacks_out_385064 {
	width: 60%;
}

#stacks_in_385068 {
	border: solid rgba(128, 64, 0, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_in_385070 {
	margin:  5px;
}
#stacks_in_385073 .stacks_in_385073-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_385073 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_385073 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_385073 .stacks_in_385073-button,
#stacks_in_385073 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_385073 {
		text-align: center;
	}




	#stacks_in_385073 .stacks_in_385073-button {
		width: 320px;
	}






#stacks_in_385073 a.stacks_in_385073-button, #stacks_in_385073 a.stacks_in_385073-button:visited, #stacks_in_385073 a.stacks_in_385073-button:hover, #stacks_in_385073 a.stacks_in_385073-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_385073 .stacks_in_385073-button {
		
			background-color: #45727D;
		
	}

	#stacks_in_385073 a.stacks_in_385073-button, #stacks_in_385073 a.stacks_in_385073-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_385073 a.stacks_in_385073-button:hover, #stacks_in_385073 a.stacks_in_385073-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #598691;
		
	}

	
	#stacks_in_385073 .button_icon {
		
			background-color: #808000;
		
	}

	#stacks_in_385073 a.stacks_in_385073-button:hover .button_icon, #stacks_in_385073 a.stacks_in_385073-button:active .button_icon {
		
			background-color: #949414;
				
	}
	



#stacks_in_385073 {
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_385074 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_385074 {
		display: none !important;
	}
}

#stacks_in_385076_4 {
	margin:  20px;
	padding:  20px;
}

#stacks_out_385076_4 {
	width: 64%;
}
#stacks_in_385076_3 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_385076_3 .jwresp_col{overflow:hidden;margin:0;width:54%; float:left;}#stacks_in_385076_3 #jwresp_col2_stacks_in_385076_3{ float:right; width:44%}@media screen and (max-width:500px){#stacks_in_385076_3 #jwresp_col1_stacks_in_385076_3,#stacks_in_385076_3 #jwresp_col2_stacks_in_385076_3{width:100%;float:none;display:block}#stacks_in_385076_3 #jwresp_col1_stacks_in_385076_3{margin-bottom:15px}}

#stacks_out_385076_3 {
	width: 90%;
}

#stacks_in_385076_6 {
	margin:  20px;
}

#stacks_in_385076_32 {
	margin:  20px;
}
#stacks_in_385076_18 .stacks_in_385076_18-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_385076_18 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_385076_18 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_385076_18 .stacks_in_385076_18-button,
#stacks_in_385076_18 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_385076_18 {
		text-align: center;
	}




	#stacks_in_385076_18 .stacks_in_385076_18-button {
		width: 320px;
	}






#stacks_in_385076_18 a.stacks_in_385076_18-button, #stacks_in_385076_18 a.stacks_in_385076_18-button:visited, #stacks_in_385076_18 a.stacks_in_385076_18-button:hover, #stacks_in_385076_18 a.stacks_in_385076_18-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_385076_18 .stacks_in_385076_18-button {
		
			background-color: #45727D;
		
	}

	#stacks_in_385076_18 a.stacks_in_385076_18-button, #stacks_in_385076_18 a.stacks_in_385076_18-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_385076_18 a.stacks_in_385076_18-button:hover, #stacks_in_385076_18 a.stacks_in_385076_18-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #598691;
		
	}

	
	#stacks_in_385076_18 .button_icon {
		
			background-color: #808000;
		
	}

	#stacks_in_385076_18 a.stacks_in_385076_18-button:hover .button_icon, #stacks_in_385076_18 a.stacks_in_385076_18-button:active .button_icon {
		
			background-color: #949414;
				
	}
	



#stacks_in_385076_18 {
	padding:  20px;
}
#stacks_in_385076_27 .stacks_in_385076_27-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_385076_27 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_385076_27 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_385076_27 .stacks_in_385076_27-button,
#stacks_in_385076_27 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_385076_27 {
		text-align: center;
	}




	#stacks_in_385076_27 .stacks_in_385076_27-button {
		width: 320px;
	}






#stacks_in_385076_27 a.stacks_in_385076_27-button, #stacks_in_385076_27 a.stacks_in_385076_27-button:visited, #stacks_in_385076_27 a.stacks_in_385076_27-button:hover, #stacks_in_385076_27 a.stacks_in_385076_27-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_385076_27 .stacks_in_385076_27-button {
		
			background-color: #45727D;
		
	}

	#stacks_in_385076_27 a.stacks_in_385076_27-button, #stacks_in_385076_27 a.stacks_in_385076_27-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_385076_27 a.stacks_in_385076_27-button:hover, #stacks_in_385076_27 a.stacks_in_385076_27-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #598691;
		
	}

	
	#stacks_in_385076_27 .button_icon {
		
			background-color: #808000;
		
	}

	#stacks_in_385076_27 a.stacks_in_385076_27-button:hover .button_icon, #stacks_in_385076_27 a.stacks_in_385076_27-button:active .button_icon {
		
			background-color: #949414;
				
	}
	



#stacks_in_385076_27 {
	padding:  20px;
}
#stacks_in_385076_19 .stacks_in_385076_19-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_385076_19 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_385076_19 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_385076_19 .stacks_in_385076_19-button,
#stacks_in_385076_19 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_385076_19 {
		text-align: center;
	}




	#stacks_in_385076_19 .stacks_in_385076_19-button {
		width: 320px;
	}






#stacks_in_385076_19 a.stacks_in_385076_19-button, #stacks_in_385076_19 a.stacks_in_385076_19-button:visited, #stacks_in_385076_19 a.stacks_in_385076_19-button:hover, #stacks_in_385076_19 a.stacks_in_385076_19-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_385076_19 .stacks_in_385076_19-button {
		
			background-color: #375F69;
		
	}

	#stacks_in_385076_19 a.stacks_in_385076_19-button, #stacks_in_385076_19 a.stacks_in_385076_19-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_385076_19 a.stacks_in_385076_19-button:hover, #stacks_in_385076_19 a.stacks_in_385076_19-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #4B737D;
		
	}

	
	#stacks_in_385076_19 .button_icon {
		
			background-color: #808000;
		
	}

	#stacks_in_385076_19 a.stacks_in_385076_19-button:hover .button_icon, #stacks_in_385076_19 a.stacks_in_385076_19-button:active .button_icon {
		
			background-color: #949414;
				
	}
	



#stacks_in_385076_19 {
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_385076_20 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_385076_20 {
		display: none !important;
	}
}
#stacks_in_385076_21 .stacks_in_385076_21-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_385076_21 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_385076_21 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_385076_21 .stacks_in_385076_21-button,
#stacks_in_385076_21 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_385076_21 {
		text-align: center;
	}




	#stacks_in_385076_21 .stacks_in_385076_21-button {
		width: 320px;
	}






#stacks_in_385076_21 a.stacks_in_385076_21-button, #stacks_in_385076_21 a.stacks_in_385076_21-button:visited, #stacks_in_385076_21 a.stacks_in_385076_21-button:hover, #stacks_in_385076_21 a.stacks_in_385076_21-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_385076_21 .stacks_in_385076_21-button {
		
			background-color: #800000;
		
	}

	#stacks_in_385076_21 a.stacks_in_385076_21-button, #stacks_in_385076_21 a.stacks_in_385076_21-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_385076_21 a.stacks_in_385076_21-button:hover, #stacks_in_385076_21 a.stacks_in_385076_21-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #941414;
		
	}

	
	#stacks_in_385076_21 .button_icon {
		
			background-color: #804000;
		
	}

	#stacks_in_385076_21 a.stacks_in_385076_21-button:hover .button_icon, #stacks_in_385076_21 a.stacks_in_385076_21-button:active .button_icon {
		
			background-color: #945414;
				
	}
	



#stacks_in_385076_21 {
	padding:  20px;
}
 #stacks_in_385076_22 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_385076_22 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_385076_22 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_385076_22 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_385076_22 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_385076_22 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_385076_22 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_385076_22 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_385076_22 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_385076_22 hr.cloudy:after{content:"\00a0"}#stacks_in_385076_22 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_385076_22 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_385076_22 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_385076_22 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_385076_22 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_385076_22 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_385076_22 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_385076_22 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_385076_22 {
	margin:  20px;
	padding:  20px;
}
#stacks_in_385076_23 .like_button_wrapper{margin:5px;display:block;position:relative;float:left;overflow:visible;line-height:1}#like_facebook_stacks_in_385076_23,#like_twitter_stacks_in_385076_23{width:85px}#like_google_stacks_in_385076_23,#like_pinterest_stacks_in_385076_23{width:65px}#like_email_stacks_in_385076_23 svg{height:20px;width:auto;fill:rgba(0, 0, 0, 1.00)}

#stacks_in_385076_23 {
	padding:  10px;
}

#stacks_out_385076_23 {
	width: 85%;
}
