.sitelok-hide{display:none !important}



/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_808 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade3 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade3.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade3.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade3.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade3 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade3.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade3.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade3.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade3.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade3.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_808:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer3 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 900px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_808 {
	background: #FCF3E2;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 5px;
}

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

#fancyviewerContentstacks_in_808 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_808 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_808 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_808 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_808 .fancyviewerVideo object,
#fancyviewerContentstacks_in_808 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose3,
#fancyviewerClose3 *
#fancyviewerClose3 *::after,
#fancyviewerClose3 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose3 .fancyviewerCloseInner
#fancyviewerClose3 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer3 {
	padding: 20px;
}

#fancyviewerClose3 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose3 [class^="fa fa-"] {
	color: #24494F;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive3 #fancyviewerClose3 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer3 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_808 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_808 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#usefulStackWrapperstacks_in_812 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_812 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_812 {
		display: none;
	}
}













#stacks_in_812 {
	border: solid rgba(177, 176, 54, 1.00);
	border-width:  3px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  20px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_818 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_823 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_828 {
	height: 20.00px;
}




























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

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

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




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










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



}



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


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


}





#stacks_in_834 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_834 a,
#stacks_in_834 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_834 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_834 a i,
#stacks_in_834 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_834 a,
  #stacks_in_834 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_834 a:hover,
  #stacks_in_834 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_834 a i,
  #stacks_in_834 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_834 a:hover i,
  #stacks_in_834 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_834 a,
  #stacks_in_834 a:visited {
      width: 100%;
  }

  






#stacks_in_832 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_832 a,
#stacks_in_832 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_832 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_832 a i,
#stacks_in_832 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_832 a,
  #stacks_in_832 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_832 a:hover,
  #stacks_in_832 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_832 a i,
  #stacks_in_832 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_832 a:hover i,
  #stacks_in_832 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_832 a,
  #stacks_in_832 a:visited {
      width: 100%;
  }

  








#stacks_in_848 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: right;
}


#stacks_in_848 a,
#stacks_in_848 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_848 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_848 a i,
#stacks_in_848 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_848 a,
  #stacks_in_848 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_848 a:hover,
  #stacks_in_848 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_848 a i,
  #stacks_in_848 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_848 a:hover i,
  #stacks_in_848 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_848 a,
    #stacks_in_848 a:visited {
      width: 100%;
    }
  }

  





.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_849 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_849 {
		display: none !important;
	}
}
/* @group Basics */

#switcherstacks_in_850,
#switcherstacks_in_850 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_850 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_850 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_850 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_850>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_850 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(241, 86, 57, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_850 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_850 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_850 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(241, 86, 57, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 5px 5px 5px 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_850 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_850 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_850 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(241, 86, 57, 1.00);
}

#accordionInterfacestacks_in_850 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_850 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_850 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(241, 86, 57, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 5px 5px 5px 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_850 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_850 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_850 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_850 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_850 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_850 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_850 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_850>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_850 {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_850 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 25.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_850 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	cursor: pointer;
	background: rgba(243, 83, 49, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_850 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_850 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_850 li.switcherTab.ui-state-default a:hover {
	background: rgba(255, 68, 34, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 5px 5px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

ul#switcherTabsstacks_in_850 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_850 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_850 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(243, 83, 49, 1.00);
}

ul#switcherTabsstacks_in_850 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_850 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_850 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(243, 83, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 5px 5px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

ul#switcherTabsstacks_in_850 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_850 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_850 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_850.tabbed-layout #accordionInterfacestacks_in_850 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_850.tabbed-layout #tabbedInterfacestacks_in_850 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_850.accordion-layout #tabbedInterfacestacks_in_850 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_850 .closedIcon,
ul#switcherTabsstacks_in_850 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_850 .accordion-content,
#accordionInterfacestacks_in_850 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#tabbedInterfacestacks_in_850 .accordion-content .contentInner,
#accordionInterfacestacks_in_850 .accordion-content .contentInner {
	color: rgba(36, 73, 79, 1.00);
	background: rgba(255, 255, 255, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 10px 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_850 #accordionInterfacestacks_in_850 {
		display: block !important;
	}
	
	#switcherstacks_in_850 #tabbedInterfacestacks_in_850 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_850 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_850,
	#switcherstacks_in_850.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_850 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_850 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */
#stacks_in_857 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_859 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_859 a,
#stacks_in_859 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_859 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_859 a i,
#stacks_in_859 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_859 a,
  #stacks_in_859 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_859 a:hover,
  #stacks_in_859 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_859 a i,
  #stacks_in_859 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_859 a:hover i,
  #stacks_in_859 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_859 a,
    #stacks_in_859 a:visited {
      width: 100%;
    }
  }

  




