/*
-------------------------------------------
File: 'Blueball FreeStacks' fsrstickynav2.css Style Sheet
Created: 14, June, 2014
Last Modified: 14, October 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2014 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


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

/*DESKTOP NAV MENU LAYOUT STYLING*/

/* #menu is the original menu */
.js #menu {
	display:block;
}
	
.js .slicknav_menu {
	display:none;
}
	
.slicknav_menu {
	display: none;
}

#stickynavbar {
	display: block !important;	
	height: auto;
	width: 100%;
	font-size: 1.00em;
	font-weight: 400;
}

/* This class is added on scroll */
#stickynavbar.fixed {
	position: fixed; 
	top: 0; 
	height: auto; 
	max-width: 960px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.0);
	z-index: 999;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0.0;
}

/* This class is added on scroll */
#stacks_in_173_page5.fixed {
	position: fixed; 
	top: 0; 
	height: auto; 
}

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

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

#stickynavbar ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 20px;
	border-right: 1px solid #FC6D08;
	width: auto;
}

#stickynavbar ul li a, #stickynavbar ul li a:visited {
	background-color: rgba(0, 0, 0, 0.0);
	color: #011F8E;
	cursor: pointer;
	display: inline-block;
	font-size: 1.00em;
	font-weight: 400;
	padding: 0 14px 0 14px;
	text-decoration: none;
}

#stickynavbar ul li a:hover {
	background-color: rgba(254, 120, 0, 0.0);
	color: #FC6D08;
}

#stickynavbar ul li #current {
	background-color: rgba(127, 140, 141, 0.0);
	color: #FC6D08;
}

#stickynavbar ul li .currentAncestor {
	color: #FC6D08;
	background-color: rgba(127, 140, 141, 0.0);
}

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

#stickynavbar ul li.hasChild > a {
	background-image: url(../files/downarrow_narrow_black50.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding: 0 38px 0 14px;
}

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

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

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

/* Sub Menu Levels */

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

#stickynavbar 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;
}

#stickynavbar ul ul li a, #stickynavbar ul ul li a:visited {
	background-color: rgba(0, 0, 0, 0.99);
	color: #FFFFFF;
	border-top: 1px solid #EFEFEF;
	font-size: 1.00em;
	font-weight: normal;
	height: 40px;
	padding: 0 18px 0 18px;
	margin: 0;
	text-shadow: none;
	width: 182px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

#stickynavbar ul ul li a:hover {
	background-color: rgba(254, 120, 0, 0.99);
	color: #FFFFFF;
	width: 182px;
	background-image: none;
}

#stickynavbar ul ul li #current, #stickynavbar ul ul li .currentAncestor {
	background-color: rgba(0, 0, 0, 0.99);
	color: #FFFFFF;
}

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

#stickynavbar ul ul li.hasChild > a {
	background-image: url(../files/rightarrow_narrow_white.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	width: 168px;
	padding: 0 32px 0 18px;
}

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

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

#stickynavbar ul ul ul {
	top: 0;
	left: 0px;
	left: 218px;
}

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

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

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

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

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

}

/*MOBILE NAV MENU LAYOUT STYLING*/

@media screen and (max-width: 768px) {
	
/* #menu is the original menu */
.js #menu {
	display: none;
}
	
#menu {
	display: none;
}
	
.js .slicknav_menu {
	display: block;
}

.slicknav_menu{
	display: block;
}
	
/*Mobile Menu Core Style*/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float:  left;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
	font-size: 16px;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.0em;
	float: left;
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.15em;
	height: 0.16em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}

.slicknav_nav {
	clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
	display: block;
	/*Added for border bottom for main li elements*/
	border-bottom: 1px solid #FFFFFF;
}

.slicknav_nav .slicknav_arrow {
	font-size: 1.50em;
	margin: 0 0 0 0.8em;
}

.slicknav_nav .slicknav_item {
	display: block;
	cursor: pointer;
}

.slicknav_nav a {
	display: block;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	clear: both;
}

/* IE6/7 support */

.slicknav_menu {
	*zoom: 1;
}

/*User Default Style - Change the following styles to modify the appearance of the menu.*/

/* Menu Button in top bar on mobile layout */

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #000000;
}

/* Button Text - Title Name */

.slicknav_menu .slicknav_menutxt {
	color: #FFFFFF;
	font-weight: bold;
}

.slicknav_menu .slicknav_menutxt:hover {
	color: #FFFFFF;
}

/* Button Lines - Hamburger Icon */

.slicknav_menu .slicknav_icon-bar {
	background-color: #FFFFFF;
}

/* Background color of entire menu */

.slicknav_menu {
	background: #000000;
	padding: 8px;
}

.slicknav_nav {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 1.00em;
}

.slicknav_nav .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}

.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
	/* Added to remove bottom border from main ul */
	border-bottom: 0px;
}

.slicknav_nav .slicknav_item {
	padding: 5px 10px;
	margin: 2px 0px;
	
}

.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_item:hover {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.slicknav_nav a:hover {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: #B3B3B3;
	color: #FFFFFF;
}

.slicknav_nav .slicknav_arrow:hover {
	color: color: #FFFFFF;
}

.slicknav_nav li li {
	border-bottom: 0px !important;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

}








#stacks_in_173_page5 {
	padding: 25px 0px 0px 0px;
}
/*
-------------------------------------------
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_167_page5 {
	padding: 0% 0% 0% 0%;
	margin: 2% 0% 0% 0%;
}

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

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

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

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

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

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

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

#stacks_in_129_page5 {
	margin: 0px 10px 10px 10px;
}
/*
-------------------------------------------
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_176_page5 {
	padding: 0% 0% 0% 0%;
	margin: 0% 20% 0% 20%;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_176_page5 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 10% 0% 10%;
}
}
/*
-------------------------------------------
File: Blueball GFontsStylr 3, v2.0  
gfontsstylr03.css Style Sheet
Created: 26, February, 2012
Last Modified: 15, May, 2018
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

/*
* Google Fonts are provided under the Following Open-Source Licenses:
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* This Font Software is licensed under the SIL Open Font License, Version 1.1.
* This license is available with a FAQ at: http://scripts.sil.org/OFL
*
* Unless required by applicable law or agreed to in writing, software distributed under these Licenses are distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and limitations under the License.
*
*/


.paragraph-8_content a, 
.paragraph-8_content a:active {text-decoration: underline;color: #000000;}
.paragraph-8_content a:hover {text-decoration: underline;color: #CCCCCC;}
.paragraph-8_content a:visited {text-decoration: underline;color: #000000;}



#stacks_in_174_page5 {
	margin: 0px 20px 0px 20px;
}
/*
-------------------------------------------
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_119_page5 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}

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

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

#stacks_in_137_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_139_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_141_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_151_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_149_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_147_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_145_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_143_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_157_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_155_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_153_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_159_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_165_page5 {
	padding: 10px 0px 22px 0px;
}

#stacks_in_163_page5 {
	padding: 10px 0px 22px 0px;
}
/*
-------------------------------------------
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_2_page5 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}

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

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

#stacks_in_2_page5 {
	background-color: rgba(1, 31, 142, 1.00);
}

#stacks_in_178_page5 {
	padding: 50px 50px 50px 50px;
}
