a.anchor{height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;display:block !important}
#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_17_3 *,
#mc_stack_stacks_in_17_3 *::before,
#mc_stack_stacks_in_17_3 *::after {
	box-sizing: border-box;
}




/* CSS code for getting consent for cookies, custom popup message box */
#mc_wrapper_stacks_in_17_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_17_3 {
	display: flex;
}


#mc_multi_select_buttons_stacks_in_17_3 {
	justify-content: center;
}

#mc_multi_select_buttons_stacks_in_17_3 #mc_button_accept_all_stacks_in_17_3,
#mc_multi_select_buttons_stacks_in_17_3 #mc_button_disallow_all_stacks_in_17_3,
#mc_multi_select_buttons_stacks_in_17_3 #mc_button_stacks_in_17_3 {
	margin-left: calc(1rem / 2);
	margin-right: calc(1rem / 2);
}


















@media screen and (max-width: 568px) {
	#mc_wrapper_stacks_in_17_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_17_3 {
		flex-direction: column;
	}

	#mc_multi_select_buttons_stacks_in_17_3 #mc_button_accept_all_stacks_in_17_3,
	#mc_multi_select_buttons_stacks_in_17_3 #mc_button_disallow_all_stacks_in_17_3,
	#mc_multi_select_buttons_stacks_in_17_3 #mc_button_stacks_in_17_3 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#mc_wrapper_stacks_in_17_3.dismissed {
	display: none;
}

#mc_content_stacks_in_17_3,
#mc_button_accept_all_stacks_in_17_3,
#mc_button_disallow_all_stacks_in_17_3,
#mc_button_stacks_in_17_3 {
	font-size: 1.125rem;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 0;
}

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

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


@media screen and (min-width: 568px) {
	#mc_multi_select_form_stacks_in_17_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_17_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_17_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_17_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_17_3 .select_checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#mc_multi_select_form_stacks_in_17_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_17_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_17_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_17_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_17_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_17_3 .select_label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

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

/* Style the checkmark/indicator */
#mc_multi_select_form_stacks_in_17_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_17_3 a,
#mc_content_stacks_in_17_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_17_3 a:hover {
	color: rgba(82, 124, 154, 1.00);
	text-decoration: none;
	background: none;
	border: none;
}

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

#mc_content_stacks_in_17_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_17_3,
#mc_button_accept_all_stacks_in_17_3,
#mc_button_disallow_all_stacks_in_17_3,
.mc_button_stacks_in_17_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_17_3:hover,
.mc_button_stacks_in_17_3:hover,
#mc_button_accept_all_stacks_in_17_3:hover,
#mc_button_disallow_all_stacks_in_17_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_17_3:active,
.mc_button_stacks_in_17_3:active,
#mc_button_accept_all_stacks_in_17_3:active,
#mc_button_disallow_all_stacks_in_17_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_17_3:focus,
#mc_button_accept_all_stacks_in_17_3:focus,
#mc_button_disallow_all_stacks_in_17_3:focus,
.mc_button_stacks_in_17_3:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_17_3,
#dialog_desc_stacks_in_17_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_17_3,
	#mc_window_shade_stacks_in_17_3,
	#mc_wrapper_stacks_in_17_3 {
		display: none;
	}
}



