
@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_67 .teleportMe {
display: none;
}




#stacks_out_67 {
	margin-right:0;
}

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

 */
#stacks_in_413 * {
  box-sizing: border-box;
}
#stacks_in_413 *:focus {outline:none;}
.searchingstacks_in_413 .stacks_top,
.searchingstacks_in_413 .stacks_in,
.searchingstacks_in_413 .stacks_out {
  overflow: visible;
}
#stacks_in_413 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_413_pages { display: none;}
#stacks_in_413_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_413_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_413_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_413 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_413 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_413 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_413 form .live-search-submit:hover {
   background: #46A4DE;
   color: #FFFFFF;
}
#stacks_in_413 form .live-search-submit:active {
   background: #2886C0;
   color: #F0F0F0;
}
#stacks_in_413_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_413 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_413 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_413 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_413 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_413 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
/**/
/**/
/**/
#stacks_in_413_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_413 #stacks_in_413_tipue_search_content,
.searchingstacks_in_413.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_413_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_413_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_413_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_413 #stacks_in_413_tipue_search_content,
.searchingstacks_in_413.live-search-content {
  display: block !important;
}
#stacks_in_413_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_413_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_413_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_413_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_413_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_413_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_413_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_413_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_413_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_413_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_413_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #86E3BB;
  font-family: inherit;
}
#stacks_in_413_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #86E3BB transparent;
}
#stacks_in_413_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_413_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #C0C0C0;
}
#stacks_in_413_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_413_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #FFFFFF;
}
#stacks_in_413_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #C0C0C0;
}
#stacks_in_413_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_413_tipue_search_content .h01,
.live-search-content .h01 {
  background: #FFE906;
}

#stacks_in_413_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_413_tipue_search_foot_boxes li.current{
  background: #86E3BB;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #FFFFFF;
}
#stacks_in_413_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_413_tipue_search_warning a{

}
#stacks_in_413_tipue_search_warning a:hover{

}
#stacks_in_413_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_413 .additional-pages,
#stacks_in_413 .excluded-pages {
  display: none;
}