/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */
#stacks_in_882 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_884 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_884 a,
#stacks_in_884 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_884 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_884 a i,
#stacks_in_884 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_884 a,
  #stacks_in_884 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_884 a:hover,
  #stacks_in_884 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_884 a i,
  #stacks_in_884 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_884 a:hover i,
  #stacks_in_884 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_884 a,
    #stacks_in_884 a:visited {
      width: 100%;
    }
  }

  




/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */
#stacks_in_866 {
	padding: 0px 0px 10px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_868 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade1 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade1.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade1 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade1.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_868:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_868 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_868 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_868 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_868 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_868 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_868 .fancyviewerVideo object,
#fancyviewerContentstacks_in_868 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose1,
#fancyviewerClose1 *
#fancyviewerClose1 *::after,
#fancyviewerClose1 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose1 .fancyviewerCloseInner
#fancyviewerClose1 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer1 {
	padding: 20px;
}

#fancyviewerClose1 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose1 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive1 #fancyviewerClose1 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer1 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_868 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_868 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_869 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_869 a,
#stacks_in_869 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_869 a .flat_button_2_text {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center !important;
  
}


#stacks_in_869 a i,
#stacks_in_869 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_869 a,
  #stacks_in_869 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_869 a:hover,
  #stacks_in_869 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_869 a i,
  #stacks_in_869 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_869 a:hover i,
  #stacks_in_869 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_869 a,
    #stacks_in_869 a:visited {
      width: 100%;
    }
  }

  




#usefulStackWrapperstacks_in_871 {
	margin: 0 auto;
	min-width: 300px;
	max-width: 500px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_871 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_871 {
		display: none;
	}
}












/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */
#stacks_in_890 {
	padding: 0px 0px 10px 0px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_892 {
	height: 20.00px;
}




























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

#stacks_in_905 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: right;
}


#stacks_in_905 a,
#stacks_in_905 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_905 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_905 a i,
#stacks_in_905 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_905 a,
  #stacks_in_905 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_905 a:hover,
  #stacks_in_905 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_905 a i,
  #stacks_in_905 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_905 a:hover i,
  #stacks_in_905 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_905 a,
    #stacks_in_905 a:visited {
      width: 100%;
    }
  }

  





#stacks_in_905 {
	margin: 0px 5px 0px 5px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_906 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_906 {
		display: none !important;
	}
}
/* @group Basics */

#switcherstacks_in_907,
#switcherstacks_in_907 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_907 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_907 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_907 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_907>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_907 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(241, 86, 57, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_907 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_907 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_907 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(241, 86, 57, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 5px 5px 5px 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_907 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_907 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_907 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(241, 86, 57, 1.00);
}

