
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




#stacks_in_88 .teleportMe {
display: none;
}




#stacks_out_88 {
	margin-right:0;
}

#stacks_in_89 {
	padding: 0px 0px 7px 0px;
}
/*
1.9.0

 */
#stacks_in_600 * {
  box-sizing: border-box;
}
#stacks_in_600 *:focus {outline:none;}
.searchingstacks_in_600 .stacks_top,
.searchingstacks_in_600 .stacks_in,
.searchingstacks_in_600 .stacks_out {
  overflow: visible;
}
#stacks_in_600 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_600_pages { display: none;}
#stacks_in_600_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_600_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_600_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_600 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_600 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_600 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #3795CF;
  color: #FFFFFF;
  /**/
  display: none;
  /**/
}
#stacks_in_600 form .live-search-submit:hover {
   background: #46A4DE;
   color: #FFFFFF;
}
#stacks_in_600 form .live-search-submit:active {
   background: #2886C0;
   color: #F0F0F0;
}
#stacks_in_600_tipue_search_input,
.live-search-input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #888888;
  background-color: #FFFFFF;
}
#stacks_in_600 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_600 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_600 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_600 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_600 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
/**/
/**/
/**/
#stacks_in_600_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_600 #stacks_in_600_tipue_search_content,
.searchingstacks_in_600.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_600_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_600_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_600_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_600 #stacks_in_600_tipue_search_content,
.searchingstacks_in_600.live-search-content {
  display: block !important;
}
#stacks_in_600_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_600_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_600_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_600_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_600_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_600_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_600_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_600_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_600_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_600_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_600_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #86E3BB;
  font-family: inherit;
}
#stacks_in_600_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #86E3BB transparent;
}
#stacks_in_600_tipue_search_content .tipue_search_content_title a,
.live-search-content .tipue_search_content_title a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  font-family: inherit;
}
#stacks_in_600_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #C0C0C0;
}
#stacks_in_600_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
#stacks_in_600_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #FFFFFF;
}
#stacks_in_600_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #C0C0C0;
}
#stacks_in_600_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_600_tipue_search_content .h01,
.live-search-content .h01 {
  background: #FFE906;
}

#stacks_in_600_tipue_search_foot_boxes li a {
  background-color: #86E3BB;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_600_tipue_search_foot_boxes li.current{
  background: #86E3BB;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #FFFFFF;
}
#stacks_in_600_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_600_tipue_search_warning a{

}
#stacks_in_600_tipue_search_warning a:hover{

}
#stacks_in_600_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_600 .additional-pages,
#stacks_in_600 .excluded-pages {
  display: none;
}

#slice_mez_602 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_602.selected {
  border-color: #2680fc !important;
}
#slice_mez_602 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_602 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_602 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_602.hidden > #stacks_in_602 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_603 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_603.selected {
  border-color: #2680fc !important;
}
#slice_mez_603 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_603 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_603 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_603.hidden > #stacks_in_603 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_604 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_604.selected {
  border-color: #2680fc !important;
}
#slice_mez_604 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_604 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_604 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_604.hidden > #stacks_in_604 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_605 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_605.selected {
  border-color: #2680fc !important;
}
#slice_mez_605 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_605 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_605 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_605.hidden > #stacks_in_605 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_606 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_606.selected {
  border-color: #2680fc !important;
}
#slice_mez_606 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_606 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_606 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_606.hidden > #stacks_in_606 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_607 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_607.selected {
  border-color: #2680fc !important;
}
#slice_mez_607 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_607 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_607 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_607.hidden > #stacks_in_607 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_608 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_608.selected {
  border-color: #2680fc !important;
}
#slice_mez_608 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_608 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_608 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_608.hidden > #stacks_in_608 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_609 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_609.selected {
  border-color: #2680fc !important;
}
#slice_mez_609 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_609 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_609 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_609.hidden > #stacks_in_609 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_610 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_610.selected {
  border-color: #2680fc !important;
}
#slice_mez_610 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_610 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_610 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_610.hidden > #stacks_in_610 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_611 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_611.selected {
  border-color: #2680fc !important;
}
#slice_mez_611 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_611 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_611 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_611.hidden > #stacks_in_611 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_612 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_612.selected {
  border-color: #2680fc !important;
}
#slice_mez_612 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_612 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_612 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_612.hidden > #stacks_in_612 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_613 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_613.selected {
  border-color: #2680fc !important;
}
#slice_mez_613 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_613 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_613 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_613.hidden > #stacks_in_613 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_615 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_615.selected {
  border-color: #2680fc !important;
}
#slice_mez_615 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_615 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_615 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_615.hidden > #stacks_in_615 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