#slice_mez_415 {
  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_415.selected {
  border-color: #2680fc !important;
}
#slice_mez_415 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_415 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_415 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_415.hidden > #stacks_in_415 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_416 {
  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_416.selected {
  border-color: #2680fc !important;
}
#slice_mez_416 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_416 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_416 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_416.hidden > #stacks_in_416 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_417 {
  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_417.selected {
  border-color: #2680fc !important;
}
#slice_mez_417 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_417 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_417 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_417.hidden > #stacks_in_417 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_418 {
  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_418.selected {
  border-color: #2680fc !important;
}
#slice_mez_418 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_418 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_418 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_418.hidden > #stacks_in_418 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_419 {
  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_419.selected {
  border-color: #2680fc !important;
}
#slice_mez_419 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_419 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_419 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_419.hidden > #stacks_in_419 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_420 {
  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_420.selected {
  border-color: #2680fc !important;
}
#slice_mez_420 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_420 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_420 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_420.hidden > #stacks_in_420 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_421 {
  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_421.selected {
  border-color: #2680fc !important;
}
#slice_mez_421 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_421 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_421 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_421.hidden > #stacks_in_421 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_422 {
  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_422.selected {
  border-color: #2680fc !important;
}
#slice_mez_422 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_422 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_422 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_422.hidden > #stacks_in_422 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_423 {
  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_423.selected {
  border-color: #2680fc !important;
}
#slice_mez_423 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_423 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_423 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_423.hidden > #stacks_in_423 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_424 {
  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_424.selected {
  border-color: #2680fc !important;
}
#slice_mez_424 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_424 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_424 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_424.hidden > #stacks_in_424 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_425 {
  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_425.selected {
  border-color: #2680fc !important;
}
#slice_mez_425 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_425 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_425 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_425.hidden > #stacks_in_425 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_426 {
  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_426.selected {
  border-color: #2680fc !important;
}
#slice_mez_426 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_426 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_426 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_426.hidden > #stacks_in_426 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_430 {
  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_430.selected {
  border-color: #2680fc !important;
}
#slice_mez_430 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_430 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_430 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_430.hidden > #stacks_in_430 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#stacks_in_256.aspen_split{
	position: relative;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_256.aspen_split{
		padding: 0px 0px 0px 0px;
	}
}
#stacks_in_256.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_256.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_256.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_256.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_256 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


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

 
#stacks_in_256.aspen_split{color:rgba(0, 0, 0, 1.00);} 
#stacks_in_256.aspen_split h1, 
#stacks_in_256.aspen_split h2,
#stacks_in_256.aspen_split h3, 
#stacks_in_256.aspen_split h4, 
#stacks_in_256.aspen_split h5, 
#stacks_in_256.aspen_split h6{color: rgba(51, 51, 51, 1.00);} 
#stacks_in_256.aspen_split a{color: rgba(0, 0, 0, 1.00);} 
#stacks_in_256.aspen_split a:hover{color: rgba(0, 0, 0, 1.00);}.hide{display:none}.color-bullet{border-radius:50%;display:inline-block;width:10px;height:10px;background-color:#EEE}.popover{position:absolute;top:0;left:0;z-index:2010;display:none;max-width:276px;padding:1px;text-align:center;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover h3{letter-spacing:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px 4px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:3px 3px 0 0}.popover-content{padding:9px 14px;font-size:13px;line-height:15px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.ds-event-description td,.popover table td{padding:2px;vertical-align:top}.ds-event-description table td:first-child,.popover table td:first-child{text-align:left;font-weight:bold}/*!* FullCalendar v3.2.0 Stylesheet* Docs & License:https://fullcalendar.io/* (c) 2017 Adam Shaw*/.fc-icon,body .fc{font-size:1em}.fc-button-group,.fc-icon{display:inline-block}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-khtml-user-select:none;-webkit-touch-callout:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc-icon{height:1em;line-height:1em;overflow:hidden;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc button{box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad;font-weight:400}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container:after,.fc-view-container:before{box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:400}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item:hover td{background-color:#f5f5f5}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}.fc-unthemed .fc-toolbar h2{font-weight:600;font-size:18px;font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif}.fc-icon-fa{font-family:FontAwesome}button.fc-button:focus{outline:0 !important;color:#FFFFFF}.fc-event-title{text-wrap:unrestricted;word-wrap:break-word}.fc-unthemed .fc-popover{padding-top:10px;padding-bottom:10px;border-radius:4px}.fc-unthemed .fc-popover .fc-header{background-color:transparent}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:10px;overflow:visible}.fc-event{border-style:none}.fc-event-skin{border-color:transparent;background-color:transparent;color:#fff;border-width:0}.fc-event-time,.fc-event-title{padding:0 4px}.fc-event{border:1px solid #222}.fc-event-skin{text-shadow:0 1px 0 rgba(0,0,0,0.4);background-color:transparent}.fc-event-skin,.fc-event-skin span{border-radius:5px}.fc-event:hover{box-shadow:0 0 .05em rgba(0,0,0,0.4);-moz-box-shadow:0 0 .05em rgba(0,0,0,0.4);-webkit-box-shadow:0 0 1px rgba(0,0,0,0.75)}.fc-event:active{position:relative;top:1px}.fc-event-head{border-radius:3px}.fc-state-default{background-color:transparent;background-image:none;border-width:0;border-color:transparent;text-shadow:none;box-shadow:none}.fc-grid th,.fc-border-separate th{text-align:left;padding:4px}td.fc-day > div{padding:4px}.fc-event-skin,.fc-event-skin span{/*-webkit-border-radius:none;-moz-border-radius:none;border-radius:none;*/}.fc-event:hover{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;cursor:pointer;text-decoration:none}.fc-button{border:none;border-radius:none !important;height:inherit;line-height:inherit;color:#FFFFFF}.fc-state-default,.fc-state-default.fc-corner-left,.fc-state-default.fc-corner-right{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0}.fc-toolbar button:hover,.fc-toolbar button:focus,.fc-toolbar button[disabled],.fc-toolbar button[disabled]:hover,.fc-toolbar button[disabled]:focus{color:#FFFFFF;background:transparent}.fc-button.fc-state-active{background:none;border-radius:none;border-bottom:3px solid #000000;color:#000000}.fc-event{}.fc-state-hover,.fc-state-down,.fc-state-active,.fc-state-disabled{background-color:transparent}.fc-grid .fc-day-number{float:left}td.fc-today  .fc-day-number{color:red;font-weight:bold}.fc-state-highlight,td.fc-today,.fc-unthemed .fc-today{background:transparent}.fc-toolbar h2{display:block;font-size:18px;font-weight:bold;letter-spacing:normal}.ds-icon-chevron-right,.ds-icon-chevron-left{color:red;font-size:18px !important}.fc-button,.ds-icon-chevron-right,.ds-icon-chevron-left{border:none;border-radius:none !important;height:20px;line-height:20px}table tr:nth-of-type(even){background:transparent}.datesnap-loading{position:absolute;top:48%;width:100%;text-align:center;z-index:3}.datesnap-loading > div{position:relative;height:40px;width:40px;margin:0 auto;color:#333333}.fc-basic-view .fc-event-blue,.fc-basic-view a.fc-event-blue,.fc-basic-view a.fc-event-blue:active,.fc-basic-view .fc-event-blue .fc-event-head,.fc-agenda-view .fc-event-blue,.fc-agenda-view a.fc-event-blue,.fc-agenda-view a.fc-event-blue:active,.fc-agenda-view .fc-event-blue .fc-event-head{background-color:#D8EEF8;border-color:#236582;color:#236582 !important;text-decoration:none}.fc-list-view .fc-event-blue .fc-event-dot{background-color:#D8EEF8;border:solid 1px #236582}/*.fc-event-blue:hover{background-color:#3CABDA;border-color:#3CABDA;color:#ffffff !important}*/.fc-basic-view .fc-event-green,.fc-basic-view a.fc-event-green.fc-basic-view a.fc-event-green:active,.fc-basic-view .fc-event-green .fc-event-head,.fc-agenda-view .fc-event-green,.fc-agenda-view a.fc-event-green.fc-agenda-view a.fc-event-green:active,.fc-agenda-view .fc-event-green .fc-event-head{background-color:#E1F7DA;border-color:#3F8129;color:#3F8129 !important;text-decoration:none}.fc-list-view .fc-event-green .fc-event-dot{background-color:#E1F7DA;border:1px solid #3F8129}/*.fc-event-green:hover{background-color:#6AD946;border-color:#6AD946;color:#ffffff !important}*/.fc-basic-view .fc-event-yellow,.fc-basic-view a.fc-event-yellow,.fc-basic-view a.fc-event-yellow:active,.fc-basic-view .fc-event-yellow .fc-event-head,.fc-agenda-view .fc-event-yellow,.fc-agenda-view a.fc-event-yellow,.fc-agenda-view a.fc-event-yellow:active,.fc-agenda-view .fc-event-yellow .fc-event-head{background-color:#FFF5D5;border-color:#A5841B;color:#A5841B !important;text-decoration:none}.fc-list-view .fc-event-yellow .fc-event-dot{background-color:#FFF5D5;border:solid 1px #A5841B}/*.fc-event-yellow:hover{background-color:#FECB2F;border-color:#FECB2F;color:#ffffff !important}*/.fc-basic-view .fc-event-red,.fc-basic-view a.fc-event-red.fc-basic-view a.fc-event-red:active,.fc-basic-view .fc-event-red .fc-event-head,.fc-agenda-view .fc-event-red,.fc-agenda-view a.fc-event-red.fc-agenda-view a.fc-event-red:active,.fc-agenda-view .fc-event-red .fc-event-head{background-color:#FED6DE;border-color:#A42039;color:#A42039 !important;text-decoration:none}.fc-list-view .fc-event-red .fc-event-dot{background-color:#FED6DE;border:1px solid #A42039}/*.fc-event-red:hover{background-color:#FC3159;border-color:#FC3159;color:#ffffff !important}*/.fc-basic-view .fc-event-purple,.fc-basic-view a.fc-event-purple.fc-basic-view a.fc-event-purple:active,.fc-basic-view .fc-event-purple .fc-event-head,.fc-agenda-view .fc-event-purple,.fc-agenda-view a.fc-event-purple.fc-agenda-view a.fc-event-purple:active,.fc-agenda-view .fc-event-purple .fc-event-head{background-color:#F5E4F9;border-color:#7A4687;color:#7A4687 !important;text-decoration:none}.fc-list-view .fc-event-purple .fc-event-dot{background-color:#F5E4F9;border:1px solid #7A4687}/*.fc-event-purple:hover{background-color:#CB77DF;border-color:#CB77DF;color:#ffffff !important}*/.fc-basic-view .fc-event-orange,.fc-basic-view a.fc-event-orange.fc-basic-view a.fc-event-orange:active,.fc-basic-view .fc-event-orange .fc-event-head,.fc-agenda-view .fc-event-orange,.fc-agenda-view a.fc-event-orange.fc-agenda-view a.fc-event-orange:active,.fc-agenda-view .fc-event-orange .fc-event-head{background-color:#FFEAD4;border-color:#A56115;color:#A56115 !important;text-decoration:none}.fc-list-view .fc-event-orange .fc-event-dot{background-color:#FFEAD4;border:1px solid #A56115}/*.fc-event-orange:hover{background-color:#FD9426;border-color:#FD9426;color:#ffffff !important}*/.fc-basic-view .fc-event-gray,.fc-basic-view a.fc-event-gray.fc-basic-view a.fc-event-gray:active,.fc-basic-view .fc-event-gray .fc-event-head,.fc-agenda-view .fc-event-gray,.fc-agenda-view a.fc-event-gray.fc-agenda-view a.fc-event-gray:active,.fc-agenda-view .fc-event-gray .fc-event-head{background-color:#EEEEEE;border-color:#777777;color:#777777 !important;text-decoration:none}.fc-list-view .fc-event-gray .fc-event-dot{background-color:#EEEEEE;border:1px solid #777777}/*.fc-event-gray:hover{background-color:#A1A1A1;border-color:#A1A1A1;color:#ffffff !important}*/.fc-basic-view .fc-event-brown,.fc-basic-view a.fc-event-brown.fc-basic-view a.fc-event-brown:active,.fc-basic-view .fc-event-brown .fc-event-head,.fc-agenda-view .fc-event-brown,.fc-agenda-view a.fc-event-brown.fc-agenda-view a.fc-event-brown:active,.fc-agenda-view .fc-event-brown .fc-event-head{background-color:#ECE6DF;border-color:#4D3C27;color:#4D3C27 !important;text-decoration:none}.fc-list-view .fc-event-brown .fc-event-dot{background-color:#ECE6DF;border:1px solid #4D3C27}/*.fc-event-brown:hover{background-color:#A18460;border-color:#A18460;color:#ffffff !important}*/.fc-bullet{width:18px;height:18px;border-radius:5px;display:inline-block;vertical-align:top}.fc-month-view .fc-time{display:none}.detailed-event-header{font-weight:normal}.detailed-event-body{padding:10px 0}.event-title{font-size:large;font-weight:bold;padding:6px 0}.fc-event-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}div.datesnap-modal{position:absolute;left:50%;height:auto;margin-left:-20%;width:40%;padding:0;top:30%}#ds-modal-wrap{background-color:rgba(0,0,0,0.3);padding:8px;margin-left:auto;margin-right:auto;position:absolute;z-index:1;left:0;right:0;border-radius:5px;text-align:center}#ds-modal-heading{padding:12px;background-color:#f1f1f1;border-top-left-radius:4px;border-top-right-radius:4px;font-weight:bold;font-size:16px}#ds-modal-body{padding:20px;background-color:#fff;border-radius:0 0 4px 4px;border-top:1px solid #bababa;color:#555;font-size:16px}#ds-modal-body .datesnap-btn{display:inline-block;padding:8px 12px;margin-bottom:0;font-size:12px;font-weight:500;line-height:1.333333333;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;white-space:nowrap;color:#333;background-color:#fff;border-color:#ccc;min-width:80px}#ds-modal-body .datesnap-btn:hover{background-color:#f1f1f1;border-color:#bbb}#ds-modal-body .datesnap-btn:focus{outline:none}#ds-modal-body>ul{list-style:none;margin:0;padding:0}#ds-modal-body textarea{background:#fff;padding:6px}#ds-modal-body a{color:#777}#ds-modal-body p{margin:10px}@media only screen and (min-width:768px){div.datesnap-modal{top:30%}div.datesnap-modal{margin-left:-20%;width:40%}}@media (max-width:480px){.datesnap-modal{margin-left:0 !important;width:auto !important;top:0 !important;left:0 !important;right:0 !important;zoom:0}#ds-modal-body{font-size:16px}}/*Max width before this PARTICULAR table gets nastyThis query will take effect for any screen smaller than 760pxand also iPads specifically.*/@mediaonly screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px){table.fc-header td{display:block;text-align:center !important;width:100%}.fc-toolbar h2{font-size:24px}}.datesnap-event-edit{display:none;-webkit-animation-duration:0.5s;opacity:0}.datesnap-event-edit{display:block;opacity:1}#ds-modal-wrap{height:100%;max-height:100%}#ds-modal-wrap{background-color:rgba(0,0,0,0.30);padding:8px;margin-left:auto;margin-right:auto;position:absolute;z-index:1;left:0;right:0;border-radius:5px;overflow:auto}#ds-modal-heading{padding:12px;background-color:#ffffff;border-top-left-radius:4px;border-top-right-radius:4px;font-weight:bold;font-size:16px;text-align:center}#ds-modal-body{padding:0;background-color:#ffffff;border-radius:0 0 4px 4px;border-top:none;color:#555;font-size:13px}#ds-modal-body > div.inner{padding:20px;text-align:left}#ds-modal-body{overflow:auto}#datesnap-container{display:none;top:20%;left:50%;position:fixed;width:500px;margin:0;margin-left:-250px;padding:0}#datesnap-close{display:block;position:absolute;width:30px;height:30px;top:20px;left:20px;color:#CCC;font-weight:bold;font-size:18px;cursor:pointer}@font-face{font-family:'datesnap';src:url('../files/datesnap/assets/font/datesnap.eot');src:url('../files/datesnap/assets/font/datesnap.eot?#iefix') format('embedded-opentype'),url('../files/datesnap/assets/font/datesnap.ttf') format('truetype'),url('../files/datesnap/assets/font/datesnap.woff') format('woff'),url('../files/datesnap/assets/font/datesnap.svg#datesnap') format('svg');font-weight:normal;font-style:normal}[class^="ds-icon-"],[class*=" ds-icon-"]{font-family:'datesnap' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ds-icon-link-outline:before{content:"\e600"}.ds-icon-calender-outline:before{content:"\e601"}.ds-icon-pin-outline:before{content:"\e602"}.ds-icon-calender:before{content:"\e603"}.ds-icon-pin:before{content:"\e604"}.ds-icon-link:before{content:"\e605"}.ds-icon-yabdab-smile:before{content:"\e606"}.ds-icon-yabdab-logo:before{content:"\e607"}.ds-icon-bullet:before{content:"\e608"}.ds-icon-double-angle-left:before{content:"\e609"}.ds-icon-double-angle-right:before{content:"\e60a"}.ds-icon-angle-left:before{content:"\e60b"}.ds-icon-angle-right:before{content:"\e60c"}.ds-icon-circle:before{content:"\e60d"}.ds-icon-remove-sign:before{content:"\e60e"}.ds-icon-chevron-left:before{content:"\e615"}.ds-icon-chevron-right:before{content:"\e616"}.ds-icon-calendar:before{content:"\e617"}.ds-icon-remove:before{content:"\e618"}.ds-icon-ok:before{content:"\e619"}.ds-icon-zoom-in:before{content:"\e61a"}.ds-icon-search:before{content:"\e61b"}.ds-icon-spinner:before{content:"\e60f"}.ds-icon-spinner2:before{content:"\e610"}.ds-icon-spinner3:before{content:"\e611"}.ds-icon-spinner4:before{content:"\e612"}.ds-icon-spinner5:before{content:"\e613"}.ds-icon-spinner6:before{content:"\e614"}.ds-icon-lg{font-size:18px;position:absolute;top:3px;left:8px}.ds-icon-2x{font-size:2em}.ds-icon-3x{font-size:3em}.ds-icon-4x{font-size:4em}.ds-icon-5x{font-size:5em}.ds-icon-spin{display:inline-block;animation:spin 2s infinite linear}a .ds-icon-spin{display:inline-block;text-decoration:none}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.datesnap-calendar *,.popover *,.datesnap-modal td{font-size:12px;font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif}.fc-unthemed .fc-widget-header,.fc-unthemed .fc-widget-content{border-color:#7C7C7C !important}.fc-day-number{color:#6D6D6D}td.fc-today  .fc-day-number{color:#333333}.fc .fc-week .fc-week-number{color:#4A4A4A}.fc-day-header,.fc-widget-header{color:#FFFFFF;background-color:#86E3BB}.fc-toolbar h2{color:#6D6D6D}.fc-button.fc-state-active{border-color:#86E3BB;color:#FFFFFF}button.fc-prev-button,button.fc-next-button{height:26px;width:26px;display:inline-block;color:#333333;min-width:26px;min-height:26px}.ds-icon-chevron-right,.ds-icon-chevron-left{color:#333333;min-width:26px;min-height:26px}.fc-state-default{color:#6D6D6D}.popover{background-color:#FFFFFF;border-color:#777777;color:#333333}.popover-title{background-color:#F7F7F7;border-color:#EBEBEB}.popover.top .arrow{border-top-color:#777777}.popover.top .arrow:after{border-top-color:#FFFFFF}.popover h3{color:#222222;font-size:17px}table.ds-popover-table td img{border:1px solid #777777}.ds-icon-remove-sign{color:#222222;opacity:.5;font-size:24px;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.ds-icon-remove-sign:hover{opacity:1}.ds-icon-spin{font-size:36px !important;color:#86E3BB;opacity:.5}.ds-popover-table td{text-align:left}#ds-modal-heading{font-size:17px;font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif}