#accordionInterfacestacks_in_907 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_907 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_907 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(241, 86, 57, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 5px 5px 5px 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_907 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_907 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_907 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_907 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_907 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_907 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_907 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_907>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_907 {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_907 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 25.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_907 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	cursor: pointer;
	background: rgba(234, 62, 44, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_907 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_907 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_907 li.switcherTab.ui-state-default a:hover {
	background: rgba(182, 49, 36, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 5px 5px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

ul#switcherTabsstacks_in_907 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_907 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_907 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(254, 204, 102, 1.00);
}

ul#switcherTabsstacks_in_907 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_907 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_907 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(234, 62, 44, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 5px 5px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

ul#switcherTabsstacks_in_907 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_907 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_907 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_907.tabbed-layout #accordionInterfacestacks_in_907 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_907.tabbed-layout #tabbedInterfacestacks_in_907 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_907.accordion-layout #tabbedInterfacestacks_in_907 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_907 .closedIcon,
ul#switcherTabsstacks_in_907 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_907 .accordion-content,
#accordionInterfacestacks_in_907 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#tabbedInterfacestacks_in_907 .accordion-content .contentInner,
#accordionInterfacestacks_in_907 .accordion-content .contentInner {
	color: rgba(36, 73, 79, 1.00);
	background: rgba(255, 255, 255, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 10px 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_907 #accordionInterfacestacks_in_907 {
		display: block !important;
	}
	
	#switcherstacks_in_907 #tabbedInterfacestacks_in_907 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_907 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_907,
	#switcherstacks_in_907.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_907 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_907 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */#stacks_in_912>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_919 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_927 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_935 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_943 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_951 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_959 {
	height: 10.00px;
}




























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

#stacks_in_963 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(36, 73, 79, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  10px;
}
/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */
.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1197 {
	height: 20.00px;
}




























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

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

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




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










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



}



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


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


}





#stacks_in_1001>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1008 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1016 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1024 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1255 {
	height: 20.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_981 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_989 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_997 {
	height: 20.00px;
}




























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

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

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




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










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



}



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


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


}





#stacks_in_1048>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1055 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1063 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}






.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1256 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1039 {
	height: 10.00px;
}




























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

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

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




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










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



}



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



}





#stacks_in_1234>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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



}





#stacks_in_1248>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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



}





#stacks_in_1241>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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



}





