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

#stacks_in_992_page9 {
	margin: 2px 2px 20px 2px;
	padding:  5px;
}
/*
* Responsive Bigfoot 1 Column
* Adapted for Responsive Bigfoot by RapidWeaver Central 
*/

/*
*
* Lemonade v1.1
* Copyright 2013, Joey
* lemonade.im
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
*/


/* Targets all elements */

[#stacks_in_7380_page9 class*='bit-'] {
	float: left;
	padding: 10px;
}

/* Floats last ".bit-" to the right */

[#stacks_in_7380_page9 class*='bit-']:last-of-type {
	padding-right: 10px;
	float: right;
}

/* Clearfix */

#stacks_in_7380_page9 .frameThing:after {
	content: "";
	display: table;
	clear: both;
}

/* Main Widths */

#stacks_in_7380_page9 .bit-1 {
	width: 100%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7380_page9 .bit-2 {
	width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}

#stacks_in_7380_page9 .bit-3 {
	width: 33.33%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7380_page9 .bit-4 {
	width: 25%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7380_page9 .bit-5 {
	width: 20%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7380_page9 .bit-6 {
	width: 16.6666666667%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}


/* Landscape mobile & down
===============================*/

@media (max-width: 480px) {

#stacks_in_7380_page9 .bit-1,
#stacks_in_7380_page9 .bit-2,
#stacks_in_7380_page9 .bit-3,
#stacks_in_7380_page9 .bit-4,
#stacks_in_7380_page9 .bit-5,
#stacks_in_7380_page9 .bit-6 {
	width: 100%;
}

#stacks_in_7380_page9 .frameThing .bit-4:nth-child(2) {
	float: right;
}

#stacks_in_7380_page9 .frameThing .bit-4:nth-child(3) {
	clear: both;
	float: left;
}

#stacks_in_7380_page9 .frameThing .bit-4:nth-child(4) {
	float: right;
  }
}

/* Mobile to Tablet Portrait
===============================*/

@media (min-width: 480px) and (max-width: 800px) {

#stacks_in_7380_page9 .bit-4,
#stacks_in_7380_page9 .bit-6 {
	width: 50%;
}

#stacks_in_7380_page9 .bit-1,
#stacks_in_7380_page9 .bit-2,
#stacks_in_7380_page9 .bit-3,
#stacks_in_7380_page9 .bit-5 {
	width: 100%;
}

}

/* Landscape Tablet to Desktop
===============================*/

@media (min-width: 800px) and (max-width: 1200px) {

#stacks_in_7380_page9 .bit-2 {
	width: 100%;
}

#stacks_in_7380_page9 .bit-4 {
	width: 50%;
}

}

#stacks_in_7380_page9 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 0px 0px 15px 0px;
	padding:  10px;
}
/* B3: Bigfoot Responsive 2 Column Stack by RapidWeaver Central */
 
/* Adapted from Graham Miller's Responsive Grid System — http://www.responsivegridsystem.com */
/* Licensed under the Creative Commons Attribution 3.0 License. */


#stacks_in_7382_page9 #frameThingstacks_in_7382_page9 {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#stacks_in_7382_page9 .span_1_of_2 {
	width: 49%;	
	float: left;
	margin: 0;
	padding: 0;
}

#stacks_in_7382_page9 .span_2_of_2 {
    width:49%;
   	float: right;
	margin: 0;
	padding: 0;
}

        
/* CUSTOM BREAKPOINT -----------  */

@media only screen 
and (max-width : 600px)  {

	#stacks_in_7382_page9 .span_1_of_2 {
	 width: 49%; 	
	}
	#stacks_in_7382_page9 .span_2_of_2 {
	 width: 49%; 	
	}
}

/*  SECTIONS  */

#stacks_in_7382_page9 .sectionthing {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */


#stacks_in_7382_page9 .groupthing:before,
#stacks_in_7382_page9 .groupthing:after {
    content:"";
    display:table;
}
#stacks_in_7382_page9 .groupthing:after {
    clear:both;
}
#stacks_in_7382_page9 .groupthing {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP */

#stacks_in_7382_page9 .col {
	display: block;

}

#stacks_in_7382_page9 .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

 
#stacks_in_1000_page9 {
	margin:  10px;
}

#stacks_in_1002_page9 {
	margin:  10px;
}
/* B3: Bigfoot Responsive 2 Column Stack by RapidWeaver Central */
 
/* Adapted from Graham Miller's Responsive Grid System — http://www.responsivegridsystem.com */
/* Licensed under the Creative Commons Attribution 3.0 License. */


#stacks_in_7385_page9 #frameThingstacks_in_7385_page9 {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#stacks_in_7385_page9 .span_1_of_2 {
	width: 49%;	
	float: left;
	margin: 0;
	padding: 0;
}

