

.fnav,
.fnav * {
	font-family: Oxygen, sans-serif;
	box-sizing:	border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.fnav {
	width: 100%;
	padding: 0 30px;
	float: left;
	position: relative;
	background: rgba(255, 255, 255, 0.00);
	
}


/* Max width restriciton */


.fnav img {
	max-width: 300px;
	height: auto;
}

@media (max-width: 1024px) {
	.fnav img {
		max-width: px;
		height: auto;
	}
	
	.fnav-brand {
		margin-top: 5px!important;
	}
}

@media (max-width: 968px) {
	.fnav img {
		max-width: 200px;
		height: auto;
	}
	
	.fnav-brand {
		margin-top: 5px!important;
	}
	/* Edge to Edge on mobile */
	.fnav {
		padding: 0px;
		background: #FFFFFF; /*Add solid colour on mobile menu*/
	}
}

/* Fixed Nav */
.fixed {
	position: fixed;
	width: 100%;
}



/* Scroll to solid colour*/
 

	.fnav {
	  transition: background-color 0.5s ease;
	}
	
	.scrolled {
	  background: #F1F2F2;
	}



.normal {
	position: absolute;
	width: 100%;
}

.subnavver {
	/* This is just here for a jquery selection - no styling needed */
}

.fnav a	{
	-o-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

.fnav-brand {
	margin: 5px 30px 0 0;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
}

a.fnav-brand {
	text-decoration: none;
    color: rgba(255, 255, 255, 1.00)!important;
}

a:visited.fnav-brand {
	color: inherit;
}

a.fnav-brand:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1.00)!important;
}

.fnav-menu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.fnav-menu.fnav-right {
	float: right;
}

.fnav-menu > li {
	display: inline-block;
	float: left;
}

.fnav-menu > li > a {
	padding: 15px 16px;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, 1.00);
	outline: 0;
	line-height: 1.42857143;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	position:relative;
	
}

.fnav-menu > li.active > a,
.fnav-menu > li:hover > a {
	color: rgba(0, 0, 0, 0.22);

}

li.subnavver a:hover:before {
	display: none !important;
}

.fnav-menu ul.dropdown, .fnav-menu ul.dropdown li ul.dropdown {
	list-style: none;
    margin: 0;
    padding: 0;   
	display: none;
    position: absolute;
    z-index: 99;
	min-width: 180px;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.50);
}
.fnav-menu ul.dropdown li ul.dropdown {
    left: 100%;
}

.fnav-menu ul.dropdown li {
	clear: both;
	width: 100%;
	border: 0 none;
	font-size: 12px;
	position: relative;
}

.fnav-menu ul.dropdown li a {
	width: 100%;
	background: none;
	padding: 10px 25px 10px 22px;
	color: rgba(170, 170, 170, 1.00);
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	-o-transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear;
	font-size: 12px;
}

.fnav-menu ul.dropdown li:hover > a {
	padding-left: 28px;
	padding-right: 19px;
	color: rgba(255, 255, 255, 1.00);
}

.fnav-menu ul.dropdown.dropdown-left {
	left: none;
}
.fnav-menu ul.dropdown li ul.dropdown.dropdown-left {
	left: -100%;
}

.fnav-menu li .indicator {
	margin-left: 3px;
}
.fnav-menu li ul.dropdown li .indicator {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 15px;
}

