.com_joeworkman_stacks_link_stack a{display:block;text-decoration:none!important;padding:0;margin:0}
/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_3416_page17 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

#stacks_in_3416_page17 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}

#stacks_in_3410_page17 {
	background-color: rgba(255, 255, 255, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Sticky Stack' 
Style Sheet: fsrsticky.css
Created: 04, June, 2014
Last Modified: 29, June 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_640_page17 {

}

#stacks_in_640_page17 .stacks_in_640_page17_sticky {
	display: block;
	height: auto;
	max-width: 960px;
	width: 100%;
	position: relative;
	z-index: 999;
}

.stickUp {
	max-width: 960px;
	z-index: 999;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_640_page17 .stacks_in_640_page17_sticky, .stickUp { 
	display: block;
	max-width: 100%;

}
}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Add-Ons Pack 1'
fsrnavmenures3.css style sheet
Created: 21, May, 2013
Last Modified: 03, September, 2015
Version: 1.5
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013-2015 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#navbar {
	display: block !important;	
	height: auto;
	font-size: 1.00em;
	font-weight: 600;
}

#nav ul {
	bottom: 0;
	left: 0;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
}

*:first-child+html #nav ul {
	height: 40px !important;
}

#nav ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	border-right: 0px solid #FFFFFF;
	width: auto;
}

#nav ul li a, #nav ul li a:visited {
	background: #000000;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.00em;
	font-weight: 600;
	padding: 0 14px 0 14px;
	text-decoration: none;
}

#nav ul li a:hover {
	background: #FEC21E;
	color: #FFFFFF;
}

#nav ul li #current {
	background-color: #005DB3;
	color: #FFFFFF;
}

#nav ul li .currentAncestor {
	color: #FFFFFF;
}

#nav ul li a:hover > ul {
	position: relative;
	display: inline-block;
}

#nav ul li.hasChild > a:after {
	content: "\f107";
	float: none;
	margin-left: 6px;
	font-family: "FontAwesome";
	vertical-align: top;
	padding: 0 0 0 8px;
}

#nav li:first-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li:last-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul li:last-child {
	border-right: 0px;
}

/* Sub Menu Levels */

#nav ul ul {
	display: none;
	left: 0;
	line-height: 40px;
	margin: 0;
	position: absolute;
	top: 39px;
	width: 200px;
	z-index: 999;
	text-align: left;
}

#nav ul ul li {
	display: block;
	padding: 0;
	height: 40px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background: #252525;
	color: #FFFFFF;
	border-top: px solid #EFEFEF;
	font-size: 1.00em;
	font-weight: normal;
	height: 40px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

*:first-child+html #nav ul ul li a, #nav ul ul li a:visited {
	padding: 0 14px 0 14px;
	line-height: 40px !important;
	width: 186px !important;
}

#nav ul ul li a:hover {
	background: #005DB3;
	color: #FFFFFF;
	width: 186px;
	background-image: none;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background: #005DB3;
	color: #FFFFFF;
}

#nav ul ul li:last-child > a {
	border-bottom: 1px solid #EFEFEF;
}

#nav ul ul li.hasChild > a:after {
	content: "\f105";
	display:inline-block;
	float: right;
	margin-left: 6px;
	margin-right: 0;
	font-family: "FontAwesome";
	vertical-align: top;
	padding: 0 0 0 8px;
}

#nav li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul ul {
	top: 0;
	left: 214px;
}

*:first-child+html #nav ul ul ul {
	top: 0;
	left: 214px !important;
}

#nav li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


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

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

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

@media screen and (max-width: 600px) {
	
#navbar, #nav { 
    display: none; 
    visibility: collapse;
    height: 0px;
}

#pagecontainer, #pagewrapper {
	overflow: hidden !important;
}

@-moz-document url-prefix() {
    #pagecontainer, #pagewrapper {
	overflow: visible !important;
}
}

}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
float: left;
width: 100%;
position: relative;
background: #000000;
padding: 4px 0 0 0;
min-height: 48px;
z-index: 99999;
}

.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 16px 13px 10px 16px;
position: absolute;
top: 0;
right: 0;
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
display: block;
background: #FFFFFF;
height: 3px;
margin-top: 3px;
}

.mean-container a:hover.meanmenu-reveal span {
display: block;
background: #FFFFFF;
height: 3px;
margin-top: 3px;
}

