/*

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: 900px) {
  .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=89)";
  opacity: .89;
}
.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: 900px) {
  .vzoom-img-in .embed-container{
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .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_page0{
	max-width: 1000px;margin: 0 auto;
}
#stacks_in_450_page0{
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_450_page0{
		padding: 0px 0px 0px 0px;
	}
}#stacks_in_423_page0.aspen_split{
	position: relative;
	font-size: 18px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_423_page0.aspen_split{
		padding: 30px 0px 100px 0px;
	}
}
#stacks_in_423_page0.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_423_page0.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_page0.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_page0.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_423_page0 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


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

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

 
#stacks_in_423_page0.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_423_page0.aspen_split h1, 
#stacks_in_423_page0.aspen_split h2,
#stacks_in_423_page0.aspen_split h3, 
#stacks_in_423_page0.aspen_split h4, 
#stacks_in_423_page0.aspen_split h5, 
#stacks_in_423_page0.aspen_split h6{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_423_page0.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_423_page0.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}#stacks_in_651_page0>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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



}






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

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

#stacks_in_645_page0 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_829_page0>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}






#stacks_in_829_page0 {
	padding: 0px 0px 60px 0px;
}

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

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

#stacks_in_836_page0 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_620_page0.aspen_split{
	position: relative;
	font-size: 18px;
	padding: 20px 20px 20px 20px;
}
@media screen and (min-width: 770px){
	#stacks_in_620_page0.aspen_split{
		padding: 80px 30px 80px 30px;
	}
}
#stacks_in_620_page0.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_620_page0.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_page0.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_page0.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_620_page0 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


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

#stacks_in_620_page0.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_page0.aspen_split{color:rgba(148, 148, 148, 1.00);} 
#stacks_in_620_page0.aspen_split h1, 
#stacks_in_620_page0.aspen_split h2,
#stacks_in_620_page0.aspen_split h3, 
#stacks_in_620_page0.aspen_split h4, 
#stacks_in_620_page0.aspen_split h5, 
#stacks_in_620_page0.aspen_split h6{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_620_page0.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_620_page0.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);} #stacks_in_664_page0 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_664_page0 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_664_page0 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_664_page0 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_664_page0 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_664_page0 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_664_page0 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_664_page0 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_664_page0 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_664_page0 hr.cloudy:after{content:"\00a0"}#stacks_in_664_page0 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_664_page0 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_664_page0 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_664_page0 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_664_page0 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_664_page0 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_664_page0 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_664_page0 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_out_664_page0 {
	width: 80%;
}

#stacks_in_664_page0 {
	padding: 0px 0px 10px 0px;
}
/* Start Defender stack CSS code */#stacks_in_655_page0{	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.stacks_in_655_page0edit{	background: rgba(0,0,0,0.1);	border-radius: 4px;}.stacks_in_655_page0info{	background: #5A5A6C;	padding: 3px 10px 3px 10px;	margin: 10px 0px 20px 0px;	text-align: center;	color: #fff;	border-top-left-radius: 4px;	border-top-right-radius: 4px;}/* End Defender stack CSS code */
#stacks_in_655_page0 {
	padding: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_656_page0Calligrapher{			font-size: 200% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_656_page0Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_656_page0Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_656_page0Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_656_page0Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_656_page0Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_656_page0Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_656_page0Calligrapher h6, .stacks_in_656_page0Calligrapher h5, .stacks_in_656_page0Calligrapher h4, .stacks_in_656_page0Calligrapher h3, .stacks_in_656_page0Calligrapher h2, .stacks_in_656_page0Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_656_page0Calligrapher, .stacks_in_656_page0Calligrapher h1, .stacks_in_656_page0Calligrapher h2, .stacks_in_656_page0Calligrapher h3, .stacks_in_656_page0Calligrapher h4, .stacks_in_656_page0Calligrapher h5, .stacks_in_656_page0Calligrapher h6{	font-family: "Didot" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_656_page0targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_656_page0Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_656_page0Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_656_page0Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_656_page0Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_656_page0 {
	padding: 0px 0px 10px 0px;
}
 #stacks_in_749_page0 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_749_page0 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_749_page0 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_749_page0 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_749_page0 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_749_page0 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_749_page0 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_749_page0 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_749_page0 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_749_page0 hr.cloudy:after{content:"\00a0"}#stacks_in_749_page0 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_749_page0 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_749_page0 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_749_page0 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_749_page0 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_749_page0 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_749_page0 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_749_page0 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_out_749_page0 {
	width: 80%;
}

#stacks_in_749_page0 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_965_page0_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_965_page0 a:link, #stacks_in_965_page0 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_965_page0 a:hover, #stacks_in_965_page0 a:active {
	color:#FFFFFF;
}