.fnav .showhide {
	width: 60px;
	height: 46px;
	padding: 13px 0 0;
	display: none;
	float: right;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.fnav .showhide em {
	width: 20px;
	height: 3px;
	margin: 3.5px 20px 0;
	float: right;
	background: rgba(0, 0, 0, 1.00);
}

 
 
		 .fnav .showhide:before {
			content: "MENU"; 		
			position: absolute;
			float: left;
			right: 50px;
			color: rgba(0, 0, 0, 1.00);
		}
		
		@media (min-width: 968px) {
			.fnav {
				padding-right: 0px;
			}
		}



@media (max-width: 968px) {
	.fnav-responsive.fnav {
		padding: 0;
	}
	
	.fnav-responsive .fnav-brand{
		margin: 8px 30px 10px 20px;
		font-size: 20px;
		line-height: 1.55;
	}
	
	.fnav-responsive .showhide{
		margin: 0;
	}
	
	.fnav-responsive .fnav-menu{
		width: 100%;
		float: left !important;
	}
	
	.fnav-responsive .fnav-menu.scrollable{
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.fnav-responsive .fnav-menu.scrollable > .scrollable-fix{
		display: block;
	}
	
	.fnav-responsive .fnav-menu > li{
		width: 100%;
		display: block;
		position: relative;
	}
	
	.fnav-responsive .fnav-menu > li > a{
		width: 100%;
		padding: 12px 20px;
		display: block;
		border-bottom: solid 1px #f0f0f0;
	}
	.fnav-responsive .fnav-menu > li:first-child > a{
		border-top: solid 1px #f0f0f0;
	}
	
	.fnav-responsive .fnav-menu > li.subnavver:first-child > a{
		border-top: 0px;
	}
	
	.fnav-responsive .fnav-menu ul.dropdown,
	.fnav-responsive .fnav-menu ul.dropdown li ul.dropdown{
		width: 100%;
		left: 0;
		position: static;
		border: none;
		background: rgba(0, 0, 0, 0.50);
		float: left;
	}
	
	.fnav-responsive .fnav-menu ul.dropdown li{
		position: relative;
	}
	
	.fnav-responsive .fnav-menu ul.dropdown li a{
		border-bottom: solid 1px #f0f0f0;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > a {
		padding-left: 40px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 60px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 80px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li:hover > a {
		padding-left: 50px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
		padding-left: 70px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
		padding-left: 90px !important;
	}
	
	.fnav-responsive .fnav-menu li .indicator{		
		width: 60px;
		height: 45px;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 22px;
		text-align: center;
		line-height: 43px;
		border-left: solid 1px #f5f5f5;
	}
	
	.fnav-responsive .fnav-menu li ul.dropdown li .indicator{
		height: 38px;
		right: 0;
		top: 0;
		font-size: 18px;
		line-height: 36px;
	}

}

/* Animation Sets */
.zoom-in {
    -webkit-animation: zoomIn 400ms ease both;
    -moz-animation: zoomIn 400ms ease both;
    -o-animation: zoomIn 400ms ease both;
    animation: zoomIn 400ms ease both;
}
@-webkit-keyframes zoomIn {
    0% { -webkit-transform: scale(1.5); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes zoomIn {
    0% { -moz-transform: scale(1.5); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes zoomIn {
    0% { opacity: 0; -o-transform: scale(1.5); }
    100% { opacity: 1; -o-transform: scale(1); }
}
@keyframes zoomIn {
    0% { transform: scale(1.5); }
    100% { transform: scale(1); }
}
.zoom-out{
    -webkit-animation: zoomOut 400ms ease both;
    -moz-animation: zoomOut 400ms ease both;
    -o-animation: zoomOut 400ms ease both;
    animation: zoomOut 400ms ease both;
}
@-webkit-keyframes zoomOut {
    0% { -webkit-transform: scale(.6); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes zoomOut {
    0% { -moz-transform: scale(.6); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes zoomOut {
    0% { -o-transform: scale(.6); }
    100% { -o-transform: scale(1); }
}
@keyframes zoomOut {
    0% { transform: scale(.6); }
    100% { transform: scale(1); }
}
.drop-up{
    -webkit-animation: drop-up 400ms ease both;
    -moz-animation: drop-up 400ms ease both;
    -o-animation: drop-up 400ms ease both;
    animation: drop-up 400ms ease both;
}
@-webkit-keyframes drop-up {
    0% { -webkit-transform: translateY(100px); }
    100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes drop-up {
    0% { -moz-transform: translateY(100px); }
    100% { -moz-transform: translateY(0); }
}
@-o-keyframes drop-up {
    0% { -o-transform: translateY(100px); }
    100% { -o-transform: translateY(0); }
}
@keyframes drop-up {
    0% { transform: translateY(100px); }
    100% { transform: translateY(0); }
}
.drop-left{
    -webkit-animation: drop-left 400ms ease both;
    -moz-animation: drop-left 400ms ease both;
    -o-animation: drop-left 400ms ease both;
    animation: drop-left 400ms ease both;
}
@-webkit-keyframes drop-left {
    0% { -webkit-transform: translateX(-100px); }
    100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes drop-left {
    0% { -moz-transform: translateX(-100px); }
    100% { -moz-transform: translateX(0); }
}
@-o-keyframes drop-left {
    0% { -o-transform: translateX(-100px); }
    100% { -o-transform: translateX(0); }
}
@keyframes drop-left {
    0% { transform: translateX(-100px); }
    100% { transform: translateX(0); }
}
.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: swing 400ms ease-out both;
	-moz-animation: swing 400ms ease-out both;
	-o-animation: swing 400ms ease-out both;
	animation: swing 400ms ease-out both;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.flip{
	-webkit-animation: flip 700ms ease both;
	-moz-animation: flip 700ms ease both;
    -o-animation: flip 700ms ease both;
    animation: flip 700ms ease both;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.roll-in{
	-webkit-animation: roll-in 400ms ease both;
	-moz-animation: roll-in 400ms ease both;
    -o-animation: roll-in 400ms ease both;
    animation: roll-in 400ms ease both;
}
@-webkit-keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    -ms-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.stretch{
	-webkit-animation: stretch 500ms ease both;
	-moz-animation: stretch 500ms ease both;
    -o-animation: stretch 500ms ease both;
    animation: stretch 500ms ease both;
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}
@keyframes stretch{
	0% { transform: scaleX(0.3); }
	40% { transform: scaleX(1.02); }
	60% { transform: scaleX(0.98); }
	80% { transform: scaleX(1.01); }
	100% { transform: scaleX(0.98); }				
	80% { transform: scaleX(1.01); }
	100% { transform: scaleX(1); }							
}
@-webkit-keyframes stretch{
	0% { -webkit-transform: scaleX(0.3); }
	40% { -webkit-transform: scaleX(1.02); }
	60% { -webkit-transform: scaleX(0.98); }
	80% { -webkit-transform: scaleX(1.01); }
	100% { -webkit-transform: scaleX(0.98); }				
	80% { -webkit-transform: scaleX(1.01); }
	100% { -webkit-transform: scaleX(1); }		
}
@-o-keyframes stretch{
	0% { -o-transform: scaleX(0.3); }
	40% { -o-transform: scaleX(1.02); }
	60% { -o-transform: scaleX(0.98); }
	80% { -o-transform: scaleX(1.01); }
	100% { -o-transform: scaleX(0.98); }				
	80% { -o-transform: scaleX(1.01); }
	100% { -o-transform: scaleX(1); }		
}

/* Divider */
 

/* Hide Divider Lines Mobile */
 


/* Align Center */


/* Align Dropdown items */

	@media (min-width: 968px) {
		.fnav-menu ul.dropdown li a {
			text-align: left;
		}
}







/* Start Content Below Navigation */
 

/*

/* SKINS*/

/*
Border Bottom Skin
*/



@media (min-width: 800px) {

	ul.fnav-menu > li > a:before {
		content: "";
  		position: absolute;
  		width: 100%;
  		height: 1px;
  		bottom: 0;
  		left: 0;
  		background-color: rgba(7, 15, 38, 1.00);
  		visibility: hidden;
  		-webkit-transform: scaleX(0);
  		transform: scaleX(0);
  		-webkit-transition: all 0.4s ease-in-out 0s;
  		transition: all 0.4s ease-in-out 0s;
	}

	ul.fnav-menu.dropdown.fnav-indented.scrollable li a:hover:before, .fnav-menu > li.active > a:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}	

}


/*
Border Top Skin
*/




/*
Border Boxed Skin
*/


















/*
Gradient Skin
*/



/*
Mobile Logo overwrites
*/
 

/*
Fade in Navigation Animation
*/
 
	.fnav {
	
	    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	       -moz-animation: fadein 2s; /* Firefox < 16 */
	        -ms-animation: fadein 2s; /* Internet Explorer */
	         -o-animation: fadein 2s; /* Opera < 12.1 */
	            animation: fadein 2s;
	}
	
	@keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	
	/* Firefox < 16 */
	@-moz-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	
	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	
	/* Internet Explorer */
	@-ms-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	
	/* Opera < 12.1 */
	@-o-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}


/* Hide Accessibility Highlights */
 

/*
	Hacks for Microsoft Windows IE Browsers
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
    /* Hack for bullets to stop appearing in IE*/
    .fnav-menu ul.dropdown, .fnav-menu ul.dropdown li ul.dropdown {display: block!important;}
    .fnav-menu  {display: block;}

}

@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */ 
    .fnav-menu ul.dropdown, .fnav-menu ul.dropdown li ul.dropdown {display: block!important;}
    .fnav-menu  {display: block;}
}
#stacks_in_866 {
	padding: 0px 0px 90px 0px;
}
  

#stacks_in_919 .easywrap { 
	
	
	
	display: block;  overflow: hidden;  
}

#stacks_in_919 .easycolumn {
	vertical-align: top; margin: 0 auto; text-align: center;
	display: block;
    float: left;
    width: 33.33%;
     overflow: hidden !important;
    padding: 20px;
	box-sizing: border-box;
	 
}


#stacks_in_919 .easycolumn .text_stack { overflow: hidden !important;



 } 

#stacks_in_919 .easyrow:after {
    content: ""; clear: both; display: table;
     overflow: hidden !important;
}






#stacks_in_919 .easycolumn img { 





}

/* TESTER:
#stacks_in_919 .easycolumn:nth-child(1) {border: 1px solid gray;}
#stacks_in_919 .easycolumn:nth-child(2) {border: 1px solid gray;}
#stacks_in_919 .easycolumn:nth-child(3) {border: 1px solid gray;}
#stacks_in_919 .easycolumn:nth-child(4) {border: 1px solid gray;}
#stacks_in_919 .easycolumn:nth-child(5) {border: 1px solid gray;}
#stacks_in_919 .easycolumn:nth-child(6) {border: 1px solid gray;}
*/


@media (max-width: 980px) { /*break to 3*/
	#stacks_in_919 .easycolumn { width: 33.33%; padding: 20px;  }

	#stacks_in_919 .easywrap { 
	
	
	
	}

	
	
	
	
	
}



@media (max-width: 780px) { /*break to 2*/
	#stacks_in_919 .easycolumn { width: 50%; padding: 20px; }
	#stacks_in_919 .easywrap { 
	
	
	
	}

	
	
	
	
	
	
	 
	#stacks_in_919 .easycolumn:nth-child(3) { clear: both;} 
	 #stacks_in_919 .easycolumn:last-child { width: 100% } 
	
}


@media (max-width: 580px) { /*break to 1*/
	#stacks_in_919 .easycolumn { width: 100%; 20px;  }
	#stacks_in_919 .easywrap { 
	
	
		
	}
	
	 #stacks_in_919 .easycolumn:last-child { width: 100% } 
	
	

}
#stacks_in_919 {
	background-color: rgba(123, 123, 129, 1.00);
	margin: 22px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
}