#stacks_in_7385_page9 .span_2_of_2 {
    width:49%;
   	float: right;
	margin: 0;
	padding: 0;
}

        
/* CUSTOM BREAKPOINT -----------  */

@media only screen 
and (max-width : 600px)  {

	#stacks_in_7385_page9 .span_1_of_2 {
	 width: 49%; 	
	}
	#stacks_in_7385_page9 .span_2_of_2 {
	 width: 49%; 	
	}
}

/*  SECTIONS  */

#stacks_in_7385_page9 .sectionthing {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */


#stacks_in_7385_page9 .groupthing:before,
#stacks_in_7385_page9 .groupthing:after {
    content:"";
    display:table;
}
#stacks_in_7385_page9 .groupthing:after {
    clear:both;
}
#stacks_in_7385_page9 .groupthing {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP */

#stacks_in_7385_page9 .col {
	display: block;

}

#stacks_in_7385_page9 .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

 
#stacks_in_1004_page9 {
	margin:  10px;
}

#stacks_in_1006_page9 {
	margin:  10px;
}
/*
* Responsive Bigfoot 1 Column
* Adapted for Responsive Bigfoot by RapidWeaver Central 
*/

/*
*
* Lemonade v1.1
* Copyright 2013, Joey
* lemonade.im
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
*/


/* Targets all elements */

[#stacks_in_7393_page9 class*='bit-'] {
	float: left;
	padding: 10px;
}

/* Floats last ".bit-" to the right */

[#stacks_in_7393_page9 class*='bit-']:last-of-type {
	padding-right: 10px;
	float: right;
}

/* Clearfix */

#stacks_in_7393_page9 .frameThing:after {
	content: "";
	display: table;
	clear: both;
}

/* Main Widths */

#stacks_in_7393_page9 .bit-1 {
	width: 100%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7393_page9 .bit-2 {
	width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}

#stacks_in_7393_page9 .bit-3 {
	width: 33.33%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7393_page9 .bit-4 {
	width: 25%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7393_page9 .bit-5 {
	width: 20%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7393_page9 .bit-6 {
	width: 16.6666666667%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}


/* Landscape mobile & down
===============================*/

@media (max-width: 480px) {

#stacks_in_7393_page9 .bit-1,
#stacks_in_7393_page9 .bit-2,
#stacks_in_7393_page9 .bit-3,
#stacks_in_7393_page9 .bit-4,
#stacks_in_7393_page9 .bit-5,
#stacks_in_7393_page9 .bit-6 {
	width: 100%;
}

#stacks_in_7393_page9 .frameThing .bit-4:nth-child(2) {
	float: right;
}

#stacks_in_7393_page9 .frameThing .bit-4:nth-child(3) {
	clear: both;
	float: left;
}

#stacks_in_7393_page9 .frameThing .bit-4:nth-child(4) {
	float: right;
  }
}

/* Mobile to Tablet Portrait
===============================*/

@media (min-width: 480px) and (max-width: 800px) {

#stacks_in_7393_page9 .bit-4,
#stacks_in_7393_page9 .bit-6 {
	width: 50%;
}

#stacks_in_7393_page9 .bit-1,
#stacks_in_7393_page9 .bit-2,
#stacks_in_7393_page9 .bit-3,
#stacks_in_7393_page9 .bit-5 {
	width: 100%;
}

}

/* Landscape Tablet to Desktop
===============================*/

@media (min-width: 800px) and (max-width: 1200px) {

#stacks_in_7393_page9 .bit-2 {
	width: 100%;
}

#stacks_in_7393_page9 .bit-4 {
	width: 50%;
}

}

#stacks_in_7393_page9 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 0px 0px 15px 0px;
	padding:  10px;
}
/* B3: Bigfoot Responsive 2 Column Stack by RapidWeaver Central */
 
/* Adapted from Graham Miller's Responsive Grid System — http://www.responsivegridsystem.com */
/* Licensed under the Creative Commons Attribution 3.0 License. */


#stacks_in_7395_page9 #frameThingstacks_in_7395_page9 {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#stacks_in_7395_page9 .span_1_of_2 {
	width: 49%;	
	float: left;
	margin: 0;
	padding: 0;
}

#stacks_in_7395_page9 .span_2_of_2 {
    width:49%;
   	float: right;
	margin: 0;
	padding: 0;
}

        
/* CUSTOM BREAKPOINT -----------  */

@media only screen 
and (max-width : 600px)  {

	#stacks_in_7395_page9 .span_1_of_2 {
	 width: 49%; 	
	}
	#stacks_in_7395_page9 .span_2_of_2 {
	 width: 49%; 	
	}
}

/*  SECTIONS  */

#stacks_in_7395_page9 .sectionthing {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */


#stacks_in_7395_page9 .groupthing:before,
#stacks_in_7395_page9 .groupthing:after {
    content:"";
    display:table;
}
#stacks_in_7395_page9 .groupthing:after {
    clear:both;
}
#stacks_in_7395_page9 .groupthing {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP */

#stacks_in_7395_page9 .col {
	display: block;

}

#stacks_in_7395_page9 .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

 
#stacks_in_7395_page9 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_1124_page9 {
	padding: 0px 0px 0px 150px;
}
/*
* Responsive Bigfoot 1 Column
* Adapted for Responsive Bigfoot by RapidWeaver Central 
*/

/*
*
* Lemonade v1.1
* Copyright 2013, Joey
* lemonade.im
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
*/


/* Targets all elements */

[#stacks_in_7388_page9 class*='bit-'] {
	float: left;
	padding: 10px;
}

/* Floats last ".bit-" to the right */

[#stacks_in_7388_page9 class*='bit-']:last-of-type {
	padding-right: 10px;
	float: right;
}

/* Clearfix */

#stacks_in_7388_page9 .frameThing:after {
	content: "";
	display: table;
	clear: both;
}

/* Main Widths */

#stacks_in_7388_page9 .bit-1 {
	width: 100%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7388_page9 .bit-2 {
	width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}

#stacks_in_7388_page9 .bit-3 {
	width: 33.33%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7388_page9 .bit-4 {
	width: 25%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7388_page9 .bit-5 {
	width: 20%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}

#stacks_in_7388_page9 .bit-6 {
	width: 16.6666666667%;
  	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          	box-sizing: border-box;
}


/* Landscape mobile & down
===============================*/

@media (max-width: 480px) {

#stacks_in_7388_page9 .bit-1,
#stacks_in_7388_page9 .bit-2,
#stacks_in_7388_page9 .bit-3,
#stacks_in_7388_page9 .bit-4,
#stacks_in_7388_page9 .bit-5,
#stacks_in_7388_page9 .bit-6 {
	width: 100%;
}

#stacks_in_7388_page9 .frameThing .bit-4:nth-child(2) {
	float: right;
}

#stacks_in_7388_page9 .frameThing .bit-4:nth-child(3) {
	clear: both;
	float: left;
}

#stacks_in_7388_page9 .frameThing .bit-4:nth-child(4) {
	float: right;
  }
}

/* Mobile to Tablet Portrait
===============================*/

@media (min-width: 480px) and (max-width: 800px) {

#stacks_in_7388_page9 .bit-4,
#stacks_in_7388_page9 .bit-6 {
	width: 50%;
}

#stacks_in_7388_page9 .bit-1,
#stacks_in_7388_page9 .bit-2,
#stacks_in_7388_page9 .bit-3,
#stacks_in_7388_page9 .bit-5 {
	width: 100%;
}

}

/* Landscape Tablet to Desktop
===============================*/

@media (min-width: 800px) and (max-width: 1200px) {

#stacks_in_7388_page9 .bit-2 {
	width: 100%;
}

#stacks_in_7388_page9 .bit-4 {
	width: 50%;
}

}

#stacks_in_7388_page9 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 0px 0px 15px 0px;
	padding:  10px;
}
/* B3: Bigfoot Responsive 2 Column Stack by RapidWeaver Central */
 
/* Adapted from Graham Miller's Responsive Grid System — http://www.responsivegridsystem.com */
/* Licensed under the Creative Commons Attribution 3.0 License. */


#stacks_in_7390_page9 #frameThingstacks_in_7390_page9 {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#stacks_in_7390_page9 .span_1_of_2 {
	width: 49%;	
	float: left;
	margin: 0;
	padding: 0;
}

#stacks_in_7390_page9 .span_2_of_2 {
    width:49%;
   	float: right;
	margin: 0;
	padding: 0;
}

        
/* CUSTOM BREAKPOINT -----------  */

@media only screen 
and (max-width : 600px)  {

	#stacks_in_7390_page9 .span_1_of_2 {
	 width: 49%; 	
	}
	#stacks_in_7390_page9 .span_2_of_2 {
	 width: 49%; 	
	}
}

/*  SECTIONS  */

#stacks_in_7390_page9 .sectionthing {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */


#stacks_in_7390_page9 .groupthing:before,
#stacks_in_7390_page9 .groupthing:after {
    content:"";
    display:table;
}
#stacks_in_7390_page9 .groupthing:after {
    clear:both;
}
#stacks_in_7390_page9 .groupthing {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP */

#stacks_in_7390_page9 .col {
	display: block;

}

#stacks_in_7390_page9 .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

 
#stacks_in_1010_page9 {
	margin:  10px;
}

#stacks_in_1012_page9 {
	margin:  10px;
}

#stacks_in_994_page9 {
	margin: 2px 2px 20px 2px;
	padding:  5px;
}

#stacks_in_7411_page9 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_7413_page9 {
	margin: 0px 0px 15px 0px;
}