#stacks_in_965_page0 a:link, #stacks_in_965_page0 a:visited {
	background-color:#926B8C;
	background: -webkit-gradient(linear, left top, left bottom, from(#926B8C), to(#574054));
	border:1px solid #574054;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_965_page0 a:hover {
	background-color:#9D7497;
	background: -webkit-gradient(linear, left top, left bottom, from(#9D7497), to(#4C3748));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_965_page0 a:active {
	background-color:#926B8C;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



 #stacks_in_750_page0 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_750_page0 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_750_page0 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_750_page0 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_750_page0 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_750_page0 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_750_page0 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_750_page0 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_750_page0 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_750_page0 hr.cloudy:after{content:"\00a0"}#stacks_in_750_page0 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_750_page0 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_750_page0 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_750_page0 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_750_page0 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_750_page0 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_750_page0 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_750_page0 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_out_750_page0 {
	width: 80%;
}

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

#stacks_in_666_page0 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_668_page0 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_668_page0 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_668_page0 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_668_page0 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_668_page0 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_668_page0 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_668_page0 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_668_page0 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_668_page0 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_668_page0 hr.cloudy:after{content:"\00a0"}#stacks_in_668_page0 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_668_page0 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_668_page0 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_668_page0 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_668_page0 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_668_page0 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_668_page0 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_668_page0 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_670_page0 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_676_page0 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_676_page0 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_676_page0 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_676_page0 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_676_page0 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_676_page0 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_676_page0 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_676_page0 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_676_page0 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_676_page0 hr.cloudy:after{content:"\00a0"}#stacks_in_676_page0 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_676_page0 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_676_page0 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_676_page0 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_676_page0 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_676_page0 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_676_page0 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_676_page0 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_out_676_page0 {
	width: 90%;
}

#stacks_in_676_page0 {
	padding: 10px 0px 5px 0px;
}

#stacks_in_677_page0 {
	background-color: rgba(230, 230, 230, 0.50);
}

#stacks_in_678_page0 {
	padding: 10px 0px 0px 0px;
}
 #stacks_in_685_page0 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_685_page0 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_685_page0 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_685_page0 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_685_page0 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_685_page0 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_685_page0 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_685_page0 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_685_page0 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_685_page0 hr.cloudy:after{content:"\00a0"}#stacks_in_685_page0 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_685_page0 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_685_page0 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_685_page0 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_685_page0 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_685_page0 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_685_page0 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_685_page0 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_out_685_page0 {
	width: 90%;
}

#stacks_in_685_page0 {
	padding: 5px 0px 5px 0px;
}

#stacks_in_686_page0 {
	padding: 10px 0px 0px 0px;
}
#stacks_in_469_page0.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 60px 30px 80px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_469_page0.aspen_split{
		padding: 180px 30px 120px 30px;
	}
}
#stacks_in_469_page0.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_469_page0.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_page0.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.4;
	
	background-size: cover;
}

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


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

#stacks_in_469_page0.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_page0.aspen_split{color:rgba(255, 255, 255, 1.00);} 
#stacks_in_469_page0.aspen_split h1, 
#stacks_in_469_page0.aspen_split h2,
#stacks_in_469_page0.aspen_split h3, 
#stacks_in_469_page0.aspen_split h4, 
#stacks_in_469_page0.aspen_split h5, 
#stacks_in_469_page0.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_469_page0.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_469_page0.aspen_split a:hover{color: rgba(255, 255, 255, 1.00);}#stacks_in_481_page0>.s3_row {
	margin: 0 -10px;
}

#stacks_in_481_page0>.s3_row>.s3_column_left {
	width: 36.83%;
}

#stacks_in_481_page0>.s3_row>.s3_column_right {
	width: 63.169998%;
}




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










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



}



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



}