#stacks_in_924 {
	font-size: 209%;
}

#stacks_in_926 {
	padding: 0px 0px 15px 0px;
}

#stacks_in_927 {
	font-size: 102%;
}
  

#stacks_in_934 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	 margin-bottom: -20px; 
	 margin-top: -20px; 
	display: block;  overflow: hidden;  
}

#stacks_in_934 .easycolumn {
	vertical-align: top; margin: 0 auto; text-align: center;
	display: block;
    float: left;
    width: 100%;
     overflow: hidden !important;
    padding: 20px;
	box-sizing: border-box;
	 
}


#stacks_in_934 .easycolumn .text_stack { overflow: hidden !important;



 } 

#stacks_in_934 .easyrow:after {
    content: ""; clear: both; display: table;
     overflow: hidden !important;
}






#stacks_in_934 .easycolumn img { 





}

/* TESTER:
#stacks_in_934 .easycolumn:nth-child(1) {border: 1px solid gray;}
#stacks_in_934 .easycolumn:nth-child(2) {border: 1px solid gray;}
#stacks_in_934 .easycolumn:nth-child(3) {border: 1px solid gray;}
#stacks_in_934 .easycolumn:nth-child(4) {border: 1px solid gray;}
#stacks_in_934 .easycolumn:nth-child(5) {border: 1px solid gray;}
#stacks_in_934 .easycolumn:nth-child(6) {border: 1px solid gray;}
*/





