/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */

table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */

.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  background-image: -webkit-linear-gradient(top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100%);
  background-image: linear-gradient( top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100% );
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70%);
  background-image: linear-gradient( top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70% );
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none;
}

.tablesaw-bar .btn:focus {
  box-shadow: 0 0 .35em #4faeef !important;
}

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
}

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent;
}

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0,0,0,.1);
  box-shadow: 0 2px 2px rgba(255,255,255,.25);
  content: " ";
  display: block;
  position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */

.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}

.tablesaw-toolbar {
  font-size: .875em;
  float: left;
}

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-toolbar ~ table {
  clear: both;
}

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}

table.tablesaw tbody th {
  font-weight: bold;
}

table.tablesaw thead th,
table.tablesaw thead td {
  color: #444;
  font-size: .9em;
}

.tablesaw th,
.tablesaw td {
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw td,
.tablesaw tbody th {
  vertical-align: middle;
  font-size: 1.17em;
  /* 19px */
}

.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0;
}

.tablesaw thead {
  border: 1px solid #e5e5e4;
  background: #e2dfdc;
  background-image: -webkit-linear-gradient(top, #fff, #e2dfdc);
  background-image: linear-gradient(to bottom, #fff, #e2dfdc);
}

.tablesaw thead th {
  font-weight: 100;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-align: left;
}

.tablesaw thead tr:first-child th {
  font-weight: normal;
  font-family: sans-serif;
  border-right: 1px solid #e4e1de;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw caption {
  text-align: left;
  margin-bottom: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  line-height: 2.4;
}

@media (min-width: 25em) {
  .tablesaw caption {
    margin-bottom: .6em;
    line-height: 1.2;
  }
}

/* Stack */

.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: normal;
}

.tablesaw-cell-label {
  font-size: .65em;
  text-transform: uppercase;
  color: #888;
  font-family: sans-serif;
}

@media (min-width: 40em) {
  .tablesaw td {
    line-height: 2em;
  }
}

@media only all {
  .tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #e4e1de;
  }

  .tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: 3px 0 4px -1px #e4e1de;
  }
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none;
  }
}

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }

  /* Checked manually: Always show */

  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\2191";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\2193";
}

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}

.tablesaw-sortable .not-applicable span {
  display: none;
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
#stacks_in_1002{
	max-width: px;margin: 0 auto;
}
#stacks_in_1002{
	padding: px px px px;
}
@media screen and (min-width: px){
	#stacks_in_1002{
		padding: px px px px;
	}
}#stacks_in_1003 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_1003 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_1003 .fluid-image.unlimited img{width:100% !important}#stacks_in_1003 .fluid-image.define_max img{width:100% !important;max-width:200px !important}#stacks_in_1003 .fluid-image.align-left img{float:left}#stacks_in_1003 .fluid-image.align-right img{float:right}
#stacks_in_1012.aspen_split{
	position: relative;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_1012.aspen_split{
		padding: 0px 0px 0px 0px;
	}
}
#stacks_in_1012.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_1012.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_1012.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_1012.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_1012 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_1012.aspen_split{
	text-align:center;
	background-image: linear-gradient(to bottom, rgba(26, 56, 40, 1.00), rgba(26, 56, 40, 1.00));
}

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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest';
    src: local('National Forest'), url(https://www.wscaconference.org/fonts/nationalforest-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1015 {
  
  text-align: center;
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: inherit;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;

  

  

  
  font-family: 'National Forest', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1015 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1015 {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1015 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1015 {
    font-size: 48px;
  }
}




#stacks_in_1016 {
	margin: 50px 0px 10px 0px;
}

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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1024 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1024 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1024 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1024 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1024 {
    font-size: 24px;
  }
}




#stacks_in_1025 {
	margin: 20px 0px 0px 0px;
}

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

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


