/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_531 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_531 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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


















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */
#adaptiveGridstacks_in_531 .gridCellInner {
	margin: 6px;
}
/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_out_531 {
	width: 70%;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_337 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_337 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_337 .column11 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_337 .column11 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_337 .column11 {
		width: 25.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_337 .column12 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_337 .column12 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_337 .column12 {
		width: 25.00%;
	}
}


/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */
#adaptiveGridstacks_in_337 .gridCellInner {
	margin: 6px;
}
/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_out_337 {
	width: 70%;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_400 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_400 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_400 .column11 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_400 .column11 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_400 .column11 {
		width: 25.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_400 .column12 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_400 .column12 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_400 .column12 {
		width: 25.00%;
	}
}


/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */
#adaptiveGridstacks_in_400 .gridCellInner {
	margin: 6px;
}
/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_out_400 {
	width: 70%;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_461 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_461 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_461 .column11 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_461 .column11 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_461 .column11 {
		width: 25.00%;
	}
}



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

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_461 .column12 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_461 .column12 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_461 .column12 {
		width: 25.00%;
	}
}


/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */
#adaptiveGridstacks_in_461 .gridCellInner {
	margin: 6px;
}
/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_out_461 {
	width: 70%;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_608 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_608 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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
























/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_out_608 {
	width: 70%;
}
