@-webkit-keyframes slideup-swingInX{0%{-webkit-transform:perspective(400px) rotateX(-90deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg)}}@-moz-keyframes slideup-swingInX{0%{-moz-transform:perspective(400px) rotateX(-90deg)}100%{-moz-transform:perspective(400px) rotateX(0deg)}}@-o-keyframes slideup-swingInX{0%{-o-transform:perspective(400px) rotateX(-90deg)}100%{-o-transform:perspective(400px) rotateX(0deg)}}@keyframes slideup-swingInX{0%{transform:perspective(400px) rotateX(-90deg)}100%{transform:perspective(400px) rotateX(0deg)}}@-webkit-keyframes slideup-swingOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg)}100%{-webkit-transform:perspective(400px) rotateX(-90deg)}}@-moz-keyframes slideup-swingOutX{0%{-moz-transform:perspective(400px) rotateX(0deg)}100%{-moz-transform:perspective(400px) rotateX(-90deg)}}@-o-keyframes slideup-swingOutX{0%{-o-transform:perspective(400px) rotateX(0deg)}100%{-o-transform:perspective(400px) rotateX(-90deg)}}@keyframes slideup-swingOutX{0%{transform:perspective(400px) rotateX(0deg)}100%{transform:perspective(400px) rotateX(-90deg)}}@-webkit-keyframes slideup-slideDown{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes slideup-slideDown{0%{-moz-transform:translateY(-100%)}100%{-moz-transform:translateY(0)}}@-o-keyframes slideup-slideDown{0%{-o-transform:translateY(-100%)}100%{-o-transform:translateY(0)}}@keyframes slideup-slideDown{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@-webkit-keyframes slideup-slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-100%)}}@-moz-keyframes slideup-slideUp{0%{-moz-transform:translateY(0)}100%{-moz-transform:translateY(-100%)}}@-o-keyframes slideup-slideUp{0%{-o-transform:translateY(0)}100%{-o-transform:translateY(-100%)}}@keyframes slideup-slideUp{0%{transform:translateY(0)}100%{transform:translateY(-100%)}}@-webkit-keyframes slideup-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@-moz-keyframes slideup-flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}}@-o-keyframes slideup-flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes slideup-flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes slideup-flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes slideup-flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes slideup-flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes slideup-flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}@-webkit-keyframes slideup-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes slideup-bounceInDown{0%{opacity:0;-moz-transform:translateY(-200px)}60%{opacity:1;-moz-transform:translateY(30px)}80%{-moz-transform:translateY(-10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes slideup-bounceInDown{0%{opacity:0;-o-transform:translateY(-200px)}60%{opacity:1;-o-transform:translateY(30px)}80%{-o-transform:translateY(-10px)}100%{-o-transform:translateY(0)}}@keyframes slideup-bounceInDown{0%{opacity:0;transform:translateY(-200px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}@-webkit-keyframes slideup-bounceOutUp{0%{-webkit-transform:translateY(0)}30%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-200px)}}@-moz-keyframes slideup-bounceOutUp{0%{-moz-transform:translateY(0)}30%{opacity:1;-moz-transform:translateY(20px)}100%{opacity:0;-moz-transform:translateY(-200px)}}@-o-keyframes slideup-bounceOutUp{0%{-o-transform:translateY(0)}30%{opacity:1;-o-transform:translateY(20px)}100%{opacity:0;-o-transform:translateY(-200px)}}@keyframes slideup-bounceOutUp{0%{transform:translateY(0)}30%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-200px)}}
.armadilloSoloContentContainer { position: relative; }
.armadilloSoloContentContainer .armadilloEditButton { position: absolute; top: 0; right: 0; z-index: 999; background: #666; color: white; border-radius: 3px; opacity: 0.5; cursor: pointer; }
.armadilloSoloContentContainer .armadilloEditButton a i.fa { color: white !important; }
.armadilloSoloContentContainer:hover .armadilloEditButton { opacity: 1; }
.armadilloSoloContentContainer .armadilloEditButton a { color: white !important; padding: 5px 5px 3px 5px !important; text-decoration: none; }
.editSoloContent, .redactorbox { width: 300px; }
.editSoloContent .toolbar-fixed-box + .redactor-editor { padding-top: 82px !important; }
ul.redactor-toolbar.toolbar-fixed-box { visibility: visible !important; top: 0 !important; }
.uk-htmleditor .uk-htmleditor-content .uk-htmleditor-preview[style] { height: 500px !important; }
.armadilloEditorFullscreen .fancybox-close { opacity: 0; }
@media (min-width:768px) { .editSoloContent, .redactor-box { width: 550px; } }
@media (min-width:992px) { .editSoloContent, .redactor-box { width: 650px; } }
@media (min-width:1200px) { .editSoloContent, .redactor-box { width: 750px; } .editSoloContent .toolbar-fixed-box + .redactor-editor { padding-top: 42px !important; } }
.editSoloContent textarea { width: 100%; }
.editSoloContent p.saveSoloContentDetails { margin: 15px 0; padding: 0; }
.armadilloPadding { padding: 15px 0; }
a.armadilloButton, a.armadilloButton:link, a.armadilloButton:visited { padding: 5px 10px; background-color: green; color: white !important; text-decoration: none !important; border-radius: 4px; }
.saveSoloContent { margin-left: 10px; opacity: 0; display: inline-block; }
.saveSoloContent.progress { margin: 0 0 0 10px; padding-bottom: 5px; height: 5px; width: 100px; background: url(../../rw_common/plugins/stacks/armadillo/core/images/loading.gif) center center no-repeat;}
/* Redactor Styles */
/* Z-index setup */
.redactor-editor, .redactor-box, .redactor-box textarea { z-index: auto; }
.redactor-box-fullscreen { z-index: 1051; }
.redactor-toolbar { z-index: 100; }
.redactor-dropdown, .redactor-modal-box { z-index: 8052 !important; }

#stacks_in_596129_595607 {
	background-color: rgba(255, 255, 255, 1.00);
}
/* Start Responsive Shim stack CSS code */.stacks_in_596129_595609shim{	padding-top: 30px;}@media all and (max-width: 768px) {.stacks_in_596129_595609shim{	padding-top: 30px;}}@media all and (max-width: 480px) {.stacks_in_596129_595609shim{	padding-top: 20px;}}/* End Responsive Shim stack CSS code *//*
-------------------------------------------
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_596129_595610 {
	padding: 0% 0% 0% 0%;
	margin: 0% 4% 0% 4%;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_596129_595610 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 4% 0% 4%;
}
}
/* Smart2columns stack v1.3.0 */

#stacks_in_596129_595612 .s2c_stacks_in_596129_595612_table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#stacks_in_596129_595612 .s2c_stacks_in_596129_595612_table, #stacks_in_596129_595612 .s2c_stacks_in_596129_595612_table * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_596129_595612 .s2c_stacks_in_596129_595612_table div[class^="s2c_stacks_in_596129_595612_cell"] {
	display: table-cell;
	overflow: hidden;
}