.mean-container .mean-nav { 
float: left;
width: 100%;
background: #000000;
margin-top: 48px;
}

.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #FFFFFF;
border-bottom: 1px solid #F1F1F1;
text-decoration: none;
text-transform: none;
}

.mean-container .mean-nav ul li:first-child a {
border-top: 1px solid #F1F1F1;	
}

.mean-container .mean-nav ul li #current {
	background-color: #005DB3;
	color: #FFFFFF;
}

.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #F1F1F1;
/*border-bottom: 1px solid #f1f1f1;*/
opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover { 
color: #FFFFFF;
background: #005DB3;
/*original hover background: #252525;*/
}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
font-size: 20px !important;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}





#stacks_in_663_page17 {
	background-color: rgba(1, 1, 2, 1.00);
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 1px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_94499_page17 {
	
}

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

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

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

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

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_7373_page17desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_7373_page17mobilecontent { 
	display: none;
}




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

@media screen and (max-width: 768px) {
	
#stacks_in_7373_page17mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_7373_page17desktopcontent {
	display: none;
}

}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7513_page17 #fsr_colwrap_stacks_in_7513_page17 #fsr_leftcol_stacks_in_7513_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_7513_page17 #fsr_colwrap_stacks_in_7513_page17 #fsr_leftcol_stacks_in_7513_page17 .leftcolpad_stacks_in_7513_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7513_page17 #fsr_colwrap_stacks_in_7513_page17 #fsr_rightcol_stacks_in_7513_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7513_page17 #fsr_colwrap_stacks_in_7513_page17 #fsr_rightcol_stacks_in_7513_page17 .rightcolpad_stacks_in_7513_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7513_page17 #fsr_colwrap_stacks_in_7513_page17 #fsr_leftcol_stacks_in_7513_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7513_page17 #fsr_colwrap_stacks_in_7513_page17 #fsr_leftcol_stacks_in_7513_page17 .leftcolpad_stacks_in_7513_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7513_page17 #fsr_colwrap_stacks_in_7513_page17 #fsr_rightcol_stacks_in_7513_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7513_page17 #fsr_colwrap_stacks_in_7513_page17 #fsr_rightcol_stacks_in_7513_page17 .rightcolpad_stacks_in_7513_page17 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_7513_page17 {
	margin: 0px 0px 5px 0px;
	padding: 0px 60px 0px 64px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7515_page17 #fsr_colwrap_stacks_in_7515_page17 #fsr_leftcol_stacks_in_7515_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_7515_page17 #fsr_colwrap_stacks_in_7515_page17 #fsr_leftcol_stacks_in_7515_page17 .leftcolpad_stacks_in_7515_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7515_page17 #fsr_colwrap_stacks_in_7515_page17 #fsr_rightcol_stacks_in_7515_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7515_page17 #fsr_colwrap_stacks_in_7515_page17 #fsr_rightcol_stacks_in_7515_page17 .rightcolpad_stacks_in_7515_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7515_page17 #fsr_colwrap_stacks_in_7515_page17 #fsr_leftcol_stacks_in_7515_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7515_page17 #fsr_colwrap_stacks_in_7515_page17 #fsr_leftcol_stacks_in_7515_page17 .leftcolpad_stacks_in_7515_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7515_page17 #fsr_colwrap_stacks_in_7515_page17 #fsr_rightcol_stacks_in_7515_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7515_page17 #fsr_colwrap_stacks_in_7515_page17 #fsr_rightcol_stacks_in_7515_page17 .rightcolpad_stacks_in_7515_page17 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7517_page17 #fsr_colwrap_stacks_in_7517_page17 #fsr_leftcol_stacks_in_7517_page17 {
	float: left;
	display: block;
	width: 10%;
	height: auto;
	margin: 0;
}