@media (max-width: 580px) { /*break to 1*/
	#stacks_in_934 .easycolumn { width: 100%; 20px;  }
	#stacks_in_934 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	 margin-bottom: -20px; 
	 margin-top: -20px; 	
	}
	
	
	
	

}
#stacks_in_934 {
	margin: 30px 0px 0px 0px;
}
#shady_stack_stacks_in_938 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_938 {
	box-shadow:  0rem 0rem 1.0rem 0.2rem rgba(212, 212, 212, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_938 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_in_941 {
	font-size: 99%;
}
#stacks_in_943>.s3_row {
	margin: 0 -0px;
}

#stacks_in_943>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_943>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_943 {
	margin-left:0;
}

#stacks_in_949 {
	font-weight: lighter;
}

#stacks_in_946 {
	font-weight: lighter;
}
#stacks_in_950>.s3_row {
	margin: 0 -0px;
}

#stacks_in_950>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_950>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_950 {
	margin-left:0;
}

#stacks_in_956 {
	font-weight: lighter;
}

#stacks_in_953 {
	font-weight: lighter;
}
#stacks_in_957>.s3_row {
	margin: 0 -0px;
}

#stacks_in_957>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_957>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_957 {
	margin-left:0;
}

#stacks_in_963 {
	font-weight: lighter;
}

#stacks_in_960 {
	font-weight: lighter;
}
#stacks_in_964>.s3_row {
	margin: 0 -0px;
}

#stacks_in_964>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_964>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_964 {
	margin-left:0;
}

#stacks_in_970 {
	font-weight: lighter;
}

#stacks_in_967 {
	font-weight: lighter;
}
#stacks_in_971>.s3_row {
	margin: 0 -0px;
}

#stacks_in_971>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_971>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_971 {
	margin-left:0;
}

#stacks_in_977 {
	font-weight: lighter;
}

#stacks_in_974 {
	font-weight: lighter;
}
  

#stacks_in_935 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	display: block;  overflow: hidden;  
}

#stacks_in_935 .easycolumn {
	vertical-align: top; margin: 0 auto; text-align: left;
	display: block;
    float: left;
    width: 100%;
     overflow: hidden !important;
    padding: 20px;
	box-sizing: border-box;
	 
}


#stacks_in_935 .easycolumn .text_stack { overflow: hidden !important;



 } 

#stacks_in_935 .easyrow:after {
    content: ""; clear: both; display: table;
     overflow: hidden !important;
}






#stacks_in_935 .easycolumn img { 





}

