.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_185_page16 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

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

}

#stacks_in_2865_page16 {
	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_906_page16 {

}

#stacks_in_906_page16 .stacks_in_906_page16_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_906_page16 .stacks_in_906_page16_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: #F9FEFF;
	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_187_page16 {
	background-color: rgba(1, 2, 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_10627_page16 {
	
}

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

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

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

#stacks_in_10627_page16 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_5281_page16desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_5281_page16mobilecontent { 
	display: none;
}




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

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

#stacks_in_5281_page16desktopcontent {
	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_5263_page16 #fsr_colwrap_stacks_in_5263_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5263_page16 #fsr_colwrap_stacks_in_5263_page16 #fsr_leftcol_stacks_in_5263_page16 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_5263_page16 #fsr_colwrap_stacks_in_5263_page16 #fsr_leftcol_stacks_in_5263_page16 .leftcolpad_stacks_in_5263_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5263_page16 #fsr_colwrap_stacks_in_5263_page16 #fsr_rightcol_stacks_in_5263_page16 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5263_page16 #fsr_colwrap_stacks_in_5263_page16 #fsr_rightcol_stacks_in_5263_page16 .rightcolpad_stacks_in_5263_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5263_page16 #fsr_colwrap_stacks_in_5263_page16 #fsr_leftcol_stacks_in_5263_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5263_page16 #fsr_colwrap_stacks_in_5263_page16 #fsr_leftcol_stacks_in_5263_page16 .leftcolpad_stacks_in_5263_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5263_page16 #fsr_colwrap_stacks_in_5263_page16 #fsr_rightcol_stacks_in_5263_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5263_page16 #fsr_colwrap_stacks_in_5263_page16 #fsr_rightcol_stacks_in_5263_page16 .rightcolpad_stacks_in_5263_page16 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5263_page16 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 0px 0px 1px 0px;
	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_5276_page16 #fsr_colwrap_stacks_in_5276_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5276_page16 #fsr_colwrap_stacks_in_5276_page16 #fsr_leftcol_stacks_in_5276_page16 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_5276_page16 #fsr_colwrap_stacks_in_5276_page16 #fsr_leftcol_stacks_in_5276_page16 .leftcolpad_stacks_in_5276_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5276_page16 #fsr_colwrap_stacks_in_5276_page16 #fsr_rightcol_stacks_in_5276_page16 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5276_page16 #fsr_colwrap_stacks_in_5276_page16 #fsr_rightcol_stacks_in_5276_page16 .rightcolpad_stacks_in_5276_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5276_page16 #fsr_colwrap_stacks_in_5276_page16 #fsr_leftcol_stacks_in_5276_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5276_page16 #fsr_colwrap_stacks_in_5276_page16 #fsr_leftcol_stacks_in_5276_page16 .leftcolpad_stacks_in_5276_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5276_page16 #fsr_colwrap_stacks_in_5276_page16 #fsr_rightcol_stacks_in_5276_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5276_page16 #fsr_colwrap_stacks_in_5276_page16 #fsr_rightcol_stacks_in_5276_page16 .rightcolpad_stacks_in_5276_page16 {
	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_5278_page16 #fsr_colwrap_stacks_in_5278_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5278_page16 #fsr_colwrap_stacks_in_5278_page16 #fsr_leftcol_stacks_in_5278_page16 {
	float: left;
	display: block;
	width: 10%;
	height: auto;
	margin: 0;
}

#stacks_in_5278_page16 #fsr_colwrap_stacks_in_5278_page16 #fsr_leftcol_stacks_in_5278_page16 .leftcolpad_stacks_in_5278_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5278_page16 #fsr_colwrap_stacks_in_5278_page16 #fsr_rightcol_stacks_in_5278_page16 {
	float: right;
	display: block;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5278_page16 #fsr_colwrap_stacks_in_5278_page16 #fsr_rightcol_stacks_in_5278_page16 .rightcolpad_stacks_in_5278_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5278_page16 #fsr_colwrap_stacks_in_5278_page16 #fsr_leftcol_stacks_in_5278_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5278_page16 #fsr_colwrap_stacks_in_5278_page16 #fsr_leftcol_stacks_in_5278_page16 .leftcolpad_stacks_in_5278_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5278_page16 #fsr_colwrap_stacks_in_5278_page16 #fsr_rightcol_stacks_in_5278_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5278_page16 #fsr_colwrap_stacks_in_5278_page16 #fsr_rightcol_stacks_in_5278_page16 .rightcolpad_stacks_in_5278_page16 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5278_page16 {
	margin: 4px 0px 3px 0px;
}
#stacks_in_5283_page16{text-align:justify}

