.sitelok-hide{display:none!important}
/*

Issue:
Strata, remove z-index from #t-band
Writer, remove z-index from .wrapper.main

*/

@font-face {
  font-family: 'velvet';
  src:  url('../files/icons/velvet.eot?n6z4l3');
  src:  url('../files/icons/velvet.eot?n6z4l3#iefix') format('embedded-opentype'),
    url('../files/icons/velvet.woff2?n6z4l3') format('woff2'),
    url('../files/icons/velvet.ttf?n6z4l3') format('truetype'),
    url('../files/icons/velvet.woff?n6z4l3') format('woff'),
    url('../files/icons/velvet.svg?n6z4l3#velvet') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="velvet-"], [class*=" velvet-"] {
  font-family: 'velvet' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.velvet_alert{
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 13px;
  transform: translate(-50%,-50%);
  padding: 6px 10px;
  line-height: 1.5;
  background: rgba(0,0,0,0.8);
  border-radius: 5px;
  text-align: center;
}

.velvet-play-1:before {
  content: "\e903";
}
.velvet-play-2:before {
  content: "\e904";
}
.velvet-play-6:before {
  content: "\e905";
}
.velvet-play-3:before {
  content: "\e901";
}
.velvet-play-4:before {
  content: "\e902";
}
.velvet-play-5:before {
  content: "\e900";
}

.velvet-icon{
  position: absolute;
  z-index: 2;
  pointer-events:none;
  text-shadow: none;
  transition: color 300ms;
}
.vzoom-img-op .velvet-icon{
	opacity: 0;
}
.cf:after{
  content: "";
  display: table;
  clear: both;
}
.velvet_active{ overflow: visible !important; }

.velvet_active:after{
  content: "";
  display: table;
  clear: both;
}

.vzoom-img-in[data-preventzoom="True"]{
  z-index: 0 !important;
}
.vzoom-img-in[data-preventzoom="True"] img,
.vzoom-img-in[data-preventzoom="True"] .vzoom-img-wrap{
  transform: none !important;
}
.vzoom-player table{ 
  background: transparent !important;
  border: 0 !important;
  margin: 0;
}
.vzoom-player .embed-center{ 
  max-width: 150vh;
  margin: 0 auto;
}
.vzoom-player .embed-container{ 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  background: #000;
  overflow: hidden !important; 
  max-width: 100%;
  margin-bottom: 0 !important;
  line-height: 0;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}
body.velvet_scaleIn .vzoom-player .embed-container{
  animation: ncdVideoScaleIn .5s .2s backwards;
}
.vzoom-player .embed-container:before{
  height: 100%;
  width: 100%;
  background: #000;
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: opacity 150ms;
}
.vzoom-player .embed-container:after{
  padding-top: 100%;
  content: '';
  display: block;
}
.vzoom-player.close .embed-container:before{
  z-index: 1;
  opacity: 1;
}
.vzoom-player .embed-container iframe, 
.vzoom-player .embed-container object, 
.vzoom-player .embed-container embed{ 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
.vzoom-player .embed-container video{
  position: relative;
  z-index: 1000;
}
.vzoom-img,
.vzoom-img-wrap {
  position: relative;
  z-index: 66669999;
  -webkit-transition: all 300ms 100ms;
  -o-transition: all 300ms 100ms;
  transition: all 300ms 100ms;
}
.vzoom-overlay-open .vzoom-img,
.vzoom-overlay-open .vzoom-img-wrap {
  -webkit-transition: all 325ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 325ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 325ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
img[data-action="vzoom"] {
  cursor: pointer;
  width: 100%;
  max-width: none;
  float: left;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
img.vzoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.velvet_placeholder{
  text-align: center;
}

.velvet_placeholder img{
  max-width: 250px;
  float: none;
  padding: 10px 0;
  z-index: 100;
  position: relative;
}

.velvet_placeholder .velvet-icon{
  display: none;
}

.vzoom-img-in{
  transition: opacity .4s .1s;
  position: relative;
}
.vzoom-img-in:before{
  position: absolute;
  pointer-events:none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  transition: background 300ms;
}
.vzoom-img-in:hover:before{
  background: ;
}
.vzoom-img-in.velvet_active{
 z-index: 77779999;
}
.vzoom-img-in:after {
  content: "";
  display: table;
  clear: both;
}
.vzoom-img-in.vzoom-img-op{
  transition: opacity .35s;
  opacity: 0;
  pointer-events: none;
}
.vzoom-img-in.vzoom-img-op[data-preventzoom="True"]{
  opacity: 1;
}
.vzoom-overlay,
.vzoom-player {
  z-index: 1000;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.vzoom-overlay-open .vzoom-overlay {
  filter: "alpha(opacity=80)";
  opacity: .80;
}
.vzoom-overlay{
  -webkit-transition: opacity 300ms 300ms;
  -o-transition: opacity 300ms 300ms;
  transition: opacity 300ms 300ms;
}
.vzoom-overlay-open .vzoom-overlay{
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.vzoom-player {
  z-index: 1001;
  background: none;
  margin: 40px;
  opacity: 1;
  filter: none;
  pointer-events: auto;
  animation: ncdVideoOpacityIn .6s .25s backwards;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vzoom-player table{
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}
.vzoom-player table td{
  vertical-align: middle;
}
.vzoom-player *{
  box-sizing: content-box;
}
.vzoom-player.close .embed-container{
  transition: opacity 300ms;
  opacity: 0;
}
.vzoom-overlay-open,
.vzoom-overlay-transitioning {
  cursor: default;
}
@keyframes ncdVideoOpacityIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes ncdVideoScaleIn {
  0%   { transform: scale(0.96); }
  100% { transform: scale(1); }
}
.vzoom-img-in .embed-container{ 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  background: #000;
  overflow: hidden !important; 
  max-width: 100%;
  line-height: 0;
}
.vzoom-img-in .embed-container iframe, 
.vzoom-img-in .embed-container object, 
.vzoom-img-in .embed-container embed{ 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

@media screen and (min-width: 600px) {
  .vzoom-img-in .embed-container{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .vzoom-img-in img,
  .vzoom-img-in:before,
  .vzoom-img-in .velvet-icon{
    display: none !important;
  }
  .vzoom-img-in .embed-container,
  .vzoom-img-in .embed-container iframe, 
  .vzoom-img-in .embed-container object, 
  .vzoom-img-in .embed-container embed{ 
    display: block;
  }
}


/* Edit Mode */
%[if edit]%
#stacks_in_1412_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1412_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1412_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1412_page2 .pile {
	display: none;
}

#stacks_in_1412_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1412_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1412_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1412_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1411_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1411_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1411_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1411_page2 .pile {
	display: none;
}

#stacks_in_1411_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1411_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1411_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1411_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1420_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1420_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1420_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1420_page2 .pile {
	display: none;
}

#stacks_in_1420_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1420_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1420_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1420_page2 .clearFloats {
	clear: both;
}



#stacks_in_1344_page2 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1344_page2 .jwresp_col{float:none} #stacks_in_1344_page2 #jwresp_col2_stacks_in_1344_page2{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_1344_page2 #jwresp_col1_stacks_in_1344_page2,#stacks_in_1344_page2 #jwresp_col3_stacks_in_1344_page2{width:32%}#stacks_in_1344_page2 #jwresp_col1_stacks_in_1344_page2{float:left}#stacks_in_1344_page2 #jwresp_col3_stacks_in_1344_page2{float:right} @media screen and (max-width:770px){#stacks_in_1344_page2 #jwresp_col1_stacks_in_1344_page2,#stacks_in_1344_page2 #jwresp_col3_stacks_in_1344_page2{margin-bottom:20px}#stacks_in_1344_page2 #jwresp_col1_stacks_in_1344_page2{width:49%}#stacks_in_1344_page2 #jwresp_col3_stacks_in_1344_page2{width:49%}#stacks_in_1344_page2 #jwresp_col2_stacks_in_1344_page2{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1344_page2 #jwresp_col1_stacks_in_1344_page2,#stacks_in_1344_page2 #jwresp_col3_stacks_in_1344_page2,#stacks_in_1344_page2 #jwresp_col2_stacks_in_1344_page2{float:none;width:100%;display:block}#stacks_in_1344_page2 #jwresp_col1_stacks_in_1344_page2,#stacks_in_1344_page2 #jwresp_col3_stacks_in_1344_page2{margin-bottom:20px}} 
%[if edit]%
#stacks_in_1413_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1413_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1413_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1413_page2 .pile {
	display: none;
}

#stacks_in_1413_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1413_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1413_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1413_page2 .clearFloats {
	clear: both;
}




#stacks_in_1351_page2 {
	background-color: rgba(15, 128, 255, 1.00);
	padding:  20px;
}
%[if edit]%
#stacks_in_1423_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1423_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1423_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1423_page2 .pile {
	display: none;
}

#stacks_in_1423_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1423_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1423_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1423_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1531_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1531_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1531_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1531_page2 .pile {
	display: none;
}