/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */
.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1196 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1196 {
		display: none !important;
	}
}
/* Start dooGrid stack each CSS code */.stacks_in_1077gridWrapper > div{	display: inline-block !important;	width: 50%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 20px;    padding-right: 10.000000px;    padding-left: 10.000000px;}.stacks_in_1077gridWrapper{	margin-right: -10.000000px;    margin-left: -10.000000px;    margin-top: -20px;}@media all and (max-width: 1024px) {				.stacks_in_1077gridWrapper > div{		width: 50%;	}	}@media all and (max-width: 768px) {				.stacks_in_1077gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_1077gridWrapper > div{		width: 100%;	}	}/* End dooGrid stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1084 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1084 {
		display: none !important;
	}
}
#stacks_in_1085 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_1085 a,
#stacks_in_1085 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_1085 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_1085 a i,
#stacks_in_1085 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1085 a,
  #stacks_in_1085 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1085 a:hover,
  #stacks_in_1085 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1085 a i,
  #stacks_in_1085 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1085 a:hover i,
  #stacks_in_1085 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_1085 a,
  #stacks_in_1085 a:visited {
      width: 100%;
  }

  






/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1093 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1093 {
		display: none !important;
	}
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_1094 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade1 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade1.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade1 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade1.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_1094:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_1094 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_1094 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_1094 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_1094 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_1094 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_1094 .fancyviewerVideo object,
#fancyviewerContentstacks_in_1094 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose1,
#fancyviewerClose1 *
#fancyviewerClose1 *::after,
#fancyviewerClose1 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose1 .fancyviewerCloseInner
#fancyviewerClose1 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer1 {
	padding: 20px;
}

#fancyviewerClose1 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose1 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive1 #fancyviewerClose1 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer1 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_1094 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_1094 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_1095 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_1095 a,
#stacks_in_1095 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_1095 a .flat_button_2_text {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center !important;
  
}


#stacks_in_1095 a i,
#stacks_in_1095 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1095 a,
  #stacks_in_1095 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1095 a:hover,
  #stacks_in_1095 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1095 a i,
  #stacks_in_1095 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1095 a:hover i,
  #stacks_in_1095 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_1095 a,
  #stacks_in_1095 a:visited {
      width: 100%;
  }

  






#usefulStackWrapperstacks_in_1097 {
	margin: 0 auto;
	min-width: 300px;
	max-width: 500px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_1097 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_1097 {
		display: none;
	}
}












/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1109 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1109 {
		display: none !important;
	}
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_1110 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade2 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade2.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade2.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade2.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade2 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade2.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade2.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade2.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade2.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade2.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_1110:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer2 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_1110 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_1110 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_1110 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_1110 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_1110 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_1110 .fancyviewerVideo object,
#fancyviewerContentstacks_in_1110 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose2,
#fancyviewerClose2 *
#fancyviewerClose2 *::after,
#fancyviewerClose2 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose2 .fancyviewerCloseInner
#fancyviewerClose2 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer2 {
	padding: 20px;
}

#fancyviewerClose2 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose2 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive2 #fancyviewerClose2 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer2 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_1110 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_1110 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#stacks_in_1111 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_1111 a,
#stacks_in_1111 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_1111 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_1111 a i,
#stacks_in_1111 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1111 a,
  #stacks_in_1111 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1111 a:hover,
  #stacks_in_1111 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1111 a i,
  #stacks_in_1111 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1111 a:hover i,
  #stacks_in_1111 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_1111 a,
  #stacks_in_1111 a:visited {
      width: 100%;
  }

  






#usefulStackWrapperstacks_in_1113 {
	margin: 0 auto;
	min-width: 300px;
	max-width: 500px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_1113 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_1113 {
		display: none;
	}
}













.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1119 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1119 {
		display: none !important;
	}
}
#stacks_in_1120 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: right;
}


#stacks_in_1120 a,
#stacks_in_1120 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_1120 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_1120 a i,
#stacks_in_1120 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1120 a,
  #stacks_in_1120 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1120 a:hover,
  #stacks_in_1120 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1120 a i,
  #stacks_in_1120 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1120 a:hover i,
  #stacks_in_1120 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_1120 a,
  #stacks_in_1120 a:visited {
      width: 100%;
  }

  






/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_1198 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade4 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade4.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade4.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade4.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade4 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade4.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade4.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade4.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade4.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade4.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_1198:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer4 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 900px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_1198 {
	background: #FCF3E2;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 5px;
}

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

#fancyviewerContentstacks_in_1198 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_1198 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_1198 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_1198 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_1198 .fancyviewerVideo object,
#fancyviewerContentstacks_in_1198 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose4,
#fancyviewerClose4 *
#fancyviewerClose4 *::after,
#fancyviewerClose4 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose4 .fancyviewerCloseInner
#fancyviewerClose4 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer4 {
	padding: 20px;
}

#fancyviewerClose4 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose4 [class^="fa fa-"] {
	color: #24494F;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive4 #fancyviewerClose4 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer4 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_1198 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_1198 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#usefulStackWrapperstacks_in_1202 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_1202 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_1202 {
		display: none;
	}
}













#stacks_in_1202 {
	border: solid rgba(177, 176, 54, 1.00);
	border-width:  3px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  20px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1208 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1213 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1218 {
	height: 20.00px;
}




























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

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

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




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










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



}



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


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


}





#stacks_in_1224 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_1224 a,
#stacks_in_1224 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_1224 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_1224 a i,
#stacks_in_1224 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1224 a,
  #stacks_in_1224 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1224 a:hover,
  #stacks_in_1224 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1224 a i,
  #stacks_in_1224 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1224 a:hover i,
  #stacks_in_1224 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_1224 a,
  #stacks_in_1224 a:visited {
      width: 100%;
  }

  






#stacks_in_1222 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_1222 a,
#stacks_in_1222 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_1222 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_1222 a i,
#stacks_in_1222 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1222 a,
  #stacks_in_1222 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1222 a:hover,
  #stacks_in_1222 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1222 a i,
  #stacks_in_1222 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1222 a:hover i,
  #stacks_in_1222 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_1222 a,
  #stacks_in_1222 a:visited {
      width: 100%;
  }

  







.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1128 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1128 {
		display: none !important;
	}
}
/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */
.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1195 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1142 {
	height: 10.00px;
}




























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