#stacks_in_7517_page17 #fsr_colwrap_stacks_in_7517_page17 #fsr_leftcol_stacks_in_7517_page17 .leftcolpad_stacks_in_7517_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7517_page17 #fsr_colwrap_stacks_in_7517_page17 #fsr_rightcol_stacks_in_7517_page17 {
	float: right;
	display: block;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7517_page17 #fsr_colwrap_stacks_in_7517_page17 #fsr_rightcol_stacks_in_7517_page17 .rightcolpad_stacks_in_7517_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7517_page17 #fsr_colwrap_stacks_in_7517_page17 #fsr_leftcol_stacks_in_7517_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7517_page17 #fsr_colwrap_stacks_in_7517_page17 #fsr_leftcol_stacks_in_7517_page17 .leftcolpad_stacks_in_7517_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7517_page17 #fsr_colwrap_stacks_in_7517_page17 #fsr_rightcol_stacks_in_7517_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7517_page17 #fsr_colwrap_stacks_in_7517_page17 #fsr_rightcol_stacks_in_7517_page17 .rightcolpad_stacks_in_7517_page17 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_7517_page17 {
	margin: 4px 0px 3px 0px;
}
#stacks_in_7520_page17{text-align:justify}

#stacks_in_7520_page17 {
	margin: 10px 0px 0px 86px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7523_page17 #fsr_colwrap_stacks_in_7523_page17 #fsr_leftcol_stacks_in_7523_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_7523_page17 #fsr_colwrap_stacks_in_7523_page17 #fsr_leftcol_stacks_in_7523_page17 .leftcolpad_stacks_in_7523_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7523_page17 #fsr_colwrap_stacks_in_7523_page17 #fsr_rightcol_stacks_in_7523_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7523_page17 #fsr_colwrap_stacks_in_7523_page17 #fsr_rightcol_stacks_in_7523_page17 .rightcolpad_stacks_in_7523_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7523_page17 #fsr_colwrap_stacks_in_7523_page17 #fsr_leftcol_stacks_in_7523_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7523_page17 #fsr_colwrap_stacks_in_7523_page17 #fsr_leftcol_stacks_in_7523_page17 .leftcolpad_stacks_in_7523_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7523_page17 #fsr_colwrap_stacks_in_7523_page17 #fsr_rightcol_stacks_in_7523_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7523_page17 #fsr_colwrap_stacks_in_7523_page17 #fsr_rightcol_stacks_in_7523_page17 .rightcolpad_stacks_in_7523_page17 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_7523_page17 {
	margin: 4px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7527_page17 {
	
}

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

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

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

#stacks_in_7527_page17 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_7527_page17 {
	margin: 9px 0px 2px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7532_page17 {
	
}

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

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

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

#stacks_in_7532_page17 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_7532_page17 {
	margin: 9px 0px 2px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7535_page17 #fsr_colwrap_stacks_in_7535_page17 #fsr_leftcol_stacks_in_7535_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_7535_page17 #fsr_colwrap_stacks_in_7535_page17 #fsr_leftcol_stacks_in_7535_page17 .leftcolpad_stacks_in_7535_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7535_page17 #fsr_colwrap_stacks_in_7535_page17 #fsr_rightcol_stacks_in_7535_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7535_page17 #fsr_colwrap_stacks_in_7535_page17 #fsr_rightcol_stacks_in_7535_page17 .rightcolpad_stacks_in_7535_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7535_page17 #fsr_colwrap_stacks_in_7535_page17 #fsr_leftcol_stacks_in_7535_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7535_page17 #fsr_colwrap_stacks_in_7535_page17 #fsr_leftcol_stacks_in_7535_page17 .leftcolpad_stacks_in_7535_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7535_page17 #fsr_colwrap_stacks_in_7535_page17 #fsr_rightcol_stacks_in_7535_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7535_page17 #fsr_colwrap_stacks_in_7535_page17 #fsr_rightcol_stacks_in_7535_page17 .rightcolpad_stacks_in_7535_page17 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7537_page17 #fsr_colwrap_stacks_in_7537_page17 #fsr_leftcol_stacks_in_7537_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_7537_page17 #fsr_colwrap_stacks_in_7537_page17 #fsr_leftcol_stacks_in_7537_page17 .leftcolpad_stacks_in_7537_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7537_page17 #fsr_colwrap_stacks_in_7537_page17 #fsr_rightcol_stacks_in_7537_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7537_page17 #fsr_colwrap_stacks_in_7537_page17 #fsr_rightcol_stacks_in_7537_page17 .rightcolpad_stacks_in_7537_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7537_page17 #fsr_colwrap_stacks_in_7537_page17 #fsr_leftcol_stacks_in_7537_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7537_page17 #fsr_colwrap_stacks_in_7537_page17 #fsr_leftcol_stacks_in_7537_page17 .leftcolpad_stacks_in_7537_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7537_page17 #fsr_colwrap_stacks_in_7537_page17 #fsr_rightcol_stacks_in_7537_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7537_page17 #fsr_colwrap_stacks_in_7537_page17 #fsr_rightcol_stacks_in_7537_page17 .rightcolpad_stacks_in_7537_page17 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_7537_page17 {
	margin: 4px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7541_page17 {
	
}

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

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

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