#stacks_in_5283_page16 {
	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_5289_page16 #fsr_colwrap_stacks_in_5289_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5289_page16 #fsr_colwrap_stacks_in_5289_page16 #fsr_leftcol_stacks_in_5289_page16 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_5289_page16 #fsr_colwrap_stacks_in_5289_page16 #fsr_leftcol_stacks_in_5289_page16 .leftcolpad_stacks_in_5289_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5289_page16 #fsr_colwrap_stacks_in_5289_page16 #fsr_rightcol_stacks_in_5289_page16 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5289_page16 #fsr_colwrap_stacks_in_5289_page16 #fsr_rightcol_stacks_in_5289_page16 .rightcolpad_stacks_in_5289_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5289_page16 #fsr_colwrap_stacks_in_5289_page16 #fsr_leftcol_stacks_in_5289_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5289_page16 #fsr_colwrap_stacks_in_5289_page16 #fsr_leftcol_stacks_in_5289_page16 .leftcolpad_stacks_in_5289_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5289_page16 #fsr_colwrap_stacks_in_5289_page16 #fsr_rightcol_stacks_in_5289_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5289_page16 #fsr_colwrap_stacks_in_5289_page16 #fsr_rightcol_stacks_in_5289_page16 .rightcolpad_stacks_in_5289_page16 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5289_page16 {
	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_5293_page16 {
	
}

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

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

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

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

}
#stacks_in_5293_page16 {
	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_5298_page16 {
	
}

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

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

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

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

}
#stacks_in_5298_page16 {
	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_5301_page16 #fsr_colwrap_stacks_in_5301_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5301_page16 #fsr_colwrap_stacks_in_5301_page16 #fsr_leftcol_stacks_in_5301_page16 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_5301_page16 #fsr_colwrap_stacks_in_5301_page16 #fsr_leftcol_stacks_in_5301_page16 .leftcolpad_stacks_in_5301_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5301_page16 #fsr_colwrap_stacks_in_5301_page16 #fsr_rightcol_stacks_in_5301_page16 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5301_page16 #fsr_colwrap_stacks_in_5301_page16 #fsr_rightcol_stacks_in_5301_page16 .rightcolpad_stacks_in_5301_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5301_page16 #fsr_colwrap_stacks_in_5301_page16 #fsr_leftcol_stacks_in_5301_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5301_page16 #fsr_colwrap_stacks_in_5301_page16 #fsr_leftcol_stacks_in_5301_page16 .leftcolpad_stacks_in_5301_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5301_page16 #fsr_colwrap_stacks_in_5301_page16 #fsr_rightcol_stacks_in_5301_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5301_page16 #fsr_colwrap_stacks_in_5301_page16 #fsr_rightcol_stacks_in_5301_page16 .rightcolpad_stacks_in_5301_page16 {
	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_5303_page16 #fsr_colwrap_stacks_in_5303_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5303_page16 #fsr_colwrap_stacks_in_5303_page16 #fsr_leftcol_stacks_in_5303_page16 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_5303_page16 #fsr_colwrap_stacks_in_5303_page16 #fsr_leftcol_stacks_in_5303_page16 .leftcolpad_stacks_in_5303_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5303_page16 #fsr_colwrap_stacks_in_5303_page16 #fsr_rightcol_stacks_in_5303_page16 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5303_page16 #fsr_colwrap_stacks_in_5303_page16 #fsr_rightcol_stacks_in_5303_page16 .rightcolpad_stacks_in_5303_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5303_page16 #fsr_colwrap_stacks_in_5303_page16 #fsr_leftcol_stacks_in_5303_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5303_page16 #fsr_colwrap_stacks_in_5303_page16 #fsr_leftcol_stacks_in_5303_page16 .leftcolpad_stacks_in_5303_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5303_page16 #fsr_colwrap_stacks_in_5303_page16 #fsr_rightcol_stacks_in_5303_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5303_page16 #fsr_colwrap_stacks_in_5303_page16 #fsr_rightcol_stacks_in_5303_page16 .rightcolpad_stacks_in_5303_page16 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5303_page16 {
	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_5307_page16 {
	
}

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

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

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

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

}
#stacks_in_5307_page16 {
	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_5323_page16 {
	
}

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

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

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

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

}
#stacks_in_5323_page16 {
	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_5326_page16 #fsr_colwrap_stacks_in_5326_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5326_page16 #fsr_colwrap_stacks_in_5326_page16 #fsr_leftcol_stacks_in_5326_page16 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_5326_page16 #fsr_colwrap_stacks_in_5326_page16 #fsr_leftcol_stacks_in_5326_page16 .leftcolpad_stacks_in_5326_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5326_page16 #fsr_colwrap_stacks_in_5326_page16 #fsr_rightcol_stacks_in_5326_page16 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5326_page16 #fsr_colwrap_stacks_in_5326_page16 #fsr_rightcol_stacks_in_5326_page16 .rightcolpad_stacks_in_5326_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5326_page16 #fsr_colwrap_stacks_in_5326_page16 #fsr_leftcol_stacks_in_5326_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5326_page16 #fsr_colwrap_stacks_in_5326_page16 #fsr_leftcol_stacks_in_5326_page16 .leftcolpad_stacks_in_5326_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5326_page16 #fsr_colwrap_stacks_in_5326_page16 #fsr_rightcol_stacks_in_5326_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5326_page16 #fsr_colwrap_stacks_in_5326_page16 #fsr_rightcol_stacks_in_5326_page16 .rightcolpad_stacks_in_5326_page16 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5326_page16 {
	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_5330_page16 {
	
}

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

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

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

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

}
#stacks_in_5330_page16 {
	margin: 9px 0px 0px 0px;
}
#stacks_in_6515_page16{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_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_left3col_stacks_in_5497_page16 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_left3col_stacks_in_5497_page16 .left3colpad_stacks_in_5497_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_center3col_stacks_in_5497_page16 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_right3col_stacks_in_5497_page16 .right3colpad_stacks_in_5497_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_right3col_stacks_in_5497_page16 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_center3col_stacks_in_5497_page16 .center3colpad_stacks_in_5497_page16 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_left3col_stacks_in_5497_page16 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_left3col_stacks_in_5497_page16 .left3colpad_stacks_in_5497_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_center3col_stacks_in_5497_page16 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_center3col_stacks_in_5497_page16 .center3colpad_stacks_in_5497_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_right3col_stacks_in_5497_page16 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5497_page16 #fsr_3colwrap_stacks_in_5497_page16 #fsr_right3col_stacks_in_5497_page16 .right3colpad_stacks_in_5497_page16 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5497_page16 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 0px 0px 1px 0px;
	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_5501_page16 #fsr_colwrap_stacks_in_5501_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5501_page16 #fsr_colwrap_stacks_in_5501_page16 #fsr_leftcol_stacks_in_5501_page16 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_5501_page16 #fsr_colwrap_stacks_in_5501_page16 #fsr_leftcol_stacks_in_5501_page16 .leftcolpad_stacks_in_5501_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5501_page16 #fsr_colwrap_stacks_in_5501_page16 #fsr_rightcol_stacks_in_5501_page16 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5501_page16 #fsr_colwrap_stacks_in_5501_page16 #fsr_rightcol_stacks_in_5501_page16 .rightcolpad_stacks_in_5501_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5501_page16 #fsr_colwrap_stacks_in_5501_page16 #fsr_leftcol_stacks_in_5501_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5501_page16 #fsr_colwrap_stacks_in_5501_page16 #fsr_leftcol_stacks_in_5501_page16 .leftcolpad_stacks_in_5501_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5501_page16 #fsr_colwrap_stacks_in_5501_page16 #fsr_rightcol_stacks_in_5501_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5501_page16 #fsr_colwrap_stacks_in_5501_page16 #fsr_rightcol_stacks_in_5501_page16 .rightcolpad_stacks_in_5501_page16 {
	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_5543_page16 {
	
}

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

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

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

