
@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_339 #myExtraContent2,
#ExtraContentPlusstacks_in_339 #fs {
	display: none;
}


#stacks_in_340 {
	border: solid rgba(17, 128, 2, 1.00);
	border-width: 0px 0px 1px 15px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_430 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_430 {
		display: none !important;
	}
}
#stacks_in_410>.s3_row {
	margin: 0 -10px;
}

#stacks_in_410>.s3_row>.s3_column_left {
	width: 45.86%;
}

#stacks_in_410>.s3_row>.s3_column_right {
	width: 54.139999%;
}




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










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



}



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


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


}






#stacks_out_382 {
	width: 200px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_423 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_423 {
		display: none !important;
	}
}
/* 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_431 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

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

	
	display: block;
}

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

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

#stacks_in_431 .bx-wrapper .bx-pager,
#stacks_in_431 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 20px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

#stacks_in_431 .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_431 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

#stacks_in_431 .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_431 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_431 .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_431 .bx-wrapper .bx-prev,
#stacks_in_431 .bx-wrapper .bx-next,
#stacks_in_431 .bx-wrapper .bx-pager,
#stacks_in_431 .bx-wrapper .bx-pager-item,
#stacks_in_431 .bx-wrapper .bx-pager-item a {
	border: none;
}



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

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

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

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

#stacks_in_431 .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_431 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



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


/* AUTO CONTROLS (START / STOP) */

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

#stacks_in_431 .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_431 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_431 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_431 .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_431 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_431 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

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






/* Styling for Edit Mode within Stacks */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_419 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_422 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_368 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 60.00px;
}

#spacerStackstacks_in_194 {
	height: 60.00px;
}




























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

#stacks_in_192 {
	border: solid rgba(17, 128, 2, 1.00);
	border-width: 0px 0px 1px 15px;
}

#stacks_out_192 {
	width: 50%;
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_446 {
	height: 40.00px;
}




























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

#stacks_in_488 {
	border: solid rgba(64, 128, 2, 1.00);
	border-width: 1px 0px 1px 0px;
	margin:  20px;
	padding:  20px;
}

#stacks_out_488 {
	width: 50%;
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_487 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_487 {
		display: none !important;
	}
}
#stacks_in_443>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_528 {
	border: solid rgba(64, 128, 2, 1.00);
	border-width: 0px 0px 1px 0px;
	margin:  20px;
	padding:  20px;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_474 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_452 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_452 {
		display: none !important;
	}
}
#stacks_in_511>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_519 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin:  20px;
	padding:  20px;
}

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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_515 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_510 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_524 {
	height: 40.00px;
}




























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

#stacks_in_490 {
	border: solid rgba(64, 128, 2, 1.00);
	border-width: 1px 0px 1px 0px;
	margin:  20px;
	padding:  20px;
}

#stacks_out_490 {
	width: 50%;
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_484 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_484 {
		display: none !important;
	}
}
#stacks_in_453>.s3_row {
	margin: 0 -20px;
}

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

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




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










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



}



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


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


}






#stacks_in_470 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_485 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_525 {
	height: 40.00px;
}




























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

#stacks_in_492 {
	border: solid rgba(64, 128, 2, 1.00);
	border-width: 1px 0px 1px 0px;
	margin:  20px;
	padding:  20px;
}

#stacks_out_492 {
	width: 50%;
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_486 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_486 {
		display: none !important;
	}
}
#stacks_in_475>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






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

#stacks_out_464 {
	width: 74%;
}

#stacks_in_482 {
	margin:  20px;
}
/* @group Generic Styles */

#ruleStackstacks_in_229,
#ruleStackstacks_in_229:before,
#ruleStackstacks_in_229:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_229 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_229 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_229 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_229 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_229 {
	text-align: center;
}