#stacks_in_7541_page17 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_7541_page17 {
	margin: 9px 0px 2px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7546_page17 {
	
}

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

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

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

#stacks_in_7546_page17 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_7546_page17 {
	margin: 9px 0px 1px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7549_page17 #fsr_colwrap_stacks_in_7549_page17 #fsr_leftcol_stacks_in_7549_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_7549_page17 #fsr_colwrap_stacks_in_7549_page17 #fsr_leftcol_stacks_in_7549_page17 .leftcolpad_stacks_in_7549_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7549_page17 #fsr_colwrap_stacks_in_7549_page17 #fsr_rightcol_stacks_in_7549_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7549_page17 #fsr_colwrap_stacks_in_7549_page17 #fsr_rightcol_stacks_in_7549_page17 .rightcolpad_stacks_in_7549_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7549_page17 #fsr_colwrap_stacks_in_7549_page17 #fsr_leftcol_stacks_in_7549_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7549_page17 #fsr_colwrap_stacks_in_7549_page17 #fsr_leftcol_stacks_in_7549_page17 .leftcolpad_stacks_in_7549_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7549_page17 #fsr_colwrap_stacks_in_7549_page17 #fsr_rightcol_stacks_in_7549_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7549_page17 #fsr_colwrap_stacks_in_7549_page17 #fsr_rightcol_stacks_in_7549_page17 .rightcolpad_stacks_in_7549_page17 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_7549_page17 {
	margin: 4px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7553_page17 {
	
}

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

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

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

#stacks_in_7553_page17 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_7553_page17 {
	margin: 9px 0px 0px 0px;
}
#stacks_in_6573_page17{text-align:justify}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_left3col_stacks_in_7669_page17 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_left3col_stacks_in_7669_page17 .left3colpad_stacks_in_7669_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_center3col_stacks_in_7669_page17 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_right3col_stacks_in_7669_page17 .right3colpad_stacks_in_7669_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_right3col_stacks_in_7669_page17 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_center3col_stacks_in_7669_page17 .center3colpad_stacks_in_7669_page17 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_left3col_stacks_in_7669_page17 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_left3col_stacks_in_7669_page17 .left3colpad_stacks_in_7669_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_center3col_stacks_in_7669_page17 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_center3col_stacks_in_7669_page17 .center3colpad_stacks_in_7669_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_right3col_stacks_in_7669_page17 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_7669_page17 #fsr_3colwrap_stacks_in_7669_page17 #fsr_right3col_stacks_in_7669_page17 .right3colpad_stacks_in_7669_page17 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_7669_page17 {
	padding: 0px 60px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7671_page17 #fsr_colwrap_stacks_in_7671_page17 #fsr_leftcol_stacks_in_7671_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_7671_page17 #fsr_colwrap_stacks_in_7671_page17 #fsr_leftcol_stacks_in_7671_page17 .leftcolpad_stacks_in_7671_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7671_page17 #fsr_colwrap_stacks_in_7671_page17 #fsr_rightcol_stacks_in_7671_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7671_page17 #fsr_colwrap_stacks_in_7671_page17 #fsr_rightcol_stacks_in_7671_page17 .rightcolpad_stacks_in_7671_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7671_page17 #fsr_colwrap_stacks_in_7671_page17 #fsr_leftcol_stacks_in_7671_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7671_page17 #fsr_colwrap_stacks_in_7671_page17 #fsr_leftcol_stacks_in_7671_page17 .leftcolpad_stacks_in_7671_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7671_page17 #fsr_colwrap_stacks_in_7671_page17 #fsr_rightcol_stacks_in_7671_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7671_page17 #fsr_colwrap_stacks_in_7671_page17 #fsr_rightcol_stacks_in_7671_page17 .rightcolpad_stacks_in_7671_page17 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7676_page17 {
	
}

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

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

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

