/*
-------------------------------------------
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
-------------------------------------------
*/

.color-666 {
	color: #666666;
}

.color-blueLogo {
	color: #0033A0;
}

.color-blueLogo-bold {
	color: #0033A0;
	font-weight: bolder;
}

.color-orangeLogo {
	color: #FF6600;
}

.product-box {
	padding: 3%;
	border: 1px solid #E8E8E8
}

.product-box.active {
	box-shadow: 5px 5px 7px 3px rgba(232,232,232,1);
}

.product-title {
	font-size: 27px;
	font-family: "HelveticaNeue-Normal", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: normal;
}

.product-desc {
	font-size: 17px;
	font-family: 'Arimo', sans-serif;
	line-height: normal;
}

.extra {
	font-size: 22px;
	font-family: 'Arimo', sans-serif;
	line-height: normal;
}

.free {
	font-size: 25px;
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	line-height: normal;
}

.product-sub-title {
	font-size: 22px;
	font-family: "HelveticaNeue-Normal", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: normal;
}

.line-through {
	text-decoration: line-through;
}

#stick-head {
	background-color: white;
}

@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_520_page3.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;
	}

	.img-box {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 95px;
		height: 95px;
		border: 3px solid #ddd;
		border-radius: 50%;
		cursor: pointer;
	}

	.img-box.active {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 95px;
		height: 95px;
		border: 3px solid #0033A0;
		border-radius: 50%;
		box-shadow: 2px 2px 15px 0px rgba(0,51,160,0.55);
		cursor: pointer;
	}

	.img-box * {
		vertical-align: middle;
	}

	.product-lable {
		font-size: 17px;
		font-family: 'Arimo', sans-serif;
	}
}