#ruleStackstacks_in_229:before,
#ruleStackstacks_in_229:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_229:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_229:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_229 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_229 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_494 {
	border: solid rgba(64, 128, 2, 1.00);
	border-width: 1px 0px 1px 0px;
	margin:  20px;
	padding:  20px;
}

#stacks_out_494 {
	width: 50%;
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_496 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_496 {
		display: none !important;
	}
}
#stacks_in_499>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_500 {
	border: solid rgba(64, 128, 2, 1.00);
	border-width: 0px 0px 1px 0px;
	margin:  10px;
}

#stacks_out_500 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_503 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_506 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_506 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_110 #myExtraContent4,
#ExtraContentPlusstacks_in_110 #fs {
	display: none;
}


#stacks_in_497_2 {
	background-color: rgba(204, 255, 102, 0.09);
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_497_4 {
	height: 40.00px;
}




























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

#stacks_in_497_5 {
	margin:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_497_7 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_497_7 {
		display: none !important;
	}
}
#stacks_in_497_8 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_497_8 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_497_8 #jwresp_col2_stacks_in_497_8{ float:right; width:59%}@media screen and (max-width:500px){#stacks_in_497_8 #jwresp_col1_stacks_in_497_8,#stacks_in_497_8 #jwresp_col2_stacks_in_497_8{width:100%;float:none;display:block}#stacks_in_497_8 #jwresp_col1_stacks_in_497_8{margin-bottom:15px}}

#stacks_out_497_8 {
	width: 80%;
}

#stacks_in_497_10 {
	padding:  20px;
}
#stacks_in_497_17 .stacks_in_497_17-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_497_17 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_497_17 .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_497_17 .stacks_in_497_17-button,
#stacks_in_497_17 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_497_17 {
		text-align: center;
	}




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






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


/* Color picker options */
	
	#stacks_in_497_17 .stacks_in_497_17-button {
		
			background-color: #008080;
		
	}

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

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

	
	#stacks_in_497_17 .button_icon {
		
			background-color: #66FFCC;
		
	}

	#stacks_in_497_17 a.stacks_in_497_17-button:hover .button_icon, #stacks_in_497_17 a.stacks_in_497_17-button:active .button_icon {
		
			background-color: #7AFFE0;
				
	}
	



#stacks_in_497_17 {
	margin:  10px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_497_18 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_497_18 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_127 #myExtraContent5,
#ExtraContentPlusstacks_in_127 #fs {
	display: none;
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_149_2 {
	height: 40.00px;
}




























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

#stacks_in_149_3 {
	margin:  20px;
}

#stacks_out_149_32 {
	width: 40%;
}

#stacks_in_149_6 {
	margin:  20px;
}

#stacks_in_149_26 {
	margin:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_149_8 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_149_8 {
		display: none !important;
	}
}
#stacks_in_149_34 .stacks_in_149_34-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_149_34 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_149_34 .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_149_34 .stacks_in_149_34-button,
#stacks_in_149_34 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_149_34 {
		text-align: center;
	}




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






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


/* Color picker options */
	
	#stacks_in_149_34 .stacks_in_149_34-button {
		
			background-color: #008080;
		
	}

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

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

	
	#stacks_in_149_34 .button_icon {
		
			background-color: #66FFCC;
		
	}

	#stacks_in_149_34 a.stacks_in_149_34-button:hover .button_icon, #stacks_in_149_34 a.stacks_in_149_34-button:active .button_icon {
		
			background-color: #7AFFE0;
				
	}
	



#stacks_in_149_34 {
	margin:  10px;
	padding:  20px;
}
#stacks_in_149_28 .stacks_in_149_28-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_149_28 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_149_28 .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_149_28 .stacks_in_149_28-button,
#stacks_in_149_28 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_149_28 {
		text-align: center;
	}




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






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


