/*

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?ddr21z');
  src:  url('../files/icons/velvet.eot?ddr21z#iefix') format('embedded-opentype'),
  url('../files/icons/velvet.woff2?ddr21z') format('woff2'),
  url('../files/icons/velvet.ttf?ddr21z') format('truetype'),
  url('../files/icons/velvet.woff?ddr21z') format('woff'),
  url('../files/icons/velvet.svg?ddr21z#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;
  font-family: arial;
}

.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-align: center;
  text-shadow: none;
  transition: color 300ms;
}
.velvet-icon:after {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.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;
}
.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;
}

@media screen and (min-width: 600px) {
  .velvet_placeholder{
    height: 0;
    padding-top: 50%;
  }
}


.velvet_placeholder img{
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}


.velvet_placeholder .velvet-icon{
  display: none;
}
.no_image + .velvet-icon{
  display: block;
}


.vzoom-img-in{
  transition: opacity .4s .1s;
  position: relative;
}
.vzoom-img-in img{
  margin: 0;
}
.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 */

#stacks_in_450{
	max-width: 1000px;margin: 0 auto;
}
#stacks_in_450{
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_450{
		padding: 0px 0px 0px 0px;
	}
}#stacks_in_456>.s3_row {
	margin: 0 -20px;
}

#stacks_in_456>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_456>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_456>.s3_row>.s3_column {
	padding: 0 20px;
}










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


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


}



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


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


}






#stacks_in_542 {
	padding: 0px 0px 15px 0px;
}
#stacks_in_539>.s3_row {
	margin: 0 -0px;
}

#stacks_in_539>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_539>.s3_row>.s3_column_right {
	width: 68.000000%;
}




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










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



}



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



}






#stacks_in_459 {
	margin: 0px 30px 0px 0px;
}

#stacks_in_545 {
	font-size: 95%;
}
#stacks_in_636 .velvet-icon{
  font-size: 6vw;
  color: rgba(216, 255, 14, 0.90);
  top: 50%; left: 0; transform: translateY(-50%);;
  padding:30px;
  text-shadow: rgba(0, 0, 0, 0.29) 0 0 10px,rgba(0, 0, 0, 0.29) 0 0 30px,rgba(0, 0, 0, 0.29) 0 0 50px;
}
#stacks_in_636 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.49) 0 0 10px,rgba(0, 0, 0, 0.49) 0 0 30px,rgba(0, 0, 0, 0.49) 0 0 50px;
}

  #stacks_in_636 .velvet-icon{font-size: 78px;}


#stacks_in_636 .vzoom-img-in:hover .velvet-icon{color: rgba(216, 255, 14, 1.00);}
#stacks_in_636 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.15);border-radius:12px;}
#stacks_in_636 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.37);}
#stacks_in_636 .vzoom-img-in img{border-radius:12px;}


#stacks_in_636 .velvet-icon:after {
content: "WATCH";
display: block;
font-size: 18px;
font-weight: bold;
padding-top: 10px;
}

#stacks_in_643{
	max-width: 600px;margin: 0 auto;
}
#stacks_in_643{
	padding: 0px 0px 10px 0px;
}
@media screen and (min-width: 900px){
	#stacks_in_643{
		padding: 0px 40px 0px 40px;
	}
}#stacks_in_644 .velvet-icon{
  font-size: 6vw;
  color: rgba(216, 255, 14, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:0px;
  text-shadow: rgba(0, 0, 0, 1.00) 0 0 10px,rgba(0, 0, 0, 1.00) 0 0 30px,rgba(0, 0, 0, 1.00) 0 0 50px;
}
#stacks_in_644 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 1.00) 0 0 10px,rgba(0, 0, 0, 1.00) 0 0 30px,rgba(0, 0, 0, 1.00) 0 0 50px;
}

  #stacks_in_644 .velvet-icon{font-size: 92px;}


#stacks_in_644 .vzoom-img-in:hover .velvet-icon{color: rgba(250, 250, 250, 1.00);}
#stacks_in_644 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.00);border-radius:0px;}
#stacks_in_644 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.00);}
#stacks_in_644 .vzoom-img-in img{border-radius:0px;}


#stacks_in_644 .velvet-icon:after {
content: "WATCH";
display: block;
font-size: 22px;
font-weight: bold;
padding-top: 10px;
}
#stacks_in_423.aspen_split{
	position: relative;
	font-size: 18px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_423.aspen_split{
		padding: 50px 0px 0px 0px;
	}
}
#stacks_in_423.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_423.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_423.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	
}

#stacks_in_423.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_423 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_423.aspen_split .max_width_wrap_content{
	max-width: 1200px;
	margin: 0 auto;
}

