
#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_356_3 *,
#mc_stack_stacks_in_356_3 *::before,
#mc_stack_stacks_in_356_3 *::after {
	box-sizing: border-box;
}




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


#mc_multi_select_buttons_stacks_in_356_3 {
	justify-content: center;
}

#mc_multi_select_buttons_stacks_in_356_3 #mc_button_accept_all_stacks_in_356_3,
#mc_multi_select_buttons_stacks_in_356_3 #mc_button_disallow_all_stacks_in_356_3,
#mc_multi_select_buttons_stacks_in_356_3 #mc_button_stacks_in_356_3 {
	margin-left: calc(1rem / 2);
	margin-right: calc(1rem / 2);
}


















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

	#mc_multi_select_buttons_stacks_in_356_3 #mc_button_accept_all_stacks_in_356_3,
	#mc_multi_select_buttons_stacks_in_356_3 #mc_button_disallow_all_stacks_in_356_3,
	#mc_multi_select_buttons_stacks_in_356_3 #mc_button_stacks_in_356_3 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#mc_wrapper_stacks_in_356_3.dismissed {
	display: none;
}

#mc_content_stacks_in_356_3,
#mc_button_accept_all_stacks_in_356_3,
#mc_button_disallow_all_stacks_in_356_3,
#mc_button_stacks_in_356_3 {
	font-size: 1.125rem;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 0;
}

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

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


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

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

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

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

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

#mc_content_stacks_in_356_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_356_3,
#mc_button_accept_all_stacks_in_356_3,
#mc_button_disallow_all_stacks_in_356_3,
.mc_button_stacks_in_356_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_356_3:hover,
.mc_button_stacks_in_356_3:hover,
#mc_button_accept_all_stacks_in_356_3:hover,
#mc_button_disallow_all_stacks_in_356_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_356_3:active,
.mc_button_stacks_in_356_3:active,
#mc_button_accept_all_stacks_in_356_3:active,
#mc_button_disallow_all_stacks_in_356_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_356_3:focus,
#mc_button_accept_all_stacks_in_356_3:focus,
#mc_button_disallow_all_stacks_in_356_3:focus,
.mc_button_stacks_in_356_3:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_356_3,
#dialog_desc_stacks_in_356_3 {
	display: none;
}


@media print {
	#mc_stack_stacks_in_356_3,
	#mc_window_shade_stacks_in_356_3,
	#mc_wrapper_stacks_in_356_3 {
		display: none;
	}
}




#stacks_in_4 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_7>.s3_row {
	margin: 0 -5px;
}

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

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




#stacks_in_7>.s3_row>.s3_column {
	padding: 0 5px;
}










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



}



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


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


}






#stacks_in_123 {
	font-size: 120%;
}

#stacks_in_124 {
	background-color: rgba(27, 71, 85, 1.00);
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 0px 20px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_127,
#ruleStackstacks_in_127:before,
#ruleStackstacks_in_127:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_127 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_127 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_127 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_127 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_127 {
	text-align: center;
}

#ruleStackstacks_in_127:before,
#ruleStackstacks_in_127:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_127:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_127:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_127 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#stacks_in_128>.s3_row {
	margin: 0 -0px;
}

#stacks_in_128>.s3_row>.s3_column_left {
	width: 66.00%;
}

#stacks_in_128>.s3_row>.s3_column_right {
	width: 34.000000%;
}




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










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



}



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



}






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

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

#stacks_in_133 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* @group Generic Styles */

#ruleStackstacks_in_138,
#ruleStackstacks_in_138:before,
#ruleStackstacks_in_138:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_138 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_138 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_138 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_138 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */

/*  */

/*  */
#ruleStackstacks_in_138 {
	text-align: left;
}

#ruleStackstacks_in_138:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	left: 0;
	min-height: 1px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_138 [class^="fa fa-"] {
	visibility: hidden;
}

/*  */
/*  */#stacks_in_360>.s3_row {
	margin: 0 -0px;
}

#stacks_in_360>.s3_row>.s3_column_left {
	width: 66.00%;
}

#stacks_in_360>.s3_row>.s3_column_right {
	width: 34.000000%;
}




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










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



}



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



}






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

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

#stacks_in_376 {
	margin: 0px 0px 0px 33px;
}

#stacks_in_364 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* @group Generic Styles */

#ruleStackstacks_in_361,
#ruleStackstacks_in_361:before,
#ruleStackstacks_in_361:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_361 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_361 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_361 [class^="fa fa-"] {
	position: relative;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_361 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 0px;
	height: 0px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */

/*  */

/*  */
#ruleStackstacks_in_361 {
	text-align: left;
}

#ruleStackstacks_in_361:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	left: 0;
	min-height: 1px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_361 [class^="fa fa-"] {
	visibility: hidden;
}

/*  */
/*  */#stacks_in_139>.s3_row {
	margin: 0 -0px;
}

#stacks_in_139>.s3_row>.s3_column_left {
	width: 66.00%;
}

#stacks_in_139>.s3_row>.s3_column_right {
	width: 34.000000%;
}




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










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



}



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



}






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

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

#stacks_in_142 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* @group Generic Styles */

#ruleStackstacks_in_147,
#ruleStackstacks_in_147:before,
#ruleStackstacks_in_147:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_147 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_147 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_147 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_147 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */

/*  */

/*  */
#ruleStackstacks_in_147 {
	text-align: left;
}

#ruleStackstacks_in_147:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	left: 0;
	min-height: 1px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_147 [class^="fa fa-"] {
	visibility: hidden;
}

