#stacks_in_716{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_716 .c+.c .count{margin-left: 4px;}
#stacks_in_716.s3 .c.s2_3 .count,#stacks_in_716.s4 .c.s2_4 .count,#stacks_in_716.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_716.s2 .c.s1_2 .c-pad,#stacks_in_716.s3 .c.s1_3 .c-pad,#stacks_in_716.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_716.s3 .c.s2_3 .c-pad,#stacks_in_716.s4 .c.s2_4 .c-pad,#stacks_in_716.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_716.s2 .c.s2_2 .c-pad,#stacks_in_716.s3 .c.s3_3 .c-pad,#stacks_in_716.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_716 .c+.c .count,
	#stacks_in_716.s3 .c.s2_3 .count,
	#stacks_in_716.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_716 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_716 .c:first-child,#stacks_in_716.s4 .c.s1_4,#stacks_in_716.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_716 .c:last-child,#stacks_in_716.s4 .c.s3_4,#stacks_in_716.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_716.s2 .c-pad,#stacks_in_716.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_716.s4 .c.s2_4 .count,
	#stacks_in_716.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_716.s4 .c {width: 49.2%;}
	#stacks_in_716.s4 .c.s1_4 .c-pad,#stacks_in_716.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_716.s4 .c.s2_4 .c-pad,#stacks_in_716.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_716 .count{ margin-left: 0 !important;}
	#stacks_in_716 .c .c-pad{padding: 0 !important;}
	#stacks_in_716.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_716 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/*  */
#view-more-stacks_in_720 {
  /*  */
  /*  */
  background: #4B7987;
  background: linear-gradient(to bottom, #4B7987, #141E30);
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 0px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_720 .vm-header {
    padding-top: 115px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_720 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_720 .vm-header-icon {
      top: 15px;
      height: 100px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_720 .vm-header-icon i {
        /*  */
        background: rgba(218, 173, 134, 1.00);
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 70px;
        height: 70px;
        font-size: 30px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_720 .vm-header-title, #view-more-stacks_in_720 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_720 .vm-header-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 28px;
      line-height: 45.304001px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 10px auto; }
    #view-more-stacks_in_720 .vm-header-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      line-height: 22.652000px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_720 .vm-footer {
    padding: 30px 10px 30px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_720 .vm-footer-actions a, #view-more-stacks_in_720 .vm-footer-actions a:visited {
      /*  */
      font-family: "Varela";
      /*  */
      /*  */
      background: rgba(218, 173, 134, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(49, 44, 50, 1.00);
      font-size: 16px;
      padding: 20px 30px;
      border-radius: 5px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_720 .vm-footer-actions a:hover, #view-more-stacks_in_720 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_720 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_720 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_720 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_720 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 0.50);
    overflow: hidden; }
    #view-more-stacks_in_720 .vm-content h1, #view-more-stacks_in_720 .vm-content h2, #view-more-stacks_in_720 .vm-content h3, #view-more-stacks_in_720 .vm-content h4, #view-more-stacks_in_720 .vm-content h5, #view-more-stacks_in_720 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_720 .vm-content a {
      color: rgba(152, 218, 252, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_720 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_720 .vm-content-inner {
      /*  */
      font-family: "Varela";
      /*  */
      padding: 30px 10px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_720 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_720.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_720.expanded .vm-header {
    min-height: 70px;
    padding-left: 95px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.30);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_720.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_720.expanded .vm-header-icon {
      top: 0;
      width: 70px;
      left: 15px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_720.expanded .vm-header-icon i {
        width: 70px;
        height: 70px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_720.expanded .vm-header-title, #view-more-stacks_in_720.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_720.expanded .vm-header-title {
      font-size: 20px;
      line-height: 32.360001px;
      margin-bottom: 10px; }
    #view-more-stacks_in_720.expanded .vm-header-description {
      font-size: 14px;
      line-height: 22.652000px; }
  #view-more-stacks_in_720.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_720.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(0, 0, 0, 0.30);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_720.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_720.expanded.no-action-button a.vm-action-go {
    display: none; }
#stacks_in_721{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_721 .c+.c .count{margin-left: 4px;}
#stacks_in_721.s3 .c.s2_3 .count,#stacks_in_721.s4 .c.s2_4 .count,#stacks_in_721.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_721.s2 .c.s1_2 .c-pad,#stacks_in_721.s3 .c.s1_3 .c-pad,#stacks_in_721.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_721.s3 .c.s2_3 .c-pad,#stacks_in_721.s4 .c.s2_4 .c-pad,#stacks_in_721.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_721.s2 .c.s2_2 .c-pad,#stacks_in_721.s3 .c.s3_3 .c-pad,#stacks_in_721.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_721 .c+.c .count,
	#stacks_in_721.s3 .c.s2_3 .count,
	#stacks_in_721.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_721 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_721 .c:first-child,#stacks_in_721.s4 .c.s1_4,#stacks_in_721.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_721 .c:last-child,#stacks_in_721.s4 .c.s3_4,#stacks_in_721.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_721.s2 .c-pad,#stacks_in_721.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_721.s4 .c.s2_4 .count,
	#stacks_in_721.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_721.s4 .c {width: 49.2%;}
	#stacks_in_721.s4 .c.s1_4 .c-pad,#stacks_in_721.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_721.s4 .c.s2_4 .c-pad,#stacks_in_721.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_721 .count{ margin-left: 0 !important;}
	#stacks_in_721 .c .c-pad{padding: 0 !important;}
	#stacks_in_721.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}











#embedIframestacks_in_725 {
	width: 100%;
	height: 525px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	display: block;
}




















#embedIframestacks_in_729 {
	width: 100%;
	height: 525px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	display: block;
}









#stacks_in_730{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_730 .c+.c .count{margin-left: 4px;}
#stacks_in_730.s3 .c.s2_3 .count,#stacks_in_730.s4 .c.s2_4 .count,#stacks_in_730.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_730.s2 .c.s1_2 .c-pad,#stacks_in_730.s3 .c.s1_3 .c-pad,#stacks_in_730.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_730.s3 .c.s2_3 .c-pad,#stacks_in_730.s4 .c.s2_4 .c-pad,#stacks_in_730.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_730.s2 .c.s2_2 .c-pad,#stacks_in_730.s3 .c.s3_3 .c-pad,#stacks_in_730.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_730 .c+.c .count,
	#stacks_in_730.s3 .c.s2_3 .count,
	#stacks_in_730.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_730 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_730 .c:first-child,#stacks_in_730.s4 .c.s1_4,#stacks_in_730.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_730 .c:last-child,#stacks_in_730.s4 .c.s3_4,#stacks_in_730.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_730.s2 .c-pad,#stacks_in_730.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_730.s4 .c.s2_4 .count,
	#stacks_in_730.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_730.s4 .c {width: 49.2%;}
	#stacks_in_730.s4 .c.s1_4 .c-pad,#stacks_in_730.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_730.s4 .c.s2_4 .c-pad,#stacks_in_730.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_730 .count{ margin-left: 0 !important;}
	#stacks_in_730 .c .c-pad{padding: 0 !important;}
	#stacks_in_730.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}











#embedIframestacks_in_734 {
	width: 100%;
	height: 525px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	display: block;
}




















#embedIframestacks_in_738 {
	width: 100%;
	height: 525px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	display: block;
}