#stacks_in_596129_595612 .s2c_stacks_in_596129_595612_table .s2c_stacks_in_596129_595612_cell1 {
	
  	
  	border-radius: 0px;
	vertical-align: middle;
	width: 49%;
	
}

#stacks_in_596129_595612 .s2c_stacks_in_596129_595612_table .s2c_stacks_in_596129_595612_cell2 {
	
  	
  	border-radius: 0px;
	vertical-align: middle;
	
}

#stacks_in_596129_595612 .s2c_stacks_in_596129_595612_table .s2c_stacks_in_596129_595612_spacer {
	display: table-cell;
	width: 2%;
}

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

#stacks_in_596129_595612 .s2c_stacks_in_596129_595612_table div[class^="s2c_stacks_in_596129_595612_cell"] {
	display: block;
	width: 100%;
}

#stacks_in_596129_595612 .s2c_stacks_in_596129_595612_table .s2c_stacks_in_596129_595612_spacer {
	display: block;
	height: 20px;
}

}

/* End of Smart2columns stack *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_596129_595617Calligrapher{			font-size: 200% !important;			color: #817F64 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 5px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_596129_595617Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_595617Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_595617Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_595617Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_595617Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_595617Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_595617Calligrapher h6, .stacks_in_596129_595617Calligrapher h5, .stacks_in_596129_595617Calligrapher h4, .stacks_in_596129_595617Calligrapher h3, .stacks_in_596129_595617Calligrapher h2, .stacks_in_596129_595617Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_596129_595617Calligrapher, .stacks_in_596129_595617Calligrapher h1, .stacks_in_596129_595617Calligrapher h2, .stacks_in_596129_595617Calligrapher h3, .stacks_in_596129_595617Calligrapher h4, .stacks_in_596129_595617Calligrapher h5, .stacks_in_596129_595617Calligrapher h6{	font-family: "Oswald" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_596129_595617targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_596129_595617Calligrapher a:link{			color: #969375 !important;			text-decoration: none !important;		}				.stacks_in_596129_595617Calligrapher a:visited{			color: #969375 !important;		}				.stacks_in_596129_595617Calligrapher a:active{			color: #969375 !important;		}				.stacks_in_596129_595617Calligrapher a:hover{			color: #4A7AC8 !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_596129_595621shim{	padding-top: 30px;}@media all and (max-width: 768px) {.stacks_in_596129_595621shim{	padding-top: 30px;}}@media all and (max-width: 480px) {.stacks_in_596129_595621shim{	padding-top: 20px;}}/* End Responsive Shim stack CSS code */    #stacks_in_596129_595605{overflow:visible} .pin-spacer.spacer-stacks_in_596129_595605{width:100%;min-width:100%}.pin-spacer.spacer-stacks_in_596129_595605.posFixed.allow-overlay{display:none}@media screen and (max-width:645px){.pin-spacer.spacer-stacks_in_596129_595605.hide-below-bp{display:none}}@media screen and (min-width:645px){.pin-spacer.spacer-stacks_in_596129_595605.hide-above-bp{display:none}}#stacks_in_596129_595605>.pin-fixed{z-index:999}#stacks_in_596129_595605>.pin-fixed.pin-it::after{background:#333333;opacity:0.0}#stacks_in_596129_595605>.pin-it.pin-static{position:relative;z-index:1}@media screen and (max-width:645px){#stacks_in_596129_595605>.pin-it.hide-below-bp{display:none}}@media screen and (min-width:645px){#stacks_in_596129_595605>.pin-it.hide-above-bp{display:none}}#stacks_in_596129_595605>.pin-it::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";background:#FFFFFF;opacity:0.0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}#stacks_in_596129_595605>.pin-it.pin-fixed{position:fixed;top: 0px }@media screen and (max-width:645px){#stacks_in_596129_595605>.pin-it.pin-fixed.mob-full-width{left:0;width:100%!important}}@media screen and (min-width:645px){#stacks_in_596129_595605>.pin-it.pin-fixed{top:0px}} 
#stacks_in_596129_595605 .pin-it.pin-fixed.fixed-shadow   {-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;-moz-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}
/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Transparent Stack
Style Sheet: fsrtransparent.css
Created: 23, October 2012
Last Modified: 12, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_596129_595622_wrapper {
	
}