#stacks_in_44.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_44.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_44.aspen_split h1, 
#stacks_in_44.aspen_split h2,
#stacks_in_44.aspen_split h3, 
#stacks_in_44.aspen_split h4, 
#stacks_in_44.aspen_split h5, 
#stacks_in_44.aspen_split h6{color: rgba(26, 56, 40, 1.00);} 
#stacks_in_44.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_44.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
#stacks_in_45 {
	padding: 40px 0px 40px 0px;
}

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1020 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1020 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1020 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1020 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1020 {
    font-size: 24px;
  }
}




#stacks_in_1021 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_50>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest';
    src: local('National Forest'), url(https://www.wscaconference.org/fonts/nationalforest-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1038 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: inherit;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1038 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1038 {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1038 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1038 {
    font-size: 36px;
  }
}




#stacks_in_1039 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_364 {
	padding: 20px 0px 40px 0px;
}
/* Resets */
.tablePro_stacks_in_370 thead {
  border: none; /* Reset */
}
.tablesaw thead tr:first-child th {
  border: none; /* Reset */
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
}




#tableLoadingTextDiv_stacks_in_370 {
  width: 100%;
  text-align: center;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-color: rgba(192, 192, 192, 1.00);
}
/* Maybe add an option to customize this, if users want it? */
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

/* Table labels */
#tablePro_stacks_in_370_wrapper .tablesaw-toolbar label {
  color: rgba(146, 146, 146, 1.00);
}

/* Swipe buttons */
#tablePro_stacks_in_370_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  background-color: rgba(192, 192, 192, 1.00);
}
/* Swipe buttons, hovered */
/* Maybe add an option to customize this, if users want it? */
#tablePro_stacks_in_370_wrapper .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:hover {
  background-color: rgba(192, 192, 192, 1.00);
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: rgba(0, 0, 0, 1.00);
}

/* Alternating row colors */
.tablePro_stacks_in_370 tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 1.00);
}
.tablePro_stacks_in_370 tbody tr:nth-child(odd) {
	background: rgba(241, 242, 242, 1.00);
}

/* Table header color */
.tablePro_stacks_in_370 thead th {
	text-shadow: none;
}
.tablePro_stacks_in_370 thead tr {
	background-color: rgba(255, 255, 255, 1.00);
}

#tablePro_stacks_in_370 .tablesaw-sortable .tablesaw-sortable-head button {
	color: rgba(0, 0, 0, 1.00);
	text-align: center;
}

/* This is a fix for Text stacks inside the table header, so that the "text-align: center" above will take effect */
#tablePro_stacks_in_370_wrapper .tablesaw-sortable .tablesaw-sortable-head button div {
	width: 100%;
}

table.tablePro_stacks_in_370 thead th, table.tablesaw thead td {
	color: rgba(0, 0, 0, 1.00);
}

#tablePro_stacks_in_370_wrapper .tablesaw-advance-dots li i {
	background: rgba(0, 5, 85, 1.00);
}

/* Borders for the inner cells of rows */
.tablePro_stacks_in_370 tr td:not(:last-child) {
  border-right: 4px solid rgba(230, 230, 230, 1.00);
}
/* Borders for the non header row and non-last row */
.tablePro_stacks_in_370 tr:not(:last-child) {
  border-bottom: 4px solid rgba(230, 230, 230, 1.00);
}

/* Borders for the header's inner cells */
.tablePro_stacks_in_370 thead tr:first-child th:not(:last-child) {
  border-right: 4px solid rgba(230, 230, 230, 1.00);
}

/* Borders for the header's rightmost cell */
.tablePro_stacks_in_370 thead tr:first-child th(:last-child) {
  border-right: 4px solid rgba(230, 230, 230, 1.00);
  padding: 0 0.4em;
}

/* Table bottom border */
.tablePro_stacks_in_370 tr:last-child td {
  border-bottom: 4px solid rgba(230, 230, 230, 1.00);
}

