 a.anchor{height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important} 
.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_4769_page3 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

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

}

#stacks_in_4771_page3 {
	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_5084_page3 {

}

#stacks_in_5084_page3 .stacks_in_5084_page3_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_5084_page3 .stacks_in_5084_page3_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_5086_page3 {
	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_88749_page3 {
	
}

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

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

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

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

}/*
-------------------------------------------
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_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_left3col_stacks_in_7779_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_left3col_stacks_in_7779_page3 .left3colpad_stacks_in_7779_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_center3col_stacks_in_7779_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_right3col_stacks_in_7779_page3 .right3colpad_stacks_in_7779_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_right3col_stacks_in_7779_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_center3col_stacks_in_7779_page3 .center3colpad_stacks_in_7779_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_left3col_stacks_in_7779_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_left3col_stacks_in_7779_page3 .left3colpad_stacks_in_7779_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_center3col_stacks_in_7779_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_center3col_stacks_in_7779_page3 .center3colpad_stacks_in_7779_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_right3col_stacks_in_7779_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_7779_page3 #fsr_3colwrap_stacks_in_7779_page3 #fsr_right3col_stacks_in_7779_page3 .right3colpad_stacks_in_7779_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_7779_page3 {
	background-color: rgba(254, 194, 30, 1.00);
}
#toggleWrapper_stacks_in_7781_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_7781_page3 {
	padding: 20px;
	margin: 0;
	background: #FEC21E;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_7781_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_7781_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FEC21E;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_7781_page3 a:link:after,
	#toggleTrigger_stacks_in_7781_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_7781_page3 {
		display: block !important;
	}
}

#stacks_in_7787_page3 {
	display:inline-block; width:100%; line-height: 2.000000em;
}
#toggleWrapper_stacks_in_7789_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_7789_page3 {
	padding: 20px;
	margin: 0;
	background: #FEC21E;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_7789_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_7789_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FEC21E;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_7789_page3 a:link:after,
	#toggleTrigger_stacks_in_7789_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_7789_page3 {
		display: block !important;
	}
}

#stacks_in_7795_page3 {
	display:inline-block; width:100%; line-height: 2.000000em;
}
#toggleWrapper_stacks_in_7797_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_7797_page3 {
	padding: 20px;
	margin: 0;
	background: #FEC21E;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_7797_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_7797_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FEC21E;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_7797_page3 a:link:after,
	#toggleTrigger_stacks_in_7797_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_7797_page3 {
		display: block !important;
	}
}

#stacks_in_7803_page3 {
	display:inline-block; width:100%; line-height: 2.000000em;
}

#stacks_in_1798_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 0px 0px 1px 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_4937_page3 {
	padding: 0% 0% 0% 0%;
	margin: 0% 11% 0% 0%;
}

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

@media screen and (max-width: 600px) {
	
#stacks_in_4937_page3 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
}
}
input#stacks_in_5416_page3.pay-submit{width:auto;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;height:56px;line-height:36px;border:0;margin:0;padding:0 20px;color:#FFFFFF!important;font-size:16px;text-transform:none;background:#9C0A19;width:auto;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}input#stacks_in_5416_page3.pay-submit:hover{background-color:#EE4D41!important;color:#FFFFFF!important;cursor:pointer;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;-webkit-appearance:none;-moz-appearance:none;appearance:none}
#stacks_in_5416_page3 {
	margin: 2px 0px 2px 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_4939_page3 {
	padding: 0% 0% 0% 0%;
	margin: 0% 15% 0% 0%;
}

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

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

#stacks_in_3633_page3 {
	margin: 8px 0px 0px 0px;
}

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

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_left3col_stacks_in_5124_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_left3col_stacks_in_5124_page3 .left3colpad_stacks_in_5124_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_center3col_stacks_in_5124_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_right3col_stacks_in_5124_page3 .right3colpad_stacks_in_5124_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_right3col_stacks_in_5124_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_center3col_stacks_in_5124_page3 .center3colpad_stacks_in_5124_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_left3col_stacks_in_5124_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_left3col_stacks_in_5124_page3 .left3colpad_stacks_in_5124_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_center3col_stacks_in_5124_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_center3col_stacks_in_5124_page3 .center3colpad_stacks_in_5124_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_right3col_stacks_in_5124_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5124_page3 #fsr_3colwrap_stacks_in_5124_page3 #fsr_right3col_stacks_in_5124_page3 .right3colpad_stacks_in_5124_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5124_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185000_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade1 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade1.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade1 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade1.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185000_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185000_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185000_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185000_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185000_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185000_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185000_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185000_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose1 .fancyviewerCloseInner
#fancyviewerClose1 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer1 {
	padding: 20px;
}

#fancyviewerClose1 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose1 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive1 #fancyviewerClose1 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer1 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185000_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185000_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185000_page3 {
	margin: 5px 0px 0px 0px;
}
#toggleWrapper_stacks_in_10300_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10300_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10300_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10300_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10300_page3 a:link:after,
	#toggleTrigger_stacks_in_10300_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10300_page3 {
		display: block !important;
	}
}
#stacks_in_10302_page3{text-align:justify}
#stacks_in_10305_page3{text-align:justify}
input#stacks_in_5134_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5134_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5134_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185193_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade29 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade29.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade29.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade29.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade29 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade29.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade29.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade29.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade29.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade29.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185193_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer29 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185193_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185193_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185193_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185193_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185193_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185193_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185193_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose29 .fancyviewerCloseInner
#fancyviewerClose29 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer29 {
	padding: 20px;
}

#fancyviewerClose29 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose29 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive29 #fancyviewerClose29 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer29 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185193_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185193_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185193_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185194_page3{text-align:justify}

#stacks_in_185194_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185197_page3{text-align:justify}

#stacks_in_185197_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_left3col_stacks_in_5170_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_left3col_stacks_in_5170_page3 .left3colpad_stacks_in_5170_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_center3col_stacks_in_5170_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_right3col_stacks_in_5170_page3 .right3colpad_stacks_in_5170_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_right3col_stacks_in_5170_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_center3col_stacks_in_5170_page3 .center3colpad_stacks_in_5170_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_left3col_stacks_in_5170_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_left3col_stacks_in_5170_page3 .left3colpad_stacks_in_5170_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_center3col_stacks_in_5170_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_center3col_stacks_in_5170_page3 .center3colpad_stacks_in_5170_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_right3col_stacks_in_5170_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5170_page3 #fsr_3colwrap_stacks_in_5170_page3 #fsr_right3col_stacks_in_5170_page3 .right3colpad_stacks_in_5170_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5170_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185007_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade2 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade2.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade2.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade2.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade2 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade2.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade2.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade2.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade2.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade2.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185007_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer2 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185007_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185007_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185007_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185007_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185007_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185007_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185007_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose2 .fancyviewerCloseInner
#fancyviewerClose2 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer2 {
	padding: 20px;
}

#fancyviewerClose2 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose2 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive2 #fancyviewerClose2 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer2 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185007_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185007_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185007_page3 {
	margin: 5px 0px 5px 0px;
}
#stacks_in_5177_page3{text-align:justify}

#stacks_in_5177_page3 {
	margin:  15px;
}
input#stacks_in_5180_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5180_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5180_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185804_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade30 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade30.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade30.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade30.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade30 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade30.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade30.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade30.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade30.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade30.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185804_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer30 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185804_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185804_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185804_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185804_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185804_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185804_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185804_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose30 .fancyviewerCloseInner
#fancyviewerClose30 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer30 {
	padding: 20px;
}

#fancyviewerClose30 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose30 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive30 #fancyviewerClose30 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer30 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185804_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185804_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185804_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185805_page3{text-align:justify}

#stacks_in_185805_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185808_page3{text-align:justify}

#stacks_in_185808_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_left3col_stacks_in_5216_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_left3col_stacks_in_5216_page3 .left3colpad_stacks_in_5216_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_center3col_stacks_in_5216_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_right3col_stacks_in_5216_page3 .right3colpad_stacks_in_5216_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_right3col_stacks_in_5216_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_center3col_stacks_in_5216_page3 .center3colpad_stacks_in_5216_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_left3col_stacks_in_5216_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_left3col_stacks_in_5216_page3 .left3colpad_stacks_in_5216_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_center3col_stacks_in_5216_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_center3col_stacks_in_5216_page3 .center3colpad_stacks_in_5216_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_right3col_stacks_in_5216_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5216_page3 #fsr_3colwrap_stacks_in_5216_page3 #fsr_right3col_stacks_in_5216_page3 .right3colpad_stacks_in_5216_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5216_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 1px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185014_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade3 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade3.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade3.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade3.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade3 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade3.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade3.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade3.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade3.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade3.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185014_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer3 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185014_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185014_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185014_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185014_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185014_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185014_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185014_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose3 .fancyviewerCloseInner
#fancyviewerClose3 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer3 {
	padding: 20px;
}

#fancyviewerClose3 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose3 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive3 #fancyviewerClose3 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer3 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185014_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185014_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185014_page3 {
	margin: 6px 0px 5px 20px;
}
#toggleWrapper_stacks_in_10330_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10330_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10330_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10330_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10330_page3 a:link:after,
	#toggleTrigger_stacks_in_10330_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10330_page3 {
		display: block !important;
	}
}
#stacks_in_10332_page3{text-align:justify}
#stacks_in_10335_page3{text-align:justify}
input#stacks_in_5226_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5226_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5226_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185811_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade31 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade31.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade31.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade31.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade31 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade31.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade31.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade31.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade31.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade31.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185811_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer31 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185811_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185811_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185811_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185811_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185811_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185811_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185811_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose31 .fancyviewerCloseInner
#fancyviewerClose31 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer31 {
	padding: 20px;
}

#fancyviewerClose31 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose31 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive31 #fancyviewerClose31 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer31 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185811_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185811_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185811_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185812_page3{text-align:justify}

#stacks_in_185812_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185815_page3{text-align:justify}

#stacks_in_185815_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_left3col_stacks_in_5264_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_left3col_stacks_in_5264_page3 .left3colpad_stacks_in_5264_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_center3col_stacks_in_5264_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_right3col_stacks_in_5264_page3 .right3colpad_stacks_in_5264_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_right3col_stacks_in_5264_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_center3col_stacks_in_5264_page3 .center3colpad_stacks_in_5264_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_left3col_stacks_in_5264_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_left3col_stacks_in_5264_page3 .left3colpad_stacks_in_5264_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_center3col_stacks_in_5264_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_center3col_stacks_in_5264_page3 .center3colpad_stacks_in_5264_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_right3col_stacks_in_5264_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5264_page3 #fsr_3colwrap_stacks_in_5264_page3 #fsr_right3col_stacks_in_5264_page3 .right3colpad_stacks_in_5264_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5264_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185021_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade4 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade4.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade4.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade4.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade4 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade4.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade4.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade4.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade4.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade4.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185021_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer4 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185021_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185021_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185021_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185021_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185021_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185021_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185021_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose4 .fancyviewerCloseInner
#fancyviewerClose4 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer4 {
	padding: 20px;
}

#fancyviewerClose4 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose4 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive4 #fancyviewerClose4 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer4 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185021_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185021_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185021_page3 {
	margin: 10px 0px 8px 0px;
}
#stacks_in_5271_page3{text-align:justify}

#stacks_in_5271_page3 {
	margin:  15px;
}
input#stacks_in_5274_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5274_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5274_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185818_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade32 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade32.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade32.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade32.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade32 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade32.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade32.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade32.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade32.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade32.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185818_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer32 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185818_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185818_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185818_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185818_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185818_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185818_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185818_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose32 .fancyviewerCloseInner
#fancyviewerClose32 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer32 {
	padding: 20px;
}

#fancyviewerClose32 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose32 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive32 #fancyviewerClose32 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer32 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185818_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185818_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185818_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185819_page3{text-align:justify}

#stacks_in_185819_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185822_page3{text-align:justify}

#stacks_in_185822_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_left3col_stacks_in_5310_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_left3col_stacks_in_5310_page3 .left3colpad_stacks_in_5310_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_center3col_stacks_in_5310_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_right3col_stacks_in_5310_page3 .right3colpad_stacks_in_5310_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_right3col_stacks_in_5310_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_center3col_stacks_in_5310_page3 .center3colpad_stacks_in_5310_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_left3col_stacks_in_5310_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_left3col_stacks_in_5310_page3 .left3colpad_stacks_in_5310_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_center3col_stacks_in_5310_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_center3col_stacks_in_5310_page3 .center3colpad_stacks_in_5310_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_right3col_stacks_in_5310_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5310_page3 #fsr_3colwrap_stacks_in_5310_page3 #fsr_right3col_stacks_in_5310_page3 .right3colpad_stacks_in_5310_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5310_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185028_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade5 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade5.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade5.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade5.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade5 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade5.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade5.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade5.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade5.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade5.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185028_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer5 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185028_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185028_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185028_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185028_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185028_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185028_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185028_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose5 .fancyviewerCloseInner
#fancyviewerClose5 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer5 {
	padding: 20px;
}

#fancyviewerClose5 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose5 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive5 #fancyviewerClose5 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer5 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185028_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185028_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185028_page3 {
	margin: 7px 0px 15px 0px;
}
#stacks_in_5317_page3{text-align:justify}

#stacks_in_5317_page3 {
	margin:  15px;
}
input#stacks_in_5320_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5320_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5320_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185825_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade33 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade33.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade33.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade33.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade33 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade33.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade33.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade33.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade33.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade33.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185825_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer33 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185825_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185825_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185825_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185825_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185825_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185825_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185825_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose33 .fancyviewerCloseInner
#fancyviewerClose33 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer33 {
	padding: 20px;
}

#fancyviewerClose33 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose33 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive33 #fancyviewerClose33 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer33 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185825_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185825_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185825_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185826_page3{text-align:justify}

#stacks_in_185826_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185829_page3{text-align:justify}

#stacks_in_185829_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_left3col_stacks_in_5356_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_left3col_stacks_in_5356_page3 .left3colpad_stacks_in_5356_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_center3col_stacks_in_5356_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_right3col_stacks_in_5356_page3 .right3colpad_stacks_in_5356_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_right3col_stacks_in_5356_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_center3col_stacks_in_5356_page3 .center3colpad_stacks_in_5356_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_left3col_stacks_in_5356_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_left3col_stacks_in_5356_page3 .left3colpad_stacks_in_5356_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_center3col_stacks_in_5356_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_center3col_stacks_in_5356_page3 .center3colpad_stacks_in_5356_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_right3col_stacks_in_5356_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5356_page3 #fsr_3colwrap_stacks_in_5356_page3 #fsr_right3col_stacks_in_5356_page3 .right3colpad_stacks_in_5356_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5356_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185035_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade6 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade6.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade6.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade6.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade6 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade6.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade6.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade6.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade6.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade6.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185035_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer6 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185035_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185035_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185035_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185035_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185035_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185035_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185035_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose6 .fancyviewerCloseInner
#fancyviewerClose6 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer6 {
	padding: 20px;
}

#fancyviewerClose6 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose6 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive6 #fancyviewerClose6 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer6 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185035_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185035_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185035_page3 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_185038_page3 {
	margin: 2px 0px 5px 0px;
}
#stacks_in_5363_page3{text-align:justify}

#stacks_in_5363_page3 {
	margin:  15px;
}
input#stacks_in_5366_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5366_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5366_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185832_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade34 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade34.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade34.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade34.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade34 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade34.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade34.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade34.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade34.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade34.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185832_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer34 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185832_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185832_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185832_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185832_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185832_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185832_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185832_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose34 .fancyviewerCloseInner
#fancyviewerClose34 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer34 {
	padding: 20px;
}

#fancyviewerClose34 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose34 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive34 #fancyviewerClose34 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer34 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185832_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185832_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185832_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185833_page3{text-align:justify}

#stacks_in_185833_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185836_page3{text-align:justify}

#stacks_in_185836_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_left3col_stacks_in_5402_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_left3col_stacks_in_5402_page3 .left3colpad_stacks_in_5402_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_center3col_stacks_in_5402_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_right3col_stacks_in_5402_page3 .right3colpad_stacks_in_5402_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_right3col_stacks_in_5402_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_center3col_stacks_in_5402_page3 .center3colpad_stacks_in_5402_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_left3col_stacks_in_5402_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_left3col_stacks_in_5402_page3 .left3colpad_stacks_in_5402_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_center3col_stacks_in_5402_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_center3col_stacks_in_5402_page3 .center3colpad_stacks_in_5402_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_right3col_stacks_in_5402_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5402_page3 #fsr_3colwrap_stacks_in_5402_page3 #fsr_right3col_stacks_in_5402_page3 .right3colpad_stacks_in_5402_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5402_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 1px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185042_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade7 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade7.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade7.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade7.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade7 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade7.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade7.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade7.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade7.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade7.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185042_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer7 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185042_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185042_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185042_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185042_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185042_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185042_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185042_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose7 .fancyviewerCloseInner
#fancyviewerClose7 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer7 {
	padding: 20px;
}

#fancyviewerClose7 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose7 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive7 #fancyviewerClose7 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer7 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185042_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185042_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185042_page3 {
	padding: 0px 0px 0px 20px;
}
#toggleWrapper_stacks_in_10398_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10398_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10398_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10398_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10398_page3 a:link:after,
	#toggleTrigger_stacks_in_10398_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10398_page3 {
		display: block !important;
	}
}
#stacks_in_10400_page3{text-align:justify}
#stacks_in_10403_page3{text-align:justify}
input#stacks_in_5412_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5412_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5412_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185839_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade35 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade35.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade35.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade35.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade35 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade35.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade35.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade35.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade35.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade35.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185839_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer35 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185839_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185839_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185839_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185839_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185839_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185839_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185839_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose35 .fancyviewerCloseInner
#fancyviewerClose35 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer35 {
	padding: 20px;
}

#fancyviewerClose35 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose35 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive35 #fancyviewerClose35 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer35 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185839_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185839_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185839_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185840_page3{text-align:justify}

#stacks_in_185840_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185843_page3{text-align:justify}

#stacks_in_185843_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_left3col_stacks_in_184977_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_left3col_stacks_in_184977_page3 .left3colpad_stacks_in_184977_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_center3col_stacks_in_184977_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_right3col_stacks_in_184977_page3 .right3colpad_stacks_in_184977_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_right3col_stacks_in_184977_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_center3col_stacks_in_184977_page3 .center3colpad_stacks_in_184977_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_left3col_stacks_in_184977_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_left3col_stacks_in_184977_page3 .left3colpad_stacks_in_184977_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_center3col_stacks_in_184977_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_center3col_stacks_in_184977_page3 .center3colpad_stacks_in_184977_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_right3col_stacks_in_184977_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_184977_page3 #fsr_3colwrap_stacks_in_184977_page3 #fsr_right3col_stacks_in_184977_page3 .right3colpad_stacks_in_184977_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_184977_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 1px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_184993_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade8 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade8.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade8.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade8.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade8 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade8.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade8.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade8.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade8.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade8.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_184993_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer8 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_184993_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_184993_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_184993_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_184993_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_184993_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_184993_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_184993_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose8 .fancyviewerCloseInner
#fancyviewerClose8 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer8 {
	padding: 20px;
}

#fancyviewerClose8 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose8 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive8 #fancyviewerClose8 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer8 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_184993_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_184993_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#toggleWrapper_stacks_in_184984_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_184984_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_184984_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_184984_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_184984_page3 a:link:after,
	#toggleTrigger_stacks_in_184984_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_184984_page3 {
		display: block !important;
	}
}
#stacks_in_184986_page3{text-align:justify}
#stacks_in_184989_page3{text-align:justify}
input#stacks_in_184992_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_184992_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_184992_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185846_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade36 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade36.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade36.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade36.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade36 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade36.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade36.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade36.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade36.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade36.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185846_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer36 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185846_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185846_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185846_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185846_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185846_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185846_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185846_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose36 .fancyviewerCloseInner
#fancyviewerClose36 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer36 {
	padding: 20px;
}

#fancyviewerClose36 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose36 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive36 #fancyviewerClose36 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer36 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185846_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185846_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185846_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185847_page3{text-align:justify}

#stacks_in_185847_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185850_page3{text-align:justify}

#stacks_in_185850_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_left3col_stacks_in_5453_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_left3col_stacks_in_5453_page3 .left3colpad_stacks_in_5453_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_center3col_stacks_in_5453_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_right3col_stacks_in_5453_page3 .right3colpad_stacks_in_5453_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_right3col_stacks_in_5453_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_center3col_stacks_in_5453_page3 .center3colpad_stacks_in_5453_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_left3col_stacks_in_5453_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_left3col_stacks_in_5453_page3 .left3colpad_stacks_in_5453_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_center3col_stacks_in_5453_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_center3col_stacks_in_5453_page3 .center3colpad_stacks_in_5453_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_right3col_stacks_in_5453_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5453_page3 #fsr_3colwrap_stacks_in_5453_page3 #fsr_right3col_stacks_in_5453_page3 .right3colpad_stacks_in_5453_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5453_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185053_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade9 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade9.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade9.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade9.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade9 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade9.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade9.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade9.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade9.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade9.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185053_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer9 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185053_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185053_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185053_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185053_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185053_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185053_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185053_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose9 .fancyviewerCloseInner
#fancyviewerClose9 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer9 {
	padding: 20px;
}

#fancyviewerClose9 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose9 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive9 #fancyviewerClose9 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer9 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185053_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185053_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185053_page3 {
	margin: 0px 0px 0px 20px;
}
#toggleWrapper_stacks_in_10428_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10428_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10428_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10428_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10428_page3 a:link:after,
	#toggleTrigger_stacks_in_10428_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10428_page3 {
		display: block !important;
	}
}
#stacks_in_10430_page3{text-align:justify}
#stacks_in_10433_page3{text-align:justify}
input#stacks_in_5463_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5463_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5463_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185853_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade37 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade37.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade37.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade37.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade37 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade37.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade37.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade37.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade37.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade37.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185853_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer37 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185853_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185853_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185853_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185853_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185853_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185853_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185853_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose37 .fancyviewerCloseInner
#fancyviewerClose37 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer37 {
	padding: 20px;
}

#fancyviewerClose37 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose37 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive37 #fancyviewerClose37 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer37 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185853_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185853_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185853_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185854_page3{text-align:justify}

#stacks_in_185854_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185857_page3{text-align:justify}

#stacks_in_185857_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_left3col_stacks_in_5523_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_left3col_stacks_in_5523_page3 .left3colpad_stacks_in_5523_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_center3col_stacks_in_5523_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_right3col_stacks_in_5523_page3 .right3colpad_stacks_in_5523_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_right3col_stacks_in_5523_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_center3col_stacks_in_5523_page3 .center3colpad_stacks_in_5523_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_left3col_stacks_in_5523_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_left3col_stacks_in_5523_page3 .left3colpad_stacks_in_5523_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_center3col_stacks_in_5523_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_center3col_stacks_in_5523_page3 .center3colpad_stacks_in_5523_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_right3col_stacks_in_5523_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5523_page3 #fsr_3colwrap_stacks_in_5523_page3 #fsr_right3col_stacks_in_5523_page3 .right3colpad_stacks_in_5523_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5523_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185060_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade10 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade10.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade10.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade10.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade10 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade10.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade10.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade10.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade10.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade10.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185060_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer10 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185060_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185060_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185060_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185060_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185060_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185060_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185060_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose10 .fancyviewerCloseInner
#fancyviewerClose10 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer10 {
	padding: 20px;
}

#fancyviewerClose10 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose10 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive10 #fancyviewerClose10 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer10 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185060_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185060_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185060_page3 {
	margin: 0px 0px 0px 20px;
}
#toggleWrapper_stacks_in_10458_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10458_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10458_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10458_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10458_page3 a:link:after,
	#toggleTrigger_stacks_in_10458_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10458_page3 {
		display: block !important;
	}
}
#stacks_in_10460_page3{text-align:justify}
#stacks_in_10463_page3{text-align:justify}
input#stacks_in_5533_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5533_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5533_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185860_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade38 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade38.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade38.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade38.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade38 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade38.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade38.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade38.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade38.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade38.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185860_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer38 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185860_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185860_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185860_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185860_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185860_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185860_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185860_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose38 .fancyviewerCloseInner
#fancyviewerClose38 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer38 {
	padding: 20px;
}

#fancyviewerClose38 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose38 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive38 #fancyviewerClose38 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer38 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185860_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185860_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185860_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185861_page3{text-align:justify}

#stacks_in_185861_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185864_page3{text-align:justify}

#stacks_in_185864_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_left3col_stacks_in_5569_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_left3col_stacks_in_5569_page3 .left3colpad_stacks_in_5569_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_center3col_stacks_in_5569_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_right3col_stacks_in_5569_page3 .right3colpad_stacks_in_5569_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_right3col_stacks_in_5569_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_center3col_stacks_in_5569_page3 .center3colpad_stacks_in_5569_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_left3col_stacks_in_5569_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_left3col_stacks_in_5569_page3 .left3colpad_stacks_in_5569_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_center3col_stacks_in_5569_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_center3col_stacks_in_5569_page3 .center3colpad_stacks_in_5569_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_right3col_stacks_in_5569_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5569_page3 #fsr_3colwrap_stacks_in_5569_page3 #fsr_right3col_stacks_in_5569_page3 .right3colpad_stacks_in_5569_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5569_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 1px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185067_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade11 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade11.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade11.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade11.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade11 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade11.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade11.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade11.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade11.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade11.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185067_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer11 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185067_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185067_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185067_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185067_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185067_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185067_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185067_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose11 .fancyviewerCloseInner
#fancyviewerClose11 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer11 {
	padding: 20px;
}

#fancyviewerClose11 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose11 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive11 #fancyviewerClose11 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer11 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185067_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185067_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185067_page3 {
	margin: 0px 0px 0px 20px;
}
#toggleWrapper_stacks_in_10488_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10488_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10488_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10488_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10488_page3 a:link:after,
	#toggleTrigger_stacks_in_10488_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10488_page3 {
		display: block !important;
	}
}
#stacks_in_10490_page3{text-align:justify}
#stacks_in_10493_page3{text-align:justify}
input#stacks_in_5579_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5579_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5579_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185867_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade39 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade39.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade39.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade39.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade39 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade39.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade39.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade39.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade39.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade39.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185867_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer39 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185867_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185867_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185867_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185867_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185867_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185867_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185867_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose39 .fancyviewerCloseInner
#fancyviewerClose39 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer39 {
	padding: 20px;
}

#fancyviewerClose39 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose39 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive39 #fancyviewerClose39 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer39 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185867_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185867_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185867_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185868_page3{text-align:justify}

#stacks_in_185868_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185871_page3{text-align:justify}

#stacks_in_185871_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_left3col_stacks_in_5619_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_left3col_stacks_in_5619_page3 .left3colpad_stacks_in_5619_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_center3col_stacks_in_5619_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_right3col_stacks_in_5619_page3 .right3colpad_stacks_in_5619_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_right3col_stacks_in_5619_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_center3col_stacks_in_5619_page3 .center3colpad_stacks_in_5619_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_left3col_stacks_in_5619_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_left3col_stacks_in_5619_page3 .left3colpad_stacks_in_5619_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_center3col_stacks_in_5619_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_center3col_stacks_in_5619_page3 .center3colpad_stacks_in_5619_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_right3col_stacks_in_5619_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5619_page3 #fsr_3colwrap_stacks_in_5619_page3 #fsr_right3col_stacks_in_5619_page3 .right3colpad_stacks_in_5619_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5619_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185074_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade12 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade12.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade12.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade12.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade12 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade12.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade12.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade12.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade12.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade12.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185074_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer12 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185074_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185074_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185074_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185074_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185074_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185074_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185074_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose12 .fancyviewerCloseInner
#fancyviewerClose12 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer12 {
	padding: 20px;
}

#fancyviewerClose12 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose12 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive12 #fancyviewerClose12 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer12 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185074_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185074_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185074_page3 {
	margin: 0px 0px 0px 20px;
}
#stacks_in_5626_page3{text-align:justify}

#stacks_in_5626_page3 {
	margin:  15px;
}
input#stacks_in_5629_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5629_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5629_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185874_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade40 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade40.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade40.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade40.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade40 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade40.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade40.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade40.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade40.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade40.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185874_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer40 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185874_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185874_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185874_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185874_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185874_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185874_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185874_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose40 .fancyviewerCloseInner
#fancyviewerClose40 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer40 {
	padding: 20px;
}

#fancyviewerClose40 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose40 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive40 #fancyviewerClose40 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer40 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185874_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185874_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185874_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185875_page3{text-align:justify}

#stacks_in_185875_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185878_page3{text-align:justify}

#stacks_in_185878_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_left3col_stacks_in_5665_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_left3col_stacks_in_5665_page3 .left3colpad_stacks_in_5665_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_center3col_stacks_in_5665_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_right3col_stacks_in_5665_page3 .right3colpad_stacks_in_5665_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_right3col_stacks_in_5665_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_center3col_stacks_in_5665_page3 .center3colpad_stacks_in_5665_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_left3col_stacks_in_5665_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_left3col_stacks_in_5665_page3 .left3colpad_stacks_in_5665_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_center3col_stacks_in_5665_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_center3col_stacks_in_5665_page3 .center3colpad_stacks_in_5665_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_right3col_stacks_in_5665_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5665_page3 #fsr_3colwrap_stacks_in_5665_page3 #fsr_right3col_stacks_in_5665_page3 .right3colpad_stacks_in_5665_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5665_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185081_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade13 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade13.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade13.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade13.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade13 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade13.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade13.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade13.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade13.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade13.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185081_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer13 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185081_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185081_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185081_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185081_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185081_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185081_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185081_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose13 .fancyviewerCloseInner
#fancyviewerClose13 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer13 {
	padding: 20px;
}

#fancyviewerClose13 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose13 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive13 #fancyviewerClose13 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer13 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185081_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185081_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_5672_page3{text-align:justify}

#stacks_in_5672_page3 {
	margin:  15px;
}
input#stacks_in_5675_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5675_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5675_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185881_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade41 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade41.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade41.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade41.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade41 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade41.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade41.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade41.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade41.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade41.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185881_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer41 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185881_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185881_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185881_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185881_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185881_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185881_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185881_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose41 .fancyviewerCloseInner
#fancyviewerClose41 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer41 {
	padding: 20px;
}

#fancyviewerClose41 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose41 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive41 #fancyviewerClose41 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer41 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185881_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185881_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185881_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185882_page3{text-align:justify}

#stacks_in_185882_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185885_page3{text-align:justify}

#stacks_in_185885_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_left3col_stacks_in_5711_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_left3col_stacks_in_5711_page3 .left3colpad_stacks_in_5711_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_center3col_stacks_in_5711_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_right3col_stacks_in_5711_page3 .right3colpad_stacks_in_5711_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_right3col_stacks_in_5711_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_center3col_stacks_in_5711_page3 .center3colpad_stacks_in_5711_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_left3col_stacks_in_5711_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_left3col_stacks_in_5711_page3 .left3colpad_stacks_in_5711_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_center3col_stacks_in_5711_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_center3col_stacks_in_5711_page3 .center3colpad_stacks_in_5711_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_right3col_stacks_in_5711_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5711_page3 #fsr_3colwrap_stacks_in_5711_page3 #fsr_right3col_stacks_in_5711_page3 .right3colpad_stacks_in_5711_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5711_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185088_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade14 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade14.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade14.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade14.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade14 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade14.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade14.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade14.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade14.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade14.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185088_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer14 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185088_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185088_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185088_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185088_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185088_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185088_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185088_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose14 .fancyviewerCloseInner
#fancyviewerClose14 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer14 {
	padding: 20px;
}

#fancyviewerClose14 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose14 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive14 #fancyviewerClose14 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer14 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185088_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185088_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185088_page3 {
	margin: 0px 0px 0px 6px;
}
#stacks_in_5718_page3{text-align:justify}

#stacks_in_5718_page3 {
	margin:  15px;
}
input#stacks_in_5721_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5721_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5721_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185888_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade42 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade42.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade42.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade42.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade42 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade42.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade42.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade42.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade42.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade42.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185888_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer42 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185888_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185888_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185888_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185888_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185888_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185888_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185888_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose42 .fancyviewerCloseInner
#fancyviewerClose42 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer42 {
	padding: 20px;
}

#fancyviewerClose42 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose42 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive42 #fancyviewerClose42 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer42 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185888_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185888_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185888_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185889_page3{text-align:justify}

#stacks_in_185889_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185892_page3{text-align:justify}

#stacks_in_185892_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_left3col_stacks_in_5757_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_left3col_stacks_in_5757_page3 .left3colpad_stacks_in_5757_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_center3col_stacks_in_5757_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_right3col_stacks_in_5757_page3 .right3colpad_stacks_in_5757_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_right3col_stacks_in_5757_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_center3col_stacks_in_5757_page3 .center3colpad_stacks_in_5757_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_left3col_stacks_in_5757_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_left3col_stacks_in_5757_page3 .left3colpad_stacks_in_5757_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_center3col_stacks_in_5757_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_center3col_stacks_in_5757_page3 .center3colpad_stacks_in_5757_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_right3col_stacks_in_5757_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5757_page3 #fsr_3colwrap_stacks_in_5757_page3 #fsr_right3col_stacks_in_5757_page3 .right3colpad_stacks_in_5757_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5757_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185095_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade15 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade15.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade15.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade15.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade15 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade15.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade15.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade15.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade15.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade15.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185095_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer15 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185095_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185095_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185095_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185095_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185095_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185095_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185095_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose15 .fancyviewerCloseInner
#fancyviewerClose15 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer15 {
	padding: 20px;
}

#fancyviewerClose15 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose15 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive15 #fancyviewerClose15 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer15 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185095_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185095_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_5764_page3{text-align:justify}

#stacks_in_5764_page3 {
	margin:  15px;
}
input#stacks_in_5767_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5767_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5767_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185895_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade43 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade43.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade43.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade43.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade43 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade43.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade43.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade43.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade43.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade43.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185895_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer43 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185895_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185895_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185895_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185895_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185895_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185895_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185895_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose43 .fancyviewerCloseInner
#fancyviewerClose43 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer43 {
	padding: 20px;
}

#fancyviewerClose43 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose43 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive43 #fancyviewerClose43 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer43 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185895_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185895_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185895_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185896_page3{text-align:justify}

#stacks_in_185896_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185899_page3{text-align:justify}

#stacks_in_185899_page3 {
	margin: 0px 5px 0px 5px;
}

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

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_left3col_stacks_in_2540_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_left3col_stacks_in_2540_page3 .left3colpad_stacks_in_2540_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_center3col_stacks_in_2540_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_right3col_stacks_in_2540_page3 .right3colpad_stacks_in_2540_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_right3col_stacks_in_2540_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_center3col_stacks_in_2540_page3 .center3colpad_stacks_in_2540_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_left3col_stacks_in_2540_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_left3col_stacks_in_2540_page3 .left3colpad_stacks_in_2540_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_center3col_stacks_in_2540_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_center3col_stacks_in_2540_page3 .center3colpad_stacks_in_2540_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_right3col_stacks_in_2540_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2540_page3 #fsr_3colwrap_stacks_in_2540_page3 #fsr_right3col_stacks_in_2540_page3 .right3colpad_stacks_in_2540_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_2540_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185102_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade16 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade16.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade16.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade16.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade16 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade16.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade16.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade16.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade16.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade16.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185102_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer16 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185102_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185102_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185102_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185102_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185102_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185102_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185102_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose16 .fancyviewerCloseInner
#fancyviewerClose16 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer16 {
	padding: 20px;
}

#fancyviewerClose16 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose16 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive16 #fancyviewerClose16 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer16 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185102_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185102_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_2547_page3{text-align:justify}

#stacks_in_2547_page3 {
	margin:  15px;
}
input#stacks_in_2550_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_2550_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_2550_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185902_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade44 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade44.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade44.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade44.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade44 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade44.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade44.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade44.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade44.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade44.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185902_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer44 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185902_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185902_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185902_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185902_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185902_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185902_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185902_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose44 .fancyviewerCloseInner
#fancyviewerClose44 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer44 {
	padding: 20px;
}

#fancyviewerClose44 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose44 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive44 #fancyviewerClose44 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer44 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185902_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185902_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185902_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185903_page3{text-align:justify}

#stacks_in_185903_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185906_page3{text-align:justify}

#stacks_in_185906_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_left3col_stacks_in_2585_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_left3col_stacks_in_2585_page3 .left3colpad_stacks_in_2585_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_center3col_stacks_in_2585_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_right3col_stacks_in_2585_page3 .right3colpad_stacks_in_2585_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_right3col_stacks_in_2585_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_center3col_stacks_in_2585_page3 .center3colpad_stacks_in_2585_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_left3col_stacks_in_2585_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_left3col_stacks_in_2585_page3 .left3colpad_stacks_in_2585_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_center3col_stacks_in_2585_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_center3col_stacks_in_2585_page3 .center3colpad_stacks_in_2585_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_right3col_stacks_in_2585_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2585_page3 #fsr_3colwrap_stacks_in_2585_page3 #fsr_right3col_stacks_in_2585_page3 .right3colpad_stacks_in_2585_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_2585_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185109_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade17 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade17.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade17.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade17.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade17 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade17.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade17.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade17.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade17.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade17.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185109_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer17 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185109_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185109_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185109_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185109_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185109_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185109_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185109_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose17 .fancyviewerCloseInner
#fancyviewerClose17 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer17 {
	padding: 20px;
}

#fancyviewerClose17 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose17 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive17 #fancyviewerClose17 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer17 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185109_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185109_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_2592_page3{text-align:justify}

#stacks_in_2592_page3 {
	margin:  15px;
}
input#stacks_in_2595_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_2595_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_2595_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185909_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade45 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade45.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade45.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade45.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade45 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade45.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade45.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade45.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade45.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade45.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185909_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer45 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185909_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185909_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185909_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185909_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185909_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185909_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185909_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose45 .fancyviewerCloseInner
#fancyviewerClose45 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer45 {
	padding: 20px;
}

#fancyviewerClose45 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose45 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive45 #fancyviewerClose45 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer45 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185909_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185909_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185909_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185910_page3{text-align:justify}

#stacks_in_185910_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185913_page3{text-align:justify}

#stacks_in_185913_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_left3col_stacks_in_2630_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_left3col_stacks_in_2630_page3 .left3colpad_stacks_in_2630_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_center3col_stacks_in_2630_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_right3col_stacks_in_2630_page3 .right3colpad_stacks_in_2630_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_right3col_stacks_in_2630_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_center3col_stacks_in_2630_page3 .center3colpad_stacks_in_2630_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_left3col_stacks_in_2630_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_left3col_stacks_in_2630_page3 .left3colpad_stacks_in_2630_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_center3col_stacks_in_2630_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_center3col_stacks_in_2630_page3 .center3colpad_stacks_in_2630_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_right3col_stacks_in_2630_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2630_page3 #fsr_3colwrap_stacks_in_2630_page3 #fsr_right3col_stacks_in_2630_page3 .right3colpad_stacks_in_2630_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_2630_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185116_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade18 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade18.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade18.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade18.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade18 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade18.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade18.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade18.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade18.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade18.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185116_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer18 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185116_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185116_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185116_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185116_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185116_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185116_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185116_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose18 .fancyviewerCloseInner
#fancyviewerClose18 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer18 {
	padding: 20px;
}

#fancyviewerClose18 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose18 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive18 #fancyviewerClose18 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer18 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185116_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185116_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_2637_page3{text-align:justify}

#stacks_in_2637_page3 {
	margin:  15px;
}
input#stacks_in_2640_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_2640_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_2640_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185916_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade46 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade46.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade46.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade46.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade46 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade46.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade46.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade46.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade46.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade46.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185916_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer46 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185916_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185916_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185916_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185916_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185916_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185916_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185916_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose46 .fancyviewerCloseInner
#fancyviewerClose46 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer46 {
	padding: 20px;
}

#fancyviewerClose46 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose46 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive46 #fancyviewerClose46 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer46 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185916_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185916_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185916_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185917_page3{text-align:justify}

#stacks_in_185917_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185920_page3{text-align:justify}

#stacks_in_185920_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_left3col_stacks_in_2677_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_left3col_stacks_in_2677_page3 .left3colpad_stacks_in_2677_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_center3col_stacks_in_2677_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_right3col_stacks_in_2677_page3 .right3colpad_stacks_in_2677_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_right3col_stacks_in_2677_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_center3col_stacks_in_2677_page3 .center3colpad_stacks_in_2677_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_left3col_stacks_in_2677_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_left3col_stacks_in_2677_page3 .left3colpad_stacks_in_2677_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_center3col_stacks_in_2677_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_center3col_stacks_in_2677_page3 .center3colpad_stacks_in_2677_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_right3col_stacks_in_2677_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2677_page3 #fsr_3colwrap_stacks_in_2677_page3 #fsr_right3col_stacks_in_2677_page3 .right3colpad_stacks_in_2677_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_2677_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185123_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade19 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade19.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade19.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade19.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade19 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade19.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade19.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade19.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade19.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade19.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185123_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer19 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185123_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185123_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185123_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185123_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185123_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185123_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185123_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose19 .fancyviewerCloseInner
#fancyviewerClose19 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer19 {
	padding: 20px;
}

#fancyviewerClose19 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose19 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive19 #fancyviewerClose19 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer19 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185123_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185123_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185123_page3 {
	margin: 6px 0px 6px 20px;
}
#toggleWrapper_stacks_in_10561_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10561_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10561_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10561_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10561_page3 a:link:after,
	#toggleTrigger_stacks_in_10561_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10561_page3 {
		display: block !important;
	}
}
#stacks_in_10563_page3{text-align:justify}
#stacks_in_10566_page3{text-align:justify}
input#stacks_in_2687_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_2687_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_2687_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185923_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade47 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade47.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade47.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade47.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade47 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade47.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade47.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade47.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade47.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade47.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185923_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer47 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185923_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185923_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185923_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185923_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185923_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185923_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185923_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose47 .fancyviewerCloseInner
#fancyviewerClose47 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer47 {
	padding: 20px;
}

#fancyviewerClose47 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose47 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive47 #fancyviewerClose47 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer47 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185923_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185923_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185923_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185924_page3{text-align:justify}

#stacks_in_185924_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185927_page3{text-align:justify}

#stacks_in_185927_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_left3col_stacks_in_2726_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_left3col_stacks_in_2726_page3 .left3colpad_stacks_in_2726_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_center3col_stacks_in_2726_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_right3col_stacks_in_2726_page3 .right3colpad_stacks_in_2726_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_right3col_stacks_in_2726_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_center3col_stacks_in_2726_page3 .center3colpad_stacks_in_2726_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_left3col_stacks_in_2726_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_left3col_stacks_in_2726_page3 .left3colpad_stacks_in_2726_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_center3col_stacks_in_2726_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_center3col_stacks_in_2726_page3 .center3colpad_stacks_in_2726_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_right3col_stacks_in_2726_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2726_page3 #fsr_3colwrap_stacks_in_2726_page3 #fsr_right3col_stacks_in_2726_page3 .right3colpad_stacks_in_2726_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_2726_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185130_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade20 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade20.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade20.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade20.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade20 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade20.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade20.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade20.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade20.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade20.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185130_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer20 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185130_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185130_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185130_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185130_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185130_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185130_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185130_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose20 .fancyviewerCloseInner
#fancyviewerClose20 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer20 {
	padding: 20px;
}

#fancyviewerClose20 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose20 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive20 #fancyviewerClose20 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer20 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185130_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185130_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185130_page3 {
	padding: 0px 0px 0px 20px;
}
#stacks_in_2733_page3{text-align:justify}

#stacks_in_2733_page3 {
	margin:  15px;
}
input#stacks_in_2736_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_2736_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_2736_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185930_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade48 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade48.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade48.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade48.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade48 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade48.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade48.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade48.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade48.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade48.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185930_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer48 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185930_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185930_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185930_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185930_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185930_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185930_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185930_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose48 .fancyviewerCloseInner
#fancyviewerClose48 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer48 {
	padding: 20px;
}

#fancyviewerClose48 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose48 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive48 #fancyviewerClose48 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer48 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185930_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185930_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185930_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185931_page3{text-align:justify}

#stacks_in_185931_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185934_page3{text-align:justify}

#stacks_in_185934_page3 {
	margin: 0px 5px 0px 5px;
}

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

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_left3col_stacks_in_2771_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_left3col_stacks_in_2771_page3 .left3colpad_stacks_in_2771_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_center3col_stacks_in_2771_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_right3col_stacks_in_2771_page3 .right3colpad_stacks_in_2771_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_right3col_stacks_in_2771_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_center3col_stacks_in_2771_page3 .center3colpad_stacks_in_2771_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_left3col_stacks_in_2771_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_left3col_stacks_in_2771_page3 .left3colpad_stacks_in_2771_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_center3col_stacks_in_2771_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_center3col_stacks_in_2771_page3 .center3colpad_stacks_in_2771_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_right3col_stacks_in_2771_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2771_page3 #fsr_3colwrap_stacks_in_2771_page3 #fsr_right3col_stacks_in_2771_page3 .right3colpad_stacks_in_2771_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_2771_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185137_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade21 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade21.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade21.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade21.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade21 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade21.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade21.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade21.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade21.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade21.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185137_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer21 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185137_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185137_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185137_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185137_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185137_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185137_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185137_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose21 .fancyviewerCloseInner
#fancyviewerClose21 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer21 {
	padding: 20px;
}

#fancyviewerClose21 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose21 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive21 #fancyviewerClose21 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer21 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185137_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185137_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185137_page3 {
	margin: 7px 0px 7px 0px;
}
#stacks_in_2778_page3{text-align:justify}

#stacks_in_2778_page3 {
	margin:  15px;
}
input#stacks_in_2781_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_2781_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_2781_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185937_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade49 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade49.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade49.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade49.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade49 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade49.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade49.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade49.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade49.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade49.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185937_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer49 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185937_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185937_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185937_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185937_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185937_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185937_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185937_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose49 .fancyviewerCloseInner
#fancyviewerClose49 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer49 {
	padding: 20px;
}

#fancyviewerClose49 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose49 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive49 #fancyviewerClose49 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer49 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185937_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185937_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185937_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185938_page3{text-align:justify}

#stacks_in_185938_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185941_page3{text-align:justify}

#stacks_in_185941_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_left3col_stacks_in_6997_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_left3col_stacks_in_6997_page3 .left3colpad_stacks_in_6997_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_center3col_stacks_in_6997_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_right3col_stacks_in_6997_page3 .right3colpad_stacks_in_6997_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_right3col_stacks_in_6997_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_center3col_stacks_in_6997_page3 .center3colpad_stacks_in_6997_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_left3col_stacks_in_6997_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_left3col_stacks_in_6997_page3 .left3colpad_stacks_in_6997_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_center3col_stacks_in_6997_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_center3col_stacks_in_6997_page3 .center3colpad_stacks_in_6997_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_right3col_stacks_in_6997_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_6997_page3 #fsr_3colwrap_stacks_in_6997_page3 #fsr_right3col_stacks_in_6997_page3 .right3colpad_stacks_in_6997_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_6997_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185144_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade22 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade22.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade22.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade22.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade22 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade22.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade22.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade22.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade22.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade22.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185144_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer22 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185144_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185144_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185144_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185144_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185144_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185144_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185144_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose22 .fancyviewerCloseInner
#fancyviewerClose22 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer22 {
	padding: 20px;
}

#fancyviewerClose22 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose22 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive22 #fancyviewerClose22 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer22 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185144_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185144_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#toggleWrapper_stacks_in_7053_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_7053_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_7053_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_7053_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_7053_page3 a:link:after,
	#toggleTrigger_stacks_in_7053_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_7053_page3 {
		display: block !important;
	}
}
#stacks_in_7055_page3{text-align:justify}
#stacks_in_7058_page3{text-align:justify}
input#stacks_in_7061_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_7061_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_7061_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185944_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade50 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade50.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade50.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade50.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade50 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade50.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade50.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade50.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade50.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade50.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185944_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer50 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185944_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185944_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185944_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185944_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185944_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185944_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185944_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose50 .fancyviewerCloseInner
#fancyviewerClose50 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer50 {
	padding: 20px;
}

#fancyviewerClose50 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose50 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive50 #fancyviewerClose50 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer50 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185944_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185944_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185944_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185945_page3{text-align:justify}

#stacks_in_185945_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185948_page3{text-align:justify}

#stacks_in_185948_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_left3col_stacks_in_2846_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_left3col_stacks_in_2846_page3 .left3colpad_stacks_in_2846_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_center3col_stacks_in_2846_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_right3col_stacks_in_2846_page3 .right3colpad_stacks_in_2846_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_right3col_stacks_in_2846_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_center3col_stacks_in_2846_page3 .center3colpad_stacks_in_2846_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_left3col_stacks_in_2846_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_left3col_stacks_in_2846_page3 .left3colpad_stacks_in_2846_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_center3col_stacks_in_2846_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_center3col_stacks_in_2846_page3 .center3colpad_stacks_in_2846_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_right3col_stacks_in_2846_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2846_page3 #fsr_3colwrap_stacks_in_2846_page3 #fsr_right3col_stacks_in_2846_page3 .right3colpad_stacks_in_2846_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_2846_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185151_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade23 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade23.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade23.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade23.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade23 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade23.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade23.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade23.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade23.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade23.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185151_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer23 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185151_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185151_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185151_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185151_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185151_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185151_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185151_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose23 .fancyviewerCloseInner
#fancyviewerClose23 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer23 {
	padding: 20px;
}

#fancyviewerClose23 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose23 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive23 #fancyviewerClose23 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer23 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185151_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185151_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_2853_page3{text-align:justify}

#stacks_in_2853_page3 {
	margin:  15px;
}
input#stacks_in_2856_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_2856_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_2856_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185951_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade51 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade51.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade51.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade51.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade51 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade51.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade51.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade51.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade51.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade51.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185951_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer51 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185951_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185951_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185951_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185951_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185951_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185951_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185951_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose51 .fancyviewerCloseInner
#fancyviewerClose51 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer51 {
	padding: 20px;
}

#fancyviewerClose51 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose51 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive51 #fancyviewerClose51 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer51 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185951_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185951_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185951_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185952_page3{text-align:justify}

#stacks_in_185952_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185955_page3{text-align:justify}

#stacks_in_185955_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_left3col_stacks_in_2904_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_left3col_stacks_in_2904_page3 .left3colpad_stacks_in_2904_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_center3col_stacks_in_2904_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_right3col_stacks_in_2904_page3 .right3colpad_stacks_in_2904_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_right3col_stacks_in_2904_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_center3col_stacks_in_2904_page3 .center3colpad_stacks_in_2904_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_left3col_stacks_in_2904_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_left3col_stacks_in_2904_page3 .left3colpad_stacks_in_2904_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_center3col_stacks_in_2904_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_center3col_stacks_in_2904_page3 .center3colpad_stacks_in_2904_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_right3col_stacks_in_2904_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2904_page3 #fsr_3colwrap_stacks_in_2904_page3 #fsr_right3col_stacks_in_2904_page3 .right3colpad_stacks_in_2904_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_2904_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185158_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade24 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade24.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade24.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade24.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade24 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade24.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade24.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade24.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade24.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade24.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185158_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer24 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185158_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185158_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185158_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185158_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185158_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185158_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185158_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose24 .fancyviewerCloseInner
#fancyviewerClose24 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer24 {
	padding: 20px;
}

#fancyviewerClose24 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose24 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive24 #fancyviewerClose24 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer24 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185158_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185158_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_2911_page3{text-align:justify}

#stacks_in_2911_page3 {
	margin:  15px;
}
input#stacks_in_2914_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_2914_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_2914_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185958_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade52 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade52.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade52.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade52.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade52 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade52.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade52.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade52.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade52.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade52.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185958_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer52 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185958_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185958_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185958_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185958_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185958_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185958_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185958_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose52 .fancyviewerCloseInner
#fancyviewerClose52 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer52 {
	padding: 20px;
}

#fancyviewerClose52 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose52 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive52 #fancyviewerClose52 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer52 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185958_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185958_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185958_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185959_page3{text-align:justify}

#stacks_in_185959_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185962_page3{text-align:justify}

#stacks_in_185962_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_left3col_stacks_in_5238_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_left3col_stacks_in_5238_page3 .left3colpad_stacks_in_5238_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_center3col_stacks_in_5238_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_right3col_stacks_in_5238_page3 .right3colpad_stacks_in_5238_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_right3col_stacks_in_5238_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_center3col_stacks_in_5238_page3 .center3colpad_stacks_in_5238_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_left3col_stacks_in_5238_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_left3col_stacks_in_5238_page3 .left3colpad_stacks_in_5238_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_center3col_stacks_in_5238_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_center3col_stacks_in_5238_page3 .center3colpad_stacks_in_5238_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_right3col_stacks_in_5238_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_5238_page3 #fsr_3colwrap_stacks_in_5238_page3 #fsr_right3col_stacks_in_5238_page3 .right3colpad_stacks_in_5238_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_5238_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 1px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185165_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade25 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade25.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade25.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade25.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade25 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade25.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade25.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade25.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade25.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade25.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185165_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer25 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185165_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185165_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185165_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185165_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185165_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185165_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185165_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose25 .fancyviewerCloseInner
#fancyviewerClose25 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer25 {
	padding: 20px;
}

#fancyviewerClose25 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose25 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive25 #fancyviewerClose25 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer25 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185165_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185165_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185165_page3 {
	margin: 0px 0px 0px 5px;
}
#toggleWrapper_stacks_in_10591_page3 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10591_page3 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10591_page3:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10591_page3 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10591_page3 a:link:after,
	#toggleTrigger_stacks_in_10591_page3 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10591_page3 {
		display: block !important;
	}
}
#stacks_in_10593_page3{text-align:justify}
#stacks_in_10596_page3{text-align:justify}
input#stacks_in_5248_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_5248_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_5248_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185965_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade53 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade53.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade53.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade53.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade53 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade53.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade53.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade53.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade53.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade53.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185965_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer53 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185965_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185965_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185965_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185965_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185965_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185965_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185965_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose53 .fancyviewerCloseInner
#fancyviewerClose53 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer53 {
	padding: 20px;
}

#fancyviewerClose53 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose53 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive53 #fancyviewerClose53 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer53 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185965_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185965_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185965_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185966_page3{text-align:justify}

#stacks_in_185966_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185969_page3{text-align:justify}

#stacks_in_185969_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_left3col_stacks_in_2961_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_left3col_stacks_in_2961_page3 .left3colpad_stacks_in_2961_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_center3col_stacks_in_2961_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_right3col_stacks_in_2961_page3 .right3colpad_stacks_in_2961_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_right3col_stacks_in_2961_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_center3col_stacks_in_2961_page3 .center3colpad_stacks_in_2961_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_left3col_stacks_in_2961_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_left3col_stacks_in_2961_page3 .left3colpad_stacks_in_2961_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_center3col_stacks_in_2961_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_center3col_stacks_in_2961_page3 .center3colpad_stacks_in_2961_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_right3col_stacks_in_2961_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_2961_page3 #fsr_3colwrap_stacks_in_2961_page3 #fsr_right3col_stacks_in_2961_page3 .right3colpad_stacks_in_2961_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_2961_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185172_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade26 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade26.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade26.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade26.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade26 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade26.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade26.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade26.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade26.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade26.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185172_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer26 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185172_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185172_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185172_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185172_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185172_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185172_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185172_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose26 .fancyviewerCloseInner
#fancyviewerClose26 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer26 {
	padding: 20px;
}

#fancyviewerClose26 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose26 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive26 #fancyviewerClose26 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer26 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185172_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185172_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185172_page3 {
	margin: 0px 0px 0px 5px;
}
#stacks_in_2968_page3{text-align:justify}

#stacks_in_2968_page3 {
	margin:  15px;
}
input#stacks_in_2971_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_2971_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_2971_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185972_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade54 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade54.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade54.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade54.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade54 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade54.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade54.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade54.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade54.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade54.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185972_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer54 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185972_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185972_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185972_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185972_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185972_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185972_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185972_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose54 .fancyviewerCloseInner
#fancyviewerClose54 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer54 {
	padding: 20px;
}

#fancyviewerClose54 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose54 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive54 #fancyviewerClose54 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer54 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185972_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185972_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185972_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185973_page3{text-align:justify}

#stacks_in_185973_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185976_page3{text-align:justify}

#stacks_in_185976_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_left3col_stacks_in_3018_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_left3col_stacks_in_3018_page3 .left3colpad_stacks_in_3018_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_center3col_stacks_in_3018_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_right3col_stacks_in_3018_page3 .right3colpad_stacks_in_3018_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_right3col_stacks_in_3018_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_center3col_stacks_in_3018_page3 .center3colpad_stacks_in_3018_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_left3col_stacks_in_3018_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_left3col_stacks_in_3018_page3 .left3colpad_stacks_in_3018_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_center3col_stacks_in_3018_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_center3col_stacks_in_3018_page3 .center3colpad_stacks_in_3018_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_right3col_stacks_in_3018_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_3018_page3 #fsr_3colwrap_stacks_in_3018_page3 #fsr_right3col_stacks_in_3018_page3 .right3colpad_stacks_in_3018_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_3018_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185179_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade27 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade27.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade27.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade27.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade27 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade27.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade27.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade27.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade27.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade27.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185179_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer27 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185179_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185179_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185179_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185179_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185179_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185179_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185179_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose27 .fancyviewerCloseInner
#fancyviewerClose27 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer27 {
	padding: 20px;
}

#fancyviewerClose27 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose27 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive27 #fancyviewerClose27 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer27 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185179_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185179_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_3025_page3{text-align:justify}

#stacks_in_3025_page3 {
	margin:  15px;
}
input#stacks_in_3028_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_3028_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_3028_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185979_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade55 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade55.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade55.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade55.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade55 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade55.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade55.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade55.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade55.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade55.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185979_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer55 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185979_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185979_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185979_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185979_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185979_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185979_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185979_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose55 .fancyviewerCloseInner
#fancyviewerClose55 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer55 {
	padding: 20px;
}

#fancyviewerClose55 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose55 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive55 #fancyviewerClose55 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer55 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185979_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185979_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185979_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185980_page3{text-align:justify}

#stacks_in_185980_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185983_page3{text-align:justify}

#stacks_in_185983_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_left3col_stacks_in_3065_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_left3col_stacks_in_3065_page3 .left3colpad_stacks_in_3065_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_center3col_stacks_in_3065_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_right3col_stacks_in_3065_page3 .right3colpad_stacks_in_3065_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_right3col_stacks_in_3065_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_center3col_stacks_in_3065_page3 .center3colpad_stacks_in_3065_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_left3col_stacks_in_3065_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_left3col_stacks_in_3065_page3 .left3colpad_stacks_in_3065_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_center3col_stacks_in_3065_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_center3col_stacks_in_3065_page3 .center3colpad_stacks_in_3065_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_right3col_stacks_in_3065_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_3065_page3 #fsr_3colwrap_stacks_in_3065_page3 #fsr_right3col_stacks_in_3065_page3 .right3colpad_stacks_in_3065_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_3065_page3 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185186_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade28 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade28.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade28.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade28.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade28 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade28.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade28.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade28.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade28.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade28.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185186_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer28 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185186_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185186_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185186_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185186_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185186_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185186_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185186_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose28 .fancyviewerCloseInner
#fancyviewerClose28 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer28 {
	padding: 20px;
}

#fancyviewerClose28 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose28 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive28 #fancyviewerClose28 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer28 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185186_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185186_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_3072_page3{text-align:justify}

#stacks_in_3072_page3 {
	margin:  15px;
}
input#stacks_in_3075_page3.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_3075_page3.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_3075_page3 {
	padding: 20px 20px 0px 20px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_185986_page3 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade56 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade56.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade56.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade56.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade56 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade56.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade56.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade56.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade56.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade56.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_185986_page3:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer56 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_185986_page3 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_185986_page3 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_185986_page3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_185986_page3 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_185986_page3 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_185986_page3 .fancyviewerVideo object,
#fancyviewerContentstacks_in_185986_page3 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

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

#fancyviewerClose56 .fancyviewerCloseInner
#fancyviewerClose56 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer56 {
	padding: 20px;
}

#fancyviewerClose56 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose56 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive56 #fancyviewerClose56 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer56 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_185986_page3 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_185986_page3 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */



#stacks_in_185986_page3 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_185987_page3{text-align:justify}

#stacks_in_185987_page3 {
	margin: 0px 0px 0px 30px;
}
#stacks_in_185990_page3{text-align:justify}

#stacks_in_185990_page3 {
	margin: 0px 5px 0px 5px;
}
/*
-------------------------------------------
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_9018_page3desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_9018_page3mobilecontent { 
	display: none;
}




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

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

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

#stacks_in_9158_page3 #fsr_colwrap_stacks_in_9158_page3 #fsr_leftcol_stacks_in_9158_page3 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9158_page3 #fsr_colwrap_stacks_in_9158_page3 #fsr_leftcol_stacks_in_9158_page3 .leftcolpad_stacks_in_9158_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9158_page3 #fsr_colwrap_stacks_in_9158_page3 #fsr_rightcol_stacks_in_9158_page3 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9158_page3 #fsr_colwrap_stacks_in_9158_page3 #fsr_rightcol_stacks_in_9158_page3 .rightcolpad_stacks_in_9158_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9158_page3 #fsr_colwrap_stacks_in_9158_page3 #fsr_leftcol_stacks_in_9158_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9158_page3 #fsr_colwrap_stacks_in_9158_page3 #fsr_leftcol_stacks_in_9158_page3 .leftcolpad_stacks_in_9158_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9158_page3 #fsr_colwrap_stacks_in_9158_page3 #fsr_rightcol_stacks_in_9158_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9158_page3 #fsr_colwrap_stacks_in_9158_page3 #fsr_rightcol_stacks_in_9158_page3 .rightcolpad_stacks_in_9158_page3 {
	padding: 0px 0px 0px 0px;
}

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

#stacks_in_9160_page3 #fsr_colwrap_stacks_in_9160_page3 #fsr_leftcol_stacks_in_9160_page3 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9160_page3 #fsr_colwrap_stacks_in_9160_page3 #fsr_leftcol_stacks_in_9160_page3 .leftcolpad_stacks_in_9160_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9160_page3 #fsr_colwrap_stacks_in_9160_page3 #fsr_rightcol_stacks_in_9160_page3 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9160_page3 #fsr_colwrap_stacks_in_9160_page3 #fsr_rightcol_stacks_in_9160_page3 .rightcolpad_stacks_in_9160_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9160_page3 #fsr_colwrap_stacks_in_9160_page3 #fsr_leftcol_stacks_in_9160_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9160_page3 #fsr_colwrap_stacks_in_9160_page3 #fsr_leftcol_stacks_in_9160_page3 .leftcolpad_stacks_in_9160_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9160_page3 #fsr_colwrap_stacks_in_9160_page3 #fsr_rightcol_stacks_in_9160_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9160_page3 #fsr_colwrap_stacks_in_9160_page3 #fsr_rightcol_stacks_in_9160_page3 .rightcolpad_stacks_in_9160_page3 {
	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_9162_page3 #fsr_colwrap_stacks_in_9162_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_9162_page3 #fsr_colwrap_stacks_in_9162_page3 #fsr_leftcol_stacks_in_9162_page3 {
	float: left;
	display: block;
	width: 10%;
	height: auto;
	margin: 0;
}

#stacks_in_9162_page3 #fsr_colwrap_stacks_in_9162_page3 #fsr_leftcol_stacks_in_9162_page3 .leftcolpad_stacks_in_9162_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9162_page3 #fsr_colwrap_stacks_in_9162_page3 #fsr_rightcol_stacks_in_9162_page3 {
	float: right;
	display: block;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9162_page3 #fsr_colwrap_stacks_in_9162_page3 #fsr_rightcol_stacks_in_9162_page3 .rightcolpad_stacks_in_9162_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9162_page3 #fsr_colwrap_stacks_in_9162_page3 #fsr_leftcol_stacks_in_9162_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9162_page3 #fsr_colwrap_stacks_in_9162_page3 #fsr_leftcol_stacks_in_9162_page3 .leftcolpad_stacks_in_9162_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9162_page3 #fsr_colwrap_stacks_in_9162_page3 #fsr_rightcol_stacks_in_9162_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9162_page3 #fsr_colwrap_stacks_in_9162_page3 #fsr_rightcol_stacks_in_9162_page3 .rightcolpad_stacks_in_9162_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_9162_page3 {
	margin: 4px 0px 3px 0px;
}
#stacks_in_9165_page3{text-align:justify}

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

#stacks_in_9168_page3 #fsr_colwrap_stacks_in_9168_page3 #fsr_leftcol_stacks_in_9168_page3 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9168_page3 #fsr_colwrap_stacks_in_9168_page3 #fsr_leftcol_stacks_in_9168_page3 .leftcolpad_stacks_in_9168_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9168_page3 #fsr_colwrap_stacks_in_9168_page3 #fsr_rightcol_stacks_in_9168_page3 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9168_page3 #fsr_colwrap_stacks_in_9168_page3 #fsr_rightcol_stacks_in_9168_page3 .rightcolpad_stacks_in_9168_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9168_page3 #fsr_colwrap_stacks_in_9168_page3 #fsr_leftcol_stacks_in_9168_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9168_page3 #fsr_colwrap_stacks_in_9168_page3 #fsr_leftcol_stacks_in_9168_page3 .leftcolpad_stacks_in_9168_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9168_page3 #fsr_colwrap_stacks_in_9168_page3 #fsr_rightcol_stacks_in_9168_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9168_page3 #fsr_colwrap_stacks_in_9168_page3 #fsr_rightcol_stacks_in_9168_page3 .rightcolpad_stacks_in_9168_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_9168_page3 {
	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_9172_page3 {
	
}

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

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

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

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

}
#stacks_in_9172_page3 {
	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_9177_page3 {
	
}

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

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

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

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

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

#stacks_in_9180_page3 #fsr_colwrap_stacks_in_9180_page3 #fsr_leftcol_stacks_in_9180_page3 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9180_page3 #fsr_colwrap_stacks_in_9180_page3 #fsr_leftcol_stacks_in_9180_page3 .leftcolpad_stacks_in_9180_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9180_page3 #fsr_colwrap_stacks_in_9180_page3 #fsr_rightcol_stacks_in_9180_page3 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9180_page3 #fsr_colwrap_stacks_in_9180_page3 #fsr_rightcol_stacks_in_9180_page3 .rightcolpad_stacks_in_9180_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9180_page3 #fsr_colwrap_stacks_in_9180_page3 #fsr_leftcol_stacks_in_9180_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9180_page3 #fsr_colwrap_stacks_in_9180_page3 #fsr_leftcol_stacks_in_9180_page3 .leftcolpad_stacks_in_9180_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9180_page3 #fsr_colwrap_stacks_in_9180_page3 #fsr_rightcol_stacks_in_9180_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9180_page3 #fsr_colwrap_stacks_in_9180_page3 #fsr_rightcol_stacks_in_9180_page3 .rightcolpad_stacks_in_9180_page3 {
	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_9182_page3 #fsr_colwrap_stacks_in_9182_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_9182_page3 #fsr_colwrap_stacks_in_9182_page3 #fsr_leftcol_stacks_in_9182_page3 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9182_page3 #fsr_colwrap_stacks_in_9182_page3 #fsr_leftcol_stacks_in_9182_page3 .leftcolpad_stacks_in_9182_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9182_page3 #fsr_colwrap_stacks_in_9182_page3 #fsr_rightcol_stacks_in_9182_page3 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9182_page3 #fsr_colwrap_stacks_in_9182_page3 #fsr_rightcol_stacks_in_9182_page3 .rightcolpad_stacks_in_9182_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9182_page3 #fsr_colwrap_stacks_in_9182_page3 #fsr_leftcol_stacks_in_9182_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9182_page3 #fsr_colwrap_stacks_in_9182_page3 #fsr_leftcol_stacks_in_9182_page3 .leftcolpad_stacks_in_9182_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9182_page3 #fsr_colwrap_stacks_in_9182_page3 #fsr_rightcol_stacks_in_9182_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9182_page3 #fsr_colwrap_stacks_in_9182_page3 #fsr_rightcol_stacks_in_9182_page3 .rightcolpad_stacks_in_9182_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_9182_page3 {
	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_9186_page3 {
	
}

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

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

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

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

}
#stacks_in_9186_page3 {
	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_9191_page3 {
	
}

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

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

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

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

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

#stacks_in_9194_page3 #fsr_colwrap_stacks_in_9194_page3 #fsr_leftcol_stacks_in_9194_page3 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9194_page3 #fsr_colwrap_stacks_in_9194_page3 #fsr_leftcol_stacks_in_9194_page3 .leftcolpad_stacks_in_9194_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9194_page3 #fsr_colwrap_stacks_in_9194_page3 #fsr_rightcol_stacks_in_9194_page3 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9194_page3 #fsr_colwrap_stacks_in_9194_page3 #fsr_rightcol_stacks_in_9194_page3 .rightcolpad_stacks_in_9194_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9194_page3 #fsr_colwrap_stacks_in_9194_page3 #fsr_leftcol_stacks_in_9194_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9194_page3 #fsr_colwrap_stacks_in_9194_page3 #fsr_leftcol_stacks_in_9194_page3 .leftcolpad_stacks_in_9194_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9194_page3 #fsr_colwrap_stacks_in_9194_page3 #fsr_rightcol_stacks_in_9194_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9194_page3 #fsr_colwrap_stacks_in_9194_page3 #fsr_rightcol_stacks_in_9194_page3 .rightcolpad_stacks_in_9194_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_9194_page3 {
	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_9198_page3 {
	
}

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

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

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

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

}
#stacks_in_9198_page3 {
	margin: 9px 0px 0px 0px;
}

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

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_left3col_stacks_in_9314_page3 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_left3col_stacks_in_9314_page3 .left3colpad_stacks_in_9314_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_center3col_stacks_in_9314_page3 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_right3col_stacks_in_9314_page3 .right3colpad_stacks_in_9314_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_right3col_stacks_in_9314_page3 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_center3col_stacks_in_9314_page3 .center3colpad_stacks_in_9314_page3 {
	padding: 0px 0px 0px 0px;
}


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

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

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_left3col_stacks_in_9314_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_left3col_stacks_in_9314_page3 .left3colpad_stacks_in_9314_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_center3col_stacks_in_9314_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_center3col_stacks_in_9314_page3 .center3colpad_stacks_in_9314_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_right3col_stacks_in_9314_page3 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_9314_page3 #fsr_3colwrap_stacks_in_9314_page3 #fsr_right3col_stacks_in_9314_page3 .right3colpad_stacks_in_9314_page3 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_9314_page3 {
	padding: 0px 60px 18px 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_9316_page3 #fsr_colwrap_stacks_in_9316_page3 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_9316_page3 #fsr_colwrap_stacks_in_9316_page3 #fsr_leftcol_stacks_in_9316_page3 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9316_page3 #fsr_colwrap_stacks_in_9316_page3 #fsr_leftcol_stacks_in_9316_page3 .leftcolpad_stacks_in_9316_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9316_page3 #fsr_colwrap_stacks_in_9316_page3 #fsr_rightcol_stacks_in_9316_page3 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9316_page3 #fsr_colwrap_stacks_in_9316_page3 #fsr_rightcol_stacks_in_9316_page3 .rightcolpad_stacks_in_9316_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9316_page3 #fsr_colwrap_stacks_in_9316_page3 #fsr_leftcol_stacks_in_9316_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9316_page3 #fsr_colwrap_stacks_in_9316_page3 #fsr_leftcol_stacks_in_9316_page3 .leftcolpad_stacks_in_9316_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9316_page3 #fsr_colwrap_stacks_in_9316_page3 #fsr_rightcol_stacks_in_9316_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9316_page3 #fsr_colwrap_stacks_in_9316_page3 #fsr_rightcol_stacks_in_9316_page3 .rightcolpad_stacks_in_9316_page3 {
	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_9321_page3 {
	
}

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

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

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

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

#stacks_in_9324_page3 #fsr_colwrap_stacks_in_9324_page3 #fsr_leftcol_stacks_in_9324_page3 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9324_page3 #fsr_colwrap_stacks_in_9324_page3 #fsr_leftcol_stacks_in_9324_page3 .leftcolpad_stacks_in_9324_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9324_page3 #fsr_colwrap_stacks_in_9324_page3 #fsr_rightcol_stacks_in_9324_page3 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9324_page3 #fsr_colwrap_stacks_in_9324_page3 #fsr_rightcol_stacks_in_9324_page3 .rightcolpad_stacks_in_9324_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9324_page3 #fsr_colwrap_stacks_in_9324_page3 #fsr_leftcol_stacks_in_9324_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9324_page3 #fsr_colwrap_stacks_in_9324_page3 #fsr_leftcol_stacks_in_9324_page3 .leftcolpad_stacks_in_9324_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9324_page3 #fsr_colwrap_stacks_in_9324_page3 #fsr_rightcol_stacks_in_9324_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9324_page3 #fsr_colwrap_stacks_in_9324_page3 #fsr_rightcol_stacks_in_9324_page3 .rightcolpad_stacks_in_9324_page3 {
	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_9328_page3 {
	
}

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

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

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

#stacks_in_9328_page3 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_9333_page3 {
	
}

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

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

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

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

#stacks_in_9336_page3 #fsr_colwrap_stacks_in_9336_page3 #fsr_leftcol_stacks_in_9336_page3 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9336_page3 #fsr_colwrap_stacks_in_9336_page3 #fsr_leftcol_stacks_in_9336_page3 .leftcolpad_stacks_in_9336_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9336_page3 #fsr_colwrap_stacks_in_9336_page3 #fsr_rightcol_stacks_in_9336_page3 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9336_page3 #fsr_colwrap_stacks_in_9336_page3 #fsr_rightcol_stacks_in_9336_page3 .rightcolpad_stacks_in_9336_page3 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_9336_page3 #fsr_colwrap_stacks_in_9336_page3 #fsr_leftcol_stacks_in_9336_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9336_page3 #fsr_colwrap_stacks_in_9336_page3 #fsr_leftcol_stacks_in_9336_page3 .leftcolpad_stacks_in_9336_page3 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9336_page3 #fsr_colwrap_stacks_in_9336_page3 #fsr_rightcol_stacks_in_9336_page3 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9336_page3 #fsr_colwrap_stacks_in_9336_page3 #fsr_rightcol_stacks_in_9336_page3 .rightcolpad_stacks_in_9336_page3 {
	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_9340_page3 {
	
}

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

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

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

#stacks_in_9340_page3 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_9345_page3 {
	
}

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

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

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

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

}/*
-------------------------------------------
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_56639_page3 {
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 0% 43%;
}

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

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

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

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

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

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

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

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

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

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_70670_page3 ul#shareStackArraystacks_in_70670_page3 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_70670_page3 ul#shareStackArraystacks_in_70670_page3 li.shareStackItem:hover {
	opacity: 0.85;
}

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

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_70670_page3 ul#shareStackArraystacks_in_70670_page3 {
	display: none;
}

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

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-baidustacks_in_70670_page3 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-bloggerstacks_in_70670_page3 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-deliciousstacks_in_70670_page3 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-diggstacks_in_70670_page3 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-facebookstacks_in_70670_page3 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-googleplusstacks_in_70670_page3 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-linkedinstacks_in_70670_page3 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-livejournalstacks_in_70670_page3 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-myspacestacks_in_70670_page3 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-odnoklassnikistacks_in_70670_page3 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-pocketstacks_in_70670_page3 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-redditstacks_in_70670_page3 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-renrenstacks_in_70670_page3 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-stumbleuponstacks_in_70670_page3 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-tumblrstacks_in_70670_page3 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-twitterstacks_in_70670_page3 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-viadeostacks_in_70670_page3 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-vkontaktestacks_in_70670_page3 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-weibostacks_in_70670_page3 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-xingstacks_in_70670_page3 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-emailstacks_in_70670_page3 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-printstacks_in_70670_page3 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-customonestacks_in_70670_page3 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-customtwostacks_in_70670_page3 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-customthreestacks_in_70670_page3 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-customfourstacks_in_70670_page3 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_70670_page3 #shareStackItem-customfivestacks_in_70670_page3 {
	background: #FF8000;
	color: #333333;
}

/* @end */

@media print {
	#shareStackWrapperstacks_in_70670_page3 {
		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_3645_page3 {
}

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


#stacks_in_3645_page3 {
	margin: 12px 0px 8px 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_3646_page3 {
}

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



#stacks_in_3646_page3 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 2px 0px;
}
#PPMiniCart {
	z-index: 99999;
}


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

#PPMiniCart form {
max-width: 380px!important;
margin-left: -150px!important;
width: 280px!important;
font-size: 0.8em!important;
}

#PPMiniCart {
top: 10%!important;
}

#PPMiniCart ul {
	width: 260px!important;
	font-size: 0.9em!important;

}

#PPMiniCart .minicart-quantity {
width: 15px!important;
}

#PPMiniCart .minicart-remove {
width: 12px!important;
height: 19px;
font-size: 11px!important;
opacity: 0.70;
cursor: pointer;
}

#PPMiniCart .minicart-details-quantity {
width: 12%!important;
}

#PPMiniCart .minicart-subtotal {
position: relative!important;
left: 0px!important;
font-size: 16px;
padding-top: 10px!important;
}

#PPMiniCart .minicart-submit {
right: 0px!important;
}

}