#toTop{--elevator-image:url(../files/image-2-03E.png);--elevator-size:51px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
#mc_stack_stacks_in_925_3 *,
#mc_stack_stacks_in_925_3 *::before,
#mc_stack_stacks_in_925_3 *::after {
	box-sizing: border-box;
}




/* CSS code for getting consent for cookies, custom popup message box */
#mc_wrapper_stacks_in_925_3 {
	display: inline-block;
	background: rgba(255, 255, 255, 1.00);
	border-radius: 0.5rem;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.20);
	margin: 2rem;
	padding: 1rem;
	max-height: 90vh;
	max-width: 50rem;
	overflow: auto;	
	
	
	
	
	
	
	position: fixed;
	bottom: 0;
	left: 0;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
	
	
	
	
	
	
	
	
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
	z-index: 99999;
}







#mc_multi_select_buttons_stacks_in_925_3 {
	display: flex;
}


#mc_multi_select_buttons_stacks_in_925_3 {
	justify-content: center;
}

#mc_multi_select_buttons_stacks_in_925_3 #mc_button_accept_all_stacks_in_925_3,
#mc_multi_select_buttons_stacks_in_925_3 #mc_button_disallow_all_stacks_in_925_3,
#mc_multi_select_buttons_stacks_in_925_3 #mc_button_stacks_in_925_3 {
	margin-left: calc(1rem / 2);
	margin-right: calc(1rem / 2);
}


















@media screen and (max-width: 568px) {
	#mc_wrapper_stacks_in_925_3 {
		width: 100%;
		margin: 0;
		border-radius: 0;
		margin-left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#mc_multi_select_buttons_stacks_in_925_3 {
		flex-direction: column;
	}

	#mc_multi_select_buttons_stacks_in_925_3 #mc_button_accept_all_stacks_in_925_3,
	#mc_multi_select_buttons_stacks_in_925_3 #mc_button_disallow_all_stacks_in_925_3,
	#mc_multi_select_buttons_stacks_in_925_3 #mc_button_stacks_in_925_3 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#mc_wrapper_stacks_in_925_3.dismissed {
	display: none;
}

#mc_content_stacks_in_925_3,
#mc_button_accept_all_stacks_in_925_3,
#mc_button_disallow_all_stacks_in_925_3,
#mc_button_stacks_in_925_3 {
	font-size: 1.125rem;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 0;
}

#mc_content_stacks_in_925_3 {
	color: rgba(66, 66, 66, 1.00);
	margin-bottom: 20px;
}

#mc_multi_select_form_stacks_in_925_3 {
	display: flex;
	flex-direction: column;
}


@media screen and (min-width: 568px) {
	#mc_multi_select_form_stacks_in_925_3 {
		flex-direction: row;
		
		
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}

	.select_item {
		padding-left: 10px;
		padding-right: 10px;
		flex-grow: 1;
		flex-basis: 0;
	}
}



#mc_multi_select_form_stacks_in_925_3 .select_label {
	position: relative;
	font-weight: normal;
	color: rgba(66, 66, 66, 1.00);
	font-size: 1rem;
	display: block;
	margin-bottom: 20px;
	padding-left: 35px;
}

#mc_multi_select_form_stacks_in_925_3 .select_title {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: rgba(66, 66, 66, 1.00);
	font-weight: bold;
  
  
  
}

#mc_multi_select_form_stacks_in_925_3 .select_description {
	display: block;
	font-weight: normal;
	color: rgba(66, 66, 66, 1.00);
}

/* Hide the browser's default checkbox */
#mc_multi_select_form_stacks_in_925_3 .select_checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#mc_multi_select_form_stacks_in_925_3 .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(204, 204, 204, 1.00);
	border-radius: 0.25rem;
}

/* On mouse-over, add a grey background color */
#mc_multi_select_form_stacks_in_925_3 .select_label:hover input ~ .checkmark {
  background-color: rgba(169, 169, 169, 1.00);
}

/* On tab-focus, add a grey background color and dotted outline */
#mc_multi_select_form_stacks_in_925_3 .select_label input:focus ~ .checkmark {
  background-color: rgba(169, 169, 169, 1.00);
	outline: 2px dotted rgba(0, 150, 255, 1.00);
}

/* When the checkbox is checked, add a blue background */
#mc_multi_select_form_stacks_in_925_3 .select_label input:checked ~ .checkmark {
  background-color: rgba(0, 150, 255, 1.00);
}