#stacks_in_446 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 40px 0px 0px 0px;
}
.fc-event-custom_stacks_in_447,.fc-event-custom_stacks_in_447:active,.fc-event-custom_stacks_in_447 .fc-event-head{background-color:#1D9BF6;border-color:#1D9BF6;color:#FFFFFF !important}.fc-event-custom_stacks_in_447:hover{background-color:#C1C1C1;border-color:#C1C1C1;color:#FFFFFF !important}
.fc-event-custom_stacks_in_449,.fc-event-custom_stacks_in_449:active,.fc-event-custom_stacks_in_449 .fc-event-head{background-color:#FEC30A;border-color:#FEC30A;color:#FFFFFF !important}.fc-event-custom_stacks_in_449:hover{background-color:#C1C1C1;border-color:#C1C1C1;color:#FFFFFF !important}
.fc-event-custom_stacks_in_450,.fc-event-custom_stacks_in_450:active,.fc-event-custom_stacks_in_450 .fc-event-head{background-color:#86E3BB;border-color:#86E3BB;color:#FFFFFF !important}.fc-event-custom_stacks_in_450:hover{background-color:#C0C0C0;border-color:#C0C0C0;color:#FFFFFF !important}
.fc-event-custom_stacks_in_451,.fc-event-custom_stacks_in_451:active,.fc-event-custom_stacks_in_451 .fc-event-head{background-color:#B36CC0;border-color:#B36CC0;color:#FBFFFF !important}.fc-event-custom_stacks_in_451:hover{background-color:#C1C1C1;border-color:#C1C1C1;color:#FFFFFF !important}
#stacks_in_76.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 80px 0px 70px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_76.aspen_split{
		padding: 150px 0px 150px 0px;
	}
}
#stacks_in_76.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_76.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_76.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_76.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_76 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


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

#stacks_in_76.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_76.aspen_split{color:rgba(255, 255, 255, 1.00);} 
#stacks_in_76.aspen_split h1, 
#stacks_in_76.aspen_split h2,
#stacks_in_76.aspen_split h3, 
#stacks_in_76.aspen_split h4, 
#stacks_in_76.aspen_split h5, 
#stacks_in_76.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_76.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_76.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_260 {
		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_260 {
		color: rgba(255, 255, 255, 1.00);
	}
}


#stacks_out_260 {
	width: 600px;
}

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

