
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_28 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_28 {
		display: none !important;
	}
}

/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/

#simpleSearchWrapperstacks_in_85,
#simpleSearchWrapperstacks_in_85 *,
#simpleSearchWrapperstacks_in_85 *:before,
#simpleSearchWrapperstacks_in_85 *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#simpleSearchFormstacks_in_85 {
	position: relative;
	display: block;
	border: 1px solid rgba(226, 226, 226, 1.00);
	border-radius: 4px;
	padding: 0px;
	background: rgba(255, 255, 255, 1.00);
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
	transition: all 300ms ease-in-out;
}

#simpleSearchFormstacks_in_85.focusedSimpleSearch {
	border: 1px solid rgba(0, 128, 255, 1.00);
	background: rgba(255, 255, 255, 1.00);
}

#searchButtonstacks_in_85 {
	position: absolute;
	top: 0;
	z-index: 5;
	font-size: 16px;
	margin: 0;
	padding: 0 5px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	background: none;
	border: none;
	outline: none;
	text-align: center;
	display: inline-block;
}

#searchButtonstacks_in_85 #searchIconstacks_in_85 {
	color: rgba(46, 46, 46, 1.00);
	transition: all 300ms ease-in-out;
}

#searchButtonstacks_in_85:hover #searchIconstacks_in_85:hover {
	color: rgba(179, 179, 179, 1.00);
}

#tipue_search_inputstacks_in_85 {
	font: 14px/1.6em sans-serif;
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none; 
	outline: 0;
	margin: 0;
	position: relative;
	color: rgba(46, 46, 46, 1.00);
	padding: 0;
}

/*  */
#searchButtonstacks_in_85 {
	right: 0;
}

#tipue_search_inputstacks_in_85 {
	margin: 0 50px 0 10px;
}
/*  */

/*  */

#tipue_search_content {
	padding-top: 20px;
	margin: 0;
}

#tipue_search_warning {
	font: 300 15px/1.6 sans-serif;
	margin: 7px 0;
}

#tipue_search_warning a {
     text-decoration: none;
}

#tipue_search_warning a:hover {
     color: #555;  
}

#tipue_search_results_count {
	font: 300 15px/1.7 sans-serif;
}

.tipue_search_content_title {
	font: 300 21px/1.7 sans-serif;
	margin-top: 25px;
}

.tipue_search_content_title a {
     text-decoration: none;
}

.tipue_search_content_title a:hover {

}

.tipue_search_content_url {
     font: 300 14px/1.9 sans-serif;
     word-wrap: break-word;
     hyphens: auto;
}

.tipue_search_content_url a {
     text-decoration: none;
}

.tipue_search_content_url a:hover {
 
}

.tipue_search_content_text {
	word-wrap: break-word;
	hyphens: auto;
	margin-top: 3px;
}

.tipue_search_content_debug {
	font: 300 13px/1.6 sans-serif;
	margin: 5px 0;
}

.h01 {
     color: rgba(51, 51, 51, 1.00);
     background: rgba(255, 255, 255, 1.00);
     font-weight: 400;
}

#tipue_search_foot {
     margin: 51px 0 21px 0;
}

#tipue_search_foot_boxes {
	padding: 0;
	margin: 0;
	font: 12px sans-serif;
}

#tipue_search_foot_boxes li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#tipue_search_foot_boxes li a {
	padding: 10px 17px 11px 17px;
	background-color: rgba(255, 255, 255, 1.00);
	border: 1px solid #e2e2e2;
	color: rgba(51, 51, 51, 1.00);
	margin-right: 8px;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#tipue_search_foot_boxes li.current {
	padding: 10px 17px 11px 17px;
	background: rgba(246, 246, 246, 1.00);
	border: 1px solid #e2e2e2;
	color: rgba(51, 51, 51, 1.00);
	margin-right: 8px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#tipue_search_foot_boxes li a:hover {
     background: rgba(246, 246, 246, 1.00);
}


/* spinner */


.tipue_search_spinner {
     padding: 31px 0;
     width: 50px;
     height: 28px;
}

