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

#stacks_in_297>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_297>.s3_row>.s3_column_center {
	width: 50.000000%;
}

#stacks_in_297>.s3_row>.s3_column_right {
	width: 25.00%;
}

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








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



}



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


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


}



/* Slider */
#slickSliderstacks_in_448 {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
	box-sizing: border-box;

    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
	touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#slickSliderstacks_in_448 .slick-track,
#slickSliderstacks_in_448 .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* @group Slick Theme */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: url(img/ajax-loader.gif) center center no-repeat #fff;
}

/* Icons */
/*
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
*/

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}
/* @end */

/* @group Added by WHW */

#slickSliderstacks_in_448 .slick-slider {
    margin-bottom: 0px;
}

#slickSliderstacks_in_448 ul.slick-dots {
	bottom: auto;
	left: auto;
	position: relative;
	display: none;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

@media screen and (max-width: 0px) {
	#slickSliderstacks_in_448 ul.slick-dots {
		display: none !important;
	}
}

/**/

/**/

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#slickSliderstacks_in_448 ul.slick-dots li button {
    font-size: 0px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    border: none;
    outline: none;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(219, 218, 212, 1.00);
    display: block;
    position: relative;
    transition: opacity 300ms ease-in-out;
    padding: 0;
    margin: 0;
}

#slickSliderstacks_in_448 .slick-dots li.slick-active button {
    background: rgba(55, 111, 206, 1.00);
}

#slickSliderstacks_in_448 ul.slick-dots li button:hover,
#slickSliderstacks_in_448 ul.slick-dots li.slick-active button {
	opacity: 1.00;
}

#slickSliderstacks_in_448 .slick-track {
	padding-bottom: 0px;
}

#slickSliderstacks_in_448 #slickSliderPrevstacks_in_448,
#slickSliderstacks_in_448 #slickSliderNextstacks_in_448 {
	font-size: 50px;
	width: 50px;
	height: 50px;
	margin-top: -50px;
	display: block;
	text-align: center;
	position: absolute;
	top: 45%;
	cursor: pointer;
}

#slickSliderstacks_in_448 #slickSliderPrevstacks_in_448 {
	left: 0px;
}

#slickSliderstacks_in_448 #slickSliderNextstacks_in_448 {
	right: 0px;
}

@media screen and (max-width: 768px) {
	#slickSliderstacks_in_448 #slickSliderPrevstacks_in_448,
	#slickSliderstacks_in_448 #slickSliderNextstacks_in_448 {
		display: none !important;
	}
}

#slickSliderstacks_in_448 #slickSliderPrevstacks_in_448.slick-disabled,
#slickSliderstacks_in_448 #slickSliderNextstacks_in_448.slick-disabled {
	display: none !important;
}

#slickSliderstacks_in_448 #slickSliderPrevstacks_in_448,
#slickSliderstacks_in_448 #slickSliderNextstacks_in_448,
#slickSliderstacks_in_448 #slickSliderPrevstacks_in_448 [class^="fa fa-"],
#slickSliderstacks_in_448 #slickSliderNextstacks_in_448 [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	opacity: 0.85;
	transition: opacity 300ms ease-in-out;
	border: none;
	outline: none;
	background: transparent;
}

#slickSliderstacks_in_448 #slickSliderPrevstacks_in_448:hover,
#slickSliderstacks_in_448 #slickSliderNextstacks_in_448:hover {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	opacity: 1.00;
}

#slickSliderstacks_in_448 img {
	max-width: 100%;
	height: auto;
}

#slickSliderstacks_in_448 .slickSliderItem {
	padding: 1px;
}

#slickSliderstacks_in_448 .slickSliderWrittenContent {
	display: none;
	padding: 20px;
	margin: 0px 0px 15px 0px;
}

/**/

/**/
#slickSliderstacks_in_448 .slickSliderWrittenContent {
	text-align: left;
	border-left: 1px solid rgba(0, 0, 0, 1.00);
}
/**/

/**/

/**/

/**/



#slickSliderstacks_in_448 .slickSliderTitle {
	font-weight: bold;
	font-size: 18px;
	color: rgba(0, 0, 0, 1.00);
}

#slickSliderstacks_in_448 .slickSliderCaption {
	font-size: 15px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/**/#uTubestacks_in_303 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

#uTubestacks_in_303 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #000000;
	border: none;
	box-shadow: none;
	outline: none;
}