#stacks_out_481_page0 {
	width: 600px;
}

#stacks_in_481_page0 {
	padding: 0px 0px 50px 0px;
}

#stacks_out_471_page0 {
	width: 200px;
	margin-left:0;
}

#stacks_in_471_page0 {
	margin: 0px 0px 20px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_929_page0Calligrapher{			font-size: 100% !important;			color: #FFFFFF !important;			font-weight:   lighter !important;			font-style: normal !important;			line-height: 1.3em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_929_page0Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_929_page0Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_929_page0Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_929_page0Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_929_page0Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_929_page0Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_929_page0Calligrapher h6, .stacks_in_929_page0Calligrapher h5, .stacks_in_929_page0Calligrapher h4, .stacks_in_929_page0Calligrapher h3, .stacks_in_929_page0Calligrapher h2, .stacks_in_929_page0Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- */ .stacks_in_929_page0Calligrapher, .stacks_in_929_page0Calligrapher h1, .stacks_in_929_page0Calligrapher h2, .stacks_in_929_page0Calligrapher h3, .stacks_in_929_page0Calligrapher h4, .stacks_in_929_page0Calligrapher h5, .stacks_in_929_page0Calligrapher h6{	font-family: "Open Sans" !important;}/* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_929_page0targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_929_page0Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_929_page0Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_929_page0Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_929_page0Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_929_page0 {
	padding: 40px 0px 0px 0px;
}

#stacks_out_479_page0 {
	width: 140px;
	margin-left:0;
}

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

#stacks_in_753_page0 {
	padding: 30px 0px 0px 0px;
}

#stacks_in_959_page0 {
	padding: 10px 0px 0px 0px;
}
#stacks_in_795_page0.aspen_split{
	position: relative;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_795_page0.aspen_split{
		padding: 0px 0px 0px 0px;
	}
}
#stacks_in_795_page0.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_795_page0.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_795_page0.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_795_page0.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_795_page0 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_795_page0.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_795_page0.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_795_page0.aspen_split h1, 
#stacks_in_795_page0.aspen_split h2,
#stacks_in_795_page0.aspen_split h3, 
#stacks_in_795_page0.aspen_split h4, 
#stacks_in_795_page0.aspen_split h5, 
#stacks_in_795_page0.aspen_split h6{color: rgba(51, 51, 51, 1.00);} 
#stacks_in_795_page0.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_795_page0.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}#stacks_in_797_page0 .heightstackhiclass
{
margin-left: auto; margin-right: auto;
	display: block;
	/* DeFliGra */



 
	height: 100px;
	overflow: hidden;
 
 




}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_783_page0Calligrapher{			font-size: 150% !important;			color: #FFFFFF !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_783_page0Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_783_page0Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_783_page0Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_783_page0Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_783_page0Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_783_page0Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_783_page0Calligrapher h6, .stacks_in_783_page0Calligrapher h5, .stacks_in_783_page0Calligrapher h4, .stacks_in_783_page0Calligrapher h3, .stacks_in_783_page0Calligrapher h2, .stacks_in_783_page0Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_783_page0Calligrapher, .stacks_in_783_page0Calligrapher h1, .stacks_in_783_page0Calligrapher h2, .stacks_in_783_page0Calligrapher h3, .stacks_in_783_page0Calligrapher h4, .stacks_in_783_page0Calligrapher h5, .stacks_in_783_page0Calligrapher h6{	font-family: "Allura" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_783_page0targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_783_page0Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_783_page0Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_783_page0Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_783_page0Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_781_page0 {
	padding: 0px 0px 40px 0px;
}

#stacks_in_782_page0 {
	font-size: 200%;
}

#stacks_in_787_page0 {
	padding: 0px 0px 40px 0px;
}

#stacks_in_788_page0 {
	font-size: 120%;
}
#stacks_in_807_page0_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_807_page0 a:link, #stacks_in_807_page0 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_807_page0 a:hover, #stacks_in_807_page0 a:active {
	color:#FFFFFF;
}







