
#stacks_in_2 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_2 {
	width: 74%;
}

#stacks_in_122 {
	margin:  6px;
	padding:  6px;
}

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

#stacks_in_119 {
	margin:  4px;
	padding:  5px;
}
:root {
  --multi_columns_stacks_in_160:1fr 1fr;
}
#multi_columns_stacks_in_160 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_160);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_160 > div {
  min-width: 0;
}
#multi_columns_stacks_in_160 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_160 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_160 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



#stacks_in_132 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_132 {
	width: 66%;
}

#stacks_in_135 {
	font-size: 150%;
}



#stacks_in_266 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_266 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_266 .sweet_button_wrapper {
		
			height:28px;
		
	}

	

	#stacks_in_266 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_266 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:11px;
	background:rgba(45, 111, 49, 1.00);
}
#stacks_in_266 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_266 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_266 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(65, 131, 69, 1.00);
}
#stacks_in_266 .sweet_button:active{
	background: rgba(25, 91, 29, 1.00);
}
#stacks_in_266 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_266 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_266 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}

#stacks_in_266 .sweet_button.gradient {
	background: rgba(45, 111, 49, 1.00);
	background: linear-gradient(top, rgba(95, 161, 99, 1.00), rgba(45, 111, 49, 1.00));
}
#stacks_in_266 .sweet_button.gradient:hover {
	background: rgba(95, 161, 99, 1.00);
	background: linear-gradient(top, rgba(95, 161, 99, 1.00), rgba(115, 181, 119, 1.00));
}
#stacks_in_266 .sweet_button.gradient:active{
	background: rgba(0, 61, 0, 1.00);
	background: linear-gradient(top, rgba(95, 161, 99, 1.00), rgba(45, 111, 49, 1.00));
}
#stacks_in_266 .sweet_button.gradient.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(38, 113, 45, 1.00));
}
#stacks_in_266 .sweet_button.gradient.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(108, 183, 115, 1.00));
}
#stacks_in_266 .sweet_button.gradient.clicked:active{
	background: rgba(0, 63, 0, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(38, 113, 45, 1.00));
}








#stacks_in_266 {
	margin:  5px;
	padding:  5px;
}

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

#stacks_in_131 {
	margin:  6px;
	padding:  5px;
}
:root {
  --multi_columns_stacks_in_163:1fr 1fr;
}
#multi_columns_stacks_in_163 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_163);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_163 > div {
  min-width: 0;
}
#multi_columns_stacks_in_163 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_163 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_163 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



#stacks_in_111 {
	margin:  5px;
	padding:  6px;
}

#stacks_out_111 {
	width: 75%;
}

#stacks_in_115 {
	margin:  6px;
	padding:  7px;
}

#stacks_in_116 {
	font-size: 126%;
}



#stacks_in_264 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_264 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_264 .sweet_button_wrapper {
		
			height:28px;
		
	}

	

	#stacks_in_264 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_264 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:11px;
	background:rgba(195, 32, 39, 1.00);
}
#stacks_in_264 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_264 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_264 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(215, 52, 59, 1.00);
}
#stacks_in_264 .sweet_button:active{
	background: rgba(175, 12, 19, 1.00);
}
#stacks_in_264 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_264 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_264 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}

#stacks_in_264 .sweet_button.gradient {
	background: rgba(195, 32, 39, 1.00);
	background: linear-gradient(top, rgba(245, 82, 89, 1.00), rgba(195, 32, 39, 1.00));
}
#stacks_in_264 .sweet_button.gradient:hover {
	background: rgba(245, 82, 89, 1.00);
	background: linear-gradient(top, rgba(245, 82, 89, 1.00), rgba(255, 102, 109, 1.00));
}
#stacks_in_264 .sweet_button.gradient:active{
	background: rgba(145, 0, 0, 1.00);
	background: linear-gradient(top, rgba(245, 82, 89, 1.00), rgba(195, 32, 39, 1.00));
}
#stacks_in_264 .sweet_button.gradient.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(38, 113, 45, 1.00));
}
#stacks_in_264 .sweet_button.gradient.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(108, 183, 115, 1.00));
}
#stacks_in_264 .sweet_button.gradient.clicked:active{
	background: rgba(0, 63, 0, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(38, 113, 45, 1.00));
}








#stacks_in_264 {
	margin:  5px;
	padding:  6px;
}

#stacks_in_113 {
	margin:  5px;
	padding:  5px;
}

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