/* TESTER:
#stacks_in_935 .easycolumn:nth-child(1) {border: 1px solid gray;}
#stacks_in_935 .easycolumn:nth-child(2) {border: 1px solid gray;}
#stacks_in_935 .easycolumn:nth-child(3) {border: 1px solid gray;}
#stacks_in_935 .easycolumn:nth-child(4) {border: 1px solid gray;}
#stacks_in_935 .easycolumn:nth-child(5) {border: 1px solid gray;}
#stacks_in_935 .easycolumn:nth-child(6) {border: 1px solid gray;}
*/





@media (max-width: 580px) { /*break to 1*/
	#stacks_in_935 .easycolumn { width: 100%; 20px;  }
	#stacks_in_935 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
		
	}
	
	 #stacks_in_935 .easycolumn:last-child { width: 100% } 
	
	

}
#stacks_in_935 {
	margin: 30px 0px 0px 0px;
}
#shady_stack_stacks_in_979 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_979 {
	box-shadow:  0rem 0rem 1.0rem 0.2rem rgba(212, 212, 212, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_979 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_in_982 {
	font-weight: lighter;
}
#stacks_in_984>.s3_row {
	margin: 0 -0px;
}

#stacks_in_984>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_984>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_984 {
	margin-left:0;
}

#stacks_in_990 {
	font-weight: lighter;
}

#stacks_in_987 {
	font-weight: lighter;
}
#stacks_in_991>.s3_row {
	margin: 0 -0px;
}

#stacks_in_991>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_991>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_991 {
	margin-left:0;
}

#stacks_in_997 {
	font-weight: lighter;
}

#stacks_in_994 {
	font-weight: lighter;
}
#stacks_in_998>.s3_row {
	margin: 0 -0px;
}

#stacks_in_998>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_998>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_998 {
	margin-left:0;
}

#stacks_in_1004 {
	font-weight: lighter;
}

#stacks_in_1001 {
	font-weight: lighter;
}
#stacks_in_1005>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1005>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1005>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1005 {
	margin-left:0;
}

#stacks_in_1011 {
	font-weight: lighter;
}

#stacks_in_1008 {
	font-weight: lighter;
}
#stacks_in_1012>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1012>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1012>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1012 {
	margin-left:0;
}

#stacks_in_1018 {
	font-weight: lighter;
}

#stacks_in_1015 {
	font-weight: lighter;
}
  

#stacks_in_936 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	display: block;  overflow: hidden;  
}

#stacks_in_936 .easycolumn {
	vertical-align: top; margin: 0 auto; text-align: left;
	display: block;
    float: left;
    width: 100%;
     overflow: hidden !important;
    padding: 20px;
	box-sizing: border-box;
	 
}


#stacks_in_936 .easycolumn .text_stack { overflow: hidden !important;



 } 

#stacks_in_936 .easyrow:after {
    content: ""; clear: both; display: table;
     overflow: hidden !important;
}






#stacks_in_936 .easycolumn img { 





}

/* TESTER:
#stacks_in_936 .easycolumn:nth-child(1) {border: 1px solid gray;}
#stacks_in_936 .easycolumn:nth-child(2) {border: 1px solid gray;}
#stacks_in_936 .easycolumn:nth-child(3) {border: 1px solid gray;}
#stacks_in_936 .easycolumn:nth-child(4) {border: 1px solid gray;}
#stacks_in_936 .easycolumn:nth-child(5) {border: 1px solid gray;}
#stacks_in_936 .easycolumn:nth-child(6) {border: 1px solid gray;}
*/





@media (max-width: 580px) { /*break to 1*/
	#stacks_in_936 .easycolumn { width: 100%; 20px;  }
	#stacks_in_936 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
		
	}
	
	 #stacks_in_936 .easycolumn:last-child { width: 100% } 
	
	

}
#stacks_in_936 {
	margin: 30px 0px 0px 0px;
}
#shady_stack_stacks_in_1020 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1020 {
	box-shadow:  0rem 0rem 1.0rem 0.2rem rgba(212, 212, 212, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1020 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_in_1023 {
	font-weight: lighter;
}
#stacks_in_1025>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1025>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1025>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1025 {
	margin-left:0;
}

#stacks_in_1031 {
	font-weight: lighter;
}

#stacks_in_1028 {
	font-weight: lighter;
}
#stacks_in_1032>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1032>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1032>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1032 {
	margin-left:0;
}

#stacks_in_1038 {
	font-weight: lighter;
}

#stacks_in_1035 {
	font-weight: lighter;
}
#stacks_in_1039>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1039>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1039>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1039 {
	margin-left:0;
}

#stacks_in_1045 {
	font-weight: lighter;
}

#stacks_in_1042 {
	font-weight: lighter;
}
#stacks_in_1046>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1046>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1046>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1046 {
	margin-left:0;
}

#stacks_in_1052 {
	font-weight: lighter;
}

#stacks_in_1049 {
	font-weight: lighter;
}
#stacks_in_1053>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1053>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1053>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1053 {
	margin-left:0;
}

#stacks_in_1059 {
	font-weight: lighter;
}

#stacks_in_1056 {
	font-weight: lighter;
}
  