#stacks_in_596129_595622_wrapper #stacks_in_596129_595622_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: #357CC0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive FreeStack R NavMenu Res6.stack'
Style Sheet: fsrnavmenures6f.css
Created: 24, July, 2013
Last Modified: 04, September, 2015
Version: 1.5.6
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.05em;
	font-weight: 400;
}

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

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

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

#nav ul li a, #nav ul li a:visited {
	background-color: rgba(255, 255, 255, 0.0);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.05em;
	font-weight: 400;
	padding: 0 13px 0 13px;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.10);
	color: #FFFFFF;
}

#nav ul li #current {
	background-color: rgba(255, 255, 255 0.0);
	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 ul li.hasChild > a:hover {
	background-color: rgba(255, 255, 255, 0.10);
	color: #FFFFFF;
}

#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;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin: 0;
	position: absolute;
	top: 59px;
	width: 265px;
	z-index: 999;
	text-align: left;
}

#nav ul ul li {
	display: block;
	padding: 0;
	height: 50px;
	width: 265px;
	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-color: rgba(255, 255, 255, 0.85);
	color: #808080;
	border-top: px solid #E6E6E6;
	font-size: 0.95em;
	font-weight: normal;
	height: 50px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 251px;
	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: 50px !important;
	width: 251px !important;
}