#stacks_in_423.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 1.00));
}

 
#stacks_in_423.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_423.aspen_split h1, 
#stacks_in_423.aspen_split h2,
#stacks_in_423.aspen_split h3, 
#stacks_in_423.aspen_split h4, 
#stacks_in_423.aspen_split h5, 
#stacks_in_423.aspen_split h6{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_423.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_423.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
#stacks_in_396 {
	margin: 20px 30px 30px 30px;
}

#stacks_in_421 {
	padding: 0px 0px 70px 0px;
}

#stacks_in_422 {
	font-size: 90%;
}
#stacks_in_620.aspen_split{
	position: relative;
	font-size: 18px;
	padding: 20px 20px 20px 20px;
}
@media screen and (min-width: 770px){
	#stacks_in_620.aspen_split{
		padding: 80px 30px 80px 30px;
	}
}
#stacks_in_620.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_620.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_620.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	
}

#stacks_in_620.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_620 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_620.aspen_split .max_width_wrap_content{
	max-width: 950px;
	margin: 0 auto;
}

#stacks_in_620.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(248, 248, 248, 1.00), rgba(239, 239, 239, 1.00));
}

 
#stacks_in_620.aspen_split{color:rgba(148, 148, 148, 1.00);} 
#stacks_in_620.aspen_split h1, 
#stacks_in_620.aspen_split h2,
#stacks_in_620.aspen_split h3, 
#stacks_in_620.aspen_split h4, 
#stacks_in_620.aspen_split h5, 
#stacks_in_620.aspen_split h6{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_620.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_620.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
#stacks_in_594 {
	margin: 0px 0px 25px 0px;
}
#stacks_in_588>.s3_row {
	margin: 0 -20px;
}

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

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

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

#stacks_in_588>.s3_row>.s3_column {
	padding: 0 20px;
}








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



}



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


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


}




#stacks_in_592 {
	margin: 0px 0px 40px 0px;
}

#stacks_in_596 {
	margin: 0px 0px 40px 0px;
}

#stacks_in_628 {
	margin: 0px 0px 40px 0px;
}
#stacks_in_600>.s3_row {
	margin: 0 -20px;
}

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

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

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

#stacks_in_600>.s3_row>.s3_column {
	padding: 0 20px;
}








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



}



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


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


}




#stacks_in_630 {
	margin: 0px 0px 40px 0px;
}

#stacks_in_604 {
	margin: 0px 0px 40px 0px;
}

#stacks_in_606 {
	margin: 0px 0px 40px 0px;
}
#stacks_in_610>.s3_row {
	margin: 0 -20px;
}

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

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

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

#stacks_in_610>.s3_row>.s3_column {
	padding: 0 20px;
}








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



}



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


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


}




#stacks_in_611 {
	margin: 0px 0px 40px 0px;
}

#stacks_in_614 {
	margin: 0px 0px 40px 0px;
}

#stacks_in_617 {
	margin: 0px 0px 40px 0px;
}
#stacks_in_622>.s3_row {
	margin: 0 -20px;
}

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

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

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

#stacks_in_622>.s3_row>.s3_column {
	padding: 0 20px;
}








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



}



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


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


}




#stacks_in_608 {
	margin: 0px 0px 40px 0px;
}

#stacks_in_626 {
	margin: 0px 0px 40px 0px;
}
#stacks_in_80.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 80px 30px 70px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_80.aspen_split{
		padding: 190px 30px 190px 30px;
	}
}
#stacks_in_80.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_80.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_80.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.6;
	
	background-size: cover;
}

#stacks_in_80.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_80 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_80.aspen_split .max_width_wrap_content{
	max-width: 590px;
	margin: 0 auto;
}

#stacks_in_80.aspen_split{
	text-align:center;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 1.00));
}

 
#stacks_in_80.aspen_split{color:rgba(255, 255, 255, 1.00);} 
#stacks_in_80.aspen_split h1, 
#stacks_in_80.aspen_split h2,
#stacks_in_80.aspen_split h3, 
#stacks_in_80.aspen_split h4, 
#stacks_in_80.aspen_split h5, 
#stacks_in_80.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_80.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_80.aspen_split a:hover{color: rgba(255, 255, 255, 1.00);}
#stacks_in_461 {
	margin: 0px 0px 30px 0px;
}

#stacks_out_461 {
	width: 120px;
}
#stacks_in_646.aspen_split{
	position: relative;
	font-size: 16px;
	padding: 50px 30px 40px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_646.aspen_split{
		padding: 100px 80px 100px 60px;
	}
}
#stacks_in_646.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_646.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_646.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	
}

#stacks_in_646.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_646 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_646.aspen_split .max_width_wrap_content{
	max-width: 800px;
	margin: 0 auto;
}