#stacks_in_108{
	max-width: px;margin: 0 auto;
}
#stacks_in_108{
	padding: px px px px;
}
@media screen and (min-width: px){
	#stacks_in_108{
		padding: px px px px;
	}
}#stacks_in_109>.s3_row {
	margin: 0 -10px;
}

#stacks_in_109>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_109>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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


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


}






#stacks_in_109 {
	padding: 60px 0px 400px 0px;
}
#stacks_in_145.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 80px 0px 70px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_145.aspen_split{
		padding: 190px 0px 190px 0px;
	}
}
#stacks_in_145.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_145.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_145.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.1;
	
	background-size: cover;
}

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


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

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

 
#stacks_in_145.aspen_split{color:rgba(51, 51, 51, 1.00);} 
#stacks_in_145.aspen_split h1, 
#stacks_in_145.aspen_split h2,
#stacks_in_145.aspen_split h3, 
#stacks_in_145.aspen_split h4, 
#stacks_in_145.aspen_split h5, 
#stacks_in_145.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_145.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_145.aspen_split a:hover{color: rgba(255, 255, 255, 1.00);}/* Font style applied when the page has finished loading */

@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_141 {
		font-family: 'Rock Salt', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}
	
	#fontStackstacks_in_141 {
		color: rgba(51, 51, 51, 1.00);
	}
}


#stacks_out_141 {
	width: 420px;
}

#stacks_in_142 {
	padding: 0px 0px 15px 0px;
}

#stacks_in_143 {
	display:inline-block; width:100%; line-height: 1.180000em;
	word-spacing: 2px;
	font-size: 258%;
}

#stacks_in_139 {
	padding: 20px 0px 20px 0px;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_618 .expose_launcher{display:none;}.expose_eldership{cursor:pointer}#expose_eldership{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:600px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#86E3BB;}#expose_eldership img.youtube_poster{display:none}#expose_eldership > a.close{z-index:1000000;background-image:url('../../../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}
#stacks_in_648>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}