#stacks_in_807_page0 a:link, #stacks_in_807_page0 a:visited {
	background-color:#7E5B83;
	background: -webkit-gradient(linear, left top, left bottom, from(#7E5B83), to(#4B364E));
	border:1px solid #4B364E;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_807_page0 a:hover {
	background-color:#88628D;
	background: -webkit-gradient(linear, left top, left bottom, from(#88628D), to(#412F44));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_807_page0 a:active {
	background-color:#7E5B83;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_807_page0 {
	padding: 0px 0px 140px 0px;
}

#stacks_in_853_page0 {
	padding: 30px 0px 45px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_856_page0Calligrapher{			font-size: 90% !important;			color: #FFFFFF !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_856_page0Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_856_page0Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_856_page0Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_856_page0Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_856_page0Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_856_page0Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_856_page0Calligrapher h6, .stacks_in_856_page0Calligrapher h5, .stacks_in_856_page0Calligrapher h4, .stacks_in_856_page0Calligrapher h3, .stacks_in_856_page0Calligrapher h2, .stacks_in_856_page0Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_856_page0Calligrapher, .stacks_in_856_page0Calligrapher h1, .stacks_in_856_page0Calligrapher h2, .stacks_in_856_page0Calligrapher h3, .stacks_in_856_page0Calligrapher h4, .stacks_in_856_page0Calligrapher h5, .stacks_in_856_page0Calligrapher h6{	font-family: "Allura" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_856_page0targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_856_page0Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_856_page0Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_856_page0Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_856_page0Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_857_page0 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_858_page0 {
	font-size: 200%;
}

#stacks_in_860_page0 {
	padding: 0px 0px 40px 0px;
}

#stacks_in_861_page0 {
	font-size: 120%;
}
#stacks_in_862_page0_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_862_page0 a:link, #stacks_in_862_page0 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_862_page0 a:hover, #stacks_in_862_page0 a:active {
	color:#FFFFFF;
}