#stacks_in_646.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 1.00));
}

 
#stacks_in_646.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_646.aspen_split h1, 
#stacks_in_646.aspen_split h2,
#stacks_in_646.aspen_split h3, 
#stacks_in_646.aspen_split h4, 
#stacks_in_646.aspen_split h5, 
#stacks_in_646.aspen_split h6{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_646.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_646.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
#stacks_in_647 {
	padding: 0px 0px 40px 0px;
}

#stacks_in_649 {
	font-size: 115%;
}
#stacks_in_650>.s3_row {
	margin: 0 -30px;
}

#stacks_in_650>.s3_row>.s3_column_left {
	width: 44.00%;
}

#stacks_in_650>.s3_row>.s3_column_right {
	width: 56.000000%;
}




#stacks_in_650>.s3_row>.s3_column {
	padding: 0 30px;
}










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


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


}



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


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


}





#stacks_in_654 .velvet-icon{
  font-size: 6vw;
  color: rgba(216, 255, 14, 1.00);
  top: 0; left: 0;;
  padding:30px;
  text-shadow: rgba(0, 0, 0, 0.23) 0 0 10px,rgba(0, 0, 0, 0.23) 0 0 30px,rgba(0, 0, 0, 0.23) 0 0 50px;
}
#stacks_in_654 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.48) 0 0 10px,rgba(0, 0, 0, 0.48) 0 0 30px,rgba(0, 0, 0, 0.48) 0 0 50px;
}

  #stacks_in_654 .velvet-icon{font-size: 70px;}


#stacks_in_654 .vzoom-img-in:hover .velvet-icon{color: rgba(216, 255, 14, 1.00);}
#stacks_in_654 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.00);border-radius:10px;}
#stacks_in_654 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.20);}
#stacks_in_654 .vzoom-img-in img{border-radius:10px;}


#stacks_in_654 .velvet-icon:after {
content: "WATCH";
display: block;
font-size: 16px;
font-weight: bold;
padding-top: 10px;
}
#stacks_in_469.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 60px 30px 80px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_469.aspen_split{
		padding: 180px 30px 120px 30px;
	}
}
#stacks_in_469.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_469.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_469.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	background-size: cover;
}

#stacks_in_469.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_469 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_469.aspen_split .max_width_wrap_content{
	max-width: 700px;
	margin: 0 auto;
}

#stacks_in_469.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 1.00));
}

 
#stacks_in_469.aspen_split{color:rgba(255, 255, 255, 1.00);} 
#stacks_in_469.aspen_split h1, 
#stacks_in_469.aspen_split h2,
#stacks_in_469.aspen_split h3, 
#stacks_in_469.aspen_split h4, 
#stacks_in_469.aspen_split h5, 
#stacks_in_469.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_469.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_469.aspen_split a:hover{color: rgba(255, 255, 255, 1.00);}
#stacks_in_661 {
	padding: 0px 0px 50px 0px;
}

#stacks_out_661 {
	width: 250px;
}

#stacks_in_665 {
	padding: 0px 0px 20px 0px;
}

#stacks_out_665 {
	width: 90px;
}

#stacks_out_669 {
	width: 150px;
}
#stacks_in_511.aspen_split{
	position: relative;
	font-size: 13px;
	padding: 0px 30px 40px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_511.aspen_split{
		padding: 110px 80px 100px 60px;
	}
}
#stacks_in_511.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_511.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_511.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	
}

#stacks_in_511.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_511 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_511.aspen_split .max_width_wrap_content{
	max-width: 850px;
	margin: 0 auto;
}

#stacks_in_511.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 1.00));
}

 
#stacks_in_511.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_511.aspen_split h1, 
#stacks_in_511.aspen_split h2,
#stacks_in_511.aspen_split h3, 
#stacks_in_511.aspen_split h4, 
#stacks_in_511.aspen_split h5, 
#stacks_in_511.aspen_split h6{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_511.aspen_split a{color: rgba(128, 80, 175, 1.00);} 
#stacks_in_511.aspen_split a:hover{color: rgba(161, 101, 222, 1.00);}#stacks_in_512>.s3_row {
	margin: 0 -30px;
}

#stacks_in_512>.s3_row>.s3_column_left {
	width: 46.79%;
}

#stacks_in_512>.s3_row>.s3_column_right {
	width: 53.209999%;
}




#stacks_in_512>.s3_row>.s3_column {
	padding: 0 30px;
}










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


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


}



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


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


}






#stacks_in_522 {
	padding: 10px 0px 10px 0px;
}

#stacks_in_671 {
	padding: 20px 0px 0px 0px;
}