.tipue_search_spinner > div {
     background-color: #777;
     height: 100%;
     width: 3px;
     display: inline-block;
     margin-right: 2px;
     -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
     animation: stretchdelay 1.2s infinite ease-in-out;
}

.tipue_search_spinner .tipue_search_rect2 {
     -webkit-animation-delay: -1.1s;
     animation-delay: -1.1s;
}

.tipue_search_spinner .tipue_search_rect3 {
     -webkit-animation-delay: -1.0s;
     animation-delay: -1.0s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% {
          -webkit-transform: scaleY(0.4)
	}  
	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

/* @group Added by WW */

#tipue_search_inputstacks_in_85 {
	background: none;
}

/* @end */





.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_84 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_84 {
		display: none !important;
	}
}
#stacks_in_19>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}



/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_25buttonPressWrapper{
	position: relative !important;
}

#stacks_in_25 a, #stacks_in_25 a:hover, #stacks_in_25 a:visited, #stacks_in_25 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_25button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #DC9338 !important;
	border-color: #BB7C2F !important;
	box-sizing: border-box !important;
}

.stacks_in_25button:hover{
	color: #FFFFFF !important;
	background-color: #906033 !important;
	border-color: #7A512B !important;
}

#stacks_in_25 a, #stacks_in_25 a:visited, #stacks_in_25 a:active{
	color: #FFFFFF !important;
}

#stacks_in_25 a:hover{
	color: #FFFFFF !important;
}






































.stacks_in_25buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_25buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_25buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_25buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_29 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_29 {
		display: none !important;
	}
}
#stacks_in_30>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}



/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_37buttonPressWrapper{
	position: relative !important;
}

#stacks_in_37 a, #stacks_in_37 a:hover, #stacks_in_37 a:visited, #stacks_in_37 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_37button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #DC9338 !important;
	border-color: #BB7C2F !important;
	box-sizing: border-box !important;
}

.stacks_in_37button:hover{
	color: #FFFFFF !important;
	background-color: #906033 !important;
	border-color: #7A512B !important;
}

#stacks_in_37 a, #stacks_in_37 a:visited, #stacks_in_37 a:active{
	color: #FFFFFF !important;
}

#stacks_in_37 a:hover{
	color: #FFFFFF !important;
}






































.stacks_in_37buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_37buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_37buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_37buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_39 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_39 {
		display: none !important;
	}
}
#stacks_in_40>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}



/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_47buttonPressWrapper{
	position: relative !important;
}

#stacks_in_47 a, #stacks_in_47 a:hover, #stacks_in_47 a:visited, #stacks_in_47 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_47button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #DC9338 !important;
	border-color: #BB7C2F !important;
	box-sizing: border-box !important;
}

.stacks_in_47button:hover{
	color: #FFFFFF !important;
	background-color: #906033 !important;
	border-color: #7A512B !important;
}

#stacks_in_47 a, #stacks_in_47 a:visited, #stacks_in_47 a:active{
	color: #FFFFFF !important;
}

#stacks_in_47 a:hover{
	color: #FFFFFF !important;
}






































.stacks_in_47buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_47buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_47buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_47buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_61 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_61 {
		display: none !important;
	}
}
#stacks_in_62>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}



/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_69buttonPressWrapper{
	position: relative !important;
}

#stacks_in_69 a, #stacks_in_69 a:hover, #stacks_in_69 a:visited, #stacks_in_69 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_69button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #DC9338 !important;
	border-color: #BB7C2F !important;
	box-sizing: border-box !important;
}

.stacks_in_69button:hover{
	color: #FFFFFF !important;
	background-color: #906033 !important;
	border-color: #7A512B !important;
}

#stacks_in_69 a, #stacks_in_69 a:visited, #stacks_in_69 a:active{
	color: #FFFFFF !important;
}

#stacks_in_69 a:hover{
	color: #FFFFFF !important;
}






































.stacks_in_69buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_69buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_69buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_69buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */