/* MultiButtonThing [Page] by RapidWeaver Central  */





#stacks_in_35547_page4 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_35548_page4 {
	font-size: 150%;
	font-weight: bold;
}
/* FancyLine Stack v1.2.0 */

#stacks_in_47702_page4 hr {
	height: 0;
	border: 0;
	 margin: 0;
    padding: 0;
	border-top-width: 1px;
	 border-top-style: solid;
	
	
	
	
	
	
	
	
	border-top-color: #2E2920;
	
	
	
	
	
}
	


*:first-child+html #stacks_in_47702_page4 hr, * html  #stacks_in_47702_page4 hr {height: 1px /*IE7*/;}
* html  #stacks_in_47702_page4 hr {line-height: 1px /*IE6*/;}
/* End of FancyLine stack */
#stacks_in_245_page4 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_246_page4 {
	font-size: 150%;
	font-weight: lighter;
}
/* FancyLine Stack v1.2.0 */

#stacks_in_47724_page4 hr {
	height: 0;
	border: 0;
	
    padding: 0;
	border-top-width: 1px;
	 border-top-style: solid;
	
	
	
	
	
	
	
	
	border-top-color: #FECC66;
	
	
	
	
	
}
	


*:first-child+html #stacks_in_47724_page4 hr, * html  #stacks_in_47724_page4 hr {height: 1px /*IE7*/;}
* html  #stacks_in_47724_page4 hr {line-height: 1px /*IE6*/;}
/* End of FancyLine stack */
#stacks_in_47724_page4 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_47703_page4>.s3_row {
	margin: 0 -10px;
}

#stacks_in_47703_page4>.s3_row>.s3_column {
	padding: 0 10px;
}








  


@media only screen and (max-width: 770px) {




	#stacks_in_47703_page4>.s3_row  {
		margin: -10px;
	}
	#stacks_in_47703_page4>.s3_row>.s3_column {
		padding: 10px;
		width:50%;
	}
	#stacks_in_47703_page4>.s3_row>.s3_column_right {
		padding: 10px;
		width:100%;
	}



}



@media only screen and (max-width: 400px) {


	#stacks_in_47703_page4>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_47703_page4>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}





}




  
/* ListButtonThing by RapidWeaver Central  */

#listbuttonThingstacks_in_47710_page4 {
	display: inline-block;
	position: relative;
	margin: 0 0 10px 5px;
	z-index: 5;
}

#listbuttonThingstacks_in_47710_page4 a {
	text-decoration: none !important;
}


#stacks_in_47710_page4 .listbuttonthing {
	display: inline-block;
	z-index: 25;
	text-decoration: none !important;
	background: #B3B3B3;
	margin-left: -3px;	
	text-align: center;
	cursor: pointer;
	line-height: 27px;
	padding: 0 5px;
	font-size: 14px;
	color: #000000;
	text-shadow: 0 1px 0px #333333;
	text-shadow:none;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:normal;;
	-webkit-border-radius: 0 0px 0px 0;
	   -moz-border-radius: 0 0px 0px 0;
			border-radius: 0 0px 0px 0;

}

#stacks_in_47710_page4 .listbuttonthing:hover {
	background: #B3B3B3;
   	cursor: pointer;
	color: #000000;
	text-decoration: none !important;
}


#stacks_in_47710_page4 .checkmark {
	display: inline-block;
	width: 50px;
	position: relative;
	padding: 0 ;
	height: 27px;
	line-height: 27px;
	background: #B3B3B3;
	font-size: 14px;
	color: #FFCC66;
	text-align: center;
	top: 0;
	left: 0;
	vertical-align: top;
	-webkit-border-radius: 0px 0 0 0px;
	   -moz-border-radius: 0px 0 0 0px;
			border-radius: 0px 0 0 0px;
}

#stacks_in_47710_page4 .shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 50%;
	height: 15%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 15px;
	right: 7px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		 	transition: all 0.6s ease;
}

#stacks_in_47710_page4 .shadow:active:after {
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 25px;
	right: 2px;
}