#stacks_in_262 {
	font-size: 150%;
}

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

#stacks_out_81 {
	width: 70%;
}
#stacks_in_83 .stacks_in_83-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_83 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_83 .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_83 .stacks_in_83-button,
#stacks_in_83 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_83 {
		text-align: center;
	}









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


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

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

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

	



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




#stacks_in_264 .stacks_in_264spin{
display:none;
}







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

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

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

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

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








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



}



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


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


}




#stacks_in_265 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_266 {
	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_266:hover {
	opacity: 0.60;
}#rollFadestacks_in_271 {
	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_271:hover {
	opacity: 0.60;
}#rollFadestacks_in_276 {
	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_276:hover {
	opacity: 0.60;
}#stacks_in_282>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_282 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_283 {
	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_283:hover {
	opacity: 0.70;
}#rollFadestacks_in_288 {
	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_288:hover {
	opacity: 0.70;
}#rollFadestacks_in_293 {
	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_293:hover {
	opacity: 0.70;
}#stacks_in_299>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_299 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_300 {
	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_300:hover {
	opacity: 0.70;
}#rollFadestacks_in_305 {
	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_305:hover {
	opacity: 0.70;
}#rollFadestacks_in_435 {
	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_435:hover {
	opacity: 0.70;
}#stacks_in_316>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_316 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_431 {
	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_431:hover {
	opacity: 0.70;
}#rollFadestacks_in_322 {
	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_322:hover {
	opacity: 0.70;
}#rollFadestacks_in_327 {
	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_327:hover {
	opacity: 0.70;
}#stacks_in_333>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_333 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_334 {
	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_334:hover {
	opacity: 0.70;
}#rollFadestacks_in_339 {
	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_339:hover {
	opacity: 0.70;
}#rollFadestacks_in_344 {
	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_344:hover {
	opacity: 0.70;
}#stacks_in_350>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_350 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_351 {
	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_351:hover {
	opacity: 0.70;
}#rollFadestacks_in_356 {
	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_356:hover {
	opacity: 0.70;
}#rollFadestacks_in_361 {
	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_361:hover {
	opacity: 0.70;
}