#stacks_in_1531_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1531_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1531_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1531_page2 .clearFloats {
	clear: both;
}



#stacks_in_1509_page2 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1509_page2 .jwresp_col{float:none} #stacks_in_1509_page2 #jwresp_col2_stacks_in_1509_page2{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_1509_page2 #jwresp_col1_stacks_in_1509_page2,#stacks_in_1509_page2 #jwresp_col3_stacks_in_1509_page2{width:32%}#stacks_in_1509_page2 #jwresp_col1_stacks_in_1509_page2{float:left}#stacks_in_1509_page2 #jwresp_col3_stacks_in_1509_page2{float:right} @media screen and (max-width:770px){#stacks_in_1509_page2 #jwresp_col1_stacks_in_1509_page2,#stacks_in_1509_page2 #jwresp_col3_stacks_in_1509_page2{margin-bottom:20px}#stacks_in_1509_page2 #jwresp_col1_stacks_in_1509_page2{width:49%}#stacks_in_1509_page2 #jwresp_col3_stacks_in_1509_page2{width:49%}#stacks_in_1509_page2 #jwresp_col2_stacks_in_1509_page2{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1509_page2 #jwresp_col1_stacks_in_1509_page2,#stacks_in_1509_page2 #jwresp_col3_stacks_in_1509_page2,#stacks_in_1509_page2 #jwresp_col2_stacks_in_1509_page2{float:none;width:100%;display:block}#stacks_in_1509_page2 #jwresp_col1_stacks_in_1509_page2,#stacks_in_1509_page2 #jwresp_col3_stacks_in_1509_page2{margin-bottom:20px}} 
%[if edit]%
#stacks_in_1512_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1512_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1512_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1512_page2 .pile {
	display: none;
}