@media only all {
  #tablePro_stacks_in_370.tablesaw-swipe .tablesaw-cell-persist {
    border-right: 4px solid rgba(230, 230, 230, 1.00);
    box-shadow: none;
  }

  .tablePro_stacks_in_370.tablesaw-swipe td:last-child {
    border-right: 4px solid rgba(230, 230, 230, 1.00);
  }

  .tablePro_stacks_in_370.tablesaw-columntoggle td:last-child {
    border-right: 4px solid rgba(230, 230, 230, 1.00);
  }

  /* This is needed here so that in mobile mode, the toggle table will have a left border. */
  .tablePro_stacks_in_370 tr td:first-child {
    border-left: 4px solid rgba(230, 230, 230, 1.00);
  }

  #tablePro_stacks_in_370.tablesaw-stack tr:first-child td:first-child {
    border-top: 4px solid rgba(230, 230, 230, 1.00);
  }
  .tablePro_stacks_in_370.tablesaw-stack td {
    border-left: 4px solid rgba(230, 230, 230, 1.00);
  }

/*  #tablePro_stacks_in_370.tablesaw-stack td:only-child {
    border-left: 4px solid rgba(230, 230, 230, 1.00);
    border-right: 4px solid rgba(230, 230, 230, 1.00);
  }
*/
}

/* Set the cell's line-height to normal */
@media (max-width: 40em) {
  .tablePro_stacks_in_370 td {
    line-height: normal;
  }
  /* Set the borders for the first and last columns of the table, but only if the screen isn't too narrow */
  .tablePro_stacks_in_370 td:first-child {
    border-left: 4px solid rgba(230, 230, 230, 1.00);
  }
  .tablePro_stacks_in_370 td:last-child {
    border-right: 4px solid rgba(230, 230, 230, 1.00);
  }

  #tablePro_stacks_in_370.tablesaw-stack td {
    border-left: 4px solid rgba(230, 230, 230, 1.00);
    border-right: 4px solid rgba(230, 230, 230, 1.00);
  }
  #tablePro_stacks_in_370.tablesaw-stack tr:last-child td:not(:last-child) {
    border-left: 4px solid rgba(230, 230, 230, 1.00);
    border-bottom: none;
  }



}

.tablePro_stacks_in_370 thead tr:first-child {
  /* Table top border */
  border-top: 4px solid rgba(230, 230, 230, 1.00);
  /* Table header cells' left borders */
  border-left: 4px solid rgba(230, 230, 230, 1.00);
  /* Table header cells' right borders */
  border-right: 4px solid rgba(230, 230, 230, 1.00);
  /* Table header cells' bottom borders */
  border-bottom: 4px solid rgba(230, 230, 230, 1.00);
}


/*table td:first-child { border-left: none; }
*/

/* Cell padding */
.tablePro_stacks_in_370 td {
  padding: 0 0.4em;
}

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1042 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1042 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1042 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1042 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1042 {
    font-size: 16px;
  }
}




  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1048 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1048 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1048 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1048 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1048 {
    font-size: 16px;
  }
}




  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1052 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1052 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1052 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1052 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1052 {
    font-size: 16px;
  }
}




  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1056 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1056 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1056 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1056 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1056 {
    font-size: 16px;
  }
}




  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1060 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1060 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1060 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1060 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1060 {
    font-size: 16px;
  }
}




  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1064 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1064 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1064 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1064 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1064 {
    font-size: 16px;
  }
}




  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1068 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1068 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1068 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1068 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1068 {
    font-size: 24px;
  }
}