#stacks_in_862_page0 a:link, #stacks_in_862_page0 a:visited {
	background-color:#7E5B83;
	background: -webkit-gradient(linear, left top, left bottom, from(#7E5B83), to(#4B364E));
	border:1px solid #4B364E;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_862_page0 a:hover {
	background-color:#88628D;
	background: -webkit-gradient(linear, left top, left bottom, from(#88628D), to(#412F44));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_862_page0 a:active {
	background-color:#7E5B83;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_511_page0.aspen_split{
	position: relative;
	font-size: 13px;
	padding: 0px 30px 40px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_511_page0.aspen_split{
		padding: 100px 80px 100px 60px;
	}
}
#stacks_in_511_page0.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_511_page0.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_page0.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.9;
	
	background-size: cover;
}

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


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

#stacks_in_511_page0.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_page0.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_511_page0.aspen_split h1, 
#stacks_in_511_page0.aspen_split h2,
#stacks_in_511_page0.aspen_split h3, 
#stacks_in_511_page0.aspen_split h4, 
#stacks_in_511_page0.aspen_split h5, 
#stacks_in_511_page0.aspen_split h6{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_511_page0.aspen_split a{color: rgba(128, 80, 175, 1.00);} 
#stacks_in_511_page0.aspen_split a:hover{color: rgba(161, 101, 222, 1.00);}/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_809_page0Calligrapher{			font-size: 300% !important;			color: #FFFFFF !important;			font-weight:   lighter !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 4px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_809_page0Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_809_page0Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_809_page0Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_809_page0Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_809_page0Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_809_page0Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_809_page0Calligrapher h6, .stacks_in_809_page0Calligrapher h5, .stacks_in_809_page0Calligrapher h4, .stacks_in_809_page0Calligrapher h3, .stacks_in_809_page0Calligrapher h2, .stacks_in_809_page0Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_809_page0Calligrapher, .stacks_in_809_page0Calligrapher h1, .stacks_in_809_page0Calligrapher h2, .stacks_in_809_page0Calligrapher h3, .stacks_in_809_page0Calligrapher h4, .stacks_in_809_page0Calligrapher h5, .stacks_in_809_page0Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_809_page0Calligrapher, .stacks_in_809_page0Calligrapher h1, .stacks_in_809_page0Calligrapher h2, .stacks_in_809_page0Calligrapher h3, .stacks_in_809_page0Calligrapher h4, .stacks_in_809_page0Calligrapher h5, .stacks_in_809_page0Calligrapher h6{	text-shadow: 2px 2px 0px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_809_page0targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_809_page0Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_809_page0Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_809_page0Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_809_page0Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_809_page0 {
	padding: 0px 0px 40px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_811_page0Calligrapher{			font-size: 50% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_811_page0Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_811_page0Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_811_page0Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_811_page0Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_811_page0Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_811_page0Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_811_page0Calligrapher h6, .stacks_in_811_page0Calligrapher h5, .stacks_in_811_page0Calligrapher h4, .stacks_in_811_page0Calligrapher h3, .stacks_in_811_page0Calligrapher h2, .stacks_in_811_page0Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_811_page0Calligrapher, .stacks_in_811_page0Calligrapher h1, .stacks_in_811_page0Calligrapher h2, .stacks_in_811_page0Calligrapher h3, .stacks_in_811_page0Calligrapher h4, .stacks_in_811_page0Calligrapher h5, .stacks_in_811_page0Calligrapher h6{	font-family: "Raleway" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_811_page0Calligrapher, .stacks_in_811_page0Calligrapher h1, .stacks_in_811_page0Calligrapher h2, .stacks_in_811_page0Calligrapher h3, .stacks_in_811_page0Calligrapher h4, .stacks_in_811_page0Calligrapher h5, .stacks_in_811_page0Calligrapher h6{	text-shadow: 1px 1px 0px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_811_page0targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_811_page0Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_811_page0Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_811_page0Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_811_page0Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code *//* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_815_page0Calligrapher{			font-size: 150% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.4em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_815_page0Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_815_page0Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_815_page0Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_815_page0Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_815_page0Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_815_page0Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_815_page0Calligrapher h6, .stacks_in_815_page0Calligrapher h5, .stacks_in_815_page0Calligrapher h4, .stacks_in_815_page0Calligrapher h3, .stacks_in_815_page0Calligrapher h2, .stacks_in_815_page0Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_815_page0Calligrapher, .stacks_in_815_page0Calligrapher h1, .stacks_in_815_page0Calligrapher h2, .stacks_in_815_page0Calligrapher h3, .stacks_in_815_page0Calligrapher h4, .stacks_in_815_page0Calligrapher h5, .stacks_in_815_page0Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_815_page0Calligrapher, .stacks_in_815_page0Calligrapher h1, .stacks_in_815_page0Calligrapher h2, .stacks_in_815_page0Calligrapher h3, .stacks_in_815_page0Calligrapher h4, .stacks_in_815_page0Calligrapher h5, .stacks_in_815_page0Calligrapher h6{	text-shadow: 1px 1px 0px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_815_page0targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_815_page0Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_815_page0Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_815_page0Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_815_page0Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_out_815_page0 {
	width: 60%;
}

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

#stacks_in_867_page0 {
	background-color: rgba(0, 0, 0, 0.21);
	padding: 20px 0px 20px 0px;
}

#stacks_out_869_page0 {
	width: 90%;
}

#stacks_in_869_page0 {
	padding: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_872_page0Calligrapher{			font-size: 50% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_872_page0Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_872_page0Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_872_page0Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_872_page0Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_872_page0Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_872_page0Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_872_page0Calligrapher h6, .stacks_in_872_page0Calligrapher h5, .stacks_in_872_page0Calligrapher h4, .stacks_in_872_page0Calligrapher h3, .stacks_in_872_page0Calligrapher h2, .stacks_in_872_page0Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_872_page0Calligrapher, .stacks_in_872_page0Calligrapher h1, .stacks_in_872_page0Calligrapher h2, .stacks_in_872_page0Calligrapher h3, .stacks_in_872_page0Calligrapher h4, .stacks_in_872_page0Calligrapher h5, .stacks_in_872_page0Calligrapher h6{	font-family: "Raleway" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_872_page0Calligrapher, .stacks_in_872_page0Calligrapher h1, .stacks_in_872_page0Calligrapher h2, .stacks_in_872_page0Calligrapher h3, .stacks_in_872_page0Calligrapher h4, .stacks_in_872_page0Calligrapher h5, .stacks_in_872_page0Calligrapher h6{	text-shadow: 1px 1px 0px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_872_page0targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_872_page0Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_872_page0Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_872_page0Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_872_page0Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_out_872_page0 {
	width: 85%;
	margin-left:0;
}

#stacks_in_872_page0 {
	padding: 0px 0px 0px 30px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_876_page0Calligrapher{			font-size: 110% !important;			color: #FFFFFF !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.3em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_876_page0Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_876_page0Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_876_page0Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_876_page0Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_876_page0Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_876_page0Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_876_page0Calligrapher h6, .stacks_in_876_page0Calligrapher h5, .stacks_in_876_page0Calligrapher h4, .stacks_in_876_page0Calligrapher h3, .stacks_in_876_page0Calligrapher h2, .stacks_in_876_page0Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- */ .stacks_in_876_page0Calligrapher, .stacks_in_876_page0Calligrapher h1, .stacks_in_876_page0Calligrapher h2, .stacks_in_876_page0Calligrapher h3, .stacks_in_876_page0Calligrapher h4, .stacks_in_876_page0Calligrapher h5, .stacks_in_876_page0Calligrapher h6{	font-family: Helvetica, Arial, sans-serif !important;}/* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- */.stacks_in_876_page0Calligrapher, .stacks_in_876_page0Calligrapher h1, .stacks_in_876_page0Calligrapher h2, .stacks_in_876_page0Calligrapher h3, .stacks_in_876_page0Calligrapher h4, .stacks_in_876_page0Calligrapher h5, .stacks_in_876_page0Calligrapher h6{	text-shadow: 1px 1px 0px #000000 !important;}/* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_876_page0targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_876_page0Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_876_page0Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_876_page0Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_876_page0Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_out_876_page0 {
	width: 90%;
}

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

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

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

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

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

#stacks_in_919_page0 {
	padding: 0px 0px 0px 10px;
}
#stacks_in_799_page0.aspen_split{
	position: relative;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_799_page0.aspen_split{
		padding: 0px 0px 0px 0px;
	}
}
#stacks_in_799_page0.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_799_page0.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_799_page0.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_799_page0.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_799_page0 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_799_page0.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_799_page0.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_799_page0.aspen_split h1, 
#stacks_in_799_page0.aspen_split h2,
#stacks_in_799_page0.aspen_split h3, 
#stacks_in_799_page0.aspen_split h4, 
#stacks_in_799_page0.aspen_split h5, 
#stacks_in_799_page0.aspen_split h6{color: rgba(51, 51, 51, 1.00);} 
#stacks_in_799_page0.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_799_page0.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}#stacks_in_800_page0 .heightstackhiclass
{
margin-left: auto; margin-right: auto;
	display: block;
	/* DeFliGra */



 
	height: 2px;
	overflow: hidden;
 
 




}
#stacks_in_755_page0.aspen_split{
	position: relative;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_755_page0.aspen_split{
		padding: 0px 0px 0px 0px;
	}
}
#stacks_in_755_page0.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_755_page0.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_755_page0.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.8;
	
	background-size: cover;
}

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


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

#stacks_in_755_page0.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_755_page0.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_755_page0.aspen_split h1, 
#stacks_in_755_page0.aspen_split h2,
#stacks_in_755_page0.aspen_split h3, 
#stacks_in_755_page0.aspen_split h4, 
#stacks_in_755_page0.aspen_split h5, 
#stacks_in_755_page0.aspen_split h6{color: rgba(51, 51, 51, 1.00);} 
#stacks_in_755_page0.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_755_page0.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
#stacks_in_767_page0 {
	padding: 100px 0px 100px 0px;
}
#stacks_in_967_page0.aspen_split{
	position: relative;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_967_page0.aspen_split{
		padding: 0px 0px 0px 0px;
	}
}
#stacks_in_967_page0.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_967_page0.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_967_page0.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_967_page0.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_967_page0 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_967_page0.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_967_page0.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_967_page0.aspen_split h1, 
#stacks_in_967_page0.aspen_split h2,
#stacks_in_967_page0.aspen_split h3, 
#stacks_in_967_page0.aspen_split h4, 
#stacks_in_967_page0.aspen_split h5, 
#stacks_in_967_page0.aspen_split h6{color: rgba(51, 51, 51, 1.00);} 
#stacks_in_967_page0.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_967_page0.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}#stacks_in_968_page0 .heightstackhiclass
{
margin-left: auto; margin-right: auto;
	display: block;
	/* DeFliGra */



 
	height: 2px;
	overflow: hidden;
 
 




}