#stacks_in_739{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_739 .c+.c .count{margin-left: 4px;}
#stacks_in_739.s3 .c.s2_3 .count,#stacks_in_739.s4 .c.s2_4 .count,#stacks_in_739.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_739.s2 .c.s1_2 .c-pad,#stacks_in_739.s3 .c.s1_3 .c-pad,#stacks_in_739.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_739.s3 .c.s2_3 .c-pad,#stacks_in_739.s4 .c.s2_4 .c-pad,#stacks_in_739.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_739.s2 .c.s2_2 .c-pad,#stacks_in_739.s3 .c.s3_3 .c-pad,#stacks_in_739.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_739 .c+.c .count,
	#stacks_in_739.s3 .c.s2_3 .count,
	#stacks_in_739.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_739 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_739 .c:first-child,#stacks_in_739.s4 .c.s1_4,#stacks_in_739.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_739 .c:last-child,#stacks_in_739.s4 .c.s3_4,#stacks_in_739.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_739.s2 .c-pad,#stacks_in_739.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_739.s4 .c.s2_4 .count,
	#stacks_in_739.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_739.s4 .c {width: 49.2%;}
	#stacks_in_739.s4 .c.s1_4 .c-pad,#stacks_in_739.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_739.s4 .c.s2_4 .c-pad,#stacks_in_739.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_739 .count{ margin-left: 0 !important;}
	#stacks_in_739 .c .c-pad{padding: 0 !important;}
	#stacks_in_739.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}











#embedIframestacks_in_743 {
	width: 100%;
	height: 525px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	display: block;
}




















#embedIframestacks_in_747 {
	width: 100%;
	height: 525px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	display: block;
}









#stacks_in_751{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_751 .c+.c .count{margin-left: 4px;}
#stacks_in_751.s3 .c.s2_3 .count,#stacks_in_751.s4 .c.s2_4 .count,#stacks_in_751.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_751.s2 .c.s1_2 .c-pad,#stacks_in_751.s3 .c.s1_3 .c-pad,#stacks_in_751.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_751.s3 .c.s2_3 .c-pad,#stacks_in_751.s4 .c.s2_4 .c-pad,#stacks_in_751.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_751.s2 .c.s2_2 .c-pad,#stacks_in_751.s3 .c.s3_3 .c-pad,#stacks_in_751.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_751 .c+.c .count,
	#stacks_in_751.s3 .c.s2_3 .count,
	#stacks_in_751.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_751 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_751 .c:first-child,#stacks_in_751.s4 .c.s1_4,#stacks_in_751.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_751 .c:last-child,#stacks_in_751.s4 .c.s3_4,#stacks_in_751.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_751.s2 .c-pad,#stacks_in_751.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_751.s4 .c.s2_4 .count,
	#stacks_in_751.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_751.s4 .c {width: 49.2%;}
	#stacks_in_751.s4 .c.s1_4 .c-pad,#stacks_in_751.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_751.s4 .c.s2_4 .c-pad,#stacks_in_751.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_751 .count{ margin-left: 0 !important;}
	#stacks_in_751 .c .c-pad{padding: 0 !important;}
	#stacks_in_751.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_751 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/*  */