#nav ul ul li a:hover {
	background-color: rgba(255, 255, 255, 0.80);
	color: #357CC0;
	width: 251px;
	background-image: none;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background-color: rgba(255, 255, 255, 0.80);
	color: #357CC0;
	width: 251px;
}

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

#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 ul ul li.hasChild > a:hover {
	background-color: rgba(255, 255, 255, 0.80);
	color: #357CC0;
}

#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: 279px;
}

*:first-child+html #nav ul ul ul {
	top: 0;
	left: 279px !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
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#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: #357CC0;
padding: 4px 0 0 0;
min-height: 48px;
z-index: 99999;
}

.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 16px 13px 11px 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: #6699CC;
height: 3px;
margin-top: 3px;
}

.mean-container .mean-nav { 
float: left;
width: 100%;
background: #357CC0;
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 #CCCCCC;
text-decoration: none;
text-transform: none;
}

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

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

.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #CCCCCC;
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: #6699CC;
}
.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;
}




/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_596129_595654_headerSpacer {
	display: block;
	width:  1px;
	height: 70px;
	background: transparent;
}
/*
-------------------------------------------
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_596129_595677 {
	padding: 0% 0% 0% 0%;
	margin: 0% 4% 0% 4%;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_596129_595677 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 4% 0% 4%;
}
}
/* Smart2columns stack v1.3.0 */

#stacks_in_596129_595679 .s2c_stacks_in_596129_595679_table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#stacks_in_596129_595679 .s2c_stacks_in_596129_595679_table, #stacks_in_596129_595679 .s2c_stacks_in_596129_595679_table * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_596129_595679 .s2c_stacks_in_596129_595679_table div[class^="s2c_stacks_in_596129_595679_cell"] {
	display: table-cell;
	overflow: hidden;
}

#stacks_in_596129_595679 .s2c_stacks_in_596129_595679_table .s2c_stacks_in_596129_595679_cell1 {
	
  	
  	border-radius: 0px;
	vertical-align: middle;
	width: 49%;
	
}

#stacks_in_596129_595679 .s2c_stacks_in_596129_595679_table .s2c_stacks_in_596129_595679_cell2 {
	
  	
  	border-radius: 0px;
	vertical-align: middle;
	
}

#stacks_in_596129_595679 .s2c_stacks_in_596129_595679_table .s2c_stacks_in_596129_595679_spacer {
	display: table-cell;
	width: 2%;
}

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

#stacks_in_596129_595679 .s2c_stacks_in_596129_595679_table div[class^="s2c_stacks_in_596129_595679_cell"] {
	display: block;
	width: 100%;
}

#stacks_in_596129_595679 .s2c_stacks_in_596129_595679_table .s2c_stacks_in_596129_595679_spacer {
	display: block;
	height: 25px;
}

}