/*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;
		}

	.img-box {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 95px;
		height: 95px;
		border: 3px solid #ddd;
		border-radius: 50%;
		cursor: pointer;
	}

	.img-box.active {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 95px;
		height: 95px;
		border: 3px solid #0033A0;
		border-radius: 50%;
		box-shadow: 2px 2px 15px 0px rgba(0,51,160,0.55);
		cursor: pointer;
	}

	.img-box * {
		vertical-align: middle;
	}

	.product-lable {
		font-size: 17px;
		font-family: 'Arimo', sans-serif;
	}

	.color-666 {
		color: #666666;
	}
}

#stacks_in_520_page3 {
	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_208_page3 {
	padding: 0% 0% 0% 0%;
	margin: 2% 0% 0% 0%;
}

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

@media screen and (max-width: 768px) {
	#stacks_in_208_page3 {
		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_185_page3 {
}

	#stacks_in_185_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_185_page3 img {
		float: none;
		max-width: 90% !important;
		min-width: 90% !important;
		height: auto !important;
	}
}

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

/*
-------------------------------------------
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-2_content a, .paragraph-2_content a:active {
	text-decoration: underline;
	color: #000000;
}

	.paragraph-2_content a:hover {
		text-decoration: underline;
		color: #CCCCCC;
	}

	.paragraph-2_content a:visited {
		text-decoration: underline;
		color: #000000;
	}

#stacks_in_227_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_355_page3 {
}

	#stacks_in_355_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_355_page3 img {
		float: none;
		max-width: 100% !important;
		min-width: 100% !important;
		height: auto !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_523_page3 {
	padding: 2% 6% 2% 6%;
	margin: 2% 22% 5% 24%;
}

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

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

#stacks_in_523_page3 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 1px 1px 1px 1px;
	padding: 7px 7px 7px 7px;
}

#stacks_in_524_page3 {
	margin: 3px 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_526_page3 {
}

	#stacks_in_526_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_526_page3 img {
		float: none;
		max-width: 45% !important;
		min-width: 45% !important;
		height: auto !important;
	}

	.img-box {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 70px;
		height: 70px;
		border: 3px solid #ddd;
		border-radius: 50%;
		cursor: pointer;
	}

	.img-box.active {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 70px;
		height: 70px;
		border: 3px solid #0033A0;
		border-radius: 50%;
		box-shadow: 2px 2px 15px 0px rgba(0,51,160,0.55);
		cursor: pointer;
	}

	.img-box * {
		vertical-align: middle;
	}

	.product-lable {
		font-size: 15px;
		font-family: 'Arimo', sans-serif;
	}

	.color-666 {
		color: #666666;
	}
}

@media screen and (max-width: 450px) {
	#stacks_in_526_page3 img {
		float: none;
		max-width: 45% !important;
		min-width: 45% !important;
		height: auto !important;
	}

	.img-box {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		border: 3px solid #ddd;
		border-radius: 50%;
		cursor: pointer;
	}

	.img-box.active {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		border: 3px solid #0033A0;
		border-radius: 50%;
		box-shadow: 2px 2px 15px 0px rgba(0,51,160,0.55);
		cursor: pointer;
	}

	.img-box * {
		vertical-align: middle;
	}

	.product-lable {
		font-size: 12px;
		font-family: 'Arimo', sans-serif;
	}

	.color-666 {
		color: #666666;
	}
}

/*
-------------------------------------------
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_528_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_530_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_532_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_534_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_536_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_538_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_540_page3 {
	margin: 0px 20px 0px 20px;
}

#stacks_in_555_page3 {
	padding: 5px 0px 1px 0px;
}

#stacks_in_557_page3 {
	padding: 10px 0px 10px 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_373_page3 {
	padding: 2% 6% 2% 6%;
	margin: 2% 22% 5% 24%;
}

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

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

#stacks_in_373_page3 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 1px 1px 1px 1px;
	padding: 7px 7px 7px 7px;
}

#stacks_in_374_page3 {
	margin: 3px 20px 0px 20px;
}

/*
-------------------------------------------
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_376_page3 {
}

	#stacks_in_376_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_376_page3 img {
		float: none;
		max-width: 45% !important;
		min-width: 45% !important;
		height: auto !important;
	}
}

/*
-------------------------------------------
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_378_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_380_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_382_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_384_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_386_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_500_page3 {
	margin: 0px 20px 0px 20px;
}

#stacks_in_559_page3 {
	padding: 10px 0px 10px 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_390_page3 {
}

	#stacks_in_390_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_390_page3 img {
		float: none;
		max-width: 75% !important;
		min-width: 40% !important;
		height: auto !important;
	}
}

#stacks_in_390_page3 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

/*
-------------------------------------------
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_392_page3 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 15px 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_394_page3 {
}

	#stacks_in_394_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_394_page3 img {
		float: none;
		max-width: 75% !important;
		min-width: 40% !important;
		height: auto !important;
	}
}

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

/*
-------------------------------------------
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_396_page3 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 15px 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_398_page3 {
}

	#stacks_in_398_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_398_page3 img {
		float: none;
		max-width: 75% !important;
		min-width: 40% !important;
		height: auto !important;
	}
}

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

/*
-------------------------------------------
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_400_page3 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 15px 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_402_page3 {
}

	#stacks_in_402_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_402_page3 img {
		float: none;
		max-width: 75% !important;
		min-width: 40% !important;
		height: auto !important;
	}
}

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

/*
-------------------------------------------
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_404_page3 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 15px 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_406_page3 {
}

	#stacks_in_406_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_406_page3 img {
		float: none;
		max-width: 75% !important;
		min-width: 40% !important;
		height: auto !important;
	}
}

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

/*
-------------------------------------------
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_408_page3 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 10px 0px;
}

/*
-------------------------------------------
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_502_page3 {
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 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_417_page3 {
	padding: 2% 6% 2% 6%;
	margin: 2% 22% 5% 24%;
}

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

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

#stacks_in_417_page3 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 1px 1px 1px 1px;
	padding: 7px 7px 7px 7px;
}

#stacks_in_418_page3 {
	margin: 3px 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_420_page3 {
}

	#stacks_in_420_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_420_page3 img {
		float: none;
		max-width: 45% !important;
		min-width: 45% !important;
		height: auto !important;
	}
}

#stacks_in_420_page3 {
	padding: 0px 0px 10px 0px;
}

/*
-------------------------------------------
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_422_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_424_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_426_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_428_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_430_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_432_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_434_page3 {
	margin: 0px 20px 0px 20px;
}

#stacks_in_561_page3 {
	padding: 10px 0px 10px 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_439_page3 {
}

	#stacks_in_439_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_439_page3 img {
		float: none;
		max-width: 75% !important;
		min-width: 40% !important;
		height: auto !important;
	}
}

#stacks_in_439_page3 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 10px 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_441_page3 {
}

	#stacks_in_441_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_441_page3 img {
		float: none;
		max-width: 75% !important;
		min-width: 40% !important;
		height: auto !important;
	}
}

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

/*
-------------------------------------------
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_445_page3 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 15px 0px;
}

/*
-------------------------------------------
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_436_page3 {
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 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_449_page3 {
	padding: 2% 6% 2% 6%;
	margin: 2% 22% 5% 24%;
}

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

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

#stacks_in_449_page3 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 1px 1px 1px 1px;
	padding: 7px 7px 7px 7px;
}

#stacks_in_450_page3 {
	margin: 3px 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_452_page3 {
}

	#stacks_in_452_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_452_page3 img {
		float: none;
		max-width: 45% !important;
		min-width: 45% !important;
		height: auto !important;
	}
}

/*
-------------------------------------------
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_454_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_456_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_458_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_460_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_462_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_464_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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;
	}

.fan_pass_head {
	font-size: 20px;
	color: #0033A0;
}

#stacks_in_466_page3 {
	margin: 0px 20px 0px 20px;
}

#stacks_in_563_page3 {
	padding: 5px 0px 0px 0px;
}

#stacks_in_565_page3 {
	padding: 10px 0px 10px 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_471_page3 {
	padding: 2% 6% 2% 6%;
	margin: 2% 22% 5% 24%;
}

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

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

#stacks_in_471_page3 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 1px 1px 1px 1px;
	padding: 7px 7px 7px 7px;
}

#stacks_in_472_page3 {
	margin: 3px 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_474_page3 {
}

	#stacks_in_474_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_474_page3 img {
		float: none;
		max-width: 45% !important;
		min-width: 45% !important;
		height: auto !important;
	}
}

/*
-------------------------------------------
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_476_page3 {
	margin: 0px 20px 0px 20px;
}

/*
-------------------------------------------
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_478_page3 {
	margin: 0px 20px 0px 20px;
}

#stacks_in_551_page3 {
	padding: 5px 0px 0px 0px;
}

#stacks_in_553_page3 {
	padding: 10px 0px 10px 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_page3 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}

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

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

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

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