






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

#stacks_out_5886 {
	width: 300px;
}

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

#stacks_out_5889 {
	width: 250px;
}

#stacks_out_5891 {
	width: 100px;
}






/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_5835 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_5835.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_5835.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_5835.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_5835.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_5835.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_5835.inheritOff a, #simpleText_stacks_in_5835.inheritOff a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_5835.inheritOff a:visited {
	color: #FFFFFF;
}
#simpleText_stacks_in_5835.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_5835.inheritOff a:active {
	color: #FFFFFF;
}
#simpleText_stacks_in_5835.inheritOff a:focus {
	color: #FFFFFF;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_5835.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_5835.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_5835.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_5835.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_5835.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_5835 {
	margin: 8px 0px 0px 0px;
}

#stacks_out_5864 {
	width: 74%;
}

#stacks_in_5865 {
	font-size: 150%;
	font-weight: bold;
}

#stacks_out_5896 {
	width: 74%;
}

#stacks_in_5897 {
	font-size: 150%;
	font-weight: bold;
}

#stacks_out_5761 {
	margin-right:0;
}

#stacks_in_5762 {
	font-size: 150%;
	font-weight: bold;
}
#stacks_in_5763>.s3_row {
	margin: 0 -4px;
}

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

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




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










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



}



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



}






#stacks_out_5763 {
	width: 75%;
}
/* BorderButtonThing by RapidWeaver Central  */

#borderbuttonthingstacks_in_5845 {
	text-align: Center;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased; /* Chrome */
	-webkit-font-smoothing: antialiased; /* Safari */
/* 	-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; */	
	-webkit-text-stroke: rgba(255,255,255,0.01) 0.1px; 
/* 	-webkit-text-stroke-width: 0.1px; */
	
	}



#stacks_in_5845 .borderbuttonthing, #stacks_in_5845 .borderbuttonthing a {
	display: inline-block;
	text-align: center;
   	cursor: pointer;
	line-height: 48px;
	padding: 0 10px;
	font-size: 13px;
	border: 2px solid #FD8008;
	color: #FD8008;
	text-shadow: 0 1px 0px #333333;
	text-shadow:none;
	text-transform: uppercase;;
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

#stacks_in_5845 .borderbuttonthing:hover {
	background: #FD8008;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 1;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

#stacks_in_5845 .borderbuttonthing:active {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}


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

#stacks_out_5823 {
	width: 380px;
}



	#stacks_in_5816 .button_icon,#stacks_in_5816 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:28px;
		line-height:28px;
		font-size:17px;
	}
	


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


	#stacks_in_5816 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:12px;
	}
	#stacks_in_5816 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 6px 0px 12px;
	}




#stacks_in_5816 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

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

	
		#stacks_in_5816 .button_icon,#stacks_in_5816 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

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

#stacks_in_5816 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	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:4px;
	background:rgba(255, 102, 0, 1.00);
}
#stacks_in_5816 a.sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

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








#stacks_in_5816 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(255, 122, 20, 1.00);
}
#stacks_in_5816 .sweet_button:active{
	background: rgba(235, 82, 0, 1.00);
}
#stacks_in_5816 .sweet_button.clicked {
	background: rgba(255, 204, 0, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_5816 .sweet_button.clicked:hover {
	background: rgba(255, 224, 20, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_5816 .sweet_button.clicked:active{
	background: rgba(235, 184, 0, 1.00);
}








#stacks_in_5816 {
	margin: 12px 0px 12px 0px;
}

#stacks_out_5881 {
	width: 40px;
}

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

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

#stacks_out_5894 {
	width: 300px;
}