#stacks_in_937 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	display: block;  overflow: hidden;  
}

#stacks_in_937 .easycolumn {
	vertical-align: top; margin: 0 auto; text-align: left;
	display: block;
    float: left;
    width: 33.33%;
     overflow: hidden !important;
    padding: 20px;
	box-sizing: border-box;
	 
}


#stacks_in_937 .easycolumn .text_stack { overflow: hidden !important;



 } 

#stacks_in_937 .easyrow:after {
    content: ""; clear: both; display: table;
     overflow: hidden !important;
}






#stacks_in_937 .easycolumn img { 





}

/* TESTER:
#stacks_in_937 .easycolumn:nth-child(1) {border: 1px solid gray;}
#stacks_in_937 .easycolumn:nth-child(2) {border: 1px solid gray;}
#stacks_in_937 .easycolumn:nth-child(3) {border: 1px solid gray;}
#stacks_in_937 .easycolumn:nth-child(4) {border: 1px solid gray;}
#stacks_in_937 .easycolumn:nth-child(5) {border: 1px solid gray;}
#stacks_in_937 .easycolumn:nth-child(6) {border: 1px solid gray;}
*/


@media (max-width: 980px) { /*break to 3*/
	#stacks_in_937 .easycolumn { width: 33.33%; padding: 20px;  }

	#stacks_in_937 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	}

	
	
	
	
	
}



@media (max-width: 780px) { /*break to 2*/
	#stacks_in_937 .easycolumn { width: 50%; padding: 20px; }
	#stacks_in_937 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	}

	
	
	
	
	
	
	 
	#stacks_in_937 .easycolumn:nth-child(3) { clear: both;} 
	
	
}


@media (max-width: 580px) { /*break to 1*/
	#stacks_in_937 .easycolumn { width: 100%; 20px;  }
	#stacks_in_937 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
		
	}
	
	
	
	

}
#stacks_in_937 {
	margin: 30px 20px 30px 20px;
}
#shady_stack_stacks_in_1061 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1061 {
	box-shadow:  0rem 0rem 1.0rem 0.2rem rgba(212, 212, 212, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1061 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_in_1064 {
	font-size: 99%;
	font-weight: lighter;
}
#stacks_in_1066>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1066>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1066>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1066 {
	margin-left:0;
}

#stacks_in_1072 {
	font-size: 80%;
	font-weight: lighter;
}

#stacks_in_1069 {
	font-size: 80%;
	font-weight: lighter;
}
#stacks_in_1073>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1073>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1073>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1073 {
	margin-left:0;
}

#stacks_in_1079 {
	font-size: 74%;
	font-weight: lighter;
}

#stacks_in_1076 {
	font-size: 75%;
	font-weight: lighter;
}
#stacks_in_1080>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1080>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1080>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1080 {
	margin-left:0;
}

#stacks_in_1086 {
	font-size: 74%;
	font-weight: lighter;
}

#stacks_in_1083 {
	font-size: 74%;
	font-weight: lighter;
}
#stacks_in_1087>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1087>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1087>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1087 {
	margin-left:0;
}

#stacks_in_1093 {
	font-size: 74%;
	font-weight: lighter;
}

#stacks_in_1090 {
	font-size: 74%;
	font-weight: lighter;
}
#stacks_in_1094>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1094>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1094>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1094 {
	margin-left:0;
}

#stacks_in_1100 {
	font-size: 75%;
	font-weight: lighter;
}

#stacks_in_1097 {
	font-size: 75%;
	font-weight: lighter;
}
#shady_stack_stacks_in_1208 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1208 {
	box-shadow:  0rem 0rem 1.0rem 0.2rem rgba(212, 212, 212, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1208 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_in_1211 {
	font-size: 99%;
	font-weight: lighter;
}
#stacks_in_1213>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1213>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1213>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1213 {
	margin-left:0;
}

#stacks_in_1219 {
	font-size: 80%;
	font-weight: lighter;
}

#stacks_in_1216 {
	font-size: 80%;
	font-weight: lighter;
}
#stacks_in_1220>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1220>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1220>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1220 {
	margin-left:0;
}

#stacks_in_1226 {
	font-size: 74%;
	font-weight: lighter;
}

#stacks_in_1223 {
	font-size: 75%;
	font-weight: lighter;
}
#stacks_in_1227>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1227>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1227>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1227 {
	margin-left:0;
}

#stacks_in_1233 {
	font-size: 74%;
	font-weight: lighter;
}

#stacks_in_1230 {
	font-size: 74%;
	font-weight: lighter;
}
#stacks_in_1234>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1234>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1234>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1234 {
	margin-left:0;
}

#stacks_in_1240 {
	font-size: 74%;
	font-weight: lighter;
}

#stacks_in_1237 {
	font-size: 74%;
	font-weight: lighter;
}
#stacks_in_1241>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1241>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1241>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1241 {
	margin-left:0;
}