/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_342 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_342 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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


















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */#highLightStackstacks_in_343 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_343 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_343 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_343,
#highLightStackCaptionstacks_in_343 h1,
#highLightStackCaptionstacks_in_343 h2,
#highLightStackCaptionstacks_in_343 h3,
#highLightStackCaptionstacks_in_343 h4,
#highLightStackCaptionstacks_in_343 h5,
#highLightStackCaptionstacks_in_343 h6,
#highLightStackCaptionstacks_in_343 strong,
#highLightStackCaptionstacks_in_343 a,
#highLightStackCaptionstacks_in_343 a:visited,
#highLightStackCaptionstacks_in_343 a:hover,
#highLightStackCaptionstacks_in_343 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_343 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_343 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_343 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_343 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_343 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_343 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_349 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_349 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_349 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_349,
#highLightStackCaptionstacks_in_349 h1,
#highLightStackCaptionstacks_in_349 h2,
#highLightStackCaptionstacks_in_349 h3,
#highLightStackCaptionstacks_in_349 h4,
#highLightStackCaptionstacks_in_349 h5,
#highLightStackCaptionstacks_in_349 h6,
#highLightStackCaptionstacks_in_349 strong,
#highLightStackCaptionstacks_in_349 a,
#highLightStackCaptionstacks_in_349 a:visited,
#highLightStackCaptionstacks_in_349 a:hover,
#highLightStackCaptionstacks_in_349 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_349 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_349 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_349 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_349 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_349 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_349 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_355 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_355 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_355 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_355,
#highLightStackCaptionstacks_in_355 h1,
#highLightStackCaptionstacks_in_355 h2,
#highLightStackCaptionstacks_in_355 h3,
#highLightStackCaptionstacks_in_355 h4,
#highLightStackCaptionstacks_in_355 h5,
#highLightStackCaptionstacks_in_355 h6,
#highLightStackCaptionstacks_in_355 strong,
#highLightStackCaptionstacks_in_355 a,
#highLightStackCaptionstacks_in_355 a:visited,
#highLightStackCaptionstacks_in_355 a:hover,
#highLightStackCaptionstacks_in_355 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_355 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_355 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_355 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_355 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_355 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_355 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_361 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_361 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_361 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_361,
#highLightStackCaptionstacks_in_361 h1,
#highLightStackCaptionstacks_in_361 h2,
#highLightStackCaptionstacks_in_361 h3,
#highLightStackCaptionstacks_in_361 h4,
#highLightStackCaptionstacks_in_361 h5,
#highLightStackCaptionstacks_in_361 h6,
#highLightStackCaptionstacks_in_361 strong,
#highLightStackCaptionstacks_in_361 a,
#highLightStackCaptionstacks_in_361 a:visited,
#highLightStackCaptionstacks_in_361 a:hover,
#highLightStackCaptionstacks_in_361 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_361 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_361 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_361 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_361 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_361 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_361 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_63 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_63 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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


















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */#highLightStackstacks_in_125 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_125 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_125 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_125,
#highLightStackCaptionstacks_in_125 h1,
#highLightStackCaptionstacks_in_125 h2,
#highLightStackCaptionstacks_in_125 h3,
#highLightStackCaptionstacks_in_125 h4,
#highLightStackCaptionstacks_in_125 h5,
#highLightStackCaptionstacks_in_125 h6,
#highLightStackCaptionstacks_in_125 strong,
#highLightStackCaptionstacks_in_125 a,
#highLightStackCaptionstacks_in_125 a:visited,
#highLightStackCaptionstacks_in_125 a:hover,
#highLightStackCaptionstacks_in_125 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_125 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_125 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_125 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_125 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_125 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_125 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_130 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_130 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_130 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_130,
#highLightStackCaptionstacks_in_130 h1,
#highLightStackCaptionstacks_in_130 h2,
#highLightStackCaptionstacks_in_130 h3,
#highLightStackCaptionstacks_in_130 h4,
#highLightStackCaptionstacks_in_130 h5,
#highLightStackCaptionstacks_in_130 h6,
#highLightStackCaptionstacks_in_130 strong,
#highLightStackCaptionstacks_in_130 a,
#highLightStackCaptionstacks_in_130 a:visited,
#highLightStackCaptionstacks_in_130 a:hover,
#highLightStackCaptionstacks_in_130 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_130 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_130 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_130 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_130 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_130 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_130 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_135 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_135 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_135 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_135,
#highLightStackCaptionstacks_in_135 h1,
#highLightStackCaptionstacks_in_135 h2,
#highLightStackCaptionstacks_in_135 h3,
#highLightStackCaptionstacks_in_135 h4,
#highLightStackCaptionstacks_in_135 h5,
#highLightStackCaptionstacks_in_135 h6,
#highLightStackCaptionstacks_in_135 strong,
#highLightStackCaptionstacks_in_135 a,
#highLightStackCaptionstacks_in_135 a:visited,
#highLightStackCaptionstacks_in_135 a:hover,
#highLightStackCaptionstacks_in_135 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_135 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_135 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_135 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_135 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_135 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_135 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_140 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_140 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_140 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_140,
#highLightStackCaptionstacks_in_140 h1,
#highLightStackCaptionstacks_in_140 h2,
#highLightStackCaptionstacks_in_140 h3,
#highLightStackCaptionstacks_in_140 h4,
#highLightStackCaptionstacks_in_140 h5,
#highLightStackCaptionstacks_in_140 h6,
#highLightStackCaptionstacks_in_140 strong,
#highLightStackCaptionstacks_in_140 a,
#highLightStackCaptionstacks_in_140 a:visited,
#highLightStackCaptionstacks_in_140 a:hover,
#highLightStackCaptionstacks_in_140 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_140 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_140 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_140 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_140 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_140 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_140 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_84 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_84 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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


















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */#highLightStackstacks_in_145 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_145 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_145 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_145,
#highLightStackCaptionstacks_in_145 h1,
#highLightStackCaptionstacks_in_145 h2,
#highLightStackCaptionstacks_in_145 h3,
#highLightStackCaptionstacks_in_145 h4,
#highLightStackCaptionstacks_in_145 h5,
#highLightStackCaptionstacks_in_145 h6,
#highLightStackCaptionstacks_in_145 strong,
#highLightStackCaptionstacks_in_145 a,
#highLightStackCaptionstacks_in_145 a:visited,
#highLightStackCaptionstacks_in_145 a:hover,
#highLightStackCaptionstacks_in_145 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_145 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_145 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_145 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_145 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_145 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_145 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_150 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_150 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_150 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_150,
#highLightStackCaptionstacks_in_150 h1,
#highLightStackCaptionstacks_in_150 h2,
#highLightStackCaptionstacks_in_150 h3,
#highLightStackCaptionstacks_in_150 h4,
#highLightStackCaptionstacks_in_150 h5,
#highLightStackCaptionstacks_in_150 h6,
#highLightStackCaptionstacks_in_150 strong,
#highLightStackCaptionstacks_in_150 a,
#highLightStackCaptionstacks_in_150 a:visited,
#highLightStackCaptionstacks_in_150 a:hover,
#highLightStackCaptionstacks_in_150 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_150 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_150 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_150 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_150 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_150 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_150 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_155 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_155 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_155 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_155,
#highLightStackCaptionstacks_in_155 h1,
#highLightStackCaptionstacks_in_155 h2,
#highLightStackCaptionstacks_in_155 h3,
#highLightStackCaptionstacks_in_155 h4,
#highLightStackCaptionstacks_in_155 h5,
#highLightStackCaptionstacks_in_155 h6,
#highLightStackCaptionstacks_in_155 strong,
#highLightStackCaptionstacks_in_155 a,
#highLightStackCaptionstacks_in_155 a:visited,
#highLightStackCaptionstacks_in_155 a:hover,
#highLightStackCaptionstacks_in_155 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_155 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_155 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_155 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_155 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_155 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_155 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_160 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_160 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_160 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_160,
#highLightStackCaptionstacks_in_160 h1,
#highLightStackCaptionstacks_in_160 h2,
#highLightStackCaptionstacks_in_160 h3,
#highLightStackCaptionstacks_in_160 h4,
#highLightStackCaptionstacks_in_160 h5,
#highLightStackCaptionstacks_in_160 h6,
#highLightStackCaptionstacks_in_160 strong,
#highLightStackCaptionstacks_in_160 a,
#highLightStackCaptionstacks_in_160 a:visited,
#highLightStackCaptionstacks_in_160 a:hover,
#highLightStackCaptionstacks_in_160 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_160 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_160 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_160 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_160 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_160 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_160 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_198 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_198 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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


















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */#highLightStackstacks_in_277 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_277 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_277 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_277,
#highLightStackCaptionstacks_in_277 h1,
#highLightStackCaptionstacks_in_277 h2,
#highLightStackCaptionstacks_in_277 h3,
#highLightStackCaptionstacks_in_277 h4,
#highLightStackCaptionstacks_in_277 h5,
#highLightStackCaptionstacks_in_277 h6,
#highLightStackCaptionstacks_in_277 strong,
#highLightStackCaptionstacks_in_277 a,
#highLightStackCaptionstacks_in_277 a:visited,
#highLightStackCaptionstacks_in_277 a:hover,
#highLightStackCaptionstacks_in_277 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_277 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_277 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_277 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_277 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_277 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_277 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_231 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_231 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_231 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_231,
#highLightStackCaptionstacks_in_231 h1,
#highLightStackCaptionstacks_in_231 h2,
#highLightStackCaptionstacks_in_231 h3,
#highLightStackCaptionstacks_in_231 h4,
#highLightStackCaptionstacks_in_231 h5,
#highLightStackCaptionstacks_in_231 h6,
#highLightStackCaptionstacks_in_231 strong,
#highLightStackCaptionstacks_in_231 a,
#highLightStackCaptionstacks_in_231 a:visited,
#highLightStackCaptionstacks_in_231 a:hover,
#highLightStackCaptionstacks_in_231 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_231 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_231 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_231 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_231 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_231 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_231 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_236 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_236 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_236 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_236,
#highLightStackCaptionstacks_in_236 h1,
#highLightStackCaptionstacks_in_236 h2,
#highLightStackCaptionstacks_in_236 h3,
#highLightStackCaptionstacks_in_236 h4,
#highLightStackCaptionstacks_in_236 h5,
#highLightStackCaptionstacks_in_236 h6,
#highLightStackCaptionstacks_in_236 strong,
#highLightStackCaptionstacks_in_236 a,
#highLightStackCaptionstacks_in_236 a:visited,
#highLightStackCaptionstacks_in_236 a:hover,
#highLightStackCaptionstacks_in_236 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_236 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_236 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_236 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_236 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_236 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_236 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_292 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_292 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_292 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_292,
#highLightStackCaptionstacks_in_292 h1,
#highLightStackCaptionstacks_in_292 h2,
#highLightStackCaptionstacks_in_292 h3,
#highLightStackCaptionstacks_in_292 h4,
#highLightStackCaptionstacks_in_292 h5,
#highLightStackCaptionstacks_in_292 h6,
#highLightStackCaptionstacks_in_292 strong,
#highLightStackCaptionstacks_in_292 a,
#highLightStackCaptionstacks_in_292 a:visited,
#highLightStackCaptionstacks_in_292 a:hover,
#highLightStackCaptionstacks_in_292 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_292 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_292 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_292 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_292 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_292 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_292 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_375 {
	display: block;
}

