/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_1550 {
	display: block;
}

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

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

#adaptiveGridstacks_in_1550 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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
















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

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

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_1157 {
	margin:  10px;
}
#stacks_in_1100 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1100 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_1100 #jwresp_col2_stacks_in_1100{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_1100 #jwresp_col1_stacks_in_1100,#stacks_in_1100 #jwresp_col2_stacks_in_1100{width:100%;float:none;display:block}#stacks_in_1100 #jwresp_col1_stacks_in_1100{margin-bottom:15px}}

#stacks_in_1100 {
	margin: 20px 0px 0px 0px;
}
/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/



ul#stacks_in_1093_accordion {
	list-style: none;
	border-radius: 4px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-shadow: none;
}

ul#stacks_in_1093_accordion > li {
	list-style: none;
	background: none !important;
	margin: 0;
	padding: 0 !important;
}

/* Label Font Choices */
	
	.stacks_in_1093_accordion_label {
		font-family: 'Open Sans', sans-serif;
	}















/* Content Font Choices */









.stacks_in_1093_accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

.stacks_in_1093_accordion_label i {
}

.stacks_in_1093_accordion_selected {
}

.stacks_in_1093_accordion_content {
		
		padding: 40px;
	

}

ul#stacks_in_1093_accordion li:last-child .stacks_in_1093_accordion_content {
}

.stacks_in_1093_accordion_label .accordion_icon {
	display: inline-block;
	text-align: center;
	width: 25px;
		
		position: absolute;
		right: 20px;
		top: 15px;
		margin-right: 0px;
	
	
}

.stacks_in_1093_accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

.stacks_in_1093_accordion_selected .accordion_icon i {
	
}

#stacks_in_1093_open_all {
	cursor: pointer;
	font-size: 20px;
	margin-top: 12px;
}



/* ------------------------------------*/
/* Accordion Styles                    */
/* ------------------------------------*/

/* Ghost */



/* Dark Grey */



/* Light Blue */



/* Flat Teal */



/* Blue Grey */



/* Flat Orange */



/* Forest Green */



/* Earthy */



/* Purple Power */



/* Bold Blue */



/* Baby Blue */



/* Shamrock */



/* Crimson */



/* Gun Metal */



/* Bright Blue */



/* Pinky */



/* Tesla */



/* Rustic */



/* Ruby */



/* Feather */



/* Abstract */




/* CUSTOM */


ul#stacks_in_1093_accordion {
	border: 1px solid #DEDEDE;
}

.stacks_in_1093_accordion_label {
	color: #757575;
	background: #F2F2F2;
	border-bottom: 1px solid #DEDEDE;
}

.stacks_in_1093_accordion_selected {
	color: #FFFFFF;
	background: #202A5D;
	border-bottom: 1px solid #3888DB;
}



.stacks_in_1093_accordion_content {
	background: #FFFFFF;
	color: #4D4D4D;
	border-bottom: 1px solid #DEDEDE;
}


ul#stacks_in_1093_accordion li:last-child .stacks_in_1093_accordion_label {
	border-bottom: none;
}


ul#stacks_in_1093_accordion li:last-child .stacks_in_1093_accordion_selected {
	border-bottom: 1px solid #3888DB;
}

ul#stacks_in_1093_accordion li:last-child .stacks_in_1093_accordion_content {
	border-bottom: none;
}

#stacks_in_1093_open_all {
	color: #757575;
}

#stacks_in_1093_open_all_text {
	color: #757575;
}




/* ------------------------------------*/
/* Edit Mode                           */
/* ------------------------------------*/

#stacks_in_1093_accordion_edit_header {
	height: 60px;
	line-height: 60px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	width: 90%;
	margin: 20px auto;
	margin-bottom: 30px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #AAAAAA;
	text-shadow: 0 1px 0 #fff;
}

/* ------------------------------------*/
/* Media Queries                       */
/* ------------------------------------*/


@media only screen {
	.stacks_in_1093_accordion_label {
		font-size: 16px;
	}

	.stacks_in_1093_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 60px;
		
		
	}

}


@media only screen and (max-width: 1024px) {
	.stacks_in_1093_accordion_label {
		font-size: 18px;
	}

	.stacks_in_1093_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 60px;
		
		
	}
}