#stacks_in_1247 {
	font-size: 75%;
	font-weight: lighter;
}

#stacks_in_1244 {
	font-size: 75%;
	font-weight: lighter;
}
#shady_stack_stacks_in_1249 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1249 {
	box-shadow:  0rem 0rem 1.0rem 0.2rem rgba(212, 212, 212, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1249 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_in_1252 {
	font-size: 99%;
	font-weight: lighter;
}
#stacks_in_1254>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1254>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1254>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1254 {
	margin-left:0;
}

#stacks_in_1260 {
	font-size: 80%;
	font-weight: lighter;
}

#stacks_in_1257 {
	font-size: 80%;
	font-weight: lighter;
}
#stacks_in_1261>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1261>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1261>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1261 {
	margin-left:0;
}

#stacks_in_1267 {
	font-size: 74%;
	font-weight: lighter;
}

#stacks_in_1264 {
	font-size: 75%;
	font-weight: lighter;
}
#stacks_in_1268>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1268>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1268>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1268 {
	margin-left:0;
}

#stacks_in_1274 {
	font-size: 74%;
	font-weight: lighter;
}

#stacks_in_1271 {
	font-size: 74%;
	font-weight: lighter;
}
#stacks_in_1275>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1275>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1275>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1275 {
	margin-left:0;
}

#stacks_in_1281 {
	font-size: 74%;
	font-weight: lighter;
}

#stacks_in_1278 {
	font-size: 74%;
	font-weight: lighter;
}
#stacks_in_1282>.s3_row {
	margin: 0 -0px;
}

#stacks_in_1282>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1282>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_out_1282 {
	margin-left:0;
}

#stacks_in_1288 {
	font-size: 75%;
	font-weight: lighter;
}

#stacks_in_1285 {
	font-size: 75%;
	font-weight: lighter;
}
  

#stacks_in_457 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	display: block;  overflow: hidden;  
}

#stacks_in_457 .easycolumn {
	vertical-align: top; margin: 0 auto; text-align: left;
	display: block;
    float: left;
    width: 100%;
     overflow: hidden !important;
    padding: 20px;
	box-sizing: border-box;
	 
}


#stacks_in_457 .easycolumn .text_stack { overflow: hidden !important;



 } 

#stacks_in_457 .easyrow:after {
    content: ""; clear: both; display: table;
     overflow: hidden !important;
}






#stacks_in_457 .easycolumn img { 





}

/* TESTER:
#stacks_in_457 .easycolumn:nth-child(1) {border: 1px solid gray;}
#stacks_in_457 .easycolumn:nth-child(2) {border: 1px solid gray;}
#stacks_in_457 .easycolumn:nth-child(3) {border: 1px solid gray;}
#stacks_in_457 .easycolumn:nth-child(4) {border: 1px solid gray;}
#stacks_in_457 .easycolumn:nth-child(5) {border: 1px solid gray;}
#stacks_in_457 .easycolumn:nth-child(6) {border: 1px solid gray;}
*/





@media (max-width: 580px) { /*break to 1*/
	#stacks_in_457 .easycolumn { width: 100%; 20px;  }
	#stacks_in_457 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
		
	}
	
	 #stacks_in_457 .easycolumn:last-child { width: 100% } 
	
	

}
#stacks_in_457 {
    background-image: url("018485D1-B7B0-46B5-9623-8481AA67B7B8");
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}
.cookiejar-content{--cookiejar-timeout:0.5s;opacity:0;pointer-events:none;-webkit-transition:opacity var(--cookiejar-timeout) ease-out;transition:opacity var(--cookiejar-timeout) ease-out}.cookiejar-content.cookiejar-show{opacity:1;pointer-events:auto}.cookiejar-content.cookiejar-top{position:fixed;top:0;left:0;right:0;bottom:auto;z-index:999}.cookiejar-content.cookiejar-bottom{position:fixed;top:auto;left:0;right:0;bottom:0;z-index:999}
#shady_stack_stacks_in_723 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_723 {
	box-shadow:  0rem 0rem 1.0rem 0.2rem rgba(212, 212, 212, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_723 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
  

#stacks_in_724 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	display: block;  overflow: hidden;  
}

#stacks_in_724 .easycolumn {
	vertical-align: top; margin: 0 auto; text-align: left;
	display: block;
    float: left;
    width: 33.33%;
     overflow: hidden !important;
    padding: 20px;
	box-sizing: border-box;
	 
}


#stacks_in_724 .easycolumn .text_stack { overflow: hidden !important;



 } 

#stacks_in_724 .easyrow:after {
    content: ""; clear: both; display: table;
     overflow: hidden !important;
}






#stacks_in_724 .easycolumn img { 





}