#view-more-stacks_in_755 {
  /*  */
  /*  */
  background: #4B7987;
  background: linear-gradient(to bottom, #4B7987, #141E30);
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 0px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_755 .vm-header {
    padding-top: 115px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_755 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_755 .vm-header-icon {
      top: 15px;
      height: 100px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_755 .vm-header-icon i {
        /*  */
        background: rgba(218, 173, 134, 1.00);
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 70px;
        height: 70px;
        font-size: 30px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_755 .vm-header-title, #view-more-stacks_in_755 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_755 .vm-header-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 28px;
      line-height: 45.304001px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 10px auto; }
    #view-more-stacks_in_755 .vm-header-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      line-height: 22.652000px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_755 .vm-footer {
    padding: 30px 10px 30px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_755 .vm-footer-actions a, #view-more-stacks_in_755 .vm-footer-actions a:visited {
      /*  */
      font-family: "Varela";
      /*  */
      /*  */
      background: rgba(218, 173, 134, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(49, 44, 50, 1.00);
      font-size: 16px;
      padding: 20px 30px;
      border-radius: 5px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_755 .vm-footer-actions a:hover, #view-more-stacks_in_755 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_755 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_755 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_755 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_755 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 0.50);
    overflow: hidden; }
    #view-more-stacks_in_755 .vm-content h1, #view-more-stacks_in_755 .vm-content h2, #view-more-stacks_in_755 .vm-content h3, #view-more-stacks_in_755 .vm-content h4, #view-more-stacks_in_755 .vm-content h5, #view-more-stacks_in_755 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_755 .vm-content a {
      color: rgba(152, 218, 252, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_755 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_755 .vm-content-inner {
      /*  */
      font-family: "Varela";
      /*  */
      padding: 30px 10px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_755 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_755.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_755.expanded .vm-header {
    min-height: 70px;
    padding-left: 95px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.30);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_755.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_755.expanded .vm-header-icon {
      top: 0;
      width: 70px;
      left: 15px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_755.expanded .vm-header-icon i {
        width: 70px;
        height: 70px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_755.expanded .vm-header-title, #view-more-stacks_in_755.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_755.expanded .vm-header-title {
      font-size: 20px;
      line-height: 32.360001px;
      margin-bottom: 10px; }
    #view-more-stacks_in_755.expanded .vm-header-description {
      font-size: 14px;
      line-height: 22.652000px; }
  #view-more-stacks_in_755.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_755.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(0, 0, 0, 0.30);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_755.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_755.expanded.no-action-button a.vm-action-go {
    display: none; }
#stacks_in_774{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_774 .c+.c .count{margin-left: 4px;}
#stacks_in_774.s3 .c.s2_3 .count,#stacks_in_774.s4 .c.s2_4 .count,#stacks_in_774.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_774.s2 .c.s1_2 .c-pad,#stacks_in_774.s3 .c.s1_3 .c-pad,#stacks_in_774.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_774.s3 .c.s2_3 .c-pad,#stacks_in_774.s4 .c.s2_4 .c-pad,#stacks_in_774.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_774.s2 .c.s2_2 .c-pad,#stacks_in_774.s3 .c.s3_3 .c-pad,#stacks_in_774.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_774 .c+.c .count,
	#stacks_in_774.s3 .c.s2_3 .count,
	#stacks_in_774.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_774 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_774 .c:first-child,#stacks_in_774.s4 .c.s1_4,#stacks_in_774.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_774 .c:last-child,#stacks_in_774.s4 .c.s3_4,#stacks_in_774.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_774.s2 .c-pad,#stacks_in_774.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_774.s4 .c.s2_4 .count,
	#stacks_in_774.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_774.s4 .c {width: 49.2%;}
	#stacks_in_774.s4 .c.s1_4 .c-pad,#stacks_in_774.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_774.s4 .c.s2_4 .c-pad,#stacks_in_774.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_774 .count{ margin-left: 0 !important;}
	#stacks_in_774 .c .c-pad{padding: 0 !important;}
	#stacks_in_774.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}











#embedIframestacks_in_782 {
	width: 100%;
	height: 525px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	display: block;
}




















#embedIframestacks_in_865 {
	width: 100%;
	height: 525px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	display: block;
}