#stacks_in_7676_page17 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7679_page17 #fsr_colwrap_stacks_in_7679_page17 #fsr_leftcol_stacks_in_7679_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_7679_page17 #fsr_colwrap_stacks_in_7679_page17 #fsr_leftcol_stacks_in_7679_page17 .leftcolpad_stacks_in_7679_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7679_page17 #fsr_colwrap_stacks_in_7679_page17 #fsr_rightcol_stacks_in_7679_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7679_page17 #fsr_colwrap_stacks_in_7679_page17 #fsr_rightcol_stacks_in_7679_page17 .rightcolpad_stacks_in_7679_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7679_page17 #fsr_colwrap_stacks_in_7679_page17 #fsr_leftcol_stacks_in_7679_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7679_page17 #fsr_colwrap_stacks_in_7679_page17 #fsr_leftcol_stacks_in_7679_page17 .leftcolpad_stacks_in_7679_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7679_page17 #fsr_colwrap_stacks_in_7679_page17 #fsr_rightcol_stacks_in_7679_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7679_page17 #fsr_colwrap_stacks_in_7679_page17 #fsr_rightcol_stacks_in_7679_page17 .rightcolpad_stacks_in_7679_page17 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7683_page17 {
	
}

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

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

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

#stacks_in_7683_page17 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7688_page17 {
	
}

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

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

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

#stacks_in_7688_page17 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_7691_page17 #fsr_colwrap_stacks_in_7691_page17 #fsr_leftcol_stacks_in_7691_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_7691_page17 #fsr_colwrap_stacks_in_7691_page17 #fsr_leftcol_stacks_in_7691_page17 .leftcolpad_stacks_in_7691_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7691_page17 #fsr_colwrap_stacks_in_7691_page17 #fsr_rightcol_stacks_in_7691_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7691_page17 #fsr_colwrap_stacks_in_7691_page17 #fsr_rightcol_stacks_in_7691_page17 .rightcolpad_stacks_in_7691_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_7691_page17 #fsr_colwrap_stacks_in_7691_page17 #fsr_leftcol_stacks_in_7691_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7691_page17 #fsr_colwrap_stacks_in_7691_page17 #fsr_leftcol_stacks_in_7691_page17 .leftcolpad_stacks_in_7691_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7691_page17 #fsr_colwrap_stacks_in_7691_page17 #fsr_rightcol_stacks_in_7691_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_7691_page17 #fsr_colwrap_stacks_in_7691_page17 #fsr_rightcol_stacks_in_7691_page17 .rightcolpad_stacks_in_7691_page17 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7695_page17 {
	
}

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

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

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

#stacks_in_7695_page17 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7700_page17 {
	
}

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

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

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

#stacks_in_7700_page17 img {
	float: none;
	max-width: 100% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_4524_page17desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_4524_page17mobilecontent { 
	display: none;
}




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

@media screen and (max-width: 768px) {
	
#stacks_in_4524_page17mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_4524_page17desktopcontent {
	display: none;
}

}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_3916_page17 #fsr_colwrap_stacks_in_3916_page17 #fsr_leftcol_stacks_in_3916_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_3916_page17 #fsr_colwrap_stacks_in_3916_page17 #fsr_leftcol_stacks_in_3916_page17 .leftcolpad_stacks_in_3916_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3916_page17 #fsr_colwrap_stacks_in_3916_page17 #fsr_rightcol_stacks_in_3916_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_3916_page17 #fsr_colwrap_stacks_in_3916_page17 #fsr_rightcol_stacks_in_3916_page17 .rightcolpad_stacks_in_3916_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_3916_page17 #fsr_colwrap_stacks_in_3916_page17 #fsr_leftcol_stacks_in_3916_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_3916_page17 #fsr_colwrap_stacks_in_3916_page17 #fsr_leftcol_stacks_in_3916_page17 .leftcolpad_stacks_in_3916_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3916_page17 #fsr_colwrap_stacks_in_3916_page17 #fsr_rightcol_stacks_in_3916_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_3916_page17 #fsr_colwrap_stacks_in_3916_page17 #fsr_rightcol_stacks_in_3916_page17 .rightcolpad_stacks_in_3916_page17 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_4527_page17 #fsr_colwrap_stacks_in_4527_page17 #fsr_leftcol_stacks_in_4527_page17 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_4527_page17 #fsr_colwrap_stacks_in_4527_page17 #fsr_leftcol_stacks_in_4527_page17 .leftcolpad_stacks_in_4527_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4527_page17 #fsr_colwrap_stacks_in_4527_page17 #fsr_rightcol_stacks_in_4527_page17 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4527_page17 #fsr_colwrap_stacks_in_4527_page17 #fsr_rightcol_stacks_in_4527_page17 .rightcolpad_stacks_in_4527_page17 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_4527_page17 #fsr_colwrap_stacks_in_4527_page17 #fsr_leftcol_stacks_in_4527_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4527_page17 #fsr_colwrap_stacks_in_4527_page17 #fsr_leftcol_stacks_in_4527_page17 .leftcolpad_stacks_in_4527_page17 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4527_page17 #fsr_colwrap_stacks_in_4527_page17 #fsr_rightcol_stacks_in_4527_page17 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_4527_page17 #fsr_colwrap_stacks_in_4527_page17 #fsr_rightcol_stacks_in_4527_page17 .rightcolpad_stacks_in_4527_page17 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 28, July 2015
Version: 1.5
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013-2015 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_56579_page17 {
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 0% 43%;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_56579_page17 { 
    padding: 1% 0% 0% 24%;
    margin: 0% 0% 0% 10%;
}
}