#stacks_in_1069 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_727 {
	padding: 0px 0px 20px 0px;
}
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_985_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  /*  */
  /*  */
  background-color: rgba(59, 116, 127, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(188, 32, 37, 1.00);
}
#stacks_in_985_press.press-lite:focus {outline:0;}
#stacks_in_985_press_wrap {
  /*  */
  display: inline-block;
  /*  */
  /*  */
  /*  */
  margin: 12px 0px 12px 0px;
}
#stacks_in_985_press.press-lite {
  white-space: nowrap;
}
#stacks_in_985_press.press-lite .press-lite-text span,
#stacks_in_985_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
  font-weight: bold;
  /*  */
}
#stacks_in_985_press.press-lite,
#stacks_in_985_press.press-lite .press-lite-text,
#stacks_in_985_press.press-lite .press-lite-text:after,
#stacks_in_985_press.press-lite .press-lite-text > span,
#stacks_in_985_press.press-lite .press-lite-icon i,
#stacks_in_985_press.press-lite .press-lite-icon img,
#stacks_in_985_press.press-lite .press-lite-icon svg,
#stacks_in_985_press.press-lite .press-lite-icon svg path,
#stacks_in_985_press.press-lite .press-lite-icon svg polyline,
#stacks_in_985_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_985_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_985_press.press-lite .press-lite-icon i,
#stacks_in_985_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
}
#stacks_in_985_press.press-lite .press-lite-icon img {
  height: 16px;
  width: auto;
  vertical-align: top;
}
#stacks_in_985_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 20.000000px;
  z-index: 1;
}
/*  */
#stacks_in_985_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_985_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_985_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_985_press.press-lite:active,
#stacks_in_985_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
#stacks_in_985_press.press-lite:hover {
  background: rgba(59, 116, 127, 1.00);
}
/*  */
/*  */
/*  */
#stacks_in_985_press.press-lite {
    padding: 0;
}
#stacks_in_985_press.press-lite .press-lite-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 12px 24px 12px 12px;
}
#stacks_in_985_press.press-lite .press-lite-icon i,
#stacks_in_985_press.press-lite .press-lite-icon img,
#stacks_in_985_press.press-lite .press-lite-icon svg {
    margin: 0;
}
#stacks_in_985_press.press-lite .press-lite-icon {
    padding: 0px;
    display: grid;
    float:left;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
}
#stacks_in_985_press.press-lite .press-lite-icon:after {
  content: "";
  color: transparent;
  position: absolute;
  top: -0px;
  left: -0px;
  bottom: -0px;
  background: rgba(0, 0, 0, 0.20);
  border-radius: 4px 0px 0px 4px;
  width: 40px;
  height: 40px;
}
/*  */
/*  */
#stacks_in_985_press.press-lite .press-lite-icon:after {
  border-radius: 4px;
}
#stacks_in_985_press.press-lite:hover .press-lite-icon i,
#stacks_in_985_press.press-lite:hover .press-lite-icon img,
#stacks_in_985_press.press-lite:hover .press-lite-icon svg {
  transform: translateX(12px);
}
#stacks_in_985_press.press-lite:hover .press-lite-icon:after {
  width: 100%;
}
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_985_press.press-lite:active {
  box-shadow: inset 0px 0px 0px 300px rgba(0,0,0,0.1);
}
/*  */
#stacks_in_985_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_985_press.press-lite .press-lite-line-t,
#stacks_in_985_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_985_press.press-lite .press-lite-line-l,
#stacks_in_985_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_985_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_985_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_985_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_985_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_1028.aspen_split{
	position: relative;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_1028.aspen_split{
		padding: 0px 0px 0px 0px;
	}
}
#stacks_in_1028.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_1028.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_1028.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_1028.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_1028 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_1028.aspen_split{
	text-align:center;
	background-image: linear-gradient(to bottom, rgba(26, 56, 40, 1.00), rgba(26, 56, 40, 1.00));
}

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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest';
    src: local('National Forest'), url(https://www.wscaconference.org/fonts/nationalforest-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1031 {
  
  text-align: center;
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: inherit;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;

  

  

  
  font-family: 'National Forest', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1031 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1031 {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1031 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1031 {
    font-size: 48px;
  }
}




#stacks_in_1032 {
	margin: 50px 0px 10px 0px;
}

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1072 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1072 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1072 {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1072 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1072 {
    font-size: 36px;
  }
}




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


#stacks_in_828.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_828.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_828.aspen_split h1, 
#stacks_in_828.aspen_split h2,
#stacks_in_828.aspen_split h3, 
#stacks_in_828.aspen_split h4, 
#stacks_in_828.aspen_split h5, 
#stacks_in_828.aspen_split h6{color: rgba(173, 31, 35, 1.00);} 
#stacks_in_828.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_828.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}#stacks_in_815>.s3_row {
	margin: 0 -40px;
}

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

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




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










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



}



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


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


}






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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1076 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1076 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1076 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1076 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1076 {
    font-size: 24px;
  }
}