/*  */
/*  */#stacks_in_148>.s3_row {
	margin: 0 -0px;
}

#stacks_in_148>.s3_row>.s3_column_left {
	width: 66.00%;
}

#stacks_in_148>.s3_row>.s3_column_right {
	width: 34.000000%;
}




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










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



}



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



}






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

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

#stacks_in_151 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* @group Generic Styles */

#ruleStackstacks_in_156,
#ruleStackstacks_in_156:before,
#ruleStackstacks_in_156:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_156 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_156 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_156 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_156 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */

/*  */

/*  */
#ruleStackstacks_in_156 {
	text-align: left;
}

#ruleStackstacks_in_156:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	left: 0;
	min-height: 1px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_156 [class^="fa fa-"] {
	visibility: hidden;
}

/*  */
/*  */#stacks_in_157>.s3_row {
	margin: 0 -0px;
}

#stacks_in_157>.s3_row>.s3_column_left {
	width: 66.00%;
}

#stacks_in_157>.s3_row>.s3_column_right {
	width: 34.000000%;
}




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










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



}



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



}






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

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

#stacks_in_160 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* @group Generic Styles */

#ruleStackstacks_in_165,
#ruleStackstacks_in_165:before,
#ruleStackstacks_in_165:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_165 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_165 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_165 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_165 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */

/*  */

/*  */
#ruleStackstacks_in_165 {
	text-align: left;
}

#ruleStackstacks_in_165:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	left: 0;
	min-height: 1px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_165 [class^="fa fa-"] {
	visibility: hidden;
}

/*  */
/*  */#stacks_in_166>.s3_row {
	margin: 0 -0px;
}

#stacks_in_166>.s3_row>.s3_column_left {
	width: 66.00%;
}

#stacks_in_166>.s3_row>.s3_column_right {
	width: 34.000000%;
}




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










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



}



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



}






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

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

#stacks_in_169 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* @group Generic Styles */

#ruleStackstacks_in_175,
#ruleStackstacks_in_175:before,
#ruleStackstacks_in_175:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_175 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_175 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_175 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_175 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */

/*  */

/*  */
#ruleStackstacks_in_175 {
	text-align: left;
}

#ruleStackstacks_in_175:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	left: 0;
	min-height: 1px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_175 [class^="fa fa-"] {
	visibility: hidden;
}

/*  */
/*  */#stacks_in_176>.s3_row {
	margin: 0 -0px;
}

#stacks_in_176>.s3_row>.s3_column_left {
	width: 66.00%;
}

#stacks_in_176>.s3_row>.s3_column_right {
	width: 34.000000%;
}




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










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



}



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



}






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

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

#stacks_in_42 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#stacks_in_10 {
	font-size: 120%;
}

#stacks_in_11 {
	background-color: rgba(242, 242, 242, 1.00);
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 0px 20px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_12,
#ruleStackstacks_in_12:before,
#ruleStackstacks_in_12:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_12 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_12 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_12 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_12 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_12 {
	text-align: center;
}

#ruleStackstacks_in_12:before,
#ruleStackstacks_in_12:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_12:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_12:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_12 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#stacks_in_13>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






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

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

#stacks_in_32 {
	margin: 0px 0px 0px 20px;
}
/* @group Generic Styles */

#ruleStackstacks_in_34,
#ruleStackstacks_in_34:before,
#ruleStackstacks_in_34:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_34 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_34 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_34 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_34 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_34 {
	text-align: center;
}

#ruleStackstacks_in_34:before,
#ruleStackstacks_in_34:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_34:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_34:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_34 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#stacks_in_35>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






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

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

#stacks_in_50 {
	margin: 0px 0px 0px 20px;
}
/* @group Generic Styles */

#ruleStackstacks_in_54,
#ruleStackstacks_in_54:before,
#ruleStackstacks_in_54:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_54 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_54 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_54 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_54 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_54 {
	text-align: center;
}

#ruleStackstacks_in_54:before,
#ruleStackstacks_in_54:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_54:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_54:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_54 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#stacks_in_55>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_59 {
	margin: 0px 0px 0px 10px;
}
/* @group Generic Styles */

#ruleStackstacks_in_62,
#ruleStackstacks_in_62:before,
#ruleStackstacks_in_62:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_62 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_62 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_62 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_62 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_62 {
	text-align: center;
}

#ruleStackstacks_in_62:before,
#ruleStackstacks_in_62:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_62:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_62:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_62 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#stacks_in_63>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






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

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

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

#stacks_in_80 {
	margin: 0px 0px 0px 20px;
}
/* @group Generic Styles */

#ruleStackstacks_in_82,
#ruleStackstacks_in_82:before,
#ruleStackstacks_in_82:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_82 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_82 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_82 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_82 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_82 {
	text-align: center;
}

#ruleStackstacks_in_82:before,
#ruleStackstacks_in_82:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_82:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_82:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_82 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#stacks_in_83>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






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

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

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

#stacks_in_105 {
	margin: 0px 0px 0px 20px;
}
/* @group Generic Styles */

#ruleStackstacks_in_108,
#ruleStackstacks_in_108:before,
#ruleStackstacks_in_108:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_108 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_108 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_108 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_108 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_108 {
	text-align: center;
}

#ruleStackstacks_in_108:before,
#ruleStackstacks_in_108:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_108:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_108:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_108 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */#stacks_in_109>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






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

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

#stacks_in_357_2 {
	background-color: rgba(242, 242, 242, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 5px 8px 5px 8px;
}
#stacks_in_18>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}