#stacks_in_5543_page16 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_5504_page16 #fsr_colwrap_stacks_in_5504_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5504_page16 #fsr_colwrap_stacks_in_5504_page16 #fsr_leftcol_stacks_in_5504_page16 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_5504_page16 #fsr_colwrap_stacks_in_5504_page16 #fsr_leftcol_stacks_in_5504_page16 .leftcolpad_stacks_in_5504_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5504_page16 #fsr_colwrap_stacks_in_5504_page16 #fsr_rightcol_stacks_in_5504_page16 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5504_page16 #fsr_colwrap_stacks_in_5504_page16 #fsr_rightcol_stacks_in_5504_page16 .rightcolpad_stacks_in_5504_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5504_page16 #fsr_colwrap_stacks_in_5504_page16 #fsr_leftcol_stacks_in_5504_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5504_page16 #fsr_colwrap_stacks_in_5504_page16 #fsr_leftcol_stacks_in_5504_page16 .leftcolpad_stacks_in_5504_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5504_page16 #fsr_colwrap_stacks_in_5504_page16 #fsr_rightcol_stacks_in_5504_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5504_page16 #fsr_colwrap_stacks_in_5504_page16 #fsr_rightcol_stacks_in_5504_page16 .rightcolpad_stacks_in_5504_page16 {
	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_5510_page16 {
	
}

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

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

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