/* End of Smart2columns stack */
#stacks_out_596129_661608 {
	width: 95%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_596129_661630Calligrapher{			font-size: 175% !important;			color: #817F64 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 5px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_596129_661630Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_661630Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_661630Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_661630Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_661630Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_661630Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_596129_661630Calligrapher h6, .stacks_in_596129_661630Calligrapher h5, .stacks_in_596129_661630Calligrapher h4, .stacks_in_596129_661630Calligrapher h3, .stacks_in_596129_661630Calligrapher h2, .stacks_in_596129_661630Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_596129_661630Calligrapher, .stacks_in_596129_661630Calligrapher h1, .stacks_in_596129_661630Calligrapher h2, .stacks_in_596129_661630Calligrapher h3, .stacks_in_596129_661630Calligrapher h4, .stacks_in_596129_661630Calligrapher h5, .stacks_in_596129_661630Calligrapher h6{	font-family: "Oswald" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_596129_661630targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_596129_661630Calligrapher a:link{			color: #969375 !important;			text-decoration: none !important;		}				.stacks_in_596129_661630Calligrapher a:visited{			color: #969375 !important;		}				.stacks_in_596129_661630Calligrapher a:active{			color: #969375 !important;		}				.stacks_in_596129_661630Calligrapher a:hover{			color: #4A7AC8 !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code *//*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_596129_595688_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_578319_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}
/*
-------------------------------------------
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_570014 {
	max-width: 1300px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

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

}
/*
-------------------------------------------
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_570016 {
	padding: 0% 0% 0% 0%;
	margin: 0% 4% 0% 4%;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_570016 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 4% 0% 4%;
}
}
#stacks_in_587524,#stacks_in_587524 .stacks_out,#stacks_in_587524 .stacks_in{overflow:visible}#stacks_in_587524{padding:0.15em 0}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_587526Calligrapher{			font-size: 100% !important;			color: #5892CA !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_587526Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587526Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587526Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587526Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587526Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587526Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587526Calligrapher h6, .stacks_in_587526Calligrapher h5, .stacks_in_587526Calligrapher h4, .stacks_in_587526Calligrapher h3, .stacks_in_587526Calligrapher h2, .stacks_in_587526Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_587526Calligrapher, .stacks_in_587526Calligrapher h1, .stacks_in_587526Calligrapher h2, .stacks_in_587526Calligrapher h3, .stacks_in_587526Calligrapher h4, .stacks_in_587526Calligrapher h5, .stacks_in_587526Calligrapher h6{	font-family: "Oswald" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_587526targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_587526Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_587526Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_587526Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_587526Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_587528 {
	margin: 0px 0px 0px 9px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_597525_headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}
#stacks_in_597527 iframe {
	-webkit-transition: height 0.1s; /* Safari */
    transition: height 0.1s;
}