#stacks_in_1512_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1512_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1512_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1512_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1519_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1519_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1519_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1519_page2 .pile {
	display: none;
}

#stacks_in_1519_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1519_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1519_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1519_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1526_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1526_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1526_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1526_page2 .pile {
	display: none;
}

#stacks_in_1526_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1526_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1526_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1526_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1532_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1532_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1532_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1532_page2 .pile {
	display: none;
}

#stacks_in_1532_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1532_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1532_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1532_page2 .clearFloats {
	clear: both;
}






/* IMPORT 12 COLUMN RESPONSIVE GS */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
#stacks_in_1367_page2 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
#stacks_in_1367_page2 .container:after,
#stacks_in_1367_page2 .row:after, 
#stacks_in_1367_page2 .mbcol:after, 
#stacks_in_1367_page2 .clr:after, 
#stacks_in_1367_page2 .group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
#stacks_in_1367_page2 .mbrow { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
#stacks_in_1367_page2 .mbcol { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	#stacks_in_1367_page2 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_1367_page2 .gutters .mbcol:first-child { 
		margin-left: 0 !important; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	#stacks_in_1367_page2 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_1367_page2 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_1367_page2 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_1367_page2 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_1367_page2 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_1367_page2 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_1367_page2 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_1367_page2 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_1367_page2 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_1367_page2 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_1367_page2 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_1367_page2 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_1367_page2 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_1367_page2 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_1367_page2 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_1367_page2 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_1367_page2 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_1367_page2 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_1367_page2 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_1367_page2 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_1367_page2 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_1367_page2 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_1367_page2 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_1367_page2 .gutters .mbspan_12 { margin:0; width: 100%; }
}#stacks_in_1376_page2 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: center;
}


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

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

  

}


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


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

  
    float: left;
    
  

  

  
    float: none;
  
}







  /* Flat Color Mode */
  #stacks_in_1376_page2 a,
  #stacks_in_1376_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1376_page2 a:hover,
  #stacks_in_1376_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1376_page2 a i,
  #stacks_in_1376_page2 a:visited i {
    background-color: rgba(15, 128, 255, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1376_page2 a:hover i,
  #stacks_in_1376_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  
  @media (max-width: 47.9em) {
    #stacks_in_1376_page2 a i,
    #stacks_in_1376_page2 a:visited i {
      width: 100%;
    }
  }
  