#stacks_in_56579_page17 {
	padding: 5px 0px 0px 0px;
}
#stacks_in_56581_page17{text-align:justify}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_70623_page17 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 22%;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_70623_page17 { 
    padding: 1% 0% 0% 0%;
    margin: 0% 0% 0% 6%;
}
}
/* @group CSS Reset */

#shareStackWrapperstacks_in_70625_page17 *,
#shareStackWrapperstacks_in_70625_page17 *::after,
#shareStackWrapperstacks_in_70625_page17 *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#shareStackWrapperstacks_in_70625_page17 ul#shareStackArraystacks_in_70625_page17 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: left;
}

#shareStackWrapperstacks_in_70625_page17 [class^="fa fa-"] {
	line-height: 40px;
	color: inherit;
}

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_70625_page17 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_70625_page17 ul#shareStackArraystacks_in_70625_page17 li.shareStackItem {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 0px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_70625_page17 ul#shareStackArraystacks_in_70625_page17 li.shareStackItem:hover {
	opacity: 0.85;
}

#shareStackWrapperstacks_in_70625_page17 ul#shareStackArraystacks_in_70625_page17 li.shareStackItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_70625_page17 ul#shareStackArraystacks_in_70625_page17 {
	display: none;
}

@media screen and (min-width: 200px) and (max-width: 100000px) {
	#shareStackWrapperstacks_in_70625_page17 ul#shareStackArraystacks_in_70625_page17 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-baidustacks_in_70625_page17 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-bloggerstacks_in_70625_page17 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-deliciousstacks_in_70625_page17 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-diggstacks_in_70625_page17 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-facebookstacks_in_70625_page17 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-googleplusstacks_in_70625_page17 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-linkedinstacks_in_70625_page17 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-livejournalstacks_in_70625_page17 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-myspacestacks_in_70625_page17 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-odnoklassnikistacks_in_70625_page17 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-pocketstacks_in_70625_page17 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-redditstacks_in_70625_page17 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-renrenstacks_in_70625_page17 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-stumbleuponstacks_in_70625_page17 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-telegramstacks_in_70625_page17 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-tumblrstacks_in_70625_page17 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-twitterstacks_in_70625_page17 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-viadeostacks_in_70625_page17 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-vkontaktestacks_in_70625_page17 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-weibostacks_in_70625_page17 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-xingstacks_in_70625_page17 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-emailstacks_in_70625_page17 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-printstacks_in_70625_page17 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-customonestacks_in_70625_page17 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-customtwostacks_in_70625_page17 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-customthreestacks_in_70625_page17 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-customfourstacks_in_70625_page17 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_70625_page17 #shareStackItem-customfivestacks_in_70625_page17 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

/* @end */
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Breadcrumb Stack' 
Style Sheet: fsrbreadcrumb.css
Created: 27, May, 2012
Last Modified: 05, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1632_page17 {
}

#stacks_in_1632_page17 #breadcrumbcontainer {
	line-height: 1.00em;
	text-align: center;
}


#stacks_in_1632_page17 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 9px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Footer' 
Style Sheet: fsrfooter.css
Created: 25, October, 2010
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_957_page17 {
}

#stacks_in_957_page17 #footer {
	font-size: 0.95em;
	line-height: 1.20em;
	width: 100%;
}



#stacks_in_957_page17 {
	margin:  7px;
	padding:  3px;
}