/* When the checkbox is disabled, reduce its opacity */
#mc_multi_select_form_stacks_in_925_3 .select_label input:disabled ~ .checkmark {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Create the checkmark/indicator (hidden when not checked) */
#mc_multi_select_form_stacks_in_925_3 .select_label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#mc_multi_select_form_stacks_in_925_3 .select_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#mc_multi_select_form_stacks_in_925_3 .select_label .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: solid rgba(255, 255, 255, 1.00);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mc_content_stacks_in_925_3 a,
#mc_content_stacks_in_925_3 a:visited {
	font-weight: 600;
	color: rgba(251, 111, 137, 1.00);
	background: none;
	border: none;
	transition: all 100ms ease-in-out;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	
	
	
}

#mc_content_stacks_in_925_3 a:hover {
	color: rgba(82, 124, 154, 1.00);
	text-decoration: none;
	background: none;
	border: none;
}

#mc_content_stacks_in_925_3 a:active {
	color: rgba(82, 124, 154, 1.00);
	text-decoration: none;
	background: none;
	border: none;
	opacity: 0.50;
}

#mc_content_stacks_in_925_3 a:focus {
	outline: 1px dotted rgba(82, 124, 154, 1.00);
}




/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mc_button_stacks_in_925_3,
#mc_button_accept_all_stacks_in_925_3,
#mc_button_disallow_all_stacks_in_925_3,
.mc_button_stacks_in_925_3 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mc_button_stacks_in_925_3:hover,
.mc_button_stacks_in_925_3:hover,
#mc_button_accept_all_stacks_in_925_3:hover,
#mc_button_disallow_all_stacks_in_925_3:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mc_button_stacks_in_925_3:active,
.mc_button_stacks_in_925_3:active,
#mc_button_accept_all_stacks_in_925_3:active,
#mc_button_disallow_all_stacks_in_925_3:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mc_button_stacks_in_925_3:focus,
#mc_button_accept_all_stacks_in_925_3:focus,
#mc_button_disallow_all_stacks_in_925_3:focus,
.mc_button_stacks_in_925_3:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_925_3,
#dialog_desc_stacks_in_925_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_925_3,
	#mc_window_shade_stacks_in_925_3,
	#mc_wrapper_stacks_in_925_3 {
		display: none;
	}
}




#stacks_in_546 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_490 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_796>.s3_row {
	margin: 0 -10px;
}

#stacks_in_796>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_796>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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



}



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


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


}






#stacks_in_799 {
	margin: 60px 0px 0px 0px;
}

#stacks_out_799 {
	width: 150px;
}

#stacks_in_792 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_792 .pullquote:before, #stacks_in_792 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_792 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_792 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_792 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_792 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_812 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_808>.s3_row {
	margin: 0 -10px;
}

#stacks_in_808>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_808>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_808 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_849>.s3_row {
	margin: 0 -10px;
}

#stacks_in_849>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_849>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_849 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_591 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_777 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_782>.s3_row {
	margin: 0 -10px;
}

#stacks_in_782>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_782>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_782 {
	margin: 30px 0px 30px 0px;
}

#stacks_out_785 {
	width: 85%;
}

#stacks_in_802 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_498>.s3_row {
	margin: 0 -10px;
}

#stacks_in_498>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_498>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_724 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_724 .theDivider1,
#simpleDivider_stacks_in_724 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_724 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_724.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_724.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_724 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_724.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_724.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_724.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_724.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_682>.s3_row {
	margin: 0 -10px;
}

#stacks_in_682>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_682>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_750 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_750 .theDivider1,
#simpleDivider_stacks_in_750 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_750 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_750.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_750.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_750 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_750.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_750.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_750.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_750.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_727>.s3_row {
	margin: 0 -10px;
}

#stacks_in_727>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_727>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_680 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_680 .theDivider1,
#simpleDivider_stacks_in_680 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_680 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_680.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_680.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_680 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_680.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_680.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_680.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_680.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_508>.s3_row {
	margin: 0 -10px;
}

#stacks_in_508>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_508>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_681 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_681 .theDivider1,
#simpleDivider_stacks_in_681 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_681 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_681.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_681.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_681 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_681.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_681.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_681.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_681.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_521>.s3_row {
	margin: 0 -10px;
}

#stacks_in_521>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_521>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_685 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_685 .theDivider1,
#simpleDivider_stacks_in_685 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_685 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_685.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_685.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_685 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_685.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_685.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_685.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_685.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_743>.s3_row {
	margin: 0 -10px;
}

#stacks_in_743>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_743>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_828 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_828 .theDivider1,
#simpleDivider_stacks_in_828 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_828 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_828.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_828.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_828 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_828.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_828.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_828.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_828.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_767>.s3_row {
	margin: 0 -10px;
}

#stacks_in_767>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_767>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_767 {
	margin: 0px 0px 30px 0px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_915 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_915 .theDivider1,
#simpleDivider_stacks_in_915 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_915 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_915.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_915.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_915 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_915.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_915.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_915.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_915.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_585 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_599>.s3_row {
	margin: 0 -10px;
}