#listbuttonThingstacks_in_47710_page4:hover{
	
	text-decoration: none !important;
	-webkit-transform: translateX;
	   -moz-transform: translateX;
	   	-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: nudge 0.5s ease-in-out 1;
	   -moz-animation: nudge 0.5s ease-in-out 1;
	   	-ms-animation: nudge 0.5s ease-in-out 1;
			animation: nudge 0.5s ease-in-out 1;
		
}

@-webkit-keyframes nudge {
  50% {
     -webkit-transform: translateX(-5px);
  }
}

@-moz-keyframes nudge {
  50% {
     -moz-transform: translateX(-5px);
  }
}

@-ms-keyframes nudge {
  50% {
     -ms-transform: translateX(-5px);
  }
}

@keyframes nudge {
  50% {
     transform: translateX(-5px);
  }
}




/* ListButtonThing by RapidWeaver Central  */

#listbuttonThingstacks_in_47713_page4 {
	display: inline-block;
	position: relative;
	margin: 0 0 10px 5px;
	z-index: 5;
}

#listbuttonThingstacks_in_47713_page4 a {
	text-decoration: none !important;
}


#stacks_in_47713_page4 .listbuttonthing {
	display: inline-block;
	z-index: 25;
	text-decoration: none !important;
	background: #B3B3B3;
	margin-left: -3px;	
	text-align: center;
	cursor: pointer;
	line-height: 27px;
	padding: 0 5px;
	font-size: 14px;
	color: #000000;
	text-shadow: 0 1px 0px #333333;
	text-shadow:none;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:normal;;
	-webkit-border-radius: 0 0px 0px 0;
	   -moz-border-radius: 0 0px 0px 0;
			border-radius: 0 0px 0px 0;

}

#stacks_in_47713_page4 .listbuttonthing:hover {
	background: #B3B3B3;
   	cursor: pointer;
	color: #000000;
	text-decoration: none !important;
}


#stacks_in_47713_page4 .checkmark {
	display: inline-block;
	width: 50px;
	position: relative;
	padding: 0 ;
	height: 27px;
	line-height: 27px;
	background: #B3B3B3;
	font-size: 14px;
	color: #FFCC66;
	text-align: center;
	top: 0;
	left: 0;
	vertical-align: top;
	-webkit-border-radius: 0px 0 0 0px;
	   -moz-border-radius: 0px 0 0 0px;
			border-radius: 0px 0 0 0px;
}

#stacks_in_47713_page4 .shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 50%;
	height: 15%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 15px;
	right: 7px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		 	transition: all 0.6s ease;
}

#stacks_in_47713_page4 .shadow:active:after {
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 25px;
	right: 2px;
}

#listbuttonThingstacks_in_47713_page4:hover{
	
	text-decoration: none !important;
	-webkit-transform: translateX;
	   -moz-transform: translateX;
	   	-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: nudge 0.5s ease-in-out 1;
	   -moz-animation: nudge 0.5s ease-in-out 1;
	   	-ms-animation: nudge 0.5s ease-in-out 1;
			animation: nudge 0.5s ease-in-out 1;
		
}

@-webkit-keyframes nudge {
  50% {
     -webkit-transform: translateX(-5px);
  }
}

@-moz-keyframes nudge {
  50% {
     -moz-transform: translateX(-5px);
  }
}

@-ms-keyframes nudge {
  50% {
     -ms-transform: translateX(-5px);
  }
}

@keyframes nudge {
  50% {
     transform: translateX(-5px);
  }
}




/* ListButtonThing by RapidWeaver Central  */

#listbuttonThingstacks_in_47716_page4 {
	display: inline-block;
	position: relative;
	margin: 0 0 10px 5px;
	z-index: 5;
}

#listbuttonThingstacks_in_47716_page4 a {
	text-decoration: none !important;
}


#stacks_in_47716_page4 .listbuttonthing {
	display: inline-block;
	z-index: 25;
	text-decoration: none !important;
	background: #B3B3B3;
	margin-left: -3px;	
	text-align: center;
	cursor: pointer;
	line-height: 27px;
	padding: 0 5px;
	font-size: 14px;
	color: #000000;
	text-shadow: 0 1px 0px #333333;
	text-shadow:none;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:normal;;
	-webkit-border-radius: 0 0px 0px 0;
	   -moz-border-radius: 0 0px 0px 0;
			border-radius: 0 0px 0px 0;

}

