<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * Pure - Slider
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.0
 * New: Now displays a loader while slider images load. 
 * New: Options to change background and loader color
 */

	#stacks_in_71 .loadingDiv {
		background: #333333;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}
	@keyframes pound {
		to { transform: scale(1.2); box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.4), 0px 6px 6px  rgba(0, 0, 0, 0.3), 0px 10px 10px  rgba(0, 0, 0, 0.2) }
	}
	@-webkit-keyframes pound {
		to { -webkit-transform: scale(1.2); box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.4), 0px 6px 6px  rgba(0, 0, 0, 0.3), 0px 10px 10px  rgba(0, 0, 0, 0.2) }
	}
	@-moz-keyframes pound {
		to { -moz-transform: scale(1.2); box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.4), 0px 6px 6px  rgba(0, 0, 0, 0.3), 0px 10px 10px  rgba(0, 0, 0, 0.2) }
	}
	@-o-keyframes pound {
		to { -o-transform: scale(1.2); box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.4), 0px 6px 6px  rgba(0, 0, 0, 0.3), 0px 10px 10px  rgba(0, 0, 0, 0.2) }
	}
	#stacks_in_71 .loadingDiv ul.loader {
	  display: block;
	  position: absolute;
	  width: 5em;
	  height: 88px;
	  margin: -55px 0 0 -45px;
	  top: 50%;
	  left: 50%;
	}
	#stacks_in_71 .loadingDiv .loader li {
	  background: #FFFFFF;
	  list-style: none;
	  display: block;
	  float:left;
	  width: 0.5em;
	  height: 3em;
	  margin: 0 0.5em 0 0;
	  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.0), 1px 1px 1px 0 rgba(0, 0, 0, 0.0), 1px 1px 1px 0 rgba(0, 0, 0, 0.0);
	  animation: pound .7s ease-in-out infinite alternate;
	  animation-delay:0.05s;
	  transform-origin: center;
	  -webkit-animation: pound .7s ease-in-out infinite alternate;
	  -webkit-animation-delay:0.05s;
	  -webkit-transform-origin: center;
	  -moz-animation: pound .7s ease-in-out infinite alternate;
	  -moz-animation-delay:0.05s;
	  -moz-transform-origin: center;
	  -o-animation: pound .7s ease-in-out infinite alternate;
	  -o-animation-delay:0.05s;
	  -o-transform-origin: center;
	}
	#stacks_in_71 .loadingDiv ul.loader span {
	  color: #FFFFFF;
	  margin: 10px 0;
	  display: inline-block;
	  text-align: center;
	  width: 100%;
	}
	#stacks_in_71 .loadingDiv .loader li:nth-child(2){animation-delay:0.20s;-webkit-animation-delay:0.20s;-moz-animation-delay:0.20s;-o-animation-delay:0.20s;}
	#stacks_in_71 .loadingDiv .loader li:nth-child(3){animation-delay:0.35s;-webkit-animation-delay:0.35s;-moz-animation-delay:0.35s;-o-animation-delay:0.35s;}
	#stacks_in_71 .loadingDiv .loader li:nth-child(4){animation-delay:0.50s;-webkit-animation-delay:0.50s;-moz-animation-delay:0.50s;-o-animation-delay:0.50s;}
	#stacks_in_71 .loadingDiv .loader li:nth-child(5){animation-delay:0.65s;-webkit-animation-delay:0.65s;-moz-animation-delay:0.65s;-o-animation-delay:0.65s;}


