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

#stacks_in_14640_4 {
	margin: 0px 0px 0px 10px;
}
#extraContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 400px;
	overflow: hidden;
}
#stacks_in_14644 {
	background-color: rgba(252, 31, 74, 0.50);
}
/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_14808 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_14808 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_14808 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_14808 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_14808 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_14808 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_14808 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_14808 a {
	outline: none;
}

#freeStyleWrapperstacks_in_14808 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_14808 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 0 ]%

/* @group BX Slider */

/**
 * 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
===================================*/

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

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

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

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

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

/* PAGER */

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

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

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	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;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

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

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

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

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

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

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

/* AUTO CONTROLS (START / STOP) */

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

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

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

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_14808 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

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

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_14808 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_14808 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_14808 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_14808 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_14808,
	#overlayContentstacks_in_14808 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_14516_1 {
	margin: 0px 10px 30px 10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14655 #fsr_colwrap_stacks_in_14655 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_14655 #fsr_colwrap_stacks_in_14655 #fsr_leftcol_stacks_in_14655 {
	float: left;
	display: block;
	width: 35%;
	height: auto;
	margin: 0;
}

#stacks_in_14655 #fsr_colwrap_stacks_in_14655 #fsr_leftcol_stacks_in_14655 .leftcolpad_stacks_in_14655 {
	padding: 42px 0px 0px 0px;
}

#stacks_in_14655 #fsr_colwrap_stacks_in_14655 #fsr_rightcol_stacks_in_14655 {
	float: right;
	display: block;
	width: 65%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14655 #fsr_colwrap_stacks_in_14655 #fsr_rightcol_stacks_in_14655 .rightcolpad_stacks_in_14655 {
	padding: 42px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_14655 #fsr_colwrap_stacks_in_14655 #fsr_leftcol_stacks_in_14655 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14655 #fsr_colwrap_stacks_in_14655 #fsr_leftcol_stacks_in_14655 .leftcolpad_stacks_in_14655 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_14655 #fsr_colwrap_stacks_in_14655 #fsr_rightcol_stacks_in_14655 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14655 #fsr_colwrap_stacks_in_14655 #fsr_rightcol_stacks_in_14655 .rightcolpad_stacks_in_14655 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_14655 {
	background-color: rgba(213, 24, 60, 0.10);
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide it Stack' 
Style Sheet: fsrhide.css Style Sheet
Created: 15, January 2014
Last Modified: 10, October 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14653desktopcontent {
	height: auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_14653desktopcontent { 
    display: none;
    height: 0;
    visibility: collapse;
}
}

#stacks_in_14653 {
	padding:  20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Plus Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2013
Last Modified: 18, April, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14661 {
	
}

#stacks_in_14661 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_14661 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_14665 {
	padding:  20px;
}
	
	/* start image list from doobox css */
	
	
	#stacks_in_14686 .stacks_in_14686imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:20px 0;
		
		z-index:1;
	}
	
	#stacks_in_14686 .stacks_in_14686listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_14686 .stacks_in_14686listIcon img{
		width:75px;
		height: auto;
	}
	
	
	#stacks_in_14686 .stacks_in_14686listTitle {

		margin-left:93px;
		padding-bottom: 0px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_14686 .stacks_in_14686listContent {
		display: block;
		margin-left:93px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_14686breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_14686 {
	padding:  20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14731 #fsr_colwrap_stacks_in_14731 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_14731 #fsr_colwrap_stacks_in_14731 #fsr_leftcol_stacks_in_14731 {
	float: left;
	display: block;
	width: 35%;
	height: auto;
	margin: 0;
}

#stacks_in_14731 #fsr_colwrap_stacks_in_14731 #fsr_leftcol_stacks_in_14731 .leftcolpad_stacks_in_14731 {
	padding: 42px 0px 0px 0px;
}

#stacks_in_14731 #fsr_colwrap_stacks_in_14731 #fsr_rightcol_stacks_in_14731 {
	float: right;
	display: block;
	width: 65%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14731 #fsr_colwrap_stacks_in_14731 #fsr_rightcol_stacks_in_14731 .rightcolpad_stacks_in_14731 {
	padding: 42px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_14731 #fsr_colwrap_stacks_in_14731 #fsr_leftcol_stacks_in_14731 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14731 #fsr_colwrap_stacks_in_14731 #fsr_leftcol_stacks_in_14731 .leftcolpad_stacks_in_14731 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_14731 #fsr_colwrap_stacks_in_14731 #fsr_rightcol_stacks_in_14731 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14731 #fsr_colwrap_stacks_in_14731 #fsr_rightcol_stacks_in_14731 .rightcolpad_stacks_in_14731 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_14731 {
	background-color: rgba(204, 204, 204, 0.20);
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide it Stack' 
Style Sheet: fsrhide.css Style Sheet
Created: 15, January 2014
Last Modified: 10, October 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14733desktopcontent {
	height: auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_14733desktopcontent { 
    display: none;
    height: 0;
    visibility: collapse;
}
}