#stacks_in_1077 {
	margin: 20px 0px 0px 0px;
}

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1080 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1080 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1080 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1080 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1080 {
    font-size: 24px;
  }
}




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


#stacks_in_832.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(164, 193, 201, 0.22), rgba(164, 193, 201, 0.22));
}

 
#stacks_in_832.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_832.aspen_split h1, 
#stacks_in_832.aspen_split h2,
#stacks_in_832.aspen_split h3, 
#stacks_in_832.aspen_split h4, 
#stacks_in_832.aspen_split h5, 
#stacks_in_832.aspen_split h6{color: rgba(26, 56, 40, 1.00);} 
#stacks_in_832.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_832.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1088 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1088 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1088 {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1088 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1088 {
    font-size: 36px;
  }
}




#stacks_in_1089 {
	margin: 20px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}
#stacks_in_837>.s3_row {
	margin: 0 -40px;
}

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

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




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










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



}



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


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


}






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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1084 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1084 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1084 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1084 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1084 {
    font-size: 24px;
  }
}




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


#stacks_in_850.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_850.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_850.aspen_split h1, 
#stacks_in_850.aspen_split h2,
#stacks_in_850.aspen_split h3, 
#stacks_in_850.aspen_split h4, 
#stacks_in_850.aspen_split h5, 
#stacks_in_850.aspen_split h6{color: rgba(173, 31, 35, 1.00);} 
#stacks_in_850.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_850.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1092 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1092 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1092 {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1092 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1092 {
    font-size: 36px;
  }
}




#stacks_in_1093 {
	margin: 20px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}
#stacks_in_852>.s3_row {
	margin: 0 -40px;
}

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

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




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










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



}



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


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


}






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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1096 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1096 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1096 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1096 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1096 {
    font-size: 24px;
  }
}




#stacks_in_1097 {
	margin: 20px 0px 0px 0px;
}

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1104 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1104 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1104 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1104 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1104 {
    font-size: 24px;
  }
}




#stacks_in_1105 {
	margin: 20px 0px 0px 0px;
}

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1100 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1100 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1100 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1100 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1100 {
    font-size: 24px;
  }
}




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


#stacks_in_865.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(164, 193, 201, 0.22), rgba(164, 193, 201, 0.22));
}

 
#stacks_in_865.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_865.aspen_split h1, 
#stacks_in_865.aspen_split h2,
#stacks_in_865.aspen_split h3, 
#stacks_in_865.aspen_split h4, 
#stacks_in_865.aspen_split h5, 
#stacks_in_865.aspen_split h6{color: rgba(173, 31, 35, 1.00);} 
#stacks_in_865.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_865.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1116 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1116 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1116 {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1116 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1116 {
    font-size: 36px;
  }
}




#stacks_in_1117 {
	margin: 20px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}
#stacks_in_867>.s3_row {
	margin: 0 -40px;
}

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

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




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










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



}



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


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


}






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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1108 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1108 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1108 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1108 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1108 {
    font-size: 24px;
  }
}




#stacks_in_1110 {
	margin: 20px 0px 0px 0px;
}

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1112 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1112 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1112 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1112 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1112 {
    font-size: 24px;
  }
}




#stacks_in_1113 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_879>.s3_row {
	margin: 0 -40px;
}

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

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




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










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



}



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


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


}






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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1120 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1120 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1120 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1120 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1120 {
    font-size: 24px;
  }
}




#stacks_in_1121 {
	margin: 20px 0px 0px 0px;
}

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1124 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1124 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1124 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1124 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1124 {
    font-size: 24px;
  }
}




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