%[if edit]%
#stacks_in_62_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_62_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_62_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_62_page2 .pile {
	display: none;
}

#stacks_in_62_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_62_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_62_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_62_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1385_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1385_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1385_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1385_page2 .pile {
	display: none;
}

#stacks_in_1385_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1385_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1385_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1385_page2 .clearFloats {
	clear: both;
}



#stacks_in_1379_page2 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1379_page2 .jwresp_col{float:none} #stacks_in_1379_page2 #jwresp_col2_stacks_in_1379_page2{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_1379_page2 #jwresp_col1_stacks_in_1379_page2,#stacks_in_1379_page2 #jwresp_col3_stacks_in_1379_page2{width:32%}#stacks_in_1379_page2 #jwresp_col1_stacks_in_1379_page2{float:left}#stacks_in_1379_page2 #jwresp_col3_stacks_in_1379_page2{float:right} @media screen and (max-width:770px){#stacks_in_1379_page2 #jwresp_col1_stacks_in_1379_page2,#stacks_in_1379_page2 #jwresp_col3_stacks_in_1379_page2{margin-bottom:20px}#stacks_in_1379_page2 #jwresp_col1_stacks_in_1379_page2{width:49%}#stacks_in_1379_page2 #jwresp_col3_stacks_in_1379_page2{width:49%}#stacks_in_1379_page2 #jwresp_col2_stacks_in_1379_page2{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1379_page2 #jwresp_col1_stacks_in_1379_page2,#stacks_in_1379_page2 #jwresp_col3_stacks_in_1379_page2,#stacks_in_1379_page2 #jwresp_col2_stacks_in_1379_page2{float:none;width:100%;display:block}#stacks_in_1379_page2 #jwresp_col1_stacks_in_1379_page2,#stacks_in_1379_page2 #jwresp_col3_stacks_in_1379_page2{margin-bottom:20px}} 
%[if edit]%
#stacks_in_1434_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1434_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1434_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1434_page2 .pile {
	display: none;
}

#stacks_in_1434_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1434_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1434_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1434_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1541_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1541_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1541_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1541_page2 .pile {
	display: none;
}

#stacks_in_1541_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1541_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1541_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1541_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1536_page2 a,
  #stacks_in_1536_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1536_page2 a:hover,
  #stacks_in_1536_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1536_page2 a i,
  #stacks_in_1536_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1536_page2 a:hover i,
  #stacks_in_1536_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1437_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1437_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1437_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1437_page2 .pile {
	display: none;
}

#stacks_in_1437_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1437_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1437_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1437_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1543_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1543_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1543_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1543_page2 .pile {
	display: none;
}

#stacks_in_1543_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1543_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1543_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1543_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1538_page2 a,
  #stacks_in_1538_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1538_page2 a:hover,
  #stacks_in_1538_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1538_page2 a i,
  #stacks_in_1538_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1538_page2 a:hover i,
  #stacks_in_1538_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1435_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1435_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1435_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1435_page2 .pile {
	display: none;
}

#stacks_in_1435_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1435_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1435_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1435_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1542_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1542_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1542_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1542_page2 .pile {
	display: none;
}

#stacks_in_1542_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1542_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1542_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1542_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1537_page2 a,
  #stacks_in_1537_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1537_page2 a:hover,
  #stacks_in_1537_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1537_page2 a i,
  #stacks_in_1537_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1537_page2 a:hover i,
  #stacks_in_1537_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1438_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1438_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1438_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1438_page2 .pile {
	display: none;
}

#stacks_in_1438_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1438_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1438_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1438_page2 .clearFloats {
	clear: both;
}