#usefulStackWrapperstacks_in_1152 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 300px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_1152 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_1152 {
		display: none;
	}
}













#stacks_in_1152 {
	padding:  20px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1190 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_1190 {
		display: none !important;
	}
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_1260 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade5 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade5.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade5.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade5.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade5 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(left, #333333, #000000);
	background-image: -ms-linear-gradient(left, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(left, #333333, #000000);
	background-image: -o-linear-gradient(left, #333333, #000000);
	background-image: linear-gradient(left, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade5.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade5.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade5.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade5.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade5.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_1260:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer5 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 900px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_1260 {
	background: #FCF3E2;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 5px;
}

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

#fancyviewerContentstacks_in_1260 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_1260 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_1260 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_1260 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_1260 .fancyviewerVideo object,
#fancyviewerContentstacks_in_1260 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose5,
#fancyviewerClose5 *
#fancyviewerClose5 *::after,
#fancyviewerClose5 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose5 .fancyviewerCloseInner
#fancyviewerClose5 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer5 {
	padding: 20px;
}

#fancyviewerClose5 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose5 [class^="fa fa-"] {
	color: #24494F;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive5 #fancyviewerClose5 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer5 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_1260 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_1260 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


#usefulStackWrapperstacks_in_1264 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_1264 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_1264 {
		display: none;
	}
}













#stacks_in_1264 {
	border: solid rgba(177, 176, 54, 1.00);
	border-width:  3px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  20px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1270 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1275 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1280 {
	height: 20.00px;
}




























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

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

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




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










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



}



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


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


}





#stacks_in_1286 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_1286 a,
#stacks_in_1286 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_1286 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_1286 a i,
#stacks_in_1286 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1286 a,
  #stacks_in_1286 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1286 a:hover,
  #stacks_in_1286 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1286 a i,
  #stacks_in_1286 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1286 a:hover i,
  #stacks_in_1286 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_1286 a,
  #stacks_in_1286 a:visited {
      width: 100%;
  }

  






#stacks_in_1284 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


#stacks_in_1284 a,
#stacks_in_1284 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_1284 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_1284 a i,
#stacks_in_1284 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1284 a,
  #stacks_in_1284 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1284 a:hover,
  #stacks_in_1284 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1284 a i,
  #stacks_in_1284 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1284 a:hover i,
  #stacks_in_1284 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }










  /* Flexible Width Mode */
  #stacks_in_1284 a,
  #stacks_in_1284 a:visited {
      width: 100%;
  }

  







.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_1289 {
	height: 20.00px;
}




























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


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1188 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1188 {
		display: none !important;
	}
}
#stacks_in_1169 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: center;
}


#stacks_in_1169 a,
#stacks_in_1169 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 5px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_1169 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_1169 a i,
#stacks_in_1169 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1169 a,
  #stacks_in_1169 a:visited {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1169 a:hover,
  #stacks_in_1169 a:active {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1169 a i,
  #stacks_in_1169 a:visited i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1169 a:hover i,
  #stacks_in_1169 a:active i {
    background-color: rgba(241, 86, 57, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }
















#stacks_in_1169 {
	margin: 20px 0px 20px 0px;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_343_113 #myExtraContent1,
#ExtraContentPlusstacks_in_343_113 #fs {
	display: none;
}

#stacks_in_343_114 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: right;
}


#stacks_in_343_114 a,
#stacks_in_343_114 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 4px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  
  -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.80);
  -moz-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.80);
  box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.80);
  margin-bottom: 8px;
  

}


#stacks_in_343_114 a .flat_button_2_text {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center !important;
  
}