#stacks_in_47716_page4 .listbuttonthing:hover {
	background: #B3B3B3;
   	cursor: pointer;
	color: #000000;
	text-decoration: none !important;
}


#stacks_in_47716_page4 .checkmark {
	display: inline-block;
	width: 50px;
	position: relative;
	padding: 0 ;
	height: 27px;
	line-height: 27px;
	background: #B3B3B3;
	font-size: 14px;
	color: #FFCC66;
	text-align: center;
	top: 0;
	left: 0;
	vertical-align: top;
	-webkit-border-radius: 0px 0 0 0px;
	   -moz-border-radius: 0px 0 0 0px;
			border-radius: 0px 0 0 0px;
}

#stacks_in_47716_page4 .shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 50%;
	height: 15%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 15px;
	right: 7px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		 	transition: all 0.6s ease;
}

#stacks_in_47716_page4 .shadow:active:after {
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 25px;
	right: 2px;
}

#listbuttonThingstacks_in_47716_page4:hover{
	
	text-decoration: none !important;
	-webkit-transform: translateX;
	   -moz-transform: translateX;
	   	-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: nudge 0.5s ease-in-out 1;
	   -moz-animation: nudge 0.5s ease-in-out 1;
	   	-ms-animation: nudge 0.5s ease-in-out 1;
			animation: nudge 0.5s ease-in-out 1;
		
}

@-webkit-keyframes nudge {
  50% {
     -webkit-transform: translateX(-5px);
  }
}

@-moz-keyframes nudge {
  50% {
     -moz-transform: translateX(-5px);
  }
}

@-ms-keyframes nudge {
  50% {
     -ms-transform: translateX(-5px);
  }
}

@keyframes nudge {
  50% {
     transform: translateX(-5px);
  }
}




/* ListButtonThing by RapidWeaver Central  */

#listbuttonThingstacks_in_47719_page4 {
	display: inline-block;
	position: relative;
	margin: 0 0 10px 5px;
	z-index: 5;
}

#listbuttonThingstacks_in_47719_page4 a {
	text-decoration: none !important;
}


#stacks_in_47719_page4 .listbuttonthing {
	display: inline-block;
	z-index: 25;
	text-decoration: none !important;
	background: #B3B3B3;
	margin-left: -3px;	
	text-align: center;
	cursor: pointer;
	line-height: 27px;
	padding: 0 5px;
	font-size: 14px;
	color: #000000;
	text-shadow: 0 1px 0px #333333;
	text-shadow:none;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:normal;;
	-webkit-border-radius: 0 0px 0px 0;
	   -moz-border-radius: 0 0px 0px 0;
			border-radius: 0 0px 0px 0;

}

#stacks_in_47719_page4 .listbuttonthing:hover {
	background: #B3B3B3;
   	cursor: pointer;
	color: #000000;
	text-decoration: none !important;
}


#stacks_in_47719_page4 .checkmark {
	display: inline-block;
	width: 50px;
	position: relative;
	padding: 0 ;
	height: 27px;
	line-height: 27px;
	background: #B3B3B3;
	font-size: 14px;
	color: #FFCC66;
	text-align: center;
	top: 0;
	left: 0;
	vertical-align: top;
	-webkit-border-radius: 0px 0 0 0px;
	   -moz-border-radius: 0px 0 0 0px;
			border-radius: 0px 0 0 0px;
}

#stacks_in_47719_page4 .shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 50%;
	height: 15%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 15px;
	right: 7px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		 	transition: all 0.6s ease;
}

#stacks_in_47719_page4 .shadow:active:after {
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 25px;
	right: 2px;
}

#listbuttonThingstacks_in_47719_page4:hover{
	
	text-decoration: none !important;
	-webkit-transform: translateX;
	   -moz-transform: translateX;
	   	-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: nudge 0.5s ease-in-out 1;
	   -moz-animation: nudge 0.5s ease-in-out 1;
	   	-ms-animation: nudge 0.5s ease-in-out 1;
			animation: nudge 0.5s ease-in-out 1;
		
}