/* TESTER:
#stacks_in_724 .easycolumn:nth-child(1) {border: 1px solid gray;}
#stacks_in_724 .easycolumn:nth-child(2) {border: 1px solid gray;}
#stacks_in_724 .easycolumn:nth-child(3) {border: 1px solid gray;}
#stacks_in_724 .easycolumn:nth-child(4) {border: 1px solid gray;}
#stacks_in_724 .easycolumn:nth-child(5) {border: 1px solid gray;}
#stacks_in_724 .easycolumn:nth-child(6) {border: 1px solid gray;}
*/


@media (max-width: 980px) { /*break to 3*/
	#stacks_in_724 .easycolumn { width: 33.33%; padding: 20px;  }

	#stacks_in_724 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	}

	
	
	
	
	
}



@media (max-width: 780px) { /*break to 2*/
	#stacks_in_724 .easycolumn { width: 50%; padding: 20px; }
	#stacks_in_724 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	}

	
	
	
	
	
	
	 
	#stacks_in_724 .easycolumn:nth-child(3) { clear: both;} 
	 #stacks_in_724 .easycolumn:last-child { width: 100% } 
	
}


@media (max-width: 580px) { /*break to 1*/
	#stacks_in_724 .easycolumn { width: 100%; 20px;  }
	#stacks_in_724 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
		
	}
	
	 #stacks_in_724 .easycolumn:last-child { width: 100% } 
	
	

}#shady_stack_stacks_in_813 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_813 {
	box-shadow:  0rem 0rem 1.0rem 0.2rem rgba(212, 212, 212, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_813 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_in_733 {
	background-color: rgba(255, 255, 255, 1.00);
	padding:  10px;
}

#stacks_in_735 {
	font-weight: lighter;
}
  h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6, blockquote, .menu li,  form, .button,.menu>li>a{font-family:"Cinzel",sans-serif }
#stacks_in_892{visibility:hidden}

#stacks_in_892 {
	background-color: rgba(241, 242, 242, 1.00);
}
  

#stacks_in_893 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	display: block;  overflow: hidden;  
}

#stacks_in_893 .easycolumn {
	vertical-align: top; margin: 0 auto; text-align: left;
	display: block;
    float: left;
    width: 33.33%;
     overflow: hidden !important;
    padding: 20px;
	box-sizing: border-box;
	 
}


#stacks_in_893 .easycolumn .text_stack { overflow: hidden !important;



 } 

#stacks_in_893 .easyrow:after {
    content: ""; clear: both; display: table;
     overflow: hidden !important;
}






#stacks_in_893 .easycolumn img { 





}

/* TESTER:
#stacks_in_893 .easycolumn:nth-child(1) {border: 1px solid gray;}
#stacks_in_893 .easycolumn:nth-child(2) {border: 1px solid gray;}
#stacks_in_893 .easycolumn:nth-child(3) {border: 1px solid gray;}
#stacks_in_893 .easycolumn:nth-child(4) {border: 1px solid gray;}
#stacks_in_893 .easycolumn:nth-child(5) {border: 1px solid gray;}
#stacks_in_893 .easycolumn:nth-child(6) {border: 1px solid gray;}
*/


@media (max-width: 980px) { /*break to 3*/
	#stacks_in_893 .easycolumn { width: 33.33%; padding: 20px;  }

	#stacks_in_893 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	}

	
	
	
	
	
}



@media (max-width: 780px) { /*break to 2*/
	#stacks_in_893 .easycolumn { width: 50%; padding: 20px; }
	#stacks_in_893 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
	
	}

	
	
	
	
	
	
	 
	#stacks_in_893 .easycolumn:nth-child(3) { clear: both;} 
	 #stacks_in_893 .easycolumn:last-child { width: 100% } 
	
}


@media (max-width: 580px) { /*break to 1*/
	#stacks_in_893 .easycolumn { width: 100%; 20px;  }
	#stacks_in_893 .easywrap { 
	 margin-left: -20px; margin-right: -20px; 
	
		
	}
	
	 #stacks_in_893 .easycolumn:last-child { width: 100% } 
	
	

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

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

#stacks_in_897 {
	margin: 20px 0px 0px 10px;
}

#stacks_out_897 {
	margin-left:0;
}

#stacks_in_898 {
	font-size: 90%;
	font-weight: lighter;
}

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

#stacks_in_902 {
	margin: 20px 0px 0px 10px;
}

#stacks_in_903 {
	font-size: 89%;
	font-weight: lighter;
}

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

#stacks_in_907 {
	margin: 20px 0px 0px 10px;
}

#stacks_in_908 {
	font-size: 89%;
	font-weight: lighter;
}

#stacks_in_1294 {
	margin: 20px 0px 0px 10px;
}

#stacks_in_1295 {
	font-size: 89%;
	font-weight: lighter;
}

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

#stacks_in_912 {
	font-size: 142%;
}

#stacks_in_913 {
	background-color: rgba(231, 231, 231, 1.00);
}

#stacks_in_915 {
	letter-spacing: 1px;
	word-spacing: 2px;
	font-size: 62%;
}