#stacks_in_1439_page2 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1439_page2 .jwresp_col{float:none} #stacks_in_1439_page2 #jwresp_col2_stacks_in_1439_page2{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_1439_page2 #jwresp_col1_stacks_in_1439_page2,#stacks_in_1439_page2 #jwresp_col3_stacks_in_1439_page2{width:32%}#stacks_in_1439_page2 #jwresp_col1_stacks_in_1439_page2{float:left}#stacks_in_1439_page2 #jwresp_col3_stacks_in_1439_page2{float:right} @media screen and (max-width:770px){#stacks_in_1439_page2 #jwresp_col1_stacks_in_1439_page2,#stacks_in_1439_page2 #jwresp_col3_stacks_in_1439_page2{margin-bottom:20px}#stacks_in_1439_page2 #jwresp_col1_stacks_in_1439_page2{width:49%}#stacks_in_1439_page2 #jwresp_col3_stacks_in_1439_page2{width:49%}#stacks_in_1439_page2 #jwresp_col2_stacks_in_1439_page2{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1439_page2 #jwresp_col1_stacks_in_1439_page2,#stacks_in_1439_page2 #jwresp_col3_stacks_in_1439_page2,#stacks_in_1439_page2 #jwresp_col2_stacks_in_1439_page2{float:none;width:100%;display:block}#stacks_in_1439_page2 #jwresp_col1_stacks_in_1439_page2,#stacks_in_1439_page2 #jwresp_col3_stacks_in_1439_page2{margin-bottom:20px}} 
%[if edit]%
#stacks_in_1442_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1442_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1442_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1442_page2 .pile {
	display: none;
}

#stacks_in_1442_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1442_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1442_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1442_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1544_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1544_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1544_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1544_page2 .pile {
	display: none;
}

#stacks_in_1544_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1544_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1544_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1544_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1539_page2 a,
  #stacks_in_1539_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1539_page2 a:hover,
  #stacks_in_1539_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1539_page2 a i,
  #stacks_in_1539_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1539_page2 a:hover i,
  #stacks_in_1539_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1449_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1449_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1449_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1449_page2 .pile {
	display: none;
}

#stacks_in_1449_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1449_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1449_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1449_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1546_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1546_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1546_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1546_page2 .pile {
	display: none;
}

#stacks_in_1546_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1546_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1546_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1546_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1547_page2 a,
  #stacks_in_1547_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1547_page2 a:hover,
  #stacks_in_1547_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1547_page2 a i,
  #stacks_in_1547_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1547_page2 a:hover i,
  #stacks_in_1547_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1456_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1456_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1456_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1456_page2 .pile {
	display: none;
}

#stacks_in_1456_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1456_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1456_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1456_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1545_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1545_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1545_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1545_page2 .pile {
	display: none;
}

#stacks_in_1545_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1545_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1545_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1545_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1540_page2 a,
  #stacks_in_1540_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1540_page2 a:hover,
  #stacks_in_1540_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1540_page2 a i,
  #stacks_in_1540_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1540_page2 a:hover i,
  #stacks_in_1540_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1461_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1461_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1461_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1461_page2 .pile {
	display: none;
}

#stacks_in_1461_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1461_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1461_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1461_page2 .clearFloats {
	clear: both;
}



#stacks_in_1462_page2 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1462_page2 .jwresp_col{float:none} #stacks_in_1462_page2 #jwresp_col2_stacks_in_1462_page2{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_1462_page2 #jwresp_col1_stacks_in_1462_page2,#stacks_in_1462_page2 #jwresp_col3_stacks_in_1462_page2{width:32%}#stacks_in_1462_page2 #jwresp_col1_stacks_in_1462_page2{float:left}#stacks_in_1462_page2 #jwresp_col3_stacks_in_1462_page2{float:right} @media screen and (max-width:770px){#stacks_in_1462_page2 #jwresp_col1_stacks_in_1462_page2,#stacks_in_1462_page2 #jwresp_col3_stacks_in_1462_page2{margin-bottom:20px}#stacks_in_1462_page2 #jwresp_col1_stacks_in_1462_page2{width:49%}#stacks_in_1462_page2 #jwresp_col3_stacks_in_1462_page2{width:49%}#stacks_in_1462_page2 #jwresp_col2_stacks_in_1462_page2{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1462_page2 #jwresp_col1_stacks_in_1462_page2,#stacks_in_1462_page2 #jwresp_col3_stacks_in_1462_page2,#stacks_in_1462_page2 #jwresp_col2_stacks_in_1462_page2{float:none;width:100%;display:block}#stacks_in_1462_page2 #jwresp_col1_stacks_in_1462_page2,#stacks_in_1462_page2 #jwresp_col3_stacks_in_1462_page2{margin-bottom:20px}} 
%[if edit]%
#stacks_in_1465_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1465_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1465_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1465_page2 .pile {
	display: none;
}