/*  */
#view-more-stacks_in_165 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 400px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_165 .vm-header {
    padding-top: 315px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_165 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_165 .vm-header-icon {
      top: 15px;
      height: 300px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_165 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        background: url(../files/icon_bg_image_choice-165.jpg) no-repeat center center;
        background-size: cover;
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 270px;
        height: 270px;
        font-size: 0px;
        border-radius: 150px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_165 .vm-header-title, #view-more-stacks_in_165 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_165 .vm-header-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      line-height: 32.360001px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_165 .vm-header-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 18px;
      line-height: 29.124001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_165 .vm-footer {
    padding: 20px 10px 30px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_165 .vm-footer-actions a, #view-more-stacks_in_165 .vm-footer-actions a:visited {
      /*  */
      font-family: "Varela";
      /*  */
      /*  */
      background: rgba(134, 227, 187, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 16px;
      padding: 13px 20px;
      border-radius: 25px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_165 .vm-footer-actions a:hover, #view-more-stacks_in_165 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_165 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_165 .vm-footer-actions a.vm-action-go::before {
        content: 'Contact';
        display: inline-block; }
    #view-more-stacks_in_165 .vm-footer-actions a.vm-action-more::before {
      content: 'View Details';
      display: inline-block; }
  #view-more-stacks_in_165 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(0, 0, 0, 0.50);
    overflow: hidden; }
    #view-more-stacks_in_165 .vm-content h1, #view-more-stacks_in_165 .vm-content h2, #view-more-stacks_in_165 .vm-content h3, #view-more-stacks_in_165 .vm-content h4, #view-more-stacks_in_165 .vm-content h5, #view-more-stacks_in_165 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_165 .vm-content a {
      color: rgba(134, 227, 187, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_165 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_165 .vm-content-inner {
      /*  */
      font-family: "Varela";
      /*  */
      padding: 10px 10px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_165 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_165.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_165.expanded .vm-header {
    min-height: 170px;
    padding-left: 195px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: rgba(26, 27, 36, 0.20);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_165.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_165.expanded .vm-header-icon {
      top: 0;
      width: 170px;
      left: 15px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_165.expanded .vm-header-icon i {
        width: 170px;
        height: 170px;
        font-size: 0px;
        border-radius: 100px; }
    #view-more-stacks_in_165.expanded .vm-header-title, #view-more-stacks_in_165.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_165.expanded .vm-header-title {
      font-size: 20px;
      line-height: 32.360001px;
      margin-bottom: 0px; }
    #view-more-stacks_in_165.expanded .vm-header-description {
      font-size: 18px;
      line-height: 29.124001px; }
  #view-more-stacks_in_165.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_165.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(255, 255, 255, 0.10);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_165.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_165.expanded.no-action-button a.vm-action-go {
    display: none; }

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

#stacks_in_206 {
	padding: 0px 0px 5px 0px;
}
/*  */
#view-more-stacks_in_182 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 400px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_182 .vm-header {
    padding-top: 315px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_182 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_182 .vm-header-icon {
      top: 15px;
      height: 300px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_182 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        background: url(../files/icon_bg_image_choice-182.jpg) no-repeat center center;
        background-size: cover;
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 270px;
        height: 270px;
        font-size: 0px;
        border-radius: 150px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_182 .vm-header-title, #view-more-stacks_in_182 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_182 .vm-header-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      line-height: 32.360001px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_182 .vm-header-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 18px;
      line-height: 29.124001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_182 .vm-footer {
    padding: 20px 10px 30px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_182 .vm-footer-actions a, #view-more-stacks_in_182 .vm-footer-actions a:visited {
      /*  */
      font-family: "Varela";
      /*  */
      /*  */
      background: rgba(134, 227, 187, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 16px;
      padding: 13px 20px;
      border-radius: 25px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_182 .vm-footer-actions a:hover, #view-more-stacks_in_182 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_182 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_182 .vm-footer-actions a.vm-action-go::before {
        content: 'Contact';
        display: inline-block; }
    #view-more-stacks_in_182 .vm-footer-actions a.vm-action-more::before {
      content: 'View Details';
      display: inline-block; }
  #view-more-stacks_in_182 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(0, 0, 0, 0.50);
    overflow: hidden; }
    #view-more-stacks_in_182 .vm-content h1, #view-more-stacks_in_182 .vm-content h2, #view-more-stacks_in_182 .vm-content h3, #view-more-stacks_in_182 .vm-content h4, #view-more-stacks_in_182 .vm-content h5, #view-more-stacks_in_182 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_182 .vm-content a {
      color: rgba(134, 227, 187, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_182 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_182 .vm-content-inner {
      /*  */
      font-family: "Varela";
      /*  */
      padding: 10px 10px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_182 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_182.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_182.expanded .vm-header {
    min-height: 170px;
    padding-left: 195px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: rgba(26, 27, 36, 0.20);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_182.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_182.expanded .vm-header-icon {
      top: 0;
      width: 170px;
      left: 15px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_182.expanded .vm-header-icon i {
        width: 170px;
        height: 170px;
        font-size: 0px;
        border-radius: 100px; }
    #view-more-stacks_in_182.expanded .vm-header-title, #view-more-stacks_in_182.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_182.expanded .vm-header-title {
      font-size: 20px;
      line-height: 32.360001px;
      margin-bottom: 0px; }
    #view-more-stacks_in_182.expanded .vm-header-description {
      font-size: 18px;
      line-height: 29.124001px; }
  #view-more-stacks_in_182.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_182.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(255, 255, 255, 0.10);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_182.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_182.expanded.no-action-button a.vm-action-go {
    display: none; }

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

#stacks_in_381 {
	padding: 0px 0px 5px 0px;
}
/*  */
#view-more-stacks_in_630 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 400px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_630 .vm-header {
    padding-top: 315px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_630 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_630 .vm-header-icon {
      top: 15px;
      height: 300px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_630 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        background: url(../files/icon_bg_image_choice-630.jpg) no-repeat center center;
        background-size: cover;
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 270px;
        height: 270px;
        font-size: 0px;
        border-radius: 150px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_630 .vm-header-title, #view-more-stacks_in_630 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_630 .vm-header-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      line-height: 32.360001px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_630 .vm-header-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 18px;
      line-height: 29.124001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_630 .vm-footer {
    padding: 20px 10px 30px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_630 .vm-footer-actions a, #view-more-stacks_in_630 .vm-footer-actions a:visited {
      /*  */
      font-family: "Varela";
      /*  */
      /*  */
      background: rgba(134, 227, 187, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 16px;
      padding: 13px 20px;
      border-radius: 25px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_630 .vm-footer-actions a:hover, #view-more-stacks_in_630 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_630 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_630 .vm-footer-actions a.vm-action-go::before {
        content: 'Contact';
        display: inline-block; }
    #view-more-stacks_in_630 .vm-footer-actions a.vm-action-more::before {
      content: 'View Details';
      display: inline-block; }
  #view-more-stacks_in_630 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(0, 0, 0, 0.50);
    overflow: hidden; }
    #view-more-stacks_in_630 .vm-content h1, #view-more-stacks_in_630 .vm-content h2, #view-more-stacks_in_630 .vm-content h3, #view-more-stacks_in_630 .vm-content h4, #view-more-stacks_in_630 .vm-content h5, #view-more-stacks_in_630 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_630 .vm-content a {
      color: rgba(134, 227, 187, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_630 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_630 .vm-content-inner {
      /*  */
      font-family: "Varela";
      /*  */
      padding: 10px 10px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_630 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_630.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_630.expanded .vm-header {
    min-height: 170px;
    padding-left: 195px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: rgba(26, 27, 36, 0.20);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_630.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_630.expanded .vm-header-icon {
      top: 0;
      width: 170px;
      left: 15px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_630.expanded .vm-header-icon i {
        width: 170px;
        height: 170px;
        font-size: 0px;
        border-radius: 100px; }
    #view-more-stacks_in_630.expanded .vm-header-title, #view-more-stacks_in_630.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_630.expanded .vm-header-title {
      font-size: 20px;
      line-height: 32.360001px;
      margin-bottom: 0px; }
    #view-more-stacks_in_630.expanded .vm-header-description {
      font-size: 18px;
      line-height: 29.124001px; }
  #view-more-stacks_in_630.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_630.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(255, 255, 255, 0.10);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_630.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_630.expanded.no-action-button a.vm-action-go {
    display: none; }

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

#stacks_in_633 {
	padding: 0px 0px 5px 0px;
}
#stacks_in_93.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 80px 0px 70px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_93.aspen_split{
		padding: 150px 0px 150px 0px;
	}
}
#stacks_in_93.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_93.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_93.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	background-size: cover;
}

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


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