#stacks_in_902.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_902.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_902.aspen_split h1, 
#stacks_in_902.aspen_split h2,
#stacks_in_902.aspen_split h3, 
#stacks_in_902.aspen_split h4, 
#stacks_in_902.aspen_split h5, 
#stacks_in_902.aspen_split h6{color: rgba(173, 31, 35, 1.00);} 
#stacks_in_902.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_902.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1136 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1136 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1136 {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1136 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1136 {
    font-size: 36px;
  }
}




#stacks_in_1137 {
	margin: 20px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}
#stacks_in_904>.s3_row {
	margin: 0 -40px;
}

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

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




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










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



}



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


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


}






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

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1128 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1128 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1128 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1128 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1128 {
    font-size: 24px;
  }
}




#stacks_in_1129 {
	margin: 20px 0px 0px 0px;
}

  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1132 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(59, 116, 127, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1132 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1132 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1132 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1132 {
    font-size: 24px;
  }
}




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


#stacks_in_930.aspen_split{
	text-align:left;
	background-image: linear-gradient(to bottom, rgba(164, 193, 201, 0.22), rgba(164, 193, 201, 0.22));
}

 
#stacks_in_930.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_930.aspen_split h1, 
#stacks_in_930.aspen_split h2,
#stacks_in_930.aspen_split h3, 
#stacks_in_930.aspen_split h4, 
#stacks_in_930.aspen_split h5, 
#stacks_in_930.aspen_split h6{color: rgba(173, 31, 35, 1.00);} 
#stacks_in_930.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_930.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}
  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1140 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1140 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1140 {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1140 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1140 {
    font-size: 36px;
  }
}




#stacks_in_1141 {
	margin: 20px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}
#stacks_in_940 table,
#stacks_in_940 tbody,
#stacks_in_940 tfoot,
#stacks_in_940 thead,
#stacks_in_940 tr,
#stacks_in_940 th,
#stacks_in_940 td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#stacks_in_940 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#tableBuilderWrapperstacks_in_940 {
	overflow-x: auto;
}

#tableBuilderstacks_in_940 {
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
}

#tableBuilderstacks_in_940 tr td {
	color: rgba(51, 51, 51, 1.00);
	font-size: 14px;
	line-height: 1.50em;
	text-align: left;
	
	
	

	
	vertical-align: middle;
	
	
}




#tableBuilderstacks_in_940 td {
	min-width: 200px;
}



#tableBuilderstacks_in_940, 
#tableBuilderstacks_in_940 th, 
#tableBuilderstacks_in_940 td {
    border: 0px solid rgba(192, 192, 192, 1.00);
}














#tableBuilderstacks_in_940 th, 
#tableBuilderstacks_in_940 td {
    padding: 10px;
}






#tableBuilderstacks_in_940 .tableBuilderCell4,
#tableBuilderstacks_in_940 .tableBuilderCell5,
#tableBuilderstacks_in_940 .tableBuilderCell6,
#tableBuilderstacks_in_940 .tableBuilderCell7,
#tableBuilderstacks_in_940 .tableBuilderCell8,
#tableBuilderstacks_in_940 .tableBuilderCell9,
#tableBuilderstacks_in_940 .tableBuilderCell10,
#tableBuilderstacks_in_940 .tableBuilderCell11,
#tableBuilderstacks_in_940 .tableBuilderCell12,
#tableBuilderstacks_in_940 .tableBuilderCell13,
#tableBuilderstacks_in_940 .tableBuilderCell14,
#tableBuilderstacks_in_940 .tableBuilderCell15 {
	display: none;
}




























@media print {
	#tableBuilderWrapperstacks_in_940 {
		overflow-x: visible;
	}

	#tableBuilderstacks_in_940 {
		width: auto;
	}

	#tableBuilderstacks_in_940 td {
		width: auto;
		min-width: 0px;
	}
}