@media only screen and (max-width: 768px) {
	.stacks_in_1093_accordion_label {
		font-size: 16px;
	}

	.stacks_in_1093_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 50px;
		
		
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_1093_accordion_label {
		font-size: 14px;
	}

	.stacks_in_1093_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 50px;
		
		
	}
}


/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/



ul#stacks_in_1116_accordion {
	list-style: none;
	border-radius: 4px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-shadow: none;
}

ul#stacks_in_1116_accordion > li {
	list-style: none;
	background: none !important;
	margin: 0;
	padding: 0 !important;
}

/* Label Font Choices */
	
	.stacks_in_1116_accordion_label {
		font-family: 'Open Sans', sans-serif;
	}















/* Content Font Choices */









.stacks_in_1116_accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

.stacks_in_1116_accordion_label i {
}

.stacks_in_1116_accordion_selected {
}

.stacks_in_1116_accordion_content {
		
		padding: 40px;
	

}

ul#stacks_in_1116_accordion li:last-child .stacks_in_1116_accordion_content {
}

.stacks_in_1116_accordion_label .accordion_icon {
	display: inline-block;
	text-align: center;
	width: 25px;
		
		position: absolute;
		right: 20px;
		top: 15px;
		margin-right: 0px;
	
	
}

.stacks_in_1116_accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

.stacks_in_1116_accordion_selected .accordion_icon i {
	
}

#stacks_in_1116_open_all {
	cursor: pointer;
	font-size: 20px;
	margin-top: 12px;
}



/* ------------------------------------*/
/* Accordion Styles                    */
/* ------------------------------------*/

/* Ghost */



/* Dark Grey */



/* Light Blue */



/* Flat Teal */



/* Blue Grey */



/* Flat Orange */



/* Forest Green */



/* Earthy */



/* Purple Power */



/* Bold Blue */



/* Baby Blue */



/* Shamrock */



/* Crimson */



/* Gun Metal */



/* Bright Blue */



/* Pinky */



/* Tesla */



/* Rustic */



/* Ruby */



/* Feather */



/* Abstract */




/* CUSTOM */


ul#stacks_in_1116_accordion {
	border: 1px solid #DEDEDE;
}

.stacks_in_1116_accordion_label {
	color: #757575;
	background: #F2F2F2;
	border-bottom: 1px solid #DEDEDE;
}

.stacks_in_1116_accordion_selected {
	color: #FFFFFF;
	background: #202A5D;
	border-bottom: 1px solid #3888DB;
}



.stacks_in_1116_accordion_content {
	background: #FFFFFF;
	color: #4D4D4D;
	border-bottom: 1px solid #DEDEDE;
}


ul#stacks_in_1116_accordion li:last-child .stacks_in_1116_accordion_label {
	border-bottom: none;
}


ul#stacks_in_1116_accordion li:last-child .stacks_in_1116_accordion_selected {
	border-bottom: 1px solid #3888DB;
}

ul#stacks_in_1116_accordion li:last-child .stacks_in_1116_accordion_content {
	border-bottom: none;
}

#stacks_in_1116_open_all {
	color: #757575;
}

#stacks_in_1116_open_all_text {
	color: #757575;
}




/* ------------------------------------*/
/* Edit Mode                           */
/* ------------------------------------*/

#stacks_in_1116_accordion_edit_header {
	height: 60px;
	line-height: 60px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	width: 90%;
	margin: 20px auto;
	margin-bottom: 30px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #AAAAAA;
	text-shadow: 0 1px 0 #fff;
}

/* ------------------------------------*/
/* Media Queries                       */
/* ------------------------------------*/


@media only screen {
	.stacks_in_1116_accordion_label {
		font-size: 16px;
	}

	.stacks_in_1116_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 60px;
		
		
	}

}


@media only screen and (max-width: 1024px) {
	.stacks_in_1116_accordion_label {
		font-size: 18px;
	}

	.stacks_in_1116_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 60px;
		
		
	}
}

@media only screen and (max-width: 768px) {
	.stacks_in_1116_accordion_label {
		font-size: 16px;
	}

	.stacks_in_1116_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 50px;
		
		
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_1116_accordion_label {
		font-size: 14px;
	}

	.stacks_in_1116_accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
			
			padding-right: 50px;
		
		
	}
}