#stacks_in_93.aspen_split{
	text-align:center;
	background-image: linear-gradient(to right, rgba(134, 227, 187, 1.00), rgba(255, 255, 255, 1.00));
}

 
#stacks_in_93.aspen_split{color:rgba(255, 255, 255, 1.00);} 
#stacks_in_93.aspen_split h1, 
#stacks_in_93.aspen_split h2,
#stacks_in_93.aspen_split h3, 
#stacks_in_93.aspen_split h4, 
#stacks_in_93.aspen_split h5, 
#stacks_in_93.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_93.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_93.aspen_split a:hover{color: rgba(255, 255, 255, 1.00);}/* Font style applied when the page has finished loading */

@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_94 {
		font-family: 'Rock Salt', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}
	
	#fontStackstacks_in_94 {
		color: rgba(255, 255, 255, 1.00);
	}
}


#stacks_out_94 {
	width: 600px;
}

#stacks_in_95 {
	padding: 15px 0px 10px 0px;
}

#stacks_in_96 {
	font-size: 150%;
}

#stacks_in_98 {
	padding: 39px 0px 25px 0px;
}

#stacks_out_98 {
	width: 70%;
}
#stacks_in_100 .stacks_in_100-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: "FlatButtonOpenSans", sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_100 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_100 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_100 .stacks_in_100-button,
#stacks_in_100 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_100 {
		text-align: center;
	}









#stacks_in_100 a.stacks_in_100-button, #stacks_in_100 a.stacks_in_100-button:visited, #stacks_in_100 a.stacks_in_100-button:hover, #stacks_in_100 a.stacks_in_100-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_100 .stacks_in_100-button {
		
			background-color: #86E3BB;
		
	}

	#stacks_in_100 a.stacks_in_100-button, #stacks_in_100 a.stacks_in_100-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_100 a.stacks_in_100-button:hover, #stacks_in_100 a.stacks_in_100-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #9AF7CF;
		
	}

	



#stacks_in_101 {
	padding: 50px 0px 50px 0px;
}
/* DooBox Spin CSS Document */




#stacks_in_443 .stacks_in_443spin{
display:none;
}







#stacks_in_444>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_444 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_644 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_644:hover {
	opacity: 0.70;
}#rollFadestacks_in_450 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_450:hover {
	opacity: 0.60;
}#rollFadestacks_in_455 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_455:hover {
	opacity: 0.60;
}#stacks_in_461>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_461 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_462 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_462:hover {
	opacity: 0.70;
}#rollFadestacks_in_467 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_467:hover {
	opacity: 0.70;
}#rollFadestacks_in_472 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_472:hover {
	opacity: 0.70;
}#stacks_in_478>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_478 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_479 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_479:hover {
	opacity: 0.70;
}#rollFadestacks_in_484 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_484:hover {
	opacity: 0.70;
}#rollFadestacks_in_640 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_640:hover {
	opacity: 0.70;
}#stacks_in_495>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_495 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_636 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_636:hover {
	opacity: 0.70;
}#rollFadestacks_in_501 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_501:hover {
	opacity: 0.70;
}#rollFadestacks_in_506 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_506:hover {
	opacity: 0.70;
}#stacks_in_512>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_512 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_513 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_513:hover {
	opacity: 0.70;
}#rollFadestacks_in_518 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_518:hover {
	opacity: 0.70;
}#rollFadestacks_in_523 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_523:hover {
	opacity: 0.70;
}#stacks_in_529>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_529 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_530 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_530:hover {
	opacity: 0.70;
}#rollFadestacks_in_535 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_535:hover {
	opacity: 0.70;
}#rollFadestacks_in_540 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_540:hover {
	opacity: 0.70;
}