#stacks_in_940 {
	padding: 0px 0px 20px 0px;
}
/*  */
  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1144 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1144 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1144 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1144 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1144 {
    font-size: 16px;
  }
}




  

  

  

  

  

  

  

  

  

  

  
  /* Latin */
  @font-face {
    font-family: 'National Forest Print Bold';
    src: local('National Forest Print Bold'), url(https://www.wscaconference.org/fonts/nationalforest-printbold-webfont.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  


#fontamental_stacks_in_1148 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: 24px;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  
  color: rgba(26, 56, 40, 1.00);
  

  

  
  font-family: 'National Forest Print Bold', sans-serif;
  

  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  #fontamental_stacks_in_1148 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #fontamental_stacks_in_1148 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  #fontamental_stacks_in_1148 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  #fontamental_stacks_in_1148 {
    font-size: 16px;
  }
}



/*  */
#stacks_in_988 {
	padding: 0px 0px 100px 0px;
}
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_989_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  /*  */
  /*  */
  background-color: rgba(59, 116, 127, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(188, 32, 37, 1.00);
}
#stacks_in_989_press.press-lite:focus {outline:0;}
#stacks_in_989_press_wrap {
  /*  */
  display: inline-block;
  /*  */
  /*  */
  /*  */
  margin: 12px 0px 12px 0px;
}
#stacks_in_989_press.press-lite {
  white-space: nowrap;
}
#stacks_in_989_press.press-lite .press-lite-text span,
#stacks_in_989_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
  font-weight: bold;
  /*  */
}
#stacks_in_989_press.press-lite,
#stacks_in_989_press.press-lite .press-lite-text,
#stacks_in_989_press.press-lite .press-lite-text:after,
#stacks_in_989_press.press-lite .press-lite-text > span,
#stacks_in_989_press.press-lite .press-lite-icon i,
#stacks_in_989_press.press-lite .press-lite-icon img,
#stacks_in_989_press.press-lite .press-lite-icon svg,
#stacks_in_989_press.press-lite .press-lite-icon svg path,
#stacks_in_989_press.press-lite .press-lite-icon svg polyline,
#stacks_in_989_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_989_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_989_press.press-lite .press-lite-icon i,
#stacks_in_989_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
}
#stacks_in_989_press.press-lite .press-lite-icon img {
  height: 16px;
  width: auto;
  vertical-align: top;
}
#stacks_in_989_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 20.000000px;
  z-index: 1;
}
/*  */
#stacks_in_989_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_989_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_989_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_989_press.press-lite:active,
#stacks_in_989_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
#stacks_in_989_press.press-lite:hover {
  background: rgba(59, 116, 127, 1.00);
}
/*  */
/*  */
/*  */
#stacks_in_989_press.press-lite {
    padding: 0;
}
#stacks_in_989_press.press-lite .press-lite-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 12px 24px 12px 12px;
}
#stacks_in_989_press.press-lite .press-lite-icon i,
#stacks_in_989_press.press-lite .press-lite-icon img,
#stacks_in_989_press.press-lite .press-lite-icon svg {
    margin: 0;
}
#stacks_in_989_press.press-lite .press-lite-icon {
    padding: 0px;
    display: grid;
    float:left;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
}
#stacks_in_989_press.press-lite .press-lite-icon:after {
  content: "";
  color: transparent;
  position: absolute;
  top: -0px;
  left: -0px;
  bottom: -0px;
  background: rgba(0, 0, 0, 0.20);
  border-radius: 4px 0px 0px 4px;
  width: 40px;
  height: 40px;
}
/*  */
/*  */
#stacks_in_989_press.press-lite .press-lite-icon:after {
  border-radius: 4px;
}
#stacks_in_989_press.press-lite:hover .press-lite-icon i,
#stacks_in_989_press.press-lite:hover .press-lite-icon img,
#stacks_in_989_press.press-lite:hover .press-lite-icon svg {
  transform: translateX(12px);
}
#stacks_in_989_press.press-lite:hover .press-lite-icon:after {
  width: 100%;
}
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_989_press.press-lite:active {
  box-shadow: inset 0px 0px 0px 300px rgba(0,0,0,0.1);
}
/*  */
#stacks_in_989_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_989_press.press-lite .press-lite-line-t,
#stacks_in_989_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_989_press.press-lite .press-lite-line-l,
#stacks_in_989_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_989_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_989_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_989_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_989_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
