/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_40 #myExtraContent4,
#ExtraContentPlusstacks_in_40 #fs {
	display: none;
}


#stacks_in_41 {
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}

#stacks_in_43 {
    background-image: url("C72AED4B-DA49-431B-A89D-E80D35606FB8.gif");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-moz-border-radius: 26px 25px 0px 0px;
	-webkit-border-radius: 26px 25px 0px 0px;
	border-radius: 26px 25px 0px 0px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_11 {
	margin: 10px 10px 0px 10px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_2570 {
	display: block;
}

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

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

#adaptiveGridstacks_in_2570 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2570 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2570 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2570 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2570 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2570 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2570 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2570 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2570 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2570 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_2571 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3794 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2577 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2580 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2583 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2586 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2589 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2592 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3708 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2598 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_3802 {
	display: block;
}

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

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

#adaptiveGridstacks_in_3802 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3802 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3802 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3802 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3802 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3802 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3802 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3802 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3802 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3802 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_3803 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3806 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3809 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3812 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3815 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3818 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3821 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3824 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3827 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3830 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_3741 {
	display: block;
}

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

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

#adaptiveGridstacks_in_3741 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3741 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3741 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3741 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3741 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3741 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3741 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3741 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3741 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3741 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_3742 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3796 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3748 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3751 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3754 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3757 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3760 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3763 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3766 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3769 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_3710 {
	display: block;
}

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

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

#adaptiveGridstacks_in_3710 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3710 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3710 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3710 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3710 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3710 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3710 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3710 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3710 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3710 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_3711 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3800 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3717 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3720 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3723 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3726 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3729 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3732 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3735 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3738 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_3675 {
	display: block;
}

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

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

#adaptiveGridstacks_in_3675 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3675 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3675 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3675 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3675 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3675 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3675 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_3675 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_3675 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_3675 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_3676 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3798 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3682 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3685 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3688 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3691 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3694 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3697 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3700 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_3703 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_2613 {
	display: block;
}

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

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