/*  */

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

#adaptiveGridstacks_in_375 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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


















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */#highLightStackstacks_in_376 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_376 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_376 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_376,
#highLightStackCaptionstacks_in_376 h1,
#highLightStackCaptionstacks_in_376 h2,
#highLightStackCaptionstacks_in_376 h3,
#highLightStackCaptionstacks_in_376 h4,
#highLightStackCaptionstacks_in_376 h5,
#highLightStackCaptionstacks_in_376 h6,
#highLightStackCaptionstacks_in_376 strong,
#highLightStackCaptionstacks_in_376 a,
#highLightStackCaptionstacks_in_376 a:visited,
#highLightStackCaptionstacks_in_376 a:hover,
#highLightStackCaptionstacks_in_376 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_376 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_376 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_376 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_376 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_376 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_376 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_382 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_382 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_382 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_382,
#highLightStackCaptionstacks_in_382 h1,
#highLightStackCaptionstacks_in_382 h2,
#highLightStackCaptionstacks_in_382 h3,
#highLightStackCaptionstacks_in_382 h4,
#highLightStackCaptionstacks_in_382 h5,
#highLightStackCaptionstacks_in_382 h6,
#highLightStackCaptionstacks_in_382 strong,
#highLightStackCaptionstacks_in_382 a,
#highLightStackCaptionstacks_in_382 a:visited,
#highLightStackCaptionstacks_in_382 a:hover,
#highLightStackCaptionstacks_in_382 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_382 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_382 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_382 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_382 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_382 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_382 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_388 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_388 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_388 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_388,
#highLightStackCaptionstacks_in_388 h1,
#highLightStackCaptionstacks_in_388 h2,
#highLightStackCaptionstacks_in_388 h3,
#highLightStackCaptionstacks_in_388 h4,
#highLightStackCaptionstacks_in_388 h5,
#highLightStackCaptionstacks_in_388 h6,
#highLightStackCaptionstacks_in_388 strong,
#highLightStackCaptionstacks_in_388 a,
#highLightStackCaptionstacks_in_388 a:visited,
#highLightStackCaptionstacks_in_388 a:hover,
#highLightStackCaptionstacks_in_388 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_388 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_388 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_388 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_388 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_388 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_388 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#highLightStackstacks_in_394 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_394 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_394 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 5px;
}

#highLightStackCaptionstacks_in_394,
#highLightStackCaptionstacks_in_394 h1,
#highLightStackCaptionstacks_in_394 h2,
#highLightStackCaptionstacks_in_394 h3,
#highLightStackCaptionstacks_in_394 h4,
#highLightStackCaptionstacks_in_394 h5,
#highLightStackCaptionstacks_in_394 h6,
#highLightStackCaptionstacks_in_394 strong,
#highLightStackCaptionstacks_in_394 a,
#highLightStackCaptionstacks_in_394 a:visited,
#highLightStackCaptionstacks_in_394 a:hover,
#highLightStackCaptionstacks_in_394 a:active {
	font-size: 5px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_394 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_394 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

#highLightStackstacks_in_394 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	border: none;
	outline: none;
	background: transparent;
}

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_394 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_394 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_394 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
}
#stacks_in_435>.s3_row {
	margin: 0 -10px;
}

#stacks_in_435>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_435>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_435>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}