#stacks_in_1465_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1465_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1465_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1465_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1556_page2 a,
  #stacks_in_1556_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1556_page2 a:hover,
  #stacks_in_1556_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1556_page2 a i,
  #stacks_in_1556_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1556_page2 a:hover i,
  #stacks_in_1556_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1472_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1472_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1472_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1472_page2 .pile {
	display: none;
}

#stacks_in_1472_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1472_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1472_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1472_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1558_page2 a,
  #stacks_in_1558_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1558_page2 a:hover,
  #stacks_in_1558_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1558_page2 a i,
  #stacks_in_1558_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1558_page2 a:hover i,
  #stacks_in_1558_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1479_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1479_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1479_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1479_page2 .pile {
	display: none;
}

#stacks_in_1479_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1479_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1479_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1479_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1557_page2 a,
  #stacks_in_1557_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1557_page2 a:hover,
  #stacks_in_1557_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1557_page2 a i,
  #stacks_in_1557_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1557_page2 a:hover i,
  #stacks_in_1557_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1506_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1506_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1506_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1506_page2 .pile {
	display: none;
}

#stacks_in_1506_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1506_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1506_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1506_page2 .clearFloats {
	clear: both;
}



#stacks_in_1484_page2 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1484_page2 .jwresp_col{float:none} #stacks_in_1484_page2 #jwresp_col2_stacks_in_1484_page2{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_1484_page2 #jwresp_col1_stacks_in_1484_page2,#stacks_in_1484_page2 #jwresp_col3_stacks_in_1484_page2{width:32%}#stacks_in_1484_page2 #jwresp_col1_stacks_in_1484_page2{float:left}#stacks_in_1484_page2 #jwresp_col3_stacks_in_1484_page2{float:right} @media screen and (max-width:770px){#stacks_in_1484_page2 #jwresp_col1_stacks_in_1484_page2,#stacks_in_1484_page2 #jwresp_col3_stacks_in_1484_page2{margin-bottom:20px}#stacks_in_1484_page2 #jwresp_col1_stacks_in_1484_page2{width:49%}#stacks_in_1484_page2 #jwresp_col3_stacks_in_1484_page2{width:49%}#stacks_in_1484_page2 #jwresp_col2_stacks_in_1484_page2{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1484_page2 #jwresp_col1_stacks_in_1484_page2,#stacks_in_1484_page2 #jwresp_col3_stacks_in_1484_page2,#stacks_in_1484_page2 #jwresp_col2_stacks_in_1484_page2{float:none;width:100%;display:block}#stacks_in_1484_page2 #jwresp_col1_stacks_in_1484_page2,#stacks_in_1484_page2 #jwresp_col3_stacks_in_1484_page2{margin-bottom:20px}} 
%[if edit]%
#stacks_in_1487_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1487_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1487_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1487_page2 .pile {
	display: none;
}

#stacks_in_1487_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1487_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1487_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1487_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1565_page2 a,
  #stacks_in_1565_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1565_page2 a:hover,
  #stacks_in_1565_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1565_page2 a i,
  #stacks_in_1565_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1565_page2 a:hover i,
  #stacks_in_1565_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_1507_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1507_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1507_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1507_page2 .pile {
	display: none;
}

#stacks_in_1507_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1507_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1507_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1507_page2 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1501_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1501_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1501_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1501_page2 .pile {
	display: none;
}

#stacks_in_1501_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1501_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1501_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1501_page2 .clearFloats {
	clear: both;
}



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


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

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

  

}


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


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

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_1566_page2 a,
  #stacks_in_1566_page2 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1566_page2 a:hover,
  #stacks_in_1566_page2 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_1566_page2 a i,
  #stacks_in_1566_page2 a:visited i {
    background-color: rgba(11, 98, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1566_page2 a:hover i,
  #stacks_in_1566_page2 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  




%[if edit]%
#stacks_in_157_page2_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_157_page2_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_157_page2 .layer {
	float: left;
}

%[if ]%	
#stacks_in_157_page2 .pile {
	display: none;
}

#stacks_in_157_page2 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_157_page2 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_157_page2 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_157_page2 .clearFloats {
	clear: both;
}