#adaptiveGridstacks_in_2613 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2613 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2613 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2613 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2613 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2613 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2613 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2613 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2613 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2613 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_2614 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2617 {
	border: solid rgba(252, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2620 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2623 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2626 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2629 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2632 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2635 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2638 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2641 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_2539 {
	display: block;
}

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

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

#adaptiveGridstacks_in_2539 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2539 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2539 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2539 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2539 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2539 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2539 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2539 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2539 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2539 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_2540 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2543 {
	border: solid rgba(252, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2546 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2549 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2552 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2555 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2558 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2561 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2564 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2567 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1430 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1430 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1430 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1430 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1430 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1430 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1430 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1430 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1430 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1430 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1430 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1431 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1434 {
	border: solid rgba(252, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1437 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1440 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1443 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1446 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1449 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1452 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1455 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1458 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1461 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1461 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1461 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1461 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1461 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1461 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1461 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1461 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1461 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1461 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1461 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1462 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1465 {
	border: solid rgba(252, 255, 255, 1.00);
	border-width:  5px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1468 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1471 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1474 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1477 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1480 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1483 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1486 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1489 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1492 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1492 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1492 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1492 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1492 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1492 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1492 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1492 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1492 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1492 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1492 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1493 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1496 {
	border: solid rgba(252, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1499 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1502 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1505 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1508 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1511 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1514 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1517 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1520 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1523 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1523 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1523 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1523 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1523 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1523 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1523 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1523 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1523 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1523 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1523 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1524 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1527 {
	border: solid rgba(252, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1530 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1533 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1536 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1539 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1542 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1545 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1548 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1551 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1554 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1554 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1554 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1554 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1554 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1554 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1554 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1554 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1554 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1554 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1554 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1555 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1558 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1561 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1564 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1567 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1570 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1573 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1576 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1579 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1582 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1621 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1621 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1621 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1621 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1621 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1621 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1621 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1621 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1621 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1621 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1621 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1622 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1625 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1628 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1631 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1634 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1637 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1640 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1643 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1646 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1649 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1652 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1652 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1652 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1652 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1652 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1652 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1652 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1652 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1652 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1652 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1652 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1653 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1656 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1659 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1662 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1665 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1668 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1671 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1674 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1677 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1680 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1683 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1683 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1683 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1683 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1683 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1683 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1683 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1683 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1683 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1683 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1683 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1684 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1687 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1690 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1693 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1696 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1699 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1702 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1705 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1708 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1711 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1714 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1714 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1714 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1714 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1714 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1714 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1714 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1714 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1714 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1714 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1714 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1715 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1718 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1721 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1724 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1727 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1730 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1733 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1736 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1739 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1742 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1745 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1745 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1745 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1745 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1745 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1745 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1745 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1745 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1745 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1745 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1745 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1746 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1749 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1752 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1755 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1758 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1761 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1764 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1767 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1770 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1773 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1776 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1776 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1776 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1776 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1776 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1776 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1776 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1776 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1776 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1776 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1776 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1777 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1780 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1783 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1786 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1789 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1792 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1795 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1798 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1801 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1804 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1807 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1807 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1807 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1807 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1807 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1807 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1807 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1807 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1807 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1807 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1807 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1808 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1811 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1814 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1817 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1820 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1823 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1826 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1829 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1832 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1835 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1838 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1838 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1838 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1838 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1838 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1838 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1838 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1838 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1838 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1838 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1838 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1839 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1842 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1845 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1848 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1851 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1854 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1857 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1860 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1863 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1866 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1869 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1869 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1869 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1869 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1869 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1869 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1869 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1869 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1869 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1869 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1869 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1870 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1873 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1876 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1879 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1882 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1885 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1888 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1891 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1894 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1897 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1900 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1900 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1900 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1900 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1900 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1900 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1900 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1900 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1900 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1900 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1900 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1901 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1904 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1907 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1910 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1913 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1916 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1919 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1922 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1925 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1928 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1931 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1931 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1931 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1931 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1931 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1931 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1931 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1931 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1931 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1931 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1931 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1932 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1935 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1938 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1941 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1944 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1947 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1950 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1953 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1956 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1959 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1962 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1962 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1962 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1962 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1962 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1962 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1962 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1962 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1962 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1962 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1962 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1963 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1966 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1969 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1972 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1975 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1978 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1981 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1984 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1987 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1990 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1993 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1993 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1993 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1993 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1993 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1993 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1993 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1993 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1993 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1993 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1993 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1994 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_1997 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2000 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2003 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2006 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2009 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2012 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2015 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2018 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2021 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_2024 {
	display: block;
}

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

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

#adaptiveGridstacks_in_2024 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2024 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2024 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2024 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2024 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2024 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2024 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2024 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2024 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2024 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_2025 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2028 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2031 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2034 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2037 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2040 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2043 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2046 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2049 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2052 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_2055 {
	display: block;
}

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

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

#adaptiveGridstacks_in_2055 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2055 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2055 .column5 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2055 .column6 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2055 .column7 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2055 .column8 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2055 .column9 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2055 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2055 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2055 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_2056 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2059 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2062 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2065 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2068 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2071 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2074 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2077 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2080 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2083 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_2086 {
	display: block;
}

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

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

#adaptiveGridstacks_in_2086 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column1 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column2 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column3 {
		width: 20.00%;
	}
}

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2086 .column4 {
		width: 20.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2086 .column5 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2086 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2086 .column6 {
		width: 20.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2086 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2086 .column7 {
		width: 20.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2086 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2086 .column8 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2086 .column9 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2086 .column9 {
		width: 20.00%;
	}
}



/* If column 10 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2086 .column10 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2086 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2086 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2086 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2086 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2086 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2086 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2086 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2086 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2086 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2086 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2086 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2086 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2086 .column1,
	#adaptiveGridstacks_in_2086 .column2,
	#adaptiveGridstacks_in_2086 .column3,
	#adaptiveGridstacks_in_2086 .column4,
	#adaptiveGridstacks_in_2086 .column5,
	#adaptiveGridstacks_in_2086 .column6,
	#adaptiveGridstacks_in_2086 .column7,
	#adaptiveGridstacks_in_2086 .column8,
	#adaptiveGridstacks_in_2086 .column9,
	#adaptiveGridstacks_in_2086 .column10,
	#adaptiveGridstacks_in_2086 .column11,
	#adaptiveGridstacks_in_2086 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2086 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_2087 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2090 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2093 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2096 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2099 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2102 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2105 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2108 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2111 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2114 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2117 *,
#adaptiveGridstacks_in_2117 *:before,
#adaptiveGridstacks_in_2117 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2117 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_2117 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_2117:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2117 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_2117 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_2117 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2117 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2117 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2117 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2117 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2117 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2117 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2117 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2117 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column1 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column2 {
		width: 20.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column3 {
		width: 20.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column4 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column5 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column5 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column6 {
		width: 20.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column7 {
		width: 20.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column8 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column9 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column9 {
		width: 20.00%;
	}
}



/* If column 10 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .column10 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2117 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2117 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2117 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2117 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2117 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2117 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2117 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2117 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2117 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2117 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2117 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2117 .column1,
	#adaptiveGridstacks_in_2117 .column2,
	#adaptiveGridstacks_in_2117 .column3,
	#adaptiveGridstacks_in_2117 .column4,
	#adaptiveGridstacks_in_2117 .column5,
	#adaptiveGridstacks_in_2117 .column6,
	#adaptiveGridstacks_in_2117 .column7,
	#adaptiveGridstacks_in_2117 .column8,
	#adaptiveGridstacks_in_2117 .column9,
	#adaptiveGridstacks_in_2117 .column10,
	#adaptiveGridstacks_in_2117 .column11,
	#adaptiveGridstacks_in_2117 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2117 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_2118 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2121 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2124 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2127 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2130 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2133 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2136 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2139 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2142 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2145 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2148 *,
#adaptiveGridstacks_in_2148 *:before,
#adaptiveGridstacks_in_2148 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2148 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_2148 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_2148:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2148 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_2148 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_2148 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2148 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2148 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2148 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2148 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2148 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2148 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2148 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2148 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column1 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column2 {
		width: 20.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column3 {
		width: 20.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column4 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column5 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column5 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column6 {
		width: 20.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column7 {
		width: 20.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column8 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column9 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column9 {
		width: 20.00%;
	}
}



/* If column 10 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .column10 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2148 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2148 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2148 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2148 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2148 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2148 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2148 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2148 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2148 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2148 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2148 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2148 .column1,
	#adaptiveGridstacks_in_2148 .column2,
	#adaptiveGridstacks_in_2148 .column3,
	#adaptiveGridstacks_in_2148 .column4,
	#adaptiveGridstacks_in_2148 .column5,
	#adaptiveGridstacks_in_2148 .column6,
	#adaptiveGridstacks_in_2148 .column7,
	#adaptiveGridstacks_in_2148 .column8,
	#adaptiveGridstacks_in_2148 .column9,
	#adaptiveGridstacks_in_2148 .column10,
	#adaptiveGridstacks_in_2148 .column11,
	#adaptiveGridstacks_in_2148 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2148 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_2149 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2152 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2155 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2158 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2161 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2164 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2167 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2170 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2173 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2176 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2179 *,
#adaptiveGridstacks_in_2179 *:before,
#adaptiveGridstacks_in_2179 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2179 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_2179 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_2179:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2179 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_2179 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_2179 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2179 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2179 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2179 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2179 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2179 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2179 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2179 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2179 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column1 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column2 {
		width: 20.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column3 {
		width: 20.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column4 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column5 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column5 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column6 {
		width: 20.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column7 {
		width: 20.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column8 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column9 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column9 {
		width: 20.00%;
	}
}



/* If column 10 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .column10 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2179 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2179 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2179 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2179 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2179 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2179 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2179 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2179 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2179 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2179 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2179 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2179 .column1,
	#adaptiveGridstacks_in_2179 .column2,
	#adaptiveGridstacks_in_2179 .column3,
	#adaptiveGridstacks_in_2179 .column4,
	#adaptiveGridstacks_in_2179 .column5,
	#adaptiveGridstacks_in_2179 .column6,
	#adaptiveGridstacks_in_2179 .column7,
	#adaptiveGridstacks_in_2179 .column8,
	#adaptiveGridstacks_in_2179 .column9,
	#adaptiveGridstacks_in_2179 .column10,
	#adaptiveGridstacks_in_2179 .column11,
	#adaptiveGridstacks_in_2179 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2179 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_2180 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2183 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2186 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2189 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2192 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2195 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2198 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2201 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2204 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2207 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2210 *,
#adaptiveGridstacks_in_2210 *:before,
#adaptiveGridstacks_in_2210 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2210 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_2210 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_2210:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2210 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_2210 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_2210 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2210 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2210 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2210 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2210 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2210 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2210 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2210 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2210 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column1 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column2 {
		width: 20.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column3 {
		width: 20.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column4 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column5 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column5 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column6 {
		width: 20.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column7 {
		width: 20.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column8 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column9 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column9 {
		width: 20.00%;
	}
}



/* If column 10 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .column10 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2210 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2210 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2210 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2210 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2210 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2210 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2210 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2210 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2210 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2210 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2210 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2210 .column1,
	#adaptiveGridstacks_in_2210 .column2,
	#adaptiveGridstacks_in_2210 .column3,
	#adaptiveGridstacks_in_2210 .column4,
	#adaptiveGridstacks_in_2210 .column5,
	#adaptiveGridstacks_in_2210 .column6,
	#adaptiveGridstacks_in_2210 .column7,
	#adaptiveGridstacks_in_2210 .column8,
	#adaptiveGridstacks_in_2210 .column9,
	#adaptiveGridstacks_in_2210 .column10,
	#adaptiveGridstacks_in_2210 .column11,
	#adaptiveGridstacks_in_2210 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2210 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_2211 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2214 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2217 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2220 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2223 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2226 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2229 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2232 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2235 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2238 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2241 *,
#adaptiveGridstacks_in_2241 *:before,
#adaptiveGridstacks_in_2241 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2241 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_2241 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_2241:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2241 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_2241 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_2241 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2241 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2241 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2241 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2241 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2241 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2241 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2241 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2241 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column1 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column2 {
		width: 20.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column3 {
		width: 20.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column4 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column5 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column5 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column6 {
		width: 20.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column7 {
		width: 20.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column8 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column9 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column9 {
		width: 20.00%;
	}
}



/* If column 10 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .column10 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2241 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2241 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2241 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2241 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2241 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2241 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2241 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2241 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2241 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2241 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2241 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2241 .column1,
	#adaptiveGridstacks_in_2241 .column2,
	#adaptiveGridstacks_in_2241 .column3,
	#adaptiveGridstacks_in_2241 .column4,
	#adaptiveGridstacks_in_2241 .column5,
	#adaptiveGridstacks_in_2241 .column6,
	#adaptiveGridstacks_in_2241 .column7,
	#adaptiveGridstacks_in_2241 .column8,
	#adaptiveGridstacks_in_2241 .column9,
	#adaptiveGridstacks_in_2241 .column10,
	#adaptiveGridstacks_in_2241 .column11,
	#adaptiveGridstacks_in_2241 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2241 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_2242 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2245 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2248 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2251 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2254 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2257 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2260 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2263 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2266 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2269 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2272 *,
#adaptiveGridstacks_in_2272 *:before,
#adaptiveGridstacks_in_2272 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2272 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_2272 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_2272:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2272 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_2272 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_2272 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2272 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2272 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2272 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2272 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2272 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2272 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2272 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2272 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column1 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column2 {
		width: 20.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column3 {
		width: 20.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column4 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column5 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column5 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column6 {
		width: 20.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column7 {
		width: 20.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column8 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column9 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column9 {
		width: 20.00%;
	}
}



/* If column 10 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .column10 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2272 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2272 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2272 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2272 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2272 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2272 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2272 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2272 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2272 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2272 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2272 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2272 .column1,
	#adaptiveGridstacks_in_2272 .column2,
	#adaptiveGridstacks_in_2272 .column3,
	#adaptiveGridstacks_in_2272 .column4,
	#adaptiveGridstacks_in_2272 .column5,
	#adaptiveGridstacks_in_2272 .column6,
	#adaptiveGridstacks_in_2272 .column7,
	#adaptiveGridstacks_in_2272 .column8,
	#adaptiveGridstacks_in_2272 .column9,
	#adaptiveGridstacks_in_2272 .column10,
	#adaptiveGridstacks_in_2272 .column11,
	#adaptiveGridstacks_in_2272 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2272 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_2273 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2276 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2279 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2282 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2285 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2288 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2291 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2294 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2297 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2300 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2303 *,
#adaptiveGridstacks_in_2303 *:before,
#adaptiveGridstacks_in_2303 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2303 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_2303 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_2303:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2303 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_2303 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_2303 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2303 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2303 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2303 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2303 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2303 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2303 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2303 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2303 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column1 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column2 {
		width: 20.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column3 {
		width: 20.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column4 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column5 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column5 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column6 {
		width: 20.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column7 {
		width: 20.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column8 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column9 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column9 {
		width: 20.00%;
	}
}



/* If column 10 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .column10 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2303 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2303 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2303 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2303 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2303 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2303 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2303 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2303 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2303 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2303 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2303 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2303 .column1,
	#adaptiveGridstacks_in_2303 .column2,
	#adaptiveGridstacks_in_2303 .column3,
	#adaptiveGridstacks_in_2303 .column4,
	#adaptiveGridstacks_in_2303 .column5,
	#adaptiveGridstacks_in_2303 .column6,
	#adaptiveGridstacks_in_2303 .column7,
	#adaptiveGridstacks_in_2303 .column8,
	#adaptiveGridstacks_in_2303 .column9,
	#adaptiveGridstacks_in_2303 .column10,
	#adaptiveGridstacks_in_2303 .column11,
	#adaptiveGridstacks_in_2303 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2303 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_2304 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2307 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2310 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2313 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2316 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2319 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2322 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2325 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2328 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2331 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2334 *,
#adaptiveGridstacks_in_2334 *:before,
#adaptiveGridstacks_in_2334 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2334 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_2334 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_2334:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2334 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_2334 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_2334 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2334 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2334 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2334 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2334 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2334 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2334 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2334 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2334 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column1 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column1 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column2 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column2 {
		width: 20.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column3 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column3 {
		width: 20.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column4 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column4 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column5 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column5 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column5 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column6 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column6 {
		width: 20.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column7 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column7 {
		width: 20.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column8 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column8 {
		width: 20.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column9 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column9 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column9 {
		width: 20.00%;
	}
}



/* If column 10 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .column10 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .column10 {
		width: 20.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .column10 {
		width: 20.00%;
	}
}






/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2334 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2334 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2334 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2334 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2334 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2334 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2334 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2334 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2334 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2334 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2334 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2334 .column1,
	#adaptiveGridstacks_in_2334 .column2,
	#adaptiveGridstacks_in_2334 .column3,
	#adaptiveGridstacks_in_2334 .column4,
	#adaptiveGridstacks_in_2334 .column5,
	#adaptiveGridstacks_in_2334 .column6,
	#adaptiveGridstacks_in_2334 .column7,
	#adaptiveGridstacks_in_2334 .column8,
	#adaptiveGridstacks_in_2334 .column9,
	#adaptiveGridstacks_in_2334 .column10,
	#adaptiveGridstacks_in_2334 .column11,
	#adaptiveGridstacks_in_2334 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2334 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_2335 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2338 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2341 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2344 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2347 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2350 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2353 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2356 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2359 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}

#stacks_in_2362 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin:  5px;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_2530 #myExtraContent5,
#ExtraContentPlusstacks_in_2530 #fs {
	display: none;
}

#stacks_in_2531 .p-base-font p,#stacks_in_2531 .p-base-font li,#stacks_in_2531 .p-base-font a{font-size:16px!important}@media screen and (max-height:320px){#stacks_in_2531 .hide-below-height{display:none}}@media screen and (min-aspect-ratio:8/5){#stacks_in_2531 .hide-below-aspect{display:none}}

#stacks_in_2532 {
	margin: 20px 0px 0px 0px;
}