.yd-modal{position:fixed;top:50%;left:50%;width:50%;max-width:630px;min-width:320px;height:auto;z-index:2000;opacity:0;visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.yd-modal-show{opacity:1;visibility:visible}.yd-overlay{position:fixed;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:1000;opacity:0;background:rgba(0,0,0,0.8);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show ~ .yd-overlay{opacity:1;visibility:visible}.yd-content{color:#777;background:#fff;position:relative;border-radius:3px;margin:0 auto;text-align:center}.yd-content h3{margin:0;padding:0.4em;text-align:center;font-size:24px;font-weight:500;border-bottom:1px solid #f2f2f2;border-radius:3px 3px 0 0}.yd-modal.error .yd-content h3{color:red}.yd-modal.success .yd-content h3{color:green}.yd-content>div{padding:15px 40px 30px;margin:0;font-weight:300}.yd-content>div p{margin:0;padding:10px 0}.yd-content>div ul{margin:0;padding:0 0 30px 20px}.yd-content>div ul li{padding:5px 0}.yd-content button{display:block;margin:10px auto !important;min-width:200px}.yd-effect-1 .yd-content{-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-1 .yd-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.yd-effect-2 .yd-content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%);opacity:0;-webkit-transition:all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);-moz-transition:all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);transition:all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9)}.yd-modal-show.yd-effect-2 .yd-content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.yd-effect-3 .yd-content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-3 .yd-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.yd-effect-4 .yd-content{-webkit-transform:scale(0) rotate(720deg);-moz-transform:scale(0) rotate(720deg);-ms-transform:scale(0) rotate(720deg);transform:scale(0) rotate(720deg);opacity:0}.yd-modal-show.yd-effect-4 ~ .yd-overlay,.yd-effect-4 .yd-content{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.yd-modal-show.yd-effect-4 .yd-content{-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}.yd-effect-7{top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.yd-effect-7 .yd-content{-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;opacity:0}.yd-modal-show.yd-effect-7 .yd-content{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);border-radius:0 0 3px 3px;opacity:1}.yd-effect-11 .yd-content{-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-11 .yd-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.yd-effect-12 .yd-content{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-12 ~ .yd-overlay{background:#e74c3c}.yd-effect-12 .yd-content h3,.yd-effect-12 .yd-content{background:transparent}.yd-modal-show.yd-effect-12 .yd-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.yd-modal-show.yd-effect-16 ~ .yd-overlay{background:rgba(180,46,32,0.5)}.yd-modal-show.yd-effect-16 ~ .container{-webkit-filter:blur(3px);-moz-filter:blur(3px);filter:blur(3px)}.yd-effect-16 .yd-content{-webkit-transform:translateY(-5%);-moz-transform:translateY(-5%);-ms-transform:translateY(-5%);transform:translateY(-5%);opacity:0}.yd-modal-show.yd-effect-16 ~ .container,.yd-effect-16 .yd-content{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.yd-modal-show.yd-effect-16 .yd-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}

button.yd-btn,button[data-action="clear"],button[data-action="undo"]{border:1px solid rgba(0,0,0,0.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.04);background:#fff;padding:10px;border-radius:4px;margin-right:5px;font-size:15px;cursor:pointer}button.yd-btn i,button[data-action="clear"] i,button[data-action="undo"] i{font-size:15px}button.yd-btn:focus,button[data-action="clear"]:focus,button[data-action="undo"]:focus{outline:none;box-shadow:none}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_597528_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}
/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Transparent Stack
Style Sheet: fsrtransparent.css
Created: 23, October 2012
Last Modified: 12, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_597273_597190_wrapper {
	
}

#stacks_in_597273_597190_wrapper #stacks_in_597273_597190_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: #E6E6E6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
	filter: alpha(opacity=99);
	opacity: 0.99;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}/* Start Responsive Shim stack CSS code */.stacks_in_597273_597192shim{	padding-top: 4%;}/* End Responsive Shim stack CSS code *//*
-------------------------------------------
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_597273_597193 {
	max-width: 1000px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

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

}
/*
-------------------------------------------
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_597273_597195 {
	padding: 0% 0% 0% 0%;
	margin: 0% 4% 0% 4%;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_597273_597195 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 5% 0% 5%;
}
}
#stacks_in_597273_597197,#stacks_in_597273_597197 .stacks_out,#stacks_in_597273_597197 .stacks_in{overflow:visible}#stacks_in_597273_597197{padding:0.15em 0}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_597273_597199Calligrapher{			font-size: 100% !important;			color: #4283C0 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_597273_597199Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_597273_597199Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_597273_597199Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_597273_597199Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_597273_597199Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_597273_597199Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_597273_597199Calligrapher h6, .stacks_in_597273_597199Calligrapher h5, .stacks_in_597273_597199Calligrapher h4, .stacks_in_597273_597199Calligrapher h3, .stacks_in_597273_597199Calligrapher h2, .stacks_in_597273_597199Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_597273_597199Calligrapher, .stacks_in_597273_597199Calligrapher h1, .stacks_in_597273_597199Calligrapher h2, .stacks_in_597273_597199Calligrapher h3, .stacks_in_597273_597199Calligrapher h4, .stacks_in_597273_597199Calligrapher h5, .stacks_in_597273_597199Calligrapher h6{	font-family: "Oswald" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_597273_597199targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_597273_597199Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_597273_597199Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_597273_597199Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_597273_597199Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_597273_597203shim{	padding-top: 4%;}/* End Responsive Shim stack CSS code *//*
-------------------------------------------
Stack: Blueball FreeStack Responsive Transparent Stack
Style Sheet: fsrtransparent.css
Created: 23, October 2012
Last Modified: 12, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_587669_643433_wrapper {
	
}

#stacks_in_587669_643433_wrapper #stacks_in_587669_643433_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: #357CC0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_587669_587614_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}
/*
-------------------------------------------
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_587669_587615 {
	max-width: 1200px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

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

}
/*
-------------------------------------------
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_587669_587617 {
	padding: 0% 0% 0% 0%;
	margin: 0% 4% 0% 4%;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_587669_587617 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 4% 0% 4%;
}
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_587669_640007Calligrapher{			font-size: 115% !important;			color: #EFEFEF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.9em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_587669_640007Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640007Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640007Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640007Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640007Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640007Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640007Calligrapher h6, .stacks_in_587669_640007Calligrapher h5, .stacks_in_587669_640007Calligrapher h4, .stacks_in_587669_640007Calligrapher h3, .stacks_in_587669_640007Calligrapher h2, .stacks_in_587669_640007Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_587669_640007Calligrapher, .stacks_in_587669_640007Calligrapher h1, .stacks_in_587669_640007Calligrapher h2, .stacks_in_587669_640007Calligrapher h3, .stacks_in_587669_640007Calligrapher h4, .stacks_in_587669_640007Calligrapher h5, .stacks_in_587669_640007Calligrapher h6{	font-family: "Open Sans" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_587669_640007targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_587669_640007Calligrapher a:link{			color: #EEEEEE !important;			text-decoration: none !important;		}				.stacks_in_587669_640007Calligrapher a:visited{			color: #EEEEEE !important;		}				.stacks_in_587669_640007Calligrapher a:active{			color: #EEEEEE !important;		}				.stacks_in_587669_640007Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */#stacks_in_587669_661592>.s3_row {
	margin: 0 -10px;
}

#stacks_in_587669_661592>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_587669_661592>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_587669_661592>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}



/* Start Responsive Shim stack CSS code */.stacks_in_587669_661711shim{	padding-top: 50px;}@media all and (max-width: 768px) {.stacks_in_587669_661711shim{	padding-top: 40px;}}@media all and (max-width: 480px) {.stacks_in_587669_661711shim{	padding-top: 30px;}}/* End Responsive Shim stack CSS code */#stacks_in_587669_650252 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_587669_650252 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_587669_650252 .fluid-image.unlimited img{width:100% !important}#stacks_in_587669_650252 .fluid-image.define_max img{width:100% !important;max-width:175px !important}#stacks_in_587669_650252 .fluid-image.align-left img{float:left}#stacks_in_587669_650252 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_587669_639953_headerSpacer {
	display: block;
	width:  1px;
	height: 15px;
	background: transparent;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_587669_640041Calligrapher{			font-size: 115% !important;			color: #EFEFEF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.6em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_587669_640041Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640041Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640041Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640041Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640041Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640041Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: normal !important;		}		.stacks_in_587669_640041Calligrapher h6, .stacks_in_587669_640041Calligrapher h5, .stacks_in_587669_640041Calligrapher h4, .stacks_in_587669_640041Calligrapher h3, .stacks_in_587669_640041Calligrapher h2, .stacks_in_587669_640041Calligrapher h1{			color: #FFFFFF !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_587669_640041Calligrapher, .stacks_in_587669_640041Calligrapher h1, .stacks_in_587669_640041Calligrapher h2, .stacks_in_587669_640041Calligrapher h3, .stacks_in_587669_640041Calligrapher h4, .stacks_in_587669_640041Calligrapher h5, .stacks_in_587669_640041Calligrapher h6{	font-family: "Open Sans" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_587669_640041targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_587669_640041Calligrapher a:link{			color: #EEEEEE !important;			text-decoration: none !important;		}				.stacks_in_587669_640041Calligrapher a:visited{			color: #EEEEEE !important;		}				.stacks_in_587669_640041Calligrapher a:active{			color: #EEEEEE !important;		}				.stacks_in_587669_640041Calligrapher a:hover{			color: #FFFFFF !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code *//*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_587669_587628_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}
/* NoLink Stack 2.2.4 */.NoLink, .NoLink a {	-webkit-user-select: none;	-webkit-touch-callout: none;	-webkit-tap-highlight-color: transparent;	cursor: default !important;}.NoLink:focus {	  outline:0;}/* End of NoLink Stack */