#stacks_in_14733 {
	padding:  20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Plus Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2013
Last Modified: 18, April, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14735 {
	
}

#stacks_in_14735 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_14735 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_14738 {
	padding:  20px;
}
	
	/* start image list from doobox css */
	
	
	#stacks_in_14747 .stacks_in_14747imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:20px 0;
		
		z-index:1;
	}
	
	#stacks_in_14747 .stacks_in_14747listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_14747 .stacks_in_14747listIcon img{
		width:75px;
		height: auto;
	}
	
	
	#stacks_in_14747 .stacks_in_14747listTitle {

		margin-left:93px;
		padding-bottom: 0px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_14747 .stacks_in_14747listContent {
		display: block;
		margin-left:93px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_14747breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_14747 {
	padding:  20px;
}
	
	/* start image list from doobox css */
	
	
	#stacks_in_14740 .stacks_in_14740imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:20px 0;
		
		z-index:1;
	}
	
	#stacks_in_14740 .stacks_in_14740listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_14740 .stacks_in_14740listIcon img{
		width:75px;
		height: auto;
	}
	
	
	#stacks_in_14740 .stacks_in_14740listTitle {

		margin-left:93px;
		padding-bottom: 0px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_14740 .stacks_in_14740listContent {
		display: block;
		margin-left:93px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_14740breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_14740 {
	padding:  20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14696 #fsr_colwrap_stacks_in_14696 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_14696 #fsr_colwrap_stacks_in_14696 #fsr_leftcol_stacks_in_14696 {
	float: left;
	display: block;
	width: 35%;
	height: auto;
	margin: 0;
}

#stacks_in_14696 #fsr_colwrap_stacks_in_14696 #fsr_leftcol_stacks_in_14696 .leftcolpad_stacks_in_14696 {
	padding: 42px 0px 0px 0px;
}

#stacks_in_14696 #fsr_colwrap_stacks_in_14696 #fsr_rightcol_stacks_in_14696 {
	float: right;
	display: block;
	width: 65%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14696 #fsr_colwrap_stacks_in_14696 #fsr_rightcol_stacks_in_14696 .rightcolpad_stacks_in_14696 {
	padding: 42px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_14696 #fsr_colwrap_stacks_in_14696 #fsr_leftcol_stacks_in_14696 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14696 #fsr_colwrap_stacks_in_14696 #fsr_leftcol_stacks_in_14696 .leftcolpad_stacks_in_14696 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_14696 #fsr_colwrap_stacks_in_14696 #fsr_rightcol_stacks_in_14696 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14696 #fsr_colwrap_stacks_in_14696 #fsr_rightcol_stacks_in_14696 .rightcolpad_stacks_in_14696 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_14696 {
	background-color: rgba(141, 169, 182, 0.20);
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide it Stack' 
Style Sheet: fsrhide.css Style Sheet
Created: 15, January 2014
Last Modified: 10, October 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14698desktopcontent {
	height: auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_14698desktopcontent { 
    display: none;
    height: 0;
    visibility: collapse;
}
}

#stacks_in_14698 {
	padding:  20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Plus Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2013
Last Modified: 18, April, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14700 {
	
}

#stacks_in_14700 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_14700 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_14703 {
	padding:  20px;
}
	
	/* start image list from doobox css */
	
	
	#stacks_in_14718 .stacks_in_14718imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:20px 0;
		
		z-index:1;
	}
	
	#stacks_in_14718 .stacks_in_14718listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_14718 .stacks_in_14718listIcon img{
		width:75px;
		height: auto;
	}
	
	
	#stacks_in_14718 .stacks_in_14718listTitle {

		margin-left:93px;
		padding-bottom: 0px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_14718 .stacks_in_14718listContent {
		display: block;
		margin-left:93px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_14718breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_14718 {
	padding:  20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14766 #fsr_colwrap_stacks_in_14766 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_14766 #fsr_colwrap_stacks_in_14766 #fsr_leftcol_stacks_in_14766 {
	float: left;
	display: block;
	width: 35%;
	height: auto;
	margin: 0;
}

#stacks_in_14766 #fsr_colwrap_stacks_in_14766 #fsr_leftcol_stacks_in_14766 .leftcolpad_stacks_in_14766 {
	padding: 42px 0px 0px 0px;
}

#stacks_in_14766 #fsr_colwrap_stacks_in_14766 #fsr_rightcol_stacks_in_14766 {
	float: right;
	display: block;
	width: 65%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14766 #fsr_colwrap_stacks_in_14766 #fsr_rightcol_stacks_in_14766 .rightcolpad_stacks_in_14766 {
	padding: 42px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_14766 #fsr_colwrap_stacks_in_14766 #fsr_leftcol_stacks_in_14766 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14766 #fsr_colwrap_stacks_in_14766 #fsr_leftcol_stacks_in_14766 .leftcolpad_stacks_in_14766 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_14766 #fsr_colwrap_stacks_in_14766 #fsr_rightcol_stacks_in_14766 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_14766 #fsr_colwrap_stacks_in_14766 #fsr_rightcol_stacks_in_14766 .rightcolpad_stacks_in_14766 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_14766 {
	background-color: rgba(246, 203, 212, 0.20);
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide it Stack' 
Style Sheet: fsrhide.css Style Sheet
Created: 15, January 2014
Last Modified: 10, October 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14768desktopcontent {
	height: auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_14768desktopcontent { 
    display: none;
    height: 0;
    visibility: collapse;
}
}