#stacks_in_343_114 a i,
#stacks_in_343_114 a:visited i {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_343_114 a,
  #stacks_in_343_114 a:visited {
    background-color: rgba(177, 176, 54, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_343_114 a:hover,
  #stacks_in_343_114 a:active {
    background-color: rgba(177, 176, 54, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_343_114 a i,
  #stacks_in_343_114 a:visited i {
    background-color: rgba(177, 176, 54, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_343_114 a:hover i,
  #stacks_in_343_114 a:active i {
    background-color: rgba(177, 176, 54, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_343_114 a,
    #stacks_in_343_114 a:visited {
      width: 100%;
    }
  }

  




 #stacks_in_343_12{ overflow:hidden;height:1px; } 

#stacks_in_343_12 {
	background-color: rgba(177, 176, 54, 1.00);
	margin: 0px 0px 10px 0px;
}
#usefulStackWrapperstacks_in_343_145 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_343_145 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_343_145 {
		display: none;
	}
}













#stacks_in_343_145 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding: 15px 20px 0px 20px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_343_16 *,
#adaptiveGridstacks_in_343_16 *:before,
#adaptiveGridstacks_in_343_16 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_343_16 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_343_16 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_343_16:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_343_16 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_343_16 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_343_16 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_343_16 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_343_16 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_343_16 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 750px) {
	#adaptiveGridstacks_in_343_16 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_343_16 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_343_16 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_343_16 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_343_16 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_343_16 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_343_16 {
		margin-right: -0px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_343_16 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 750px) {
	#adaptiveGridstacks_in_343_16 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_343_16 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 750px) {
	#adaptiveGridstacks_in_343_16 .column2 {
		width: 30.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .column2 {
		width: 30.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .column2 {
		width: 30.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_343_16 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 750px) {
	#adaptiveGridstacks_in_343_16 .column3 {
		width: 15.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .column3 {
		width: 15.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .column3 {
		width: 15.00%;
	}
}




















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_343_16 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_343_16 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 750px) {
	#adaptiveGridstacks_in_343_16 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_343_16 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_343_16 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_343_16 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_343_16 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_343_16 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_343_16 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_343_16 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_343_16 .column1,
	#adaptiveGridstacks_in_343_16 .column2,
	#adaptiveGridstacks_in_343_16 .column3,
	#adaptiveGridstacks_in_343_16 .column4,
	#adaptiveGridstacks_in_343_16 .column5,
	#adaptiveGridstacks_in_343_16 .column6,
	#adaptiveGridstacks_in_343_16 .column7,
	#adaptiveGridstacks_in_343_16 .column8,
	#adaptiveGridstacks_in_343_16 .column9,
	#adaptiveGridstacks_in_343_16 .column10,
	#adaptiveGridstacks_in_343_16 .column11,
	#adaptiveGridstacks_in_343_16 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_343_16 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_343_147 {
	height: 10.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_343_151 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_343_151 {
		display: none !important;
	}
}
#usefulStackWrapperstacks_in_343_141 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 200px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_343_141 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_343_141 {
		display: none;
	}
}













#stacks_in_343_141 {
	padding:  10px;
}
/* Start Smart Image stack CSS code */#stacks_in_343_158{	text-align: center;}#stacks_in_343_158 figure a img{	cursor: pointer !important;}.stacks_in_343_158responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_343_158responsive img, .stacks_in_343_158warehouseImage img {  max-width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_343_158hiddenimage{	display: none;}.stacks_in_343_158warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_343_150 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_343_150 {
		display: none !important;
	}
}
 #stacks_in_343_26{ overflow:hidden;height:1px; } 

#stacks_in_343_26 {
	background-color: rgba(177, 176, 54, 1.00);
	margin: 10px 0px 0px 0px;
}
/* CustomFont Base 3.0.6 */