/* Color picker options */
	
	#stacks_in_149_28 .stacks_in_149_28-button {
		
			background-color: #008080;
		
	}

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

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

	
	#stacks_in_149_28 .button_icon {
		
			background-color: #66FFCC;
		
	}

	#stacks_in_149_28 a.stacks_in_149_28-button:hover .button_icon, #stacks_in_149_28 a.stacks_in_149_28-button:active .button_icon {
		
			background-color: #7AFFE0;
				
	}
	



#stacks_in_149_28 {
	margin:  10px;
	padding:  20px;
}
#stacks_in_149_25 .stacks_in_149_25-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_149_25 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_149_25 .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_149_25 .stacks_in_149_25-button,
#stacks_in_149_25 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_149_25 {
		text-align: center;
	}




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






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


/* Color picker options */
	
	#stacks_in_149_25 .stacks_in_149_25-button {
		
			background-color: #008080;
		
	}

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

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

	
	#stacks_in_149_25 .button_icon {
		
			background-color: #66FFCC;
		
	}

	#stacks_in_149_25 a.stacks_in_149_25-button:hover .button_icon, #stacks_in_149_25 a.stacks_in_149_25-button:active .button_icon {
		
			background-color: #7AFFE0;
				
	}
	



#stacks_in_149_25 {
	margin:  10px;
	padding:  20px;
}
#stacks_in_149_24 .stacks_in_149_24-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_149_24 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_149_24 .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_149_24 .stacks_in_149_24-button,
#stacks_in_149_24 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_149_24 {
		text-align: center;
	}




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






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


/* Color picker options */
	
	#stacks_in_149_24 .stacks_in_149_24-button {
		
			background-color: #008080;
		
	}

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

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

	
	#stacks_in_149_24 .button_icon {
		
			background-color: #66FFCC;
		
	}

	#stacks_in_149_24 a.stacks_in_149_24-button:hover .button_icon, #stacks_in_149_24 a.stacks_in_149_24-button:active .button_icon {
		
			background-color: #7AFFE0;
				
	}
	



#stacks_in_149_24 {
	margin:  10px;
	padding:  20px;
}

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

#stacks_out_149_18 {
	width: 49%;
}


/* Start doobox image pop css */

/* ############################################################# */
/* ############# CSS BOTH EDIT AND PREVIEW ##################### */
/* ############################################################# */
.stacks_in_149_35popBox{
	position: relative;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	max-width: 90%;
	display: none;
}

.stacks_in_149_35popBox img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.stacks_in_149_35popBoxClose{
	position: absolute;
	top:-11px;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url(../files/imagepop_files/thex.png);
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
.stacks_in_149_35popBoxClose{
	top:  0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../files/imagepop_files/thex2times.png);
}
}


.stacks_in_149_35popThumbnail{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 150px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
}

.stacks_in_149_35popThumbnail img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.stacks_in_149_35popThumbOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
	background: #000000;
	cursor: pointer;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
}


/* ############################################################# */
/* ############# CSS PREVIEW MODE ONLY ######################### */
/* ############################################################# */


.stacks_in_149_35popThumbOverlay{
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.stacks_in_149_35popThumbOverlay:hover{
	zoom: 1;
	-moz-opacity:.3; 
	filter:alpha(opacity=3); 
	opacity:.3; 
}



/* ############################################################# */
/* ############# CSS EDIT MODE ONLY ############################ */
/* ############################################################# */


/* end doobox image pop css */


#stacks_in_149_35 {
	border: solid rgba(64, 128, 2, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_149_12 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_149_12 {
		display: none !important;
	}
}
#stacks_in_149_13 .like_button_wrapper{margin:5px;display:block;position:relative;float:right;overflow:visible;line-height:1}#like_facebook_stacks_in_149_13,#like_twitter_stacks_in_149_13{width:85px}#like_google_stacks_in_149_13,#like_pinterest_stacks_in_149_13{width:65px}#like_email_stacks_in_149_13 svg{height:20px;width:auto;fill:rgba(0, 0, 0, 1.00)}

#stacks_in_149_13 {
	padding:  10px;
}