#stacks_in_432_2 ul li{line-height:1.6;margin-bottom:0px;padding-left:0px}#stacks_in_432_2 ul li.custom{font-size:16px}#stacks_in_432_2 ul.color{color:rgba(34, 34, 34, 1.00)}#stacks_in_432_2 ul.color i.icon-color1{color:rgba(34, 34, 34, 1.00)}#stacks_in_432_2 ul.color i.icon-color2{color:rgba(0, 128, 255, 1.00)}#stacks_in_432_2 .fa-li{line-height:1.6;top:0}
/*
 * 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_435 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_435 .theDivider1,
#simpleDivider_stacks_in_435 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_435 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_435.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_435.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_435 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_435.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_435.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_435.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_435.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_428 {
	padding: 0px 0px 5px 0px;
}
#stacks_in_421>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






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

#stacks_in_422 {
	padding: 5px 0px 0px 0px;
}
#stacks_in_391>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






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

#stacks_in_394 {
	padding: 15px 0px 0px 0px;
}
#stacks_in_400>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_400 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_404 {
	padding: 30px 0px 0px 0px;
}

#stacks_in_407 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_409>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_409 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_416 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_418 {
	padding: 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_436 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_436 .theDivider1,
#simpleDivider_stacks_in_436 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_436 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_436.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_436.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_436 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_436.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_436.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_436.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_436.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_383 {
	padding: 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_437 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_437 .theDivider1,
#simpleDivider_stacks_in_437 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_437 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_437.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_437.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_437 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_437.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_437.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_437.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_437.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_5 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_193 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_191 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_189 {
	padding: 0px 10px 40px 10px;
}

#stacks_in_246 {
	padding: 20px 10px 0px 10px;
}

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

#stacks_in_250 {
	padding: 0px 0px 30px 0px;
}

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

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

#stacks_in_195 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_209 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_275 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_211 {
	padding: 0px 0px 15px 0px;
}

#stacks_in_227 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_262 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_229 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_217 {
	padding: 0px 0px 15px 0px;
}

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

#stacks_in_197 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_219 {
	padding: 0px 0px 15px 0px;
}

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

#stacks_in_199 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_355>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_355 {
	padding: 0px 0px 30px 0px;
}

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

#stacks_in_356 {
	padding: 20px 5px 0px 5px;
}

#stacks_in_366 {
	padding: 0px 0px 15px 0px;
}
#stacks_in_368>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_368 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_258 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_256 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_187 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_7 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_13 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_289>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






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

#stacks_in_287 {
	padding: 45px 0px 0px 0px;
}

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

#stacks_in_161 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_15 {
	padding: 0px 10px 30px 10px;
}

#stacks_in_342 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_344>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






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

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

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

#stacks_in_353 {
	padding: 0px 0px 30px 0px;
}

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

#stacks_in_169 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_177 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_171 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_284 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_157 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_155 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_159 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_175 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_173 {
	padding: 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_438 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_438 .theDivider1,
#simpleDivider_stacks_in_438 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_438 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_438.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_438.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_438 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_438.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_438.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_438.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_438.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_23 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_23 .theDivider1,
#simpleDivider_stacks_in_23 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_23 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_23.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_23.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_23 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_23.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_23.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_23.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_23.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_26>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


	#stacks_in_26>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_26>.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_42 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_42 .theDivider1,
#simpleDivider_stacks_in_42 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_42 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_42.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_42.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_42 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_42.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_42.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_42.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_42.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_36 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_36 .theDivider1,
#simpleDivider_stacks_in_36 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_36 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_36.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_36.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_36 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_36.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_36.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_36.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_36.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_30 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_30 .theDivider1,
#simpleDivider_stacks_in_30 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_30 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_30.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_30.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_30 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_30.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_30.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_30.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_30.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_45 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_45 .theDivider1,
#simpleDivider_stacks_in_45 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_45 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_45.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_45.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_45 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_45.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_45.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_45.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_45.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_46>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_46 {
	padding: 0px 0px 40px 0px;
}
#stacks_in_59>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


	#stacks_in_59>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_59>.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_71 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_71 .theDivider1,
#simpleDivider_stacks_in_71 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_71 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_71.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_71.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_71 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_71.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_71.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_71.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_71.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_72>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_72 {
	padding: 0px 0px 40px 0px;
}
#stacks_in_85>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


	#stacks_in_85>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_85>.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_102 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_102 .theDivider1,
#simpleDivider_stacks_in_102 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_102 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_102.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_102.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_102 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_102.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_102.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_102.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_102.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_95 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_95 .theDivider1,
#simpleDivider_stacks_in_95 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_95 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_95.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_95.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_95 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_95.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_95.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_95.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_95.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_89 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_89 .theDivider1,
#simpleDivider_stacks_in_89 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_89 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_89.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_89.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_89 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_89.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_89.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_89.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_89.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_105 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_105 .theDivider1,
#simpleDivider_stacks_in_105 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_105 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_105.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_105.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_105 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_105.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_105.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_105.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_105.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_106>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_106 {
	padding: 0px 0px 40px 0px;
}
#stacks_in_118>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


	#stacks_in_118>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_118>.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_128 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_128 .theDivider1,
#simpleDivider_stacks_in_128 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_128 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_128.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_128.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_128 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_128.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_128.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_128.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_128.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_129>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_129 {
	padding: 0px 0px 40px 0px;
}

#stacks_in_260 {
	padding: 0px 0px 30px 0px;
}