#stacks_in_599>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_599>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_688 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_688 .theDivider1,
#simpleDivider_stacks_in_688 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_688 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_688.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_688.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_688 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_688.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_688.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_688.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_688.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_593>.s3_row {
	margin: 0 -10px;
}

#stacks_in_593>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_593>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_687 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_687 .theDivider1,
#simpleDivider_stacks_in_687 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_687 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_687.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_687.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_687 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_687.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_687.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_687.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_687.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_596>.s3_row {
	margin: 0 -10px;
}

#stacks_in_596>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_596>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_654 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_654 .theDivider1,
#simpleDivider_stacks_in_654 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_654 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_654.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_654.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_654 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_654.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_654.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_654.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_654.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_562>.s3_row {
	margin: 0 -10px;
}

#stacks_in_562>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_562>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_562 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_589 {
	margin: 0px 0px 30px 0px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_655 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_655 .theDivider1,
#simpleDivider_stacks_in_655 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_655 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_655.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_655.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_655 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_655.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_655.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_655.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_655.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_766 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_766 .theDivider1,
#simpleDivider_stacks_in_766 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_766 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_766.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_766.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_766 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_766.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_766.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_766.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_766.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_765 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_765 .theDivider1,
#simpleDivider_stacks_in_765 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_765 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_765.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_765.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_765 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_765.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_765.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_765.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_765.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_774 {
	margin: 0px 0px 30px 0px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_764 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_764 .theDivider1,
#simpleDivider_stacks_in_764 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_764 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_764.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_764.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_764 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_764.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_764.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_764.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_764.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_763 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_763 .theDivider1,
#simpleDivider_stacks_in_763 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_763 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_763.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_763.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_763 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_763.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_763.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_763.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_763.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_759 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_917 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_908 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_872>.s3_row {
	margin: 0 -10px;
}

#stacks_in_872>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_872>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_905 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_905 .theDivider1,
#simpleDivider_stacks_in_905 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_905 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_905.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_905.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_905 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_905.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_905.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_905.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_905.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_879>.s3_row {
	margin: 0 -10px;
}

#stacks_in_879>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_879>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_906 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_906 .theDivider1,
#simpleDivider_stacks_in_906 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_906 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_906.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_906.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_906 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_906.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_906.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_906.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_906.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_886>.s3_row {
	margin: 0 -10px;
}

#stacks_in_886>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_886>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_907 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_907 .theDivider1,
#simpleDivider_stacks_in_907 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_907 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_907.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_907.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_907 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_907.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_907.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_907.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_907.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_898>.s3_row {
	margin: 0 -10px;
}

#stacks_in_898>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_898>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_898 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_673>.s3_row {
	margin: 0 -10px;
}

#stacks_in_673>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_673>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_628 {
	margin: 10px 0px 20px 0px;
}

#stacks_out_628 {
	width: 84%;
}

#stacks_in_630 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 30px 0px;
}

#stacks_out_630 {
	width: 77%;
}
#stacks_in_665>.s3_row {
	margin: 0 -10px;
}

#stacks_in_665>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_665>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_923 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_923 .theDivider1,
#simpleDivider_stacks_in_923 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_923 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_923.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_923.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_923 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_923.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_923.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_923.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_923.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_715 {
	width: 90%;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_718 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_718 .theDivider1,
#simpleDivider_stacks_in_718 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_718 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_718.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_718.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_718 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_718.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_718.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_718.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_718.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_713 {
	width: 90%;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_719 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_719 .theDivider1,
#simpleDivider_stacks_in_719 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_719 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_719.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_719.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_719 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_719.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_719.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_719.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_719.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_711 {
	width: 90%;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_717 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_717 .theDivider1,
#simpleDivider_stacks_in_717 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_717 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_717.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_717.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_717 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_717.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_717.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_717.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_717.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_689 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_702 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_702 .theDivider1,
#simpleDivider_stacks_in_702 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_702 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_702.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_702.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_702 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_702.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_702.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_702.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_702.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_703 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_703 .theDivider1,
#simpleDivider_stacks_in_703 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_703 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_703.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_703.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_703 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_703.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_703.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_703.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_703.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_704 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_704 .theDivider1,
#simpleDivider_stacks_in_704 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_704 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_704.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_704.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_704 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_704.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_704.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_704.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_704.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_705 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_705 .theDivider1,
#simpleDivider_stacks_in_705 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_705 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_705.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_705.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_705 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_705.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_705.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_705.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_705.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_706 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_706 .theDivider1,
#simpleDivider_stacks_in_706 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_706 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_706.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_706.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_706 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_706.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_706.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_706.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_706.bgImageOn .theDivider1 img {
	display: block;
}