@-webkit-keyframes nudge {
  50% {
     -webkit-transform: translateX(-5px);
  }
}

@-moz-keyframes nudge {
  50% {
     -moz-transform: translateX(-5px);
  }
}

@-ms-keyframes nudge {
  50% {
     -ms-transform: translateX(-5px);
  }
}

@keyframes nudge {
  50% {
     transform: translateX(-5px);
  }
}




/* ListButtonThing by RapidWeaver Central  */

#listbuttonThingstacks_in_47722_page4 {
	display: inline-block;
	position: relative;
	margin: 0 0 10px 5px;
	z-index: 5;
}

#listbuttonThingstacks_in_47722_page4 a {
	text-decoration: none !important;
}


#stacks_in_47722_page4 .listbuttonthing {
	display: inline-block;
	z-index: 25;
	text-decoration: none !important;
	background: #B3B3B3;
	margin-left: -3px;	
	text-align: center;
	cursor: pointer;
	line-height: 27px;
	padding: 0 5px;
	font-size: 14px;
	color: #000000;
	text-shadow: 0 1px 0px #333333;
	text-shadow:none;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:normal;;
	-webkit-border-radius: 0 0px 0px 0;
	   -moz-border-radius: 0 0px 0px 0;
			border-radius: 0 0px 0px 0;

}

#stacks_in_47722_page4 .listbuttonthing:hover {
	background: #B3B3B3;
   	cursor: pointer;
	color: #000000;
	text-decoration: none !important;
}


#stacks_in_47722_page4 .checkmark {
	display: inline-block;
	width: 50px;
	position: relative;
	padding: 0 ;
	height: 27px;
	line-height: 27px;
	background: #B3B3B3;
	font-size: 14px;
	color: #FFCC66;
	text-align: center;
	top: 0;
	left: 0;
	vertical-align: top;
	-webkit-border-radius: 0px 0 0 0px;
	   -moz-border-radius: 0px 0 0 0px;
			border-radius: 0px 0 0 0px;
}

#stacks_in_47722_page4 .shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 50%;
	height: 15%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 15px;
	right: 7px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		 	transition: all 0.6s ease;
}

#stacks_in_47722_page4 .shadow:active:after {
	box-shadow: 0px 15px 7px 0px rgb(0, 0, 0);
	bottom: 25px;
	right: 2px;
}

#listbuttonThingstacks_in_47722_page4:hover{
	
	text-decoration: none !important;
	-webkit-transform: translateX;
	   -moz-transform: translateX;
	   	-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: nudge 0.5s ease-in-out 1;
	   -moz-animation: nudge 0.5s ease-in-out 1;
	   	-ms-animation: nudge 0.5s ease-in-out 1;
			animation: nudge 0.5s ease-in-out 1;
		
}

@-webkit-keyframes nudge {
  50% {
     -webkit-transform: translateX(-5px);
  }
}

@-moz-keyframes nudge {
  50% {
     -moz-transform: translateX(-5px);
  }
}

@-ms-keyframes nudge {
  50% {
     -ms-transform: translateX(-5px);
  }
}

@keyframes nudge {
  50% {
     transform: translateX(-5px);
  }
}




/* FancyLine Stack v1.2.0 */

#stacks_in_47725_page4 hr {
	height: 0;
	border: 0;
	
    padding: 0;
	border-top-width: 2px;
	 border-top-style: solid;
	
	
	
	
	
	
	
	
	border-top-color: #FECC66;
	
	
	
	
	
}
	


*:first-child+html #stacks_in_47725_page4 hr, * html  #stacks_in_47725_page4 hr {height: 2px /*IE7*/;}
* html  #stacks_in_47725_page4 hr {line-height: 2px /*IE6*/;}
/* End of FancyLine stack */
#stacks_in_47725_page4 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_47738_page4 {
	background-color: rgba(0, 0, 0, 1.00);
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
}

#stacks_in_47739_page4 {
	font-size: 110%;
	font-weight: bold;
}