#stacks_in_14768 {
	padding:  20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Plus Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2013
Last Modified: 18, April, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14770 {
	
}

#stacks_in_14770 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_14770 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_14773 {
	padding:  20px;
}
	
	/* start image list from doobox css */
	
	
	#stacks_in_14775 .stacks_in_14775imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:20px 0;
		
		z-index:1;
	}
	
	#stacks_in_14775 .stacks_in_14775listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_14775 .stacks_in_14775listIcon img{
		width:75px;
		height: auto;
	}
	
	
	#stacks_in_14775 .stacks_in_14775listTitle {

		margin-left:93px;
		padding-bottom: 0px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_14775 .stacks_in_14775listContent {
		display: block;
		margin-left:93px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_14775breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_14775 {
	padding:  20px;
}

#usefulGridOuterstacks_in_14807_6 {
	margin: 0;
	height: auto;
	overflow: auto;
}

#usefulGridOuterstacks_in_14807_6 .usefulGridItem {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	height: 100.00%;
	overflow: hidden;
	position: relative;
	width: 33.00%;
}

@media screen and (max-width: 2500px) {
	#usefulGridOuterstacks_in_14807_6 .usefulGridItem {
		width: 33.00%;
	}
}

@media screen and (max-width: 2000px) {
	#usefulGridOuterstacks_in_14807_6 .usefulGridItem {
		width: 33.00%;
	}
}

@media screen and (max-width: 1500px) {
	#usefulGridOuterstacks_in_14807_6 .usefulGridItem {
		width: 33.00%;
	}
}

@media screen and (max-width: 768px) {
	#usefulGridOuterstacks_in_14807_6 .usefulGridItem {
		width: 33.00%;
	}
}

@media screen and (max-width: 568px) {
	#usefulGridOuterstacks_in_14807_6 .usefulGridItem {
		width: 100.00%;
	}
}

@media print {
	#usefulGridOuterstacks_in_14807_6 .usefulGridItem {
		width: 100%;
	}
}

#usefulGridOuterstacks_in_14807_6 .usefulGridItem .usefulGridItemInner {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}




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

#stacks_in_14807_4 {
	margin: 0px 10px 10px 0px;
	padding:  10px;
}
#stacks_in_14807_11 {
    text-align: left;
    padding: 5px 10px;
}

#stacks_in_14807_11 a {
    display: inline-block;
    background: rgba(26, 145, 170, 1.00);
    background-image: -webkit-linear-gradient(top, rgba(26, 145, 170, 1.00), rgba(26, 145, 170, 1.00));
    background-image: -moz-linear-gradient(top, rgba(26, 145, 170, 1.00), rgba(26, 145, 170, 1.00));
    background-image: -ms-linear-gradient(top, rgba(26, 145, 170, 1.00), rgba(26, 145, 170, 1.00));
    background-image: -o-linear-gradient(top, rgba(26, 145, 170, 1.00), rgba(26, 145, 170, 1.00));
    background-image: linear-gradient(to bottom, rgba(26, 145, 170, 1.00), rgba(26, 145, 170, 1.00));
    border-radius: 2px;
    font-family: inherit;
    line-height: 1.2;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1.00);
    font-size: 120%;
    padding: 10px 10px;
    text-decoration: none;
    /* Misc. text formating */ 
    /* No text shadow */
    /* No box shadow */
    /* No border */
}

#stacks_in_14807_11 a:hover {
    background: rgba(141, 169, 182, 1.00);
    background-image: -webkit-linear-gradient(top, rgba(141, 169, 182, 1.00), rgba(141, 169, 182, 1.00));
    background-image: -moz-linear-gradient(top, rgba(141, 169, 182, 1.00), rgba(141, 169, 182, 1.00));
    background-image: -ms-linear-gradient(top, rgba(141, 169, 182, 1.00), rgba(141, 169, 182, 1.00));
    background-image: -o-linear-gradient(top, rgba(141, 169, 182, 1.00), rgba(141, 169, 182, 1.00));
    background-image: linear-gradient(to bottom, rgba(141, 169, 182, 1.00), rgba(141, 169, 182, 1.00));
    text-decoration: none;
    /* Misc. text formating */ 
}
#stacks_in_14807_10 {
	margin: 0px 10px 5px 0px;
	padding:  10px;
}

#stacks_in_14807_13 {
	margin: 0px 0px 30px 0px;
	padding:  10px;
}

#stacks_in_14807_16 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  1px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	margin: 0px 0px 30px 0px;
	padding:  10px;
}