@font-face {
    font-family: 'brooklyn-samuels-five-medium';
     /* IE9 Compat Modes */
    src: local('brooklyn-samuels-five-medium')
        
        
          , url('../../resources/fonts/brooklyn-samuels-five-medium.woff') format('woff') /* Modern Browsers */
           , url('../../resources/fonts/brooklyn-samuels-five-medium.ttf') format('truetype') /* Safari, Android, iOS */
           , url('../../resources/fonts/brooklyn-samuels-five-medium.svg#brooklyn-samuels-five-medium') format('svg') /* Legacy iOS */
           , url('../../resources/fonts/brooklyn-samuels-five-medium.otf') format('opentype') 
        ;
    font-stretch: normal;
    font-weight: normal;
    font-style: normal;
}











#stacks_in_343_124, #stacks_in_343_124 h1, #stacks_in_343_124 h2, #stacks_in_343_124 h3, #stacks_in_343_124 h4, #stacks_in_343_124 h5, #stacks_in_343_124 h6, #stacks_in_343_124 p {
    font-family: 'brooklyn-samuels-five-medium', sans-serif !important;
    font-stretch: normal !important;
    font-weight: normal !important;
    font-style: normal !important;
}

/* CustomFont Base 3.0.6 */

@font-face {
    font-family: 'brooklyn-samuels-five-fat';
        src: url('../../resources/fonts/brooklyn-samuels-five-fat.eot'); /* IE9 Compat Modes */
    src: local('brooklyn-samuels-five-fat')
           , url('../../resources/fonts/brooklyn-samuels-five-fat.eot?#iefix') format('embedded-opentype') /* IE6-IE8 */
        
          , url('../../resources/fonts/brooklyn-samuels-five-fat.woff') format('woff') /* Modern Browsers */
           , url('../../resources/fonts/brooklyn-samuels-five-fat.ttf') format('truetype') /* Safari, Android, iOS */
           , url('../../resources/fonts/brooklyn-samuels-five-fat.svg#brooklyn-samuels-five-fat') format('svg') /* Legacy iOS */
        
        ;
    font-stretch: normal;
    font-weight: normal;
    font-style: normal;
}











#stacks_in_343_126, #stacks_in_343_126 h1, #stacks_in_343_126 h2, #stacks_in_343_126 h3, #stacks_in_343_126 h4, #stacks_in_343_126 h5, #stacks_in_343_126 h6, #stacks_in_343_126 p {
    font-family: 'brooklyn-samuels-five-fat', sans-serif !important;
    font-stretch: normal !important;
    font-weight: normal !important;
    font-style: normal !important;
}

/* Start Obscure Email stack CSS code */.stacks_in_343_4topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_343_4mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_343_4small{font-weight: normal;font-size: 12px;}.stacks_in_343_4centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_343_4centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_343_5topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_343_5mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_343_5small{font-weight: normal;font-size: 12px;}.stacks_in_343_5centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_343_5centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_343_6topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_343_6mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_343_6small{font-weight: normal;font-size: 12px;}.stacks_in_343_6centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_343_6centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_343_7topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_343_7mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_343_7small{font-weight: normal;font-size: 12px;}.stacks_in_343_7centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_343_7centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_343_8topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_343_8mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_343_8small{font-weight: normal;font-size: 12px;}.stacks_in_343_8centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_343_8centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_343_9topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_343_9mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_343_9small{font-weight: normal;font-size: 12px;}.stacks_in_343_9centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_343_9centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_343_46topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_343_46mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_343_46small{font-weight: normal;font-size: 12px;}.stacks_in_343_46centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_343_46centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_343_119topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_343_119mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_343_119small{font-weight: normal;font-size: 12px;}.stacks_in_343_119centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_343_119centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Stats stack CSS code */.stacks_in_347stats, .stacks_in_347pagetitle{	display: none;}.stacks_in_347instructwrapper{	position: relative;	background: url("../files/newstatsbg.png") repeat-x;	height: 100px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;}.stacks_in_347instruct{	position: absolute;	text-align: center;	bottom: 0px;	left: 0px;	right: 0px;	color: #fff;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	background: rgba(0, 0, 0, 0.6);	padding: 4px 10px 5px 10px;} /* End if record mode */ /* End if admin mode *//* End Stats stack CSS code */