.banner_stacks_in_71 .sliderCaption {
	padding: 50px 0;
}
.banner_stacks_in_71 &gt; ul, .banner_stacks_in_71 &gt; ul li {padding: 0; margin: 0;}
.banner_stacks_in_71 ul {
	list-style: none;
	padding:0; 
	margin:0;
} 
.banner_stacks_in_71 ul li img {
	
	
	width: 100%;
	height: auto;
	
}
.banner_stacks_in_71 .unslider-arrow {
	position: absolute;
	z-index: 1;
	height: 40px;
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
	
		display: none;
	
	
}
.banner_stacks_in_71 .unslider-arrow:active {
	margin-top: -38px;
}
.banner_stacks_in_71 .unslider-arrow i {
	font-size: 80px;
	line-height: 80px;
	color: #FFFFFF;
	opacity: .66;
}
.banner_stacks_in_71 .unslider-arrow.prev {
	left: 20px;
}
.banner_stacks_in_71 .unslider-arrow.next {
	right: 20px;
}
.banner_stacks_in_71 .dot {
	
}
.banner_stacks_in_71 .dots {
	position: absolute;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
}
.banner_stacks_in_71 .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner_stacks_in_71 .dots li.active {
	background: #FFFFFF;
	opacity: 1;
}
.banner_stacks_in_71 .unslider-arrow, .banner_stacks_in_71 .dots {
	opacity: 0;
	-webkit-transition: opacity 500ms ease-out 1s;
    -moz-transition: opacity 500ms ease-out 1s;
    -o-transition: opacity 500ms ease-out 1s;
    transition: opacity 500ms ease-out 1s;
}
.banner_stacks_in_71:hover .unslider-arrow, .banner_stacks_in_71:hover .dots {
	opacity: 1;
	-webkit-transition: opacity ease-in 200ms;
    -moz-transition: opacity ease-in 200ms;
    -o-transition: opacity ease-in 200ms;
    transition: opacity ease-in 200ms;
}



.banner_stacks_in_71 ul li &gt; .centered_image img.imageStyle {
	display: none !important;
}
.banner_stacks_in_71 h5 {
	margin: 5px;
}
.banner_stacks_in_71 .sliderCaption {
	width: 100%;
	height: 100%;
	top: 15%;
	position: absolute;
}
.banner_stacks_in_71 {
	position: relative;
	width: 100%;
	overflow: auto;
	
	font-size: 18px;
	line-height: 24px;
	
	color: rgba(255,255,255,.8);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	
}
.banner_stacks_in_71 ul li {
	display: block;
	float: left;
	position: relative;
}

.banner_stacks_in_71 h1, .banner_stacks_in_71 h2 {
	color: rgba(255,255,255,1);
	font-size: 40px;
	line-height: 52px;
}




.banner_stacks_in_71 .sliderCaption .captionWrap {
	 margin: 0 auto;
	 max-width: 220px;
	 
}
 
	
	@media (max-width: 840px) {
		.banner_stacks_in_71 .sliderCaption .captionWrap {max-width: 540px;}
	}
	@media (max-width: 640px) {
		.banner_stacks_in_71 .sliderCaption .captionWrap {max-width: 300px;}
	}


.banner_stacks_in_71 .sliderCaption {
	width: auto;
	height: auto;
	top: 0px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner_stacks_in_71 .sliderCaption .captionWrap {
	
}

@media only screen 
and (max-device-width : 480px) {
	
}





#stacks_out_71 {
	width: 250px;
}
#stacks_in_106&gt;.s3_row {
	margin: 0 -6px;
}

#stacks_in_106&gt;.s3_row&gt;.s3_column_left {
	width: 62.99%;
}

#stacks_in_106&gt;.s3_row&gt;.s3_column_right {
	width: 37.009998%;
}




#stacks_in_106&gt;.s3_row&gt;.s3_column {
	padding: 0 6px;
}










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



}



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


	#stacks_in_106&gt;.s3_row  {
		margin: -6px 0;
	}
	#stacks_in_106&gt;.s3_row&gt;.s3_column {
		padding: 6px 0;
		width:100%;
	}


}






#stacks_in_106 {
	padding:  20px;
}



	#stacks_in_111 .button_icon,#stacks_in_111 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


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


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




#stacks_in_111 .sweet_button_wrapper {
	text-align:left;

	
		height:32px;
	
}

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

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

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

#stacks_in_111 a.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:5px;
	background:rgba(64, 128, 0, 1.00);
}
#stacks_in_111 a.sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

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








#stacks_in_111 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(84, 148, 20, 1.00);
}
#stacks_in_111 .sweet_button:active{
	background: rgba(44, 108, 0, 1.00);
}
#stacks_in_111 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_111 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_111 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







</pre></body></html>