#stacks_in_5510_page16 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_5545_page16 {
	
}

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

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

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

#stacks_in_5545_page16 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_5507_page16 #fsr_colwrap_stacks_in_5507_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5507_page16 #fsr_colwrap_stacks_in_5507_page16 #fsr_leftcol_stacks_in_5507_page16 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_5507_page16 #fsr_colwrap_stacks_in_5507_page16 #fsr_leftcol_stacks_in_5507_page16 .leftcolpad_stacks_in_5507_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5507_page16 #fsr_colwrap_stacks_in_5507_page16 #fsr_rightcol_stacks_in_5507_page16 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5507_page16 #fsr_colwrap_stacks_in_5507_page16 #fsr_rightcol_stacks_in_5507_page16 .rightcolpad_stacks_in_5507_page16 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_5507_page16 #fsr_colwrap_stacks_in_5507_page16 #fsr_leftcol_stacks_in_5507_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5507_page16 #fsr_colwrap_stacks_in_5507_page16 #fsr_leftcol_stacks_in_5507_page16 .leftcolpad_stacks_in_5507_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5507_page16 #fsr_colwrap_stacks_in_5507_page16 #fsr_rightcol_stacks_in_5507_page16 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_5507_page16 #fsr_colwrap_stacks_in_5507_page16 #fsr_rightcol_stacks_in_5507_page16 .rightcolpad_stacks_in_5507_page16 {
	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_5547_page16 {
	
}

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

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

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

#stacks_in_5547_page16 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_5549_page16 {
	
}

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

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

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

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

}
#stacks_in_1647_page16 {
	margin: 3px 0px 0px 0px;
}

#stacks_in_63548_page16 {
	padding: 4px 25px 0px 25px;
}

#stacks_in_63553_page16 {
	padding: 0px 30px 10px 30px;
}
/*
-------------------------------------------
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_3091_page16 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 14%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_3091_page16 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 3%;
}
}
/*
-------------------------------------------
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_3093_page16 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 14%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_3093_page16 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 3%;
}
}

#stacks_in_3081_page16 {
	margin: 3px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}
/*
-------------------------------------------
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_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_left3col_stacks_in_1773_page16 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_left3col_stacks_in_1773_page16 .left3colpad_stacks_in_1773_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_center3col_stacks_in_1773_page16 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_right3col_stacks_in_1773_page16 .right3colpad_stacks_in_1773_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_right3col_stacks_in_1773_page16 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_center3col_stacks_in_1773_page16 .center3colpad_stacks_in_1773_page16 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_left3col_stacks_in_1773_page16 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_left3col_stacks_in_1773_page16 .left3colpad_stacks_in_1773_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_center3col_stacks_in_1773_page16 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_center3col_stacks_in_1773_page16 .center3colpad_stacks_in_1773_page16 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_right3col_stacks_in_1773_page16 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_1773_page16 #fsr_3colwrap_stacks_in_1773_page16 #fsr_right3col_stacks_in_1773_page16 .right3colpad_stacks_in_1773_page16 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_1773_page16 {
	border: solid rgba(193, 193, 193, 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_903_page16 {
	
}

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

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

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

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

}
#stacks_in_903_page16 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  3px;
	margin: 3px 0px 0px 3px;
	padding: 0px 0px 0px 10px;
}
/*
-------------------------------------------
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_3095_page16 {
	padding: 14% 0% 0% 0%;
	margin: 14% 0% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_3095_page16 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
}
}
#stacks_in_1752_page16_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_1752_page16 a:link, #stacks_in_1752_page16 a:visited {
	background-color:#C30C1F;
	background: -webkit-gradient(linear, left top, left bottom, from(#C30C1F), to(#750712));
	border:1px solid #750712;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1752_page16 a:hover {
	background-color:#D20D21;
	background: -webkit-gradient(linear, left top, left bottom, from(#D20D21), to(#650610));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1752_page16 a:active {
	background-color:#C30C1F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



/*
-------------------------------------------
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_3097_page16 {
	padding: 14% 10% 0% 0%;
	margin: 7% 14% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_3097_page16 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 20% 0%;
}
}

#stacks_in_182_page16 {
	padding:  20px;
}
/*
-------------------------------------------
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_56531_page16 {
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 0% 43%;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_56531_page16 { 
    padding: 1% 0% 0% 24%;
    margin: 0% 0% 0% 10%;
}
}
#stacks_in_56533_page16{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_63545_page16 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 22%;
}

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

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

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

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

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

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

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

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_63547_page16 ul#shareStackArraystacks_in_63547_page16 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_63547_page16 ul#shareStackArraystacks_in_63547_page16 li.shareStackItem:hover {
	opacity: 0.85;
}

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

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_63547_page16 ul#shareStackArraystacks_in_63547_page16 {
	display: none;
}

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

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-baidustacks_in_63547_page16 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-bloggerstacks_in_63547_page16 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-deliciousstacks_in_63547_page16 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-diggstacks_in_63547_page16 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-facebookstacks_in_63547_page16 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-googleplusstacks_in_63547_page16 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-linkedinstacks_in_63547_page16 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-livejournalstacks_in_63547_page16 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-myspacestacks_in_63547_page16 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-odnoklassnikistacks_in_63547_page16 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-pocketstacks_in_63547_page16 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-redditstacks_in_63547_page16 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-renrenstacks_in_63547_page16 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-stumbleuponstacks_in_63547_page16 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-telegramstacks_in_63547_page16 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-tumblrstacks_in_63547_page16 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-twitterstacks_in_63547_page16 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-viadeostacks_in_63547_page16 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-vkontaktestacks_in_63547_page16 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-weibostacks_in_63547_page16 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-xingstacks_in_63547_page16 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-emailstacks_in_63547_page16 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-printstacks_in_63547_page16 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-customonestacks_in_63547_page16 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-customtwostacks_in_63547_page16 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-customthreestacks_in_63547_page16 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-customfourstacks_in_63547_page16 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_63547_page16 #shareStackItem-customfivestacks_in_63547_page16 {
	background: #FF8000;
	color: #333333;
}

/* @end */

@media print {
	#shareStackWrapperstacks_in_63547_page16 {
		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_1604_page16 {
}

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


#stacks_in_1604_page16 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	padding: 8px 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_270_page16 {
}

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



#stacks_in_270_page16 {
	margin:  12px;
	padding:  7px;
}