#stacks_in_175 {
	margin:  5px;
	padding:  5px;
}
:root {
  --multi_columns_stacks_in_166:1fr 1fr;
}
#multi_columns_stacks_in_166 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_166);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_166 > div {
  min-width: 0;
}
#multi_columns_stacks_in_166 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_166 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_166 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



#stacks_in_252 {
	margin:  6px;
	padding:  6px;
}

#stacks_in_240 {
	font-size: 126%;
}



#stacks_in_265 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_265 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_265 .sweet_button_wrapper {
		
			height:28px;
		
	}

	

	#stacks_in_265 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_265 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:12px;
	background:rgba(100, 21, 170, 1.00);
}
#stacks_in_265 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_265 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_265 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(120, 41, 190, 1.00);
}
#stacks_in_265 .sweet_button:active{
	background: rgba(80, 1, 150, 1.00);
}
#stacks_in_265 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_265 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_265 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}

#stacks_in_265 .sweet_button.gradient {
	background: rgba(100, 21, 170, 1.00);
	background: linear-gradient(top, rgba(150, 71, 220, 1.00), rgba(100, 21, 170, 1.00));
}
#stacks_in_265 .sweet_button.gradient:hover {
	background: rgba(150, 71, 220, 1.00);
	background: linear-gradient(top, rgba(150, 71, 220, 1.00), rgba(170, 91, 240, 1.00));
}
#stacks_in_265 .sweet_button.gradient:active{
	background: rgba(50, 0, 120, 1.00);
	background: linear-gradient(top, rgba(150, 71, 220, 1.00), rgba(100, 21, 170, 1.00));
}
#stacks_in_265 .sweet_button.gradient.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(38, 113, 45, 1.00));
}
#stacks_in_265 .sweet_button.gradient.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(108, 183, 115, 1.00));
}
#stacks_in_265 .sweet_button.gradient.clicked:active{
	background: rgba(0, 63, 0, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(38, 113, 45, 1.00));
}








#stacks_in_265 {
	margin:  4px;
	padding:  4px;
}

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

#stacks_in_176 {
	margin:  5px;
	padding:  5px;
}
:root {
  --multi_columns_stacks_in_169:1fr 1fr;
}
#multi_columns_stacks_in_169 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_169);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_169 > div {
  min-width: 0;
}
#multi_columns_stacks_in_169 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_169 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_169 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



#stacks_in_255 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_255 {
	width: 71%;
}

#stacks_in_246 {
	font-size: 146%;
}



#stacks_in_267 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_267 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_267 .sweet_button_wrapper {
		
			height:28px;
		
	}

	

	#stacks_in_267 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_267 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:13px;
	background:rgba(74, 115, 224, 1.00);
}
#stacks_in_267 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_267 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_267 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(94, 135, 244, 1.00);
}
#stacks_in_267 .sweet_button:active{
	background: rgba(54, 95, 204, 1.00);
}
#stacks_in_267 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_267 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_267 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}

#stacks_in_267 .sweet_button.gradient {
	background: rgba(74, 115, 224, 1.00);
	background: linear-gradient(top, rgba(124, 165, 255, 1.00), rgba(74, 115, 224, 1.00));
}
#stacks_in_267 .sweet_button.gradient:hover {
	background: rgba(124, 165, 255, 1.00);
	background: linear-gradient(top, rgba(124, 165, 255, 1.00), rgba(144, 185, 255, 1.00));
}
#stacks_in_267 .sweet_button.gradient:active{
	background: rgba(24, 65, 174, 1.00);
	background: linear-gradient(top, rgba(124, 165, 255, 1.00), rgba(74, 115, 224, 1.00));
}
#stacks_in_267 .sweet_button.gradient.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(38, 113, 45, 1.00));
}
#stacks_in_267 .sweet_button.gradient.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(108, 183, 115, 1.00));
}
#stacks_in_267 .sweet_button.gradient.clicked:active{
	background: rgba(0, 63, 0, 1.00);
	background: linear-gradient(top, rgba(88, 163, 95, 1.00), rgba(38, 113, 45, 1.00));
}








#stacks_in_267 {
	margin:  5px;
	padding:  5px;
}

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

#stacks_in_177 {
	margin:  6px;
	padding:  5px;
}
:root {
  --multi_columns_stacks_in_172:1fr 1fr;
}
#multi_columns_stacks_in_172 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_172);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_172 > div {
  min-width: 0;
}
#multi_columns_stacks_in_172 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_172 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_172 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



#stacks_in_258 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_258 {
	width: 79%;
}

#stacks_in_251 {
	font-size: 146%;
}

#stacks_in_249 {
	font-size: 120%;
}
