
/* Edit Mode */


/* Preview */


.vast_hide.vast_video_player,
.vast_standby.vast_video_player{
  opacity: 0;
}


.vast_video_wrapper{
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.vast_video_wrapper:before{
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.vast_video_tint{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: scale(1.05);
}
.vast_video_slice{
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.vast_video_background{
  background-position: center;
  background-size: cover;
  position: absolute;
  transform: scale(1.05);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  transition: opacity 500ms 500ms;
}
[data-status="ready"] ~ .vast_video_background{
  opacity: 0;
}
[data-status="ready"].vast_hide ~ .vast_video_background{
  opacity: 1;
}


#vast-log{
  position: fixed;
  width: 200px;
  bottom: 40px;
  right: 40px;
  background: #fff;
  color: #000;
  padding: 0 0 5px;
  border-radius: 9px;
  box-shadow: 0 1px 4px -2px #000;
  z-index: 10000;
  overflow: hidden;
}
#vast-log p{
  font-size: 13px;
  padding: 7px 20px;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
#vast-log p ~ p{
  border-top: 1px solid #eee;
}
#vast-log p#log-header{
  font-weight: bolder;
  text-align: center;
}
.vast-icon{
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 3px;

  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.vast-loaded .vast-icon{
  background: rgb(255, 221, 7);
  animation: none;
  border: none;
}
.vast-loaded.vast-pause .vast-icon{
  background: rgb(206, 205, 204);
  animation: none;
  border: none;
}
.vast-loaded.vast-play .vast-icon{
  background: transparent;
  width: 0; 
  height: 0;
  border-radius: 0;
  animation: none;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgb(85, 211, 94);
}
.vast-pause{
  opacity: 0.4;
}
/* Depth Base */

.depth_out h2,.depth_out p,.depth_out a{margin:0;padding:0;border: 0;line-height:1.4;}
.depth_out hr:before,.depth_out hr:after,.depth_out .content_in .stacksEmptyFiller{display: none}

.depth_in,
header .depth_theme_limit,
footer .depth_theme_limit{
  
}
main .depth_theme_limit{
  max-width: 100%;
  padding: 0;
}
.depth_limit{
  margin: 0 auto;
}



.nfont{
	font-family: 'Montserrat', sans-serif !important;
}
h2.nfont,
.sub_heading.nfont{
	font-family: 'Josefin Sans', sans-serif !important;
}
header.depth_theme,
main.depth_theme h1,
main.depth_theme h2,
main.depth_theme h3,
main.depth_theme h4,
main.depth_theme h5,
main.depth_theme h6{
  font-family: 'Josefin Sans', sans-serif !important;
}
.depth_in a{text-decoration: none;}
.depth_in{
  font-size: 15px;
  line-height: 1.4;}

/* 2 Col Spacing */
.depth_section{
  margin-bottom: 20px;
}



.depth_out img{max-width: 100%}

.depth_out *, 
.depth_out *:before, 
.depth_out *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

.depth_out .cf:after {content:"";display:table;clear:both;}
.depth_out .exp{position:absolute;top:0;left:0;bottom:0;right:0;}

@media screen and (min-width: 770px){
  /* 2 Col Spacing */
  .depth_row .s3_column_left .depth_section{
    margin-right: 10.000000px;
  }
  .depth_row .s3_column_right .depth_section{
    margin-left: 10.000000px;
  }
  /* 3 Col Spacing */
  .depth_row.three_col .s3_column_left .depth_section{
    margin-right: 13.320000px;
  }
  .depth_row.three_col .s3_column_center .depth_section{
    margin-left: 6.660000px;
    margin-right: 6.660000px;
  }
  .depth_row.three_col .s3_column_right .depth_section{
    margin-left: 13.320000px;
  }
  /* 4 Col Spacing (1/4) */
  .depth_row .s3_column_4:first-child .depth_section{
    margin-right: 15.000000px;
    margin-left: 0;
  }
  /* 4 Col Spacing (2/4) */
  .depth_row .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 10.000000px;
    margin-left: 5.000000px;
  }
  /* 4 Col Spacing (3/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 5.000000px;
    margin-left: 10.000000px;
  }
  /* 4 Col Spacing (4/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-left: 15.000000px;
    margin-right: 0;
  }
  /* Flex Equal Height/Centering */
  
  .s3_row.depth_row,
  .depth_row .s3_column,
  .s3_row.depth_row .depth_out,
  .s3_row.depth_row .depth_out > div,
  .s3_row.depth_row .depth_wrapper,
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .depth_image *{
    flex: 1;
    display: flex !important;
  }
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .content_in{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .depth_ie .s3_row.depth_row,
  .depth_ie .depth_row .s3_column,
  .s3_row.depth_row .depth_ie .depth_out,
  .s3_row.depth_row .depth_ie .depth_out > div,
  .s3_row.depth_row .depth_ie .depth_wrapper,
  .s3_row.depth_row .depth_ie .content_out,
  .s3_row.depth_row .depth_ie .depth_image *{
    flex: auto !important;
    display: block !important;
  }
}


.content_flex {position: static;}

.s3_row.depth_row .content_flex {
  flex: 1;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

/* Edit Mode */


/* Animations */


.depth_fx .depth_image,
.depth_fx .depth_tint,
.depth_fx .depth_gradient,
.depth_fx .content_tint,
.depth_fx p.sub_heading,
.depth_fx .heading_out .stacks_out,
.depth_fx p.main_content,
.depth_fx .depth_aside,
.depth_fx .heading_out h2{ opacity: 0; }

.depth_fx.depth_ie .depth_image,
.depth_fx.depth_ie .depth_tint,
.depth_fx.depth_ie .depth_gradient,
.depth_fx.depth_ie .content_tint,
.depth_fx.depth_ie p.sub_heading,
.depth_fx.depth_ie .heading_out .stacks_out,
.depth_fx.depth_ie p.main_content,
.depth_fx.depth_ie .depth_aside,
.depth_fx.depth_ie .heading_out h2{ opacity: 1; }


.depth_inview.slow_fadeIn.depth_fx .depth_image,
.depth_inview.slow_fadeIn.depth_fx .depth_tint,
.depth_inview.slow_fadeIn.depth_fx .content_tint,
.depth_inview.slow_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .7s both; }
.depth_inview.slow_fadeIn.depth_fx .heading_out{ animation: heading_border_color 1s both; }
.depth_inview.slow_fadeIn.depth_fx p.super_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein 1s .25s both; }
.depth_inview.slow_fadeIn.depth_fx p.sub_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein 1s .5s both; }
.depth_inview.slow_fadeIn.depth_fx p.main_content,
.depth_inview.slow_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein 1s .75s both; }
.depth_inview.slow_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein 1s 1s backwards; }
.depth_inview.slow_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein 1s 1.25s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content 1s .5s backwards; }

.depth_inview.steady_fadeIn.depth_fx .depth_image,
.depth_inview.steady_fadeIn.depth_fx .depth_tint,
.depth_inview.steady_fadeIn.depth_fx .content_tint,
.depth_inview.steady_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .5s both; }
.depth_inview.steady_fadeIn.depth_fx .heading_out{ animation: heading_border_color .7s both; }
.depth_inview.steady_fadeIn.depth_fx p.super_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .7s .15s both; }
.depth_inview.steady_fadeIn.depth_fx p.sub_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .7s .35s both; }
.depth_inview.steady_fadeIn.depth_fx p.main_content,
.depth_inview.steady_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .7s .5s both; }
.depth_inview.steady_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .7s .65s backwards; }
.depth_inview.steady_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .7s .8s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .7s .25s backwards; }

.depth_inview.fast_fadeIn.depth_fx .depth_image,
.depth_inview.fast_fadeIn.depth_fx .depth_tint,
.depth_inview.fast_fadeIn.depth_fx .content_tint,
.depth_inview.fast_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .3s both; }
.depth_inview.fast_fadeIn.depth_fx .heading_out{ animation: heading_border_color .4s both; }
.depth_inview.fast_fadeIn.depth_fx p.super_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .4s .15s both; }
.depth_inview.fast_fadeIn.depth_fx p.sub_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .4s .35s both; }
.depth_inview.fast_fadeIn.depth_fx p.main_content,
.depth_inview.fast_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .4s .5s both; }
.depth_inview.fast_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .4s .65s backwards; }
.depth_inview.fast_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .4s .8s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .4s .25s backwards; }


@-webkit-keyframes heading_border_color {
  from {border-color: transparent;}
  to {border-color: ;}}
@keyframes nbanner_fadein {
  from {border-color: transparent;}
  to {border-color: ;}}

@-webkit-keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}
@keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}

@-webkit-keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}
@keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}

@-webkit-keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}/* 2.0.1
- improves overall performance on retina devices
- fixes performance issue in safari when using the Frosted Glass effect
- fixes a loading bug with the parallax effect
 */
#stacks_in_1809.btr-bg-outer .btr-bg-inner {
  
  min-height: 45vh;
  
}
#stacks_in_1809.btr-bg-gradient .btr-bg-inner ,
#stacks_in_1809.btr-bg-animated .btr-bg-inner ,
#stacks_in_1809.btr-bg-blur .btr-bg-inner ,
#stacks_in_1809.btr-bg-mouse .btr-bg-inner ,
#stacks_in_1809.btr-bg-pan .btr-bg-inner ,
#stacks_in_1809.btr-bg-parallax .btr-bg-inner ,
#stacks_in_1809.btr-bg-transition .btr-bg-inner ,
#stacks_in_1809.btr-bg-none .btr-bg-inner  {
  padding: 0px 0px 0px 0px;
}
#stacks_in_1809.btr-bg-none {
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 0.00);
}
#stacks_in_1809.btr-bg-outer:after {
  background: rgba(13, 39, 47, 1.00);
}
#stacks_in_1809.btr-bg-outer {
  background-image : url(../reference_files/backgroundImageBlur-1809.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  -webkit-transform:translateZ(0);
}
#stacks_in_1809.btr-bg-outer .btr-bg-inner .btr-bg-content {
  position: relative;
  background-color : rgba(255, 255, 255, 0.00);
  overflow: hidden;
  padding: 0px 24px 24px 24px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  
}
#stacks_in_1809.btr-bg-outer .btr-bg-inner .btr-bg-header,
#stacks_in_1809.btr-bg-outer .btr-bg-inner .btr-bg-footer {
  
}




/* Parallax */
#stacks_in_1809.btr-bg-parallax {
  background: none;
  transform: none;
}
#stacks_in_1809.btr-bg-parallax > .btr-bg-parallax-bg {
  background-image : url(../reference_files/backgroundImageBlur-1809.jpg);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.00);
  background-position: center top;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  -webkit-transform:translateZ(0);
  will-change: transform;
}
#stacks_in_1809.btr-bg-parallax.btr-bg-disabled:before {
  background-attachment: scroll;
  background-position: bottom center !important;
}





/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_1816 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_1816 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_1816 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_1816 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_1816 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_1816.cm-full-menu li > a:hover,
#clean-menu_stacks_in_1816 li > a:hover {
  text-decoration: none;
}

#stacks_in_1816 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_1816 {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_1816 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_1816 ul li > a:after,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_1816.cm-full-menu,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul li,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul > div,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul > div a,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul ul,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_1816.cm-full-menu,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_1816.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1816.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_1816.cm-full-menu.clean-menu-active {
  height: auto;
}

#clean-menu-full_stacks_in_1816.cm-full-menu {
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
}
#clean-menu-full_stacks_in_1816.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}



#clean-menu-full_stacks_in_1816.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1816 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_1816.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}



#clean-menu_stacks_in_1816 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_1816 > div {
  align-self: center;
}
#clean-menu_stacks_in_1816 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_1816 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_1816 .clean-menu-logo {
  max-width: 200px;
  min-width: 200px;
  margin: 0;
}
#clean-menu_stacks_in_1816 .clean-menu-logo .cm-logo-wrap {
  max-width: 200px;
  min-width: 200px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_1816 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_1816.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_1816 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_1816 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_1816.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_1816 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_1816.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(240, 242, 241, 1.00);
  font-size: inherit;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a {
  font-family: Josefin Sans;
}
#clean-menu-full_stacks_in_1816.cm-full-menu > ul > li > a {
  
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(240, 242, 241, 1.00);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_1816.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_1816 li > a svg,
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(150, 186, 199, 1.00);
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a:hover svg {
  fill: rgba(150, 186, 199, 1.00);
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(234, 249, 236, 1.00);
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(234, 249, 236, 1.00);
}
#clean-menu_stacks_in_1816 .cm-toggle span {
  background: #FFFFFF;
}
#clean-menu_stacks_in_1816 h1, #clean-menu_stacks_in_1816 h2, #clean-menu_stacks_in_1816 h3, #clean-menu_stacks_in_1816 h4, #clean-menu_stacks_in_1816 h5, #clean-menu_stacks_in_1816 h6, #clean-menu_stacks_in_1816 .layouts-text, #clean-menu_stacks_in_1816 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_1816.cm-full-menu,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul {
  background: rgba(35, 54, 60, 1.00);
}
#clean-menu-full_stacks_in_1816.cm-full-menu > ul > li,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_1816.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_1816.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.00);
  fill: rgba(0, 0, 0, 0.00);
}
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.00);
  fill:  rgba(0, 0, 0, 0.00);
}
/* #clean-menu-full_stacks_in_1816.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_1816.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.00);
  cursor: default;
} */
#clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.00);
  fill:  rgba(0, 0, 0, 0.00);
}
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(240, 242, 241, 1.00);
}
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(150, 186, 199, 1.00);
}
/* #clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(240, 242, 241, 1.00);
} */
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(234, 249, 236, 1.00);
}
.disable-parents #clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_1816.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.00);
  border-color: rgba(0, 0, 0, 0.00);
}
.disable-parents #clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1816 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(240, 242, 241, 1.00);
  border-color: rgba(240, 242, 241, 1.00);
}




#clean-menu_stacks_in_1816 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#clean-menu_stacks_in_1816 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_1816 .clean-menu-logo {
  width: auto;
  max-width: 9999px;
}
#clean-menu_stacks_in_1816 .clean-menu-logo .cm-logo-wrap {
  max-width: 200px;
  margin-right: 5px;
  width: 100%;
}
div[tag="slice"] > .mez > #stacks_in_1816.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}



#clean-menu_stacks_in_1816 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_1816 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_1816 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.00);
}
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.00);
}
/* #clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.00);
} */
#clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.00);
}





.cm-sticky-wrap_stacks_in_1816 {
  transition: background 300ms ease;
  background: transparent;
}
.cm-sticky-wrap_stacks_in_1816.cm-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(15, 37, 54, 0.00);
}
.cm-sticky-wrap_stacks_in_1816.cm-sticky > #clean-menu-full_stacks_in_1816.cm-full-menu {
  z-index: 99999;
}
.cm-sticky-wrap_stacks_in_1816.cm-sticky #clean-menu_stacks_in_1816.clean-menu {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}



@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1816.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1816 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_1816 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_1816 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 770px) {
  
  #clean-menu_stacks_in_1816.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_1816 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_1816 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_1816 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_1816 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_1816 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu_stacks_in_1816 .clean-menu-full .cm-menu-toggle {
    float: right;
  }
  
  #clean-menu-full_stacks_in_1816.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu ul li > a {
    font-size: calc(inherit + 2 );
    line-height: calc(inherit + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_1816 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_1816 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_1816 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_1816 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_1816 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_1816.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_1816.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_1816.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_1816.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_1816.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_1816.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}

.cm-mobile-example  #clean-menu_stacks_in_1816 .clean-menu-full .cm-menu-toggle {
  float: right;
}









#clean-menu_stacks_in_1816 .clean-menu-top-level ul li.cm-current > a {
  
}

#stacks_in_1816 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 20px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
}
#graphicStackstacks_in_1818 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_1818 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */
#graphicStackstacks_in_1818 img {
	width: 100%;
	max-width: none;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */

/*  */#graphicStackstacks_in_1820 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_1820 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_1820 {
	text-align: left;
}

#graphicStackstacks_in_1820 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_1820 img {
	width: 100%;
	height: auto;
	max-width: 50px;
	max-height: 50px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#stacks_out_1820 {
	margin-left:0;
}

.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_1821) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_1821.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_1823 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_1824) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_1824.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_1825 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_1826) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_1826.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_1827 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(239, 237, 226, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_1828) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_1828.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_1829 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(35, 54, 60, 0.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 4px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(35, 54, 60, 0.19);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(35, 54, 60, 0.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_1830) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(35, 54, 60, 0.19);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_1830.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_1831 {
	font-size: 85%;
	font-weight: bold;
}

.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(239, 237, 226, 1.00);
  background-color: rgba(35, 54, 60, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  padding: 6px 12px;
}
.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(239, 237, 226, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a:hover {

}
.clean-menu-top-level #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style {
  padding: 10px 18px 10px 18px;
}
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(239, 237, 226, 1.00);
  background-color: rgba(35, 54, 60, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 6px 12px;
}
.cm-vert-bottom > .clean-menu-top-level > ul:has(> #cta_stacks_in_1832) {
  margin-bottom: -6px;
}
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  display: inline-block;
}
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(239, 237, 226, 1.00);
}
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a:hover,
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(35, 54, 60, 1.00);
  background-color: rgba(150, 186, 199, 1.00);
  border: 1px solid rgba(34, 34, 34, 0.00);
}
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a:hover svg,
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a.current a svg {
  fill: rgba(35, 54, 60, 1.00);
}
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a:hover {

}
.cm-full-menu #cta_stacks_in_1832.clean-menu-cta.clean-menu-cta-style a:active {
  transform: translate(0,1px);
}



#stacks_in_1833 {
	font-size: 85%;
	font-weight: bold;
}
/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1426 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1426 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1426 .depth_section_link:hover .depth_in,
#stacks_in_1426 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}




	#stacks_in_1426{margin-bottom: 0;}


#stacks_in_1426.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1426.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1426 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_1426 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	
		/* Default Background*/
		background-image: url(../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(13, 39, 47, 1.00);
	background-size: cover;
	
}





#stacks_in_1426 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

#stacks_in_1426 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1426 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1426 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1426 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1426 .heading_out h2{
	font-size: 45px;
	line-height: 45px;
	color: rgba(239, 237, 226, 1.00);
	font-weight: 500;
	
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1426 p.super_heading{
	color: rgba(239, 237, 226, 0.49);
	font-size: 20px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1426 p.sub_heading{
	color: rgba(239, 237, 226, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1426 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 700px; 
	

	
	 text-align: center; 
	
	padding: 9% 0px 0% 0px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1426 .content_out{
		padding: 27% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1426 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1426 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1426 .depth_tint,
	#stacks_in_1426 .content_tint{ background: none !important; }
	#stacks_in_1426 .heading_out h2,
	#stacks_in_1426 .content_out{
		
		 text-align: center !important; 
		
	}
	
}


#stacks_in_1426 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1426 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1426 .content_in p.main_content{
	display: block;
	color: rgba(239, 237, 226, 1.00);
	font-size: 1.15em;
	line-height: 1.70;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1426 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 2% 3.000000%;
	border-radius: 30px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(27, 40, 46, 1.00);
	background: rgba(122, 192, 198, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1426 .content_in a.depth_button{
		padding: 2% 4%;
	}
}
#stacks_in_1426 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(46, 70, 77, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1426 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1426 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1426 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1426 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_1426 .depth_aside_wrapper,
#stacks_in_1426 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1426 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}







#stacks_in_1426 .depth_aside_padding > div{max-width:500px;}

@media screen and (max-width: 770px){
	#stacks_in_1426 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1426 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1426 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1426 .depth_in{z-index: 4;}
#stacks_in_1426 .depth_tint{z-index: 3;}
#stacks_in_1426 .depth_gradient{z-index: 2;}
#stacks_in_1426 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1426 .depth_wrapper.content_tint,
	#stacks_in_1426 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1426 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1426 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1426 hr{border: 0;margin: 0;}

#stacks_in_1426 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1426 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1426 hr.hr_bottom_content{
	display: inline-block;
	height: 1px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}#stacks_in_1430.vast_video_wrapper,
#stacks_in_1430.vast_video_wrapper strong,
#stacks_in_1430.vast_video_wrapper b,
#stacks_in_1430.vast_video_wrapper h1,
#stacks_in_1430.vast_video_wrapper h2,
#stacks_in_1430.vast_video_wrapper h3,
#stacks_in_1430.vast_video_wrapper h4,
#stacks_in_1430.vast_video_wrapper h5,
#stacks_in_1430.vast_video_wrapper h6{
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_1430 .vast_video_player,
#stacks_in_1430.vast_video_wrapper .vast_video_background {
	filter: blur(0px);
}
#stacks_in_1430 .vast_video_tint,
#stacks_in_1430 .vast_video_player,
#stacks_in_1430.vast_video_wrapper,
#stacks_in_1430.vast_video_wrapper:before{
  border-radius: 0px;
}
#stacks_in_1430.vast_video_wrapper a{
	color: rgba(52, 188, 255, 1.00);
}
#stacks_in_1430.vast_video_wrapper a:hover{
	color: rgba(95, 211, 255, 1.00);
}

#stacks_in_1430 .vast_video_tint{
	background: rgba(0, 0, 0, 0.20);
}

#stacks_in_1430 .vast_video_slice{
  
	min-height: 70vh;
  
	max-width: 1800px;
}
#stacks_in_1430 .vast_video_player{
	opacity: 1;
	width: 100% !important;
  
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
  display: block;
  font-family: "object-fit:cover";
  max-width: none;
  object-fit: cover;
  transition: opacity 500ms;
  transform: scale(1.05);
  
}

/* Align Top */


	#stacks_in_1430 .vast_video_slice > div{ align-self: flex-start; }


/* Align Middle */



/* Align Bottom */


#stacks_in_1435 {
	background-color: rgba(239, 237, 226, 1.00);
}
/* Depth Limit */

#stacks_in_1436 .depth_limit {
	max-width: 1100px;
}
#stacks_in_1436 .depth_limit_padding {
	padding: 0px 10px 0px 10px;
}
@media screen and (min-width: 770px){
	#stacks_in_1436 .depth_limit_padding {
		padding: 0px 0px 0px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_1436.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}



/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1437 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1437 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1437 .depth_section_link:hover .depth_in,
#stacks_in_1437 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1437.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1437.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1437 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1437 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	
		/* Default Background*/
		background-image: url(../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(239, 237, 226, 1.00);
	background-size: cover;
	
}





#stacks_in_1437 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

#stacks_in_1437 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1437 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1437 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1437 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1437 .heading_out h2{
	font-size: 45px;
	line-height: 45px;
	color: rgba(35, 54, 60, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1437 p.super_heading{
	color: rgba(25, 25, 25, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1437 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 6px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1437 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 700px; 
	

	 text-align: left; 
	
	
	padding: 10% 10px 3% 10px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1437 .content_out{
		padding: 21% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1437 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1437 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1437 .depth_tint,
	#stacks_in_1437 .content_tint{ background: none !important; }
	#stacks_in_1437 .heading_out h2,
	#stacks_in_1437 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_1437 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1437 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1437 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1437 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.15em;
	line-height: 1.70;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1437 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 30px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(46, 70, 77, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1437 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1437 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(46, 70, 77, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1437 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1437 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1437 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1437 .depth_aside_wrapper{
	
	
	 
	padding-right: 700px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1437 .depth_aside_wrapper,
#stacks_in_1437 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1437 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1437 .content_out .centered_image img{float: left;} 





#stacks_in_1437 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1437 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1437 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1437 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1437 .depth_in{z-index: 4;}
#stacks_in_1437 .depth_tint{z-index: 3;}
#stacks_in_1437 .depth_gradient{z-index: 2;}
#stacks_in_1437 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1437 .depth_wrapper.content_tint,
	#stacks_in_1437 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1437 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1437 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1437 hr{border: 0;margin: 0;}

#stacks_in_1437 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1437 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1437 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1682 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1682 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1682 .depth_section_link:hover .depth_in,
#stacks_in_1682 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1682.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1682.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1682 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1682 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../reference_files/banner_bg_image-1682.jpg);
	
	
	
}





#stacks_in_1682 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_1682 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1682 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1682 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1682 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1682 .heading_out h2{
	font-size: 35px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1682 p.super_heading{
	color: rgba(150, 186, 199, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_1682 p.sub_heading{
	color: rgba(150, 186, 199, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1682 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 620px; 
	

	 text-align: left; 
	
	
	padding: 10% 50px 6% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1682 .content_out{
		padding: 10% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1682 .heading_out h2{
		font-size: 22px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1682 .depth_wrapper{background-color: rgba(0, 0, 0, 0.50);}
	#stacks_in_1682 .depth_tint,
	#stacks_in_1682 .content_tint{ background: none !important; }
	#stacks_in_1682 .heading_out h2,
	#stacks_in_1682 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_1682 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1682 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1682 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1682 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1682 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_1682 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1682 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1682 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1682 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -620px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1682 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1682 .depth_aside_wrapper{
	
	
	 
	padding-right: 620px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1682 .depth_aside_wrapper,
#stacks_in_1682 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1682 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1682 .content_out .centered_image img{float: left;} 





#stacks_in_1682 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1682 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1682 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1682 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1682 .depth_in{z-index: 4;}
#stacks_in_1682 .depth_tint{z-index: 3;}
#stacks_in_1682 .depth_gradient{z-index: 2;}
#stacks_in_1682 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1682 .depth_wrapper.content_tint,
	#stacks_in_1682 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1682 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1682 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1682 hr{border: 0;margin: 0;}

#stacks_in_1682 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1682 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1682 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("listify-files/ionicons.eot?v=2.0.1");src:url("listify-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("listify-files/ionicons.ttf?v=2.0.1") format("truetype"),url("listify-files/ionicons.woff?v=2.0.1") format("woff"),url("listify-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

#listify_stacks_in_1683 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_1683 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_1683 body {
    margin: 0; }
  #listify_stacks_in_1683 article, #listify_stacks_in_1683 aside, #listify_stacks_in_1683 details, #listify_stacks_in_1683 figcaption, #listify_stacks_in_1683 figure, #listify_stacks_in_1683 footer, #listify_stacks_in_1683 header, #listify_stacks_in_1683 hgroup, #listify_stacks_in_1683 main, #listify_stacks_in_1683 menu, #listify_stacks_in_1683 nav, #listify_stacks_in_1683 section, #listify_stacks_in_1683 summary {
    display: block; }
  #listify_stacks_in_1683 audio, #listify_stacks_in_1683 canvas, #listify_stacks_in_1683 progress, #listify_stacks_in_1683 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_1683 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_1683 [hidden], #listify_stacks_in_1683 template {
    display: none; }
  #listify_stacks_in_1683 a {
    background-color: transparent; }
    #listify_stacks_in_1683 a:active, #listify_stacks_in_1683 a:hover {
      outline: 0; }
  #listify_stacks_in_1683 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_1683 b, #listify_stacks_in_1683 strong {
    font-weight: bold; }
  #listify_stacks_in_1683 dfn {
    font-style: italic; }
  #listify_stacks_in_1683 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_1683 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_1683 small {
    font-size: 80%; }
  #listify_stacks_in_1683 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_1683 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_1683 sub {
    bottom: -0.25em; }
  #listify_stacks_in_1683 img {
    border: 0; }
  #listify_stacks_in_1683 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_1683 figure {
    margin: 1em 40px; }
  #listify_stacks_in_1683 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_1683 pre {
    overflow: auto; }
  #listify_stacks_in_1683 code, #listify_stacks_in_1683 kbd, #listify_stacks_in_1683 pre, #listify_stacks_in_1683 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_1683 button, #listify_stacks_in_1683 input, #listify_stacks_in_1683 optgroup, #listify_stacks_in_1683 select, #listify_stacks_in_1683 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_1683 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_1683 select {
    text-transform: none; }
  #listify_stacks_in_1683 button, #listify_stacks_in_1683 html input[type="button"], #listify_stacks_in_1683 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_1683 button[disabled], #listify_stacks_in_1683 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_1683 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_1683 input {
    line-height: normal; }
    #listify_stacks_in_1683 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_1683 input[type="checkbox"], #listify_stacks_in_1683 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_1683 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_1683 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_1683 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_1683 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_1683 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_1683 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_1683 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_1683 textarea {
    overflow: auto; }
  #listify_stacks_in_1683 optgroup {
    font-weight: bold; }
  #listify_stacks_in_1683 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_1683 td, #listify_stacks_in_1683 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_1683 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_1683 [class^="w-icon-"], #listify_stacks_in_1683 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_1683 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_1683 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_1683 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_1683 .w-icon-arrow-down:before, #listify_stacks_in_1683 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_1683 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_1683 html {
    height: 100%; }
  #listify_stacks_in_1683 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_1683 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_1683 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_1683 .w-block {
    display: block; }
  #listify_stacks_in_1683 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_1683 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1683 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1683 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_1683 .w-hidden {
    display: none; }
  #listify_stacks_in_1683 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_1683 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_1683 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_1683 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_1683 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_1683 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_1683 h1, #listify_stacks_in_1683 h2, #listify_stacks_in_1683 h3, #listify_stacks_in_1683 h4, #listify_stacks_in_1683 h5, #listify_stacks_in_1683 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_1683 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_1683 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_1683 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_1683 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_1683 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_1683 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_1683 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1683 a:focus {
    outline: 0; }
  #listify_stacks_in_1683 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_1683 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1683 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_1683 ul, #listify_stacks_in_1683 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_1683 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_1683 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1683 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1683 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_1683 .w-video iframe, #listify_stacks_in_1683 .w-video object, #listify_stacks_in_1683 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_1683 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_1683 button, #listify_stacks_in_1683 html input[type="button"], #listify_stacks_in_1683 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_1683 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_1683 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_1683 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_1683 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_1683 .w-input, #listify_stacks_in_1683 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_1683 .w-input:-moz-placeholder, #listify_stacks_in_1683 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_1683 .w-input::-moz-placeholder, #listify_stacks_in_1683 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_1683 .w-input:-ms-input-placeholder, #listify_stacks_in_1683 .w-select:-ms-input-placeholder, #listify_stacks_in_1683 .w-input::-webkit-input-placeholder, #listify_stacks_in_1683 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_1683 .w-input:focus, #listify_stacks_in_1683 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_1683 .w-input[disabled], #listify_stacks_in_1683 .w-select[disabled], #listify_stacks_in_1683 .w-input[readonly], #listify_stacks_in_1683 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1683 fieldset[disabled] .w-input, #listify_stacks_in_1683 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1683 textarea.w-input, #listify_stacks_in_1683 textarea.w-select {
    height: auto; }
  #listify_stacks_in_1683 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_1683 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_1683 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_1683 .w-checkbox, #listify_stacks_in_1683 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_1683 .w-checkbox:before, #listify_stacks_in_1683 .w-radio:before, #listify_stacks_in_1683 .w-checkbox:after, #listify_stacks_in_1683 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_1683 .w-checkbox:after, #listify_stacks_in_1683 .w-radio:after {
    clear: both; }
  #listify_stacks_in_1683 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_1683 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_1683 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_1683 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1683 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_1683 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_1683 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1683 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1683 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_1683 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_1683 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_1683 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_1683 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_1683 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_1683 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_1683 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_1683 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_1683 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_1683 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_1683 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_1683 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_1683 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_1683 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_1683 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1683 .w-container {
      max-width: 728px; }
    #listify_stacks_in_1683 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_1683 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_1683 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1683 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1683 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_1683 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1683 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1683 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_1683 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1683 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1683 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_1683 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1683 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1683 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_1683 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1683 .w-hidden-main, #listify_stacks_in_1683 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_1683 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_1683 .w-row, #listify_stacks_in_1683 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_1683 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_1683 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1683 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1683 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_1683 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1683 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1683 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_1683 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1683 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1683 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_1683 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1683 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1683 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1683 .w-container {
      max-width: none; }
    #listify_stacks_in_1683 .w-hidden-main, #listify_stacks_in_1683 .w-hidden-medium, #listify_stacks_in_1683 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_1683 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_1683 .w-col {
      width: 100%; }
    #listify_stacks_in_1683 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1683 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1683 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_1683 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1683 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1683 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_1683 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1683 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1683 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_1683 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1683 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1683 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_1683 .w-widget {
    position: relative; }
  #listify_stacks_in_1683 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_1683 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_1683 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_1683 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_1683 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_1683 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_1683 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_1683 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_1683 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_1683 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_1683 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_1683 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_1683 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_1683 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_1683 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_1683 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_1683 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_1683 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_1683 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_1683 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_1683 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_1683 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_1683 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_1683 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_1683 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_1683 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_1683 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_1683 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_1683 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_1683 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_1683 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_1683 .w-slider-arrow-left, #listify_stacks_in_1683 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_1683 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_1683 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_1683 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_1683 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_1683 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_1683 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_1683 .w-icon-slider-left, #listify_stacks_in_1683 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1683 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_1683 .w-dropdown-btn, #listify_stacks_in_1683 .w-dropdown-toggle, #listify_stacks_in_1683 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_1683 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_1683 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_1683 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1683 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_1683 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_1683 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_1683 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1683 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_1683 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_1683 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1683 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_1683 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1683 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1683 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_1683 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1683 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_1683 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1683 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_1683 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1683 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_1683 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1683 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1683 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_1683 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_1683 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_1683 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_1683 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_1683 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_1683 .w-lightbox-frame, #listify_stacks_in_1683 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_1683 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_1683 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_1683 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_1683 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_1683 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_1683 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_1683 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_1683 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_1683 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_1683 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_1683 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_1683 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_1683 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_1683 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_1683 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_1683 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_1683 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_1683 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_1683 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_1683 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_1683 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_1683 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_1683 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_1683 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_1683 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_1683 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_1683 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_1683 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_1683 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_1683 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_1683 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_1683 .w-lightbox-left, #listify_stacks_in_1683 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_1683 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_1683 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_1683 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_1683 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_1683 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1683 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1683 .w-richtext ol, #listify_stacks_in_1683 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_1683 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_1683 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_1683 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_1683 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_1683 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_1683 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_1683 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_1683 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_1683 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_1683 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_1683 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_1683 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_1683 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_1683 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_1683 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_1683 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_1683 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_1683 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_1683 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_1683 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_1683 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_1683 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_1683 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1683 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1683 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_1683 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_1683 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1683 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_1683 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_1683 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_1683 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_1683 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_1683 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1683 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1683 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1683 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1683 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_1683 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_1683 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_1683 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1683 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1683 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1683 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1683 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_1683 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1683 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1683 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_1683 .w-tabs {
    position: relative; }
    #listify_stacks_in_1683 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1683 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1683 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_1683 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_1683 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_1683 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_1683 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_1683 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1683 .w-tab-link {
      display: block; } }
  #listify_stacks_in_1683 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_1683 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_1683 .w-dyn-bind-empty, #listify_stacks_in_1683 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_1683 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_1683 .list {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1683 .list-item {
    list-style-type: none;
    margin-bottom: 0px; }
    #listify_stacks_in_1683 .list-item ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1683 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_1683 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 0px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1683 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 0px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    /*  */
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1683 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_1683 .list-item-icon i {
    color: rgba(150, 186, 199, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_1683 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(239, 237, 226, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1683 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_1683 .list-item-inner {
  margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_1683.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_1683.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_1683.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1685.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1685.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1685.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1685.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1687.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1687.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1687.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1687.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1688.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1688.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1688.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1688.hide-d {
    display: none; } }

/*  */
/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_1689 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_1689 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_1689 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_1689 .cd-modal-content a,
#stacks_in_1689 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_1689 .cd-modal-content a:hover,
#stacks_in_1689 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_1689 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_1689 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_1689 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_1689 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_1689 .cd-modal-action {
  position: relative;
}

#stacks_in_1689 .cd-modal-action .modal_btn, #stacks_in_1689 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_1689 .modal_btn,
#stacks_in_1689 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_1689 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_1689 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_1689 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_1689 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_1689 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_1689 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_1689 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_1689 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_1689 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../reference_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_1689 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_1689 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_1689 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_1689 .cd-modal-action a,
#stacks_in_1689 .cd-modal-action a:visited,
#stacks_in_1689 .cd-modal-action a:hover,
#stacks_in_1689 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_1689 .cd-modal-action .modal_btn {
  }






#stacks_in_1689 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_1689 {
	width: 150px;
	margin-left:0;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1678 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1678 .theDivider1,
#simpleDivider_stacks_in_1678 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1678 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1678.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_1678.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1678 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1678.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1678.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1678.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1678.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1552 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1552 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1552 .depth_section_link:hover .depth_in,
#stacks_in_1552 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1552.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1552.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1552 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1552 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../reference_files/banner_bg_image-1552.jpg);
	
	
	
}





#stacks_in_1552 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_1552 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1552 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1552 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1552 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1552 .heading_out h2{
	font-size: 35px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1552 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_1552 p.sub_heading{
	color: rgba(150, 186, 199, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1552 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 620px; 
	

	 text-align: left; 
	
	
	padding: 10% 50px 6% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1552 .content_out{
		padding: 10% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1552 .heading_out h2{
		font-size: 22px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1552 .depth_wrapper{background-color: rgba(0, 0, 0, 0.50);}
	#stacks_in_1552 .depth_tint,
	#stacks_in_1552 .content_tint{ background: none !important; }
	#stacks_in_1552 .heading_out h2,
	#stacks_in_1552 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_1552 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1552 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1552 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1552 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1552 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_1552 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1552 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1552 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1552 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -620px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1552 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1552 .depth_aside_wrapper{
	
	
	 
	padding-right: 620px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1552 .depth_aside_wrapper,
#stacks_in_1552 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1552 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1552 .content_out .centered_image img{float: left;} 





#stacks_in_1552 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1552 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1552 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1552 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1552 .depth_in{z-index: 4;}
#stacks_in_1552 .depth_tint{z-index: 3;}
#stacks_in_1552 .depth_gradient{z-index: 2;}
#stacks_in_1552 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1552 .depth_wrapper.content_tint,
	#stacks_in_1552 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1552 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1552 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1552 hr{border: 0;margin: 0;}

#stacks_in_1552 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1552 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1552 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("listify-files/ionicons.eot?v=2.0.1");src:url("listify-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("listify-files/ionicons.ttf?v=2.0.1") format("truetype"),url("listify-files/ionicons.woff?v=2.0.1") format("woff"),url("listify-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

#listify_stacks_in_1553 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_1553 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_1553 body {
    margin: 0; }
  #listify_stacks_in_1553 article, #listify_stacks_in_1553 aside, #listify_stacks_in_1553 details, #listify_stacks_in_1553 figcaption, #listify_stacks_in_1553 figure, #listify_stacks_in_1553 footer, #listify_stacks_in_1553 header, #listify_stacks_in_1553 hgroup, #listify_stacks_in_1553 main, #listify_stacks_in_1553 menu, #listify_stacks_in_1553 nav, #listify_stacks_in_1553 section, #listify_stacks_in_1553 summary {
    display: block; }
  #listify_stacks_in_1553 audio, #listify_stacks_in_1553 canvas, #listify_stacks_in_1553 progress, #listify_stacks_in_1553 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_1553 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_1553 [hidden], #listify_stacks_in_1553 template {
    display: none; }
  #listify_stacks_in_1553 a {
    background-color: transparent; }
    #listify_stacks_in_1553 a:active, #listify_stacks_in_1553 a:hover {
      outline: 0; }
  #listify_stacks_in_1553 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_1553 b, #listify_stacks_in_1553 strong {
    font-weight: bold; }
  #listify_stacks_in_1553 dfn {
    font-style: italic; }
  #listify_stacks_in_1553 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_1553 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_1553 small {
    font-size: 80%; }
  #listify_stacks_in_1553 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_1553 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_1553 sub {
    bottom: -0.25em; }
  #listify_stacks_in_1553 img {
    border: 0; }
  #listify_stacks_in_1553 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_1553 figure {
    margin: 1em 40px; }
  #listify_stacks_in_1553 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_1553 pre {
    overflow: auto; }
  #listify_stacks_in_1553 code, #listify_stacks_in_1553 kbd, #listify_stacks_in_1553 pre, #listify_stacks_in_1553 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_1553 button, #listify_stacks_in_1553 input, #listify_stacks_in_1553 optgroup, #listify_stacks_in_1553 select, #listify_stacks_in_1553 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_1553 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_1553 select {
    text-transform: none; }
  #listify_stacks_in_1553 button, #listify_stacks_in_1553 html input[type="button"], #listify_stacks_in_1553 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_1553 button[disabled], #listify_stacks_in_1553 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_1553 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_1553 input {
    line-height: normal; }
    #listify_stacks_in_1553 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_1553 input[type="checkbox"], #listify_stacks_in_1553 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_1553 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_1553 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_1553 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_1553 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_1553 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_1553 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_1553 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_1553 textarea {
    overflow: auto; }
  #listify_stacks_in_1553 optgroup {
    font-weight: bold; }
  #listify_stacks_in_1553 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_1553 td, #listify_stacks_in_1553 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_1553 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_1553 [class^="w-icon-"], #listify_stacks_in_1553 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_1553 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_1553 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_1553 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_1553 .w-icon-arrow-down:before, #listify_stacks_in_1553 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_1553 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_1553 html {
    height: 100%; }
  #listify_stacks_in_1553 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_1553 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_1553 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_1553 .w-block {
    display: block; }
  #listify_stacks_in_1553 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_1553 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1553 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1553 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_1553 .w-hidden {
    display: none; }
  #listify_stacks_in_1553 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_1553 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_1553 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_1553 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_1553 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_1553 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_1553 h1, #listify_stacks_in_1553 h2, #listify_stacks_in_1553 h3, #listify_stacks_in_1553 h4, #listify_stacks_in_1553 h5, #listify_stacks_in_1553 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_1553 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_1553 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_1553 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_1553 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_1553 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_1553 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_1553 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1553 a:focus {
    outline: 0; }
  #listify_stacks_in_1553 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_1553 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1553 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_1553 ul, #listify_stacks_in_1553 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_1553 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_1553 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1553 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1553 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_1553 .w-video iframe, #listify_stacks_in_1553 .w-video object, #listify_stacks_in_1553 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_1553 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_1553 button, #listify_stacks_in_1553 html input[type="button"], #listify_stacks_in_1553 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_1553 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_1553 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_1553 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_1553 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_1553 .w-input, #listify_stacks_in_1553 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_1553 .w-input:-moz-placeholder, #listify_stacks_in_1553 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_1553 .w-input::-moz-placeholder, #listify_stacks_in_1553 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_1553 .w-input:-ms-input-placeholder, #listify_stacks_in_1553 .w-select:-ms-input-placeholder, #listify_stacks_in_1553 .w-input::-webkit-input-placeholder, #listify_stacks_in_1553 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_1553 .w-input:focus, #listify_stacks_in_1553 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_1553 .w-input[disabled], #listify_stacks_in_1553 .w-select[disabled], #listify_stacks_in_1553 .w-input[readonly], #listify_stacks_in_1553 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1553 fieldset[disabled] .w-input, #listify_stacks_in_1553 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1553 textarea.w-input, #listify_stacks_in_1553 textarea.w-select {
    height: auto; }
  #listify_stacks_in_1553 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_1553 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_1553 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_1553 .w-checkbox, #listify_stacks_in_1553 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_1553 .w-checkbox:before, #listify_stacks_in_1553 .w-radio:before, #listify_stacks_in_1553 .w-checkbox:after, #listify_stacks_in_1553 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_1553 .w-checkbox:after, #listify_stacks_in_1553 .w-radio:after {
    clear: both; }
  #listify_stacks_in_1553 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_1553 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_1553 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_1553 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1553 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_1553 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_1553 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1553 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1553 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_1553 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_1553 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_1553 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_1553 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_1553 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_1553 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_1553 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_1553 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_1553 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_1553 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_1553 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_1553 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_1553 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_1553 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_1553 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1553 .w-container {
      max-width: 728px; }
    #listify_stacks_in_1553 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_1553 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_1553 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1553 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1553 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_1553 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1553 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1553 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_1553 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1553 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1553 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_1553 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1553 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1553 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_1553 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1553 .w-hidden-main, #listify_stacks_in_1553 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_1553 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_1553 .w-row, #listify_stacks_in_1553 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_1553 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_1553 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1553 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1553 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_1553 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1553 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1553 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_1553 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1553 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1553 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_1553 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1553 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1553 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1553 .w-container {
      max-width: none; }
    #listify_stacks_in_1553 .w-hidden-main, #listify_stacks_in_1553 .w-hidden-medium, #listify_stacks_in_1553 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_1553 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_1553 .w-col {
      width: 100%; }
    #listify_stacks_in_1553 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1553 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1553 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_1553 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1553 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1553 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_1553 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1553 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1553 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_1553 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1553 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1553 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_1553 .w-widget {
    position: relative; }
  #listify_stacks_in_1553 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_1553 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_1553 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_1553 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_1553 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_1553 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_1553 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_1553 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_1553 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_1553 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_1553 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_1553 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_1553 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_1553 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_1553 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_1553 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_1553 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_1553 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_1553 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_1553 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_1553 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_1553 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_1553 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_1553 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_1553 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_1553 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_1553 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_1553 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_1553 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_1553 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_1553 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_1553 .w-slider-arrow-left, #listify_stacks_in_1553 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_1553 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_1553 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_1553 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_1553 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_1553 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_1553 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_1553 .w-icon-slider-left, #listify_stacks_in_1553 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1553 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_1553 .w-dropdown-btn, #listify_stacks_in_1553 .w-dropdown-toggle, #listify_stacks_in_1553 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_1553 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_1553 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_1553 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1553 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_1553 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_1553 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_1553 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1553 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_1553 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_1553 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1553 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_1553 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1553 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1553 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_1553 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1553 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_1553 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1553 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_1553 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1553 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_1553 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1553 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1553 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_1553 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_1553 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_1553 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_1553 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_1553 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_1553 .w-lightbox-frame, #listify_stacks_in_1553 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_1553 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_1553 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_1553 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_1553 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_1553 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_1553 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_1553 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_1553 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_1553 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_1553 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_1553 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_1553 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_1553 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_1553 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_1553 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_1553 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_1553 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_1553 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_1553 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_1553 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_1553 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_1553 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_1553 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_1553 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_1553 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_1553 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_1553 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_1553 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_1553 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_1553 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_1553 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_1553 .w-lightbox-left, #listify_stacks_in_1553 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_1553 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_1553 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_1553 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_1553 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_1553 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1553 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1553 .w-richtext ol, #listify_stacks_in_1553 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_1553 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_1553 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_1553 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_1553 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_1553 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_1553 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_1553 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_1553 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_1553 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_1553 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_1553 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_1553 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_1553 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_1553 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_1553 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_1553 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_1553 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_1553 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_1553 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_1553 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_1553 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_1553 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_1553 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1553 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1553 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_1553 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_1553 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1553 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_1553 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_1553 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_1553 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_1553 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_1553 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1553 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1553 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1553 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1553 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_1553 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_1553 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_1553 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1553 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1553 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1553 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1553 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_1553 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1553 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1553 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_1553 .w-tabs {
    position: relative; }
    #listify_stacks_in_1553 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1553 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1553 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_1553 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_1553 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_1553 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_1553 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_1553 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1553 .w-tab-link {
      display: block; } }
  #listify_stacks_in_1553 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_1553 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_1553 .w-dyn-bind-empty, #listify_stacks_in_1553 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_1553 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_1553 .list {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1553 .list-item {
    list-style-type: none;
    margin-bottom: 0px; }
    #listify_stacks_in_1553 .list-item ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1553 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_1553 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 0px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1553 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 0px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    /*  */
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1553 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_1553 .list-item-icon i {
    color: rgba(150, 186, 199, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_1553 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(239, 237, 226, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1553 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_1553 .list-item-inner {
  margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_1553.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_1553.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_1553.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1555.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1555.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1555.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1555.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1557.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1557.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1557.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1557.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1558.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1558.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1558.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1558.hide-d {
    display: none; } }

/*  */
/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_1559 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_1559 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_1559 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_1559 .cd-modal-content a,
#stacks_in_1559 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_1559 .cd-modal-content a:hover,
#stacks_in_1559 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_1559 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_1559 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_1559 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_1559 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_1559 .cd-modal-action {
  position: relative;
}

#stacks_in_1559 .cd-modal-action .modal_btn, #stacks_in_1559 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_1559 .modal_btn,
#stacks_in_1559 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_1559 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_1559 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_1559 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_1559 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_1559 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_1559 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_1559 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_1559 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_1559 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../reference_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_1559 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_1559 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_1559 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_1559 .cd-modal-action a,
#stacks_in_1559 .cd-modal-action a:visited,
#stacks_in_1559 .cd-modal-action a:hover,
#stacks_in_1559 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_1559 .cd-modal-action .modal_btn {
  }






#stacks_in_1559 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_1559 {
	width: 150px;
	margin-left:0;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1677 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1677 .theDivider1,
#simpleDivider_stacks_in_1677 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1677 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1677.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_1677.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1677 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1677.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1677.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1677.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1677.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1573 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1573 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1573 .depth_section_link:hover .depth_in,
#stacks_in_1573 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1573.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1573.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1573 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1573 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../reference_files/banner_bg_image-1573.jpg);
	
	
	
}





#stacks_in_1573 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_1573 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1573 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1573 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1573 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1573 .heading_out h2{
	font-size: 35px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1573 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_1573 p.sub_heading{
	color: rgba(150, 186, 199, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1573 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 620px; 
	

	 text-align: left; 
	
	
	padding: 10% 50px 6% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1573 .content_out{
		padding: 10% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1573 .heading_out h2{
		font-size: 22px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1573 .depth_wrapper{background-color: rgba(0, 0, 0, 0.50);}
	#stacks_in_1573 .depth_tint,
	#stacks_in_1573 .content_tint{ background: none !important; }
	#stacks_in_1573 .heading_out h2,
	#stacks_in_1573 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_1573 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1573 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1573 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1573 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1573 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_1573 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1573 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1573 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1573 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -620px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1573 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1573 .depth_aside_wrapper{
	
	
	 
	padding-right: 620px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1573 .depth_aside_wrapper,
#stacks_in_1573 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1573 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1573 .content_out .centered_image img{float: left;} 





#stacks_in_1573 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1573 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1573 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1573 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1573 .depth_in{z-index: 4;}
#stacks_in_1573 .depth_tint{z-index: 3;}
#stacks_in_1573 .depth_gradient{z-index: 2;}
#stacks_in_1573 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1573 .depth_wrapper.content_tint,
	#stacks_in_1573 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1573 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1573 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1573 hr{border: 0;margin: 0;}

#stacks_in_1573 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1573 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1573 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("listify-files/ionicons.eot?v=2.0.1");src:url("listify-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("listify-files/ionicons.ttf?v=2.0.1") format("truetype"),url("listify-files/ionicons.woff?v=2.0.1") format("woff"),url("listify-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

#listify_stacks_in_1574 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_1574 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_1574 body {
    margin: 0; }
  #listify_stacks_in_1574 article, #listify_stacks_in_1574 aside, #listify_stacks_in_1574 details, #listify_stacks_in_1574 figcaption, #listify_stacks_in_1574 figure, #listify_stacks_in_1574 footer, #listify_stacks_in_1574 header, #listify_stacks_in_1574 hgroup, #listify_stacks_in_1574 main, #listify_stacks_in_1574 menu, #listify_stacks_in_1574 nav, #listify_stacks_in_1574 section, #listify_stacks_in_1574 summary {
    display: block; }
  #listify_stacks_in_1574 audio, #listify_stacks_in_1574 canvas, #listify_stacks_in_1574 progress, #listify_stacks_in_1574 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_1574 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_1574 [hidden], #listify_stacks_in_1574 template {
    display: none; }
  #listify_stacks_in_1574 a {
    background-color: transparent; }
    #listify_stacks_in_1574 a:active, #listify_stacks_in_1574 a:hover {
      outline: 0; }
  #listify_stacks_in_1574 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_1574 b, #listify_stacks_in_1574 strong {
    font-weight: bold; }
  #listify_stacks_in_1574 dfn {
    font-style: italic; }
  #listify_stacks_in_1574 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_1574 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_1574 small {
    font-size: 80%; }
  #listify_stacks_in_1574 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_1574 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_1574 sub {
    bottom: -0.25em; }
  #listify_stacks_in_1574 img {
    border: 0; }
  #listify_stacks_in_1574 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_1574 figure {
    margin: 1em 40px; }
  #listify_stacks_in_1574 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_1574 pre {
    overflow: auto; }
  #listify_stacks_in_1574 code, #listify_stacks_in_1574 kbd, #listify_stacks_in_1574 pre, #listify_stacks_in_1574 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_1574 button, #listify_stacks_in_1574 input, #listify_stacks_in_1574 optgroup, #listify_stacks_in_1574 select, #listify_stacks_in_1574 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_1574 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_1574 select {
    text-transform: none; }
  #listify_stacks_in_1574 button, #listify_stacks_in_1574 html input[type="button"], #listify_stacks_in_1574 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_1574 button[disabled], #listify_stacks_in_1574 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_1574 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_1574 input {
    line-height: normal; }
    #listify_stacks_in_1574 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_1574 input[type="checkbox"], #listify_stacks_in_1574 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_1574 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_1574 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_1574 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_1574 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_1574 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_1574 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_1574 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_1574 textarea {
    overflow: auto; }
  #listify_stacks_in_1574 optgroup {
    font-weight: bold; }
  #listify_stacks_in_1574 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_1574 td, #listify_stacks_in_1574 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_1574 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_1574 [class^="w-icon-"], #listify_stacks_in_1574 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_1574 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_1574 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_1574 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_1574 .w-icon-arrow-down:before, #listify_stacks_in_1574 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_1574 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_1574 html {
    height: 100%; }
  #listify_stacks_in_1574 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_1574 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_1574 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_1574 .w-block {
    display: block; }
  #listify_stacks_in_1574 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_1574 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1574 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1574 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_1574 .w-hidden {
    display: none; }
  #listify_stacks_in_1574 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_1574 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_1574 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_1574 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_1574 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_1574 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_1574 h1, #listify_stacks_in_1574 h2, #listify_stacks_in_1574 h3, #listify_stacks_in_1574 h4, #listify_stacks_in_1574 h5, #listify_stacks_in_1574 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_1574 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_1574 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_1574 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_1574 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_1574 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_1574 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_1574 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1574 a:focus {
    outline: 0; }
  #listify_stacks_in_1574 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_1574 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1574 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_1574 ul, #listify_stacks_in_1574 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_1574 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_1574 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1574 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1574 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_1574 .w-video iframe, #listify_stacks_in_1574 .w-video object, #listify_stacks_in_1574 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_1574 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_1574 button, #listify_stacks_in_1574 html input[type="button"], #listify_stacks_in_1574 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_1574 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_1574 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_1574 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_1574 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_1574 .w-input, #listify_stacks_in_1574 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_1574 .w-input:-moz-placeholder, #listify_stacks_in_1574 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_1574 .w-input::-moz-placeholder, #listify_stacks_in_1574 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_1574 .w-input:-ms-input-placeholder, #listify_stacks_in_1574 .w-select:-ms-input-placeholder, #listify_stacks_in_1574 .w-input::-webkit-input-placeholder, #listify_stacks_in_1574 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_1574 .w-input:focus, #listify_stacks_in_1574 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_1574 .w-input[disabled], #listify_stacks_in_1574 .w-select[disabled], #listify_stacks_in_1574 .w-input[readonly], #listify_stacks_in_1574 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1574 fieldset[disabled] .w-input, #listify_stacks_in_1574 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1574 textarea.w-input, #listify_stacks_in_1574 textarea.w-select {
    height: auto; }
  #listify_stacks_in_1574 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_1574 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_1574 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_1574 .w-checkbox, #listify_stacks_in_1574 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_1574 .w-checkbox:before, #listify_stacks_in_1574 .w-radio:before, #listify_stacks_in_1574 .w-checkbox:after, #listify_stacks_in_1574 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_1574 .w-checkbox:after, #listify_stacks_in_1574 .w-radio:after {
    clear: both; }
  #listify_stacks_in_1574 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_1574 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_1574 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_1574 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1574 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_1574 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_1574 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1574 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1574 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_1574 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_1574 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_1574 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_1574 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_1574 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_1574 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_1574 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_1574 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_1574 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_1574 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_1574 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_1574 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_1574 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_1574 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_1574 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1574 .w-container {
      max-width: 728px; }
    #listify_stacks_in_1574 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_1574 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_1574 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1574 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1574 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_1574 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1574 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1574 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_1574 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1574 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1574 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_1574 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1574 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1574 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_1574 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1574 .w-hidden-main, #listify_stacks_in_1574 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_1574 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_1574 .w-row, #listify_stacks_in_1574 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_1574 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_1574 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1574 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1574 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_1574 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1574 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1574 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_1574 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1574 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1574 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_1574 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1574 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1574 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1574 .w-container {
      max-width: none; }
    #listify_stacks_in_1574 .w-hidden-main, #listify_stacks_in_1574 .w-hidden-medium, #listify_stacks_in_1574 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_1574 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_1574 .w-col {
      width: 100%; }
    #listify_stacks_in_1574 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1574 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1574 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_1574 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1574 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1574 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_1574 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1574 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1574 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_1574 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1574 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1574 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_1574 .w-widget {
    position: relative; }
  #listify_stacks_in_1574 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_1574 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_1574 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_1574 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_1574 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_1574 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_1574 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_1574 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_1574 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_1574 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_1574 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_1574 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_1574 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_1574 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_1574 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_1574 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_1574 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_1574 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_1574 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_1574 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_1574 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_1574 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_1574 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_1574 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_1574 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_1574 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_1574 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_1574 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_1574 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_1574 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_1574 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_1574 .w-slider-arrow-left, #listify_stacks_in_1574 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_1574 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_1574 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_1574 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_1574 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_1574 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_1574 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_1574 .w-icon-slider-left, #listify_stacks_in_1574 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1574 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_1574 .w-dropdown-btn, #listify_stacks_in_1574 .w-dropdown-toggle, #listify_stacks_in_1574 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_1574 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_1574 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_1574 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1574 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_1574 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_1574 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_1574 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1574 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_1574 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_1574 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1574 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_1574 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1574 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1574 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_1574 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1574 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_1574 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1574 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_1574 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1574 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_1574 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1574 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1574 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_1574 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_1574 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_1574 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_1574 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_1574 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_1574 .w-lightbox-frame, #listify_stacks_in_1574 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_1574 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_1574 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_1574 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_1574 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_1574 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_1574 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_1574 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_1574 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_1574 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_1574 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_1574 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_1574 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_1574 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_1574 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_1574 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_1574 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_1574 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_1574 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_1574 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_1574 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_1574 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_1574 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_1574 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_1574 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_1574 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_1574 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_1574 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_1574 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_1574 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_1574 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_1574 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_1574 .w-lightbox-left, #listify_stacks_in_1574 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_1574 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_1574 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_1574 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_1574 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_1574 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1574 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1574 .w-richtext ol, #listify_stacks_in_1574 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_1574 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_1574 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_1574 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_1574 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_1574 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_1574 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_1574 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_1574 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_1574 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_1574 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_1574 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_1574 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_1574 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_1574 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_1574 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_1574 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_1574 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_1574 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_1574 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_1574 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_1574 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_1574 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_1574 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1574 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1574 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_1574 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_1574 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1574 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_1574 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_1574 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_1574 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_1574 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_1574 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1574 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1574 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1574 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1574 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_1574 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_1574 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_1574 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1574 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1574 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1574 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1574 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_1574 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1574 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1574 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_1574 .w-tabs {
    position: relative; }
    #listify_stacks_in_1574 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1574 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1574 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_1574 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_1574 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_1574 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_1574 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_1574 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1574 .w-tab-link {
      display: block; } }
  #listify_stacks_in_1574 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_1574 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_1574 .w-dyn-bind-empty, #listify_stacks_in_1574 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_1574 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_1574 .list {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1574 .list-item {
    list-style-type: none;
    margin-bottom: 0px; }
    #listify_stacks_in_1574 .list-item ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1574 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_1574 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 0px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1574 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 0px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    /*  */
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1574 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_1574 .list-item-icon i {
    color: rgba(150, 186, 199, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_1574 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(239, 237, 226, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1574 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_1574 .list-item-inner {
  margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_1574.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_1574.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_1574.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1576.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1576.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1576.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1576.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1588.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1588.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1588.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1588.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1579.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1579.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1579.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1579.hide-d {
    display: none; } }

/*  */
/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_1580 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_1580 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_1580 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_1580 .cd-modal-content a,
#stacks_in_1580 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_1580 .cd-modal-content a:hover,
#stacks_in_1580 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_1580 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_1580 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_1580 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_1580 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_1580 .cd-modal-action {
  position: relative;
}

#stacks_in_1580 .cd-modal-action .modal_btn, #stacks_in_1580 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_1580 .modal_btn,
#stacks_in_1580 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_1580 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_1580 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_1580 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_1580 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_1580 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_1580 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_1580 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_1580 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_1580 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../reference_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_1580 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_1580 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_1580 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_1580 .cd-modal-action a,
#stacks_in_1580 .cd-modal-action a:visited,
#stacks_in_1580 .cd-modal-action a:hover,
#stacks_in_1580 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_1580 .cd-modal-action .modal_btn {
  }






#stacks_in_1580 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_1580 {
	width: 150px;
	margin-left:0;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1676 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1676 .theDivider1,
#simpleDivider_stacks_in_1676 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1676 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1676.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_1676.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1676 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1676.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1676.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1676.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1676.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1596 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1596 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1596 .depth_section_link:hover .depth_in,
#stacks_in_1596 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1596.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1596.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1596 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1596 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../reference_files/banner_bg_image-1596.jpg);
	
	
	
}





#stacks_in_1596 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_1596 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1596 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1596 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1596 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1596 .heading_out h2{
	font-size: 35px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1596 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_1596 p.sub_heading{
	color: rgba(150, 186, 199, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1596 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 620px; 
	

	 text-align: left; 
	
	
	padding: 10% 50px 6% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1596 .content_out{
		padding: 10% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1596 .heading_out h2{
		font-size: 22px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1596 .depth_wrapper{background-color: rgba(0, 0, 0, 0.50);}
	#stacks_in_1596 .depth_tint,
	#stacks_in_1596 .content_tint{ background: none !important; }
	#stacks_in_1596 .heading_out h2,
	#stacks_in_1596 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_1596 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1596 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1596 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1596 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1596 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_1596 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1596 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1596 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1596 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -620px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1596 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1596 .depth_aside_wrapper{
	
	
	 
	padding-right: 620px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1596 .depth_aside_wrapper,
#stacks_in_1596 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1596 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1596 .content_out .centered_image img{float: left;} 





#stacks_in_1596 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1596 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1596 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1596 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1596 .depth_in{z-index: 4;}
#stacks_in_1596 .depth_tint{z-index: 3;}
#stacks_in_1596 .depth_gradient{z-index: 2;}
#stacks_in_1596 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1596 .depth_wrapper.content_tint,
	#stacks_in_1596 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1596 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1596 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1596 hr{border: 0;margin: 0;}

#stacks_in_1596 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1596 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1596 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("listify-files/ionicons.eot?v=2.0.1");src:url("listify-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("listify-files/ionicons.ttf?v=2.0.1") format("truetype"),url("listify-files/ionicons.woff?v=2.0.1") format("woff"),url("listify-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

#listify_stacks_in_1597 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_1597 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_1597 body {
    margin: 0; }
  #listify_stacks_in_1597 article, #listify_stacks_in_1597 aside, #listify_stacks_in_1597 details, #listify_stacks_in_1597 figcaption, #listify_stacks_in_1597 figure, #listify_stacks_in_1597 footer, #listify_stacks_in_1597 header, #listify_stacks_in_1597 hgroup, #listify_stacks_in_1597 main, #listify_stacks_in_1597 menu, #listify_stacks_in_1597 nav, #listify_stacks_in_1597 section, #listify_stacks_in_1597 summary {
    display: block; }
  #listify_stacks_in_1597 audio, #listify_stacks_in_1597 canvas, #listify_stacks_in_1597 progress, #listify_stacks_in_1597 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_1597 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_1597 [hidden], #listify_stacks_in_1597 template {
    display: none; }
  #listify_stacks_in_1597 a {
    background-color: transparent; }
    #listify_stacks_in_1597 a:active, #listify_stacks_in_1597 a:hover {
      outline: 0; }
  #listify_stacks_in_1597 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_1597 b, #listify_stacks_in_1597 strong {
    font-weight: bold; }
  #listify_stacks_in_1597 dfn {
    font-style: italic; }
  #listify_stacks_in_1597 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_1597 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_1597 small {
    font-size: 80%; }
  #listify_stacks_in_1597 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_1597 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_1597 sub {
    bottom: -0.25em; }
  #listify_stacks_in_1597 img {
    border: 0; }
  #listify_stacks_in_1597 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_1597 figure {
    margin: 1em 40px; }
  #listify_stacks_in_1597 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_1597 pre {
    overflow: auto; }
  #listify_stacks_in_1597 code, #listify_stacks_in_1597 kbd, #listify_stacks_in_1597 pre, #listify_stacks_in_1597 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_1597 button, #listify_stacks_in_1597 input, #listify_stacks_in_1597 optgroup, #listify_stacks_in_1597 select, #listify_stacks_in_1597 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_1597 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_1597 select {
    text-transform: none; }
  #listify_stacks_in_1597 button, #listify_stacks_in_1597 html input[type="button"], #listify_stacks_in_1597 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_1597 button[disabled], #listify_stacks_in_1597 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_1597 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_1597 input {
    line-height: normal; }
    #listify_stacks_in_1597 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_1597 input[type="checkbox"], #listify_stacks_in_1597 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_1597 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_1597 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_1597 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_1597 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_1597 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_1597 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_1597 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_1597 textarea {
    overflow: auto; }
  #listify_stacks_in_1597 optgroup {
    font-weight: bold; }
  #listify_stacks_in_1597 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_1597 td, #listify_stacks_in_1597 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_1597 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_1597 [class^="w-icon-"], #listify_stacks_in_1597 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_1597 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_1597 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_1597 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_1597 .w-icon-arrow-down:before, #listify_stacks_in_1597 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_1597 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_1597 html {
    height: 100%; }
  #listify_stacks_in_1597 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_1597 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_1597 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_1597 .w-block {
    display: block; }
  #listify_stacks_in_1597 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_1597 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1597 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1597 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_1597 .w-hidden {
    display: none; }
  #listify_stacks_in_1597 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_1597 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_1597 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_1597 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_1597 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_1597 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_1597 h1, #listify_stacks_in_1597 h2, #listify_stacks_in_1597 h3, #listify_stacks_in_1597 h4, #listify_stacks_in_1597 h5, #listify_stacks_in_1597 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_1597 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_1597 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_1597 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_1597 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_1597 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_1597 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_1597 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1597 a:focus {
    outline: 0; }
  #listify_stacks_in_1597 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_1597 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1597 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_1597 ul, #listify_stacks_in_1597 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_1597 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_1597 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1597 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1597 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_1597 .w-video iframe, #listify_stacks_in_1597 .w-video object, #listify_stacks_in_1597 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_1597 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_1597 button, #listify_stacks_in_1597 html input[type="button"], #listify_stacks_in_1597 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_1597 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_1597 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_1597 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_1597 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_1597 .w-input, #listify_stacks_in_1597 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_1597 .w-input:-moz-placeholder, #listify_stacks_in_1597 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_1597 .w-input::-moz-placeholder, #listify_stacks_in_1597 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_1597 .w-input:-ms-input-placeholder, #listify_stacks_in_1597 .w-select:-ms-input-placeholder, #listify_stacks_in_1597 .w-input::-webkit-input-placeholder, #listify_stacks_in_1597 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_1597 .w-input:focus, #listify_stacks_in_1597 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_1597 .w-input[disabled], #listify_stacks_in_1597 .w-select[disabled], #listify_stacks_in_1597 .w-input[readonly], #listify_stacks_in_1597 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1597 fieldset[disabled] .w-input, #listify_stacks_in_1597 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1597 textarea.w-input, #listify_stacks_in_1597 textarea.w-select {
    height: auto; }
  #listify_stacks_in_1597 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_1597 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_1597 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_1597 .w-checkbox, #listify_stacks_in_1597 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_1597 .w-checkbox:before, #listify_stacks_in_1597 .w-radio:before, #listify_stacks_in_1597 .w-checkbox:after, #listify_stacks_in_1597 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_1597 .w-checkbox:after, #listify_stacks_in_1597 .w-radio:after {
    clear: both; }
  #listify_stacks_in_1597 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_1597 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_1597 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_1597 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1597 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_1597 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_1597 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1597 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1597 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_1597 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_1597 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_1597 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_1597 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_1597 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_1597 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_1597 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_1597 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_1597 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_1597 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_1597 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_1597 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_1597 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_1597 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_1597 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1597 .w-container {
      max-width: 728px; }
    #listify_stacks_in_1597 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_1597 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_1597 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1597 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1597 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_1597 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1597 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1597 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_1597 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1597 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1597 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_1597 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1597 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1597 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_1597 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1597 .w-hidden-main, #listify_stacks_in_1597 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_1597 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_1597 .w-row, #listify_stacks_in_1597 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_1597 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_1597 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1597 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1597 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_1597 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1597 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1597 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_1597 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1597 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1597 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_1597 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1597 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1597 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1597 .w-container {
      max-width: none; }
    #listify_stacks_in_1597 .w-hidden-main, #listify_stacks_in_1597 .w-hidden-medium, #listify_stacks_in_1597 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_1597 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_1597 .w-col {
      width: 100%; }
    #listify_stacks_in_1597 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1597 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1597 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_1597 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1597 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1597 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_1597 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1597 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1597 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_1597 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1597 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1597 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_1597 .w-widget {
    position: relative; }
  #listify_stacks_in_1597 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_1597 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_1597 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_1597 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_1597 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_1597 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_1597 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_1597 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_1597 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_1597 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_1597 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_1597 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_1597 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_1597 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_1597 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_1597 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_1597 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_1597 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_1597 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_1597 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_1597 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_1597 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_1597 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_1597 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_1597 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_1597 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_1597 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_1597 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_1597 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_1597 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_1597 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_1597 .w-slider-arrow-left, #listify_stacks_in_1597 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_1597 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_1597 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_1597 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_1597 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_1597 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_1597 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_1597 .w-icon-slider-left, #listify_stacks_in_1597 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1597 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_1597 .w-dropdown-btn, #listify_stacks_in_1597 .w-dropdown-toggle, #listify_stacks_in_1597 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_1597 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_1597 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_1597 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1597 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_1597 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_1597 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_1597 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1597 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_1597 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_1597 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1597 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_1597 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1597 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1597 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_1597 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1597 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_1597 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1597 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_1597 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1597 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_1597 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1597 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1597 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_1597 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_1597 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_1597 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_1597 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_1597 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_1597 .w-lightbox-frame, #listify_stacks_in_1597 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_1597 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_1597 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_1597 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_1597 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_1597 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_1597 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_1597 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_1597 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_1597 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_1597 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_1597 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_1597 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_1597 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_1597 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_1597 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_1597 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_1597 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_1597 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_1597 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_1597 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_1597 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_1597 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_1597 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_1597 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_1597 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_1597 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_1597 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_1597 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_1597 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_1597 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_1597 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_1597 .w-lightbox-left, #listify_stacks_in_1597 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_1597 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_1597 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_1597 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_1597 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_1597 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1597 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1597 .w-richtext ol, #listify_stacks_in_1597 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_1597 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_1597 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_1597 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_1597 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_1597 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_1597 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_1597 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_1597 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_1597 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_1597 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_1597 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_1597 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_1597 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_1597 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_1597 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_1597 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_1597 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_1597 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_1597 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_1597 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_1597 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_1597 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_1597 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1597 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1597 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_1597 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_1597 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1597 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_1597 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_1597 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_1597 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_1597 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_1597 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1597 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1597 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1597 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1597 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_1597 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_1597 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_1597 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1597 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1597 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1597 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1597 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_1597 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1597 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1597 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_1597 .w-tabs {
    position: relative; }
    #listify_stacks_in_1597 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1597 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1597 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_1597 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_1597 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_1597 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_1597 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_1597 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1597 .w-tab-link {
      display: block; } }
  #listify_stacks_in_1597 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_1597 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_1597 .w-dyn-bind-empty, #listify_stacks_in_1597 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_1597 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_1597 .list {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1597 .list-item {
    list-style-type: none;
    margin-bottom: 0px; }
    #listify_stacks_in_1597 .list-item ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1597 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_1597 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 0px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1597 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 0px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    /*  */
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1597 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_1597 .list-item-icon i {
    color: rgba(150, 186, 199, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_1597 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(239, 237, 226, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1597 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_1597 .list-item-inner {
  margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_1597.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_1597.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_1597.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1599.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1599.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1599.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1599.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1601.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1601.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1601.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1601.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1602.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1602.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1602.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1602.hide-d {
    display: none; } }

/*  */
/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_1603 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_1603 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_1603 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_1603 .cd-modal-content a,
#stacks_in_1603 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_1603 .cd-modal-content a:hover,
#stacks_in_1603 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_1603 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_1603 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_1603 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_1603 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_1603 .cd-modal-action {
  position: relative;
}

#stacks_in_1603 .cd-modal-action .modal_btn, #stacks_in_1603 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_1603 .modal_btn,
#stacks_in_1603 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_1603 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_1603 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_1603 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_1603 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_1603 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_1603 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_1603 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_1603 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_1603 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../reference_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_1603 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_1603 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_1603 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_1603 .cd-modal-action a,
#stacks_in_1603 .cd-modal-action a:visited,
#stacks_in_1603 .cd-modal-action a:hover,
#stacks_in_1603 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_1603 .cd-modal-action .modal_btn {
  }






#stacks_in_1603 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_1603 {
	width: 150px;
	margin-left:0;
}

#stacks_in_1617 {
	background-color: rgba(239, 237, 226, 1.00);
}
/* Depth Limit */

#stacks_in_1618 .depth_limit {
	max-width: 1100px;
}
#stacks_in_1618 .depth_limit_padding {
	padding: 0px 10px 0px 10px;
}
@media screen and (min-width: 770px){
	#stacks_in_1618 .depth_limit_padding {
		padding: 0px 0px 0px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_1618.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1675 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1675 .theDivider1,
#simpleDivider_stacks_in_1675 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1675 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1675.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_1675.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1675 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1675.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1675.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1675.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1675.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1620 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1620 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1620 .depth_section_link:hover .depth_in,
#stacks_in_1620 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1620.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1620.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1620 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1620 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	
		/* Default Background*/
		background-image: url(../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(239, 237, 226, 1.00);
	background-size: cover;
	
}





#stacks_in_1620 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

#stacks_in_1620 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1620 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1620 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1620 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1620 .heading_out h2{
	font-size: 45px;
	line-height: 45px;
	color: rgba(35, 54, 60, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1620 p.super_heading{
	color: rgba(25, 25, 25, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1620 p.sub_heading{
	color: rgba(35, 54, 60, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 6px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1620 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 700px; 
	

	 text-align: left; 
	
	
	padding: 10% 10px 3% 10px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1620 .content_out{
		padding: 10% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1620 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1620 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_1620 .depth_tint,
	#stacks_in_1620 .content_tint{ background: none !important; }
	#stacks_in_1620 .heading_out h2,
	#stacks_in_1620 .content_out{
		 text-align: left !important; 
		
		
	}
	
}


#stacks_in_1620 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1620 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1620 .content_in p.main_content{
	display: block;
	color: rgba(0, 0, 0, 1.00);
	font-size: 1.15em;
	line-height: 1.70;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1620 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 30px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(46, 70, 77, 1.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1620 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1620 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(46, 70, 77, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1620 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 30px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1620 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -700px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1620 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1620 .depth_aside_wrapper{
	
	
	 
	padding-right: 700px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1620 .depth_aside_wrapper,
#stacks_in_1620 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1620 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1620 .content_out .centered_image img{float: left;} 





#stacks_in_1620 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1620 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1620 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1620 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1620 .depth_in{z-index: 4;}
#stacks_in_1620 .depth_tint{z-index: 3;}
#stacks_in_1620 .depth_gradient{z-index: 2;}
#stacks_in_1620 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1620 .depth_wrapper.content_tint,
	#stacks_in_1620 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_1620 hr{border: 0;margin: 0;}

#stacks_in_1620 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1620 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1620 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1622 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1622 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1622 .depth_section_link:hover .depth_in,
#stacks_in_1622 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1622.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1622.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1622 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1622 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../reference_files/banner_bg_image-1622.jpg);
	
	
	
}





#stacks_in_1622 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_1622 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1622 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1622 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1622 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1622 .heading_out h2{
	font-size: 35px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1622 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_1622 p.sub_heading{
	color: rgba(150, 186, 199, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1622 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 620px; 
	

	 text-align: left; 
	
	
	padding: 10% 50px 6% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1622 .content_out{
		padding: 10% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1622 .heading_out h2{
		font-size: 22px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1622 .depth_wrapper{background-color: rgba(0, 0, 0, 0.50);}
	#stacks_in_1622 .depth_tint,
	#stacks_in_1622 .content_tint{ background: none !important; }
	#stacks_in_1622 .heading_out h2,
	#stacks_in_1622 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_1622 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1622 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1622 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1622 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1622 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_1622 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1622 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1622 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1622 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -620px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1622 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1622 .depth_aside_wrapper{
	
	
	 
	padding-right: 620px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1622 .depth_aside_wrapper,
#stacks_in_1622 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1622 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1622 .content_out .centered_image img{float: left;} 





#stacks_in_1622 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1622 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1622 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1622 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1622 .depth_in{z-index: 4;}
#stacks_in_1622 .depth_tint{z-index: 3;}
#stacks_in_1622 .depth_gradient{z-index: 2;}
#stacks_in_1622 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1622 .depth_wrapper.content_tint,
	#stacks_in_1622 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1622 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1622 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1622 hr{border: 0;margin: 0;}

#stacks_in_1622 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1622 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1622 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("listify-files/ionicons.eot?v=2.0.1");src:url("listify-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("listify-files/ionicons.ttf?v=2.0.1") format("truetype"),url("listify-files/ionicons.woff?v=2.0.1") format("woff"),url("listify-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

#listify_stacks_in_1623 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_1623 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_1623 body {
    margin: 0; }
  #listify_stacks_in_1623 article, #listify_stacks_in_1623 aside, #listify_stacks_in_1623 details, #listify_stacks_in_1623 figcaption, #listify_stacks_in_1623 figure, #listify_stacks_in_1623 footer, #listify_stacks_in_1623 header, #listify_stacks_in_1623 hgroup, #listify_stacks_in_1623 main, #listify_stacks_in_1623 menu, #listify_stacks_in_1623 nav, #listify_stacks_in_1623 section, #listify_stacks_in_1623 summary {
    display: block; }
  #listify_stacks_in_1623 audio, #listify_stacks_in_1623 canvas, #listify_stacks_in_1623 progress, #listify_stacks_in_1623 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_1623 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_1623 [hidden], #listify_stacks_in_1623 template {
    display: none; }
  #listify_stacks_in_1623 a {
    background-color: transparent; }
    #listify_stacks_in_1623 a:active, #listify_stacks_in_1623 a:hover {
      outline: 0; }
  #listify_stacks_in_1623 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_1623 b, #listify_stacks_in_1623 strong {
    font-weight: bold; }
  #listify_stacks_in_1623 dfn {
    font-style: italic; }
  #listify_stacks_in_1623 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_1623 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_1623 small {
    font-size: 80%; }
  #listify_stacks_in_1623 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_1623 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_1623 sub {
    bottom: -0.25em; }
  #listify_stacks_in_1623 img {
    border: 0; }
  #listify_stacks_in_1623 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_1623 figure {
    margin: 1em 40px; }
  #listify_stacks_in_1623 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_1623 pre {
    overflow: auto; }
  #listify_stacks_in_1623 code, #listify_stacks_in_1623 kbd, #listify_stacks_in_1623 pre, #listify_stacks_in_1623 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_1623 button, #listify_stacks_in_1623 input, #listify_stacks_in_1623 optgroup, #listify_stacks_in_1623 select, #listify_stacks_in_1623 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_1623 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_1623 select {
    text-transform: none; }
  #listify_stacks_in_1623 button, #listify_stacks_in_1623 html input[type="button"], #listify_stacks_in_1623 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_1623 button[disabled], #listify_stacks_in_1623 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_1623 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_1623 input {
    line-height: normal; }
    #listify_stacks_in_1623 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_1623 input[type="checkbox"], #listify_stacks_in_1623 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_1623 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_1623 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_1623 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_1623 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_1623 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_1623 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_1623 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_1623 textarea {
    overflow: auto; }
  #listify_stacks_in_1623 optgroup {
    font-weight: bold; }
  #listify_stacks_in_1623 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_1623 td, #listify_stacks_in_1623 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_1623 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_1623 [class^="w-icon-"], #listify_stacks_in_1623 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_1623 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_1623 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_1623 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_1623 .w-icon-arrow-down:before, #listify_stacks_in_1623 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_1623 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_1623 html {
    height: 100%; }
  #listify_stacks_in_1623 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_1623 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_1623 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_1623 .w-block {
    display: block; }
  #listify_stacks_in_1623 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_1623 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1623 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1623 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_1623 .w-hidden {
    display: none; }
  #listify_stacks_in_1623 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_1623 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_1623 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_1623 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_1623 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_1623 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_1623 h1, #listify_stacks_in_1623 h2, #listify_stacks_in_1623 h3, #listify_stacks_in_1623 h4, #listify_stacks_in_1623 h5, #listify_stacks_in_1623 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_1623 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_1623 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_1623 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_1623 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_1623 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_1623 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_1623 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1623 a:focus {
    outline: 0; }
  #listify_stacks_in_1623 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_1623 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1623 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_1623 ul, #listify_stacks_in_1623 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_1623 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_1623 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1623 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1623 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_1623 .w-video iframe, #listify_stacks_in_1623 .w-video object, #listify_stacks_in_1623 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_1623 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_1623 button, #listify_stacks_in_1623 html input[type="button"], #listify_stacks_in_1623 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_1623 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_1623 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_1623 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_1623 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_1623 .w-input, #listify_stacks_in_1623 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_1623 .w-input:-moz-placeholder, #listify_stacks_in_1623 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_1623 .w-input::-moz-placeholder, #listify_stacks_in_1623 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_1623 .w-input:-ms-input-placeholder, #listify_stacks_in_1623 .w-select:-ms-input-placeholder, #listify_stacks_in_1623 .w-input::-webkit-input-placeholder, #listify_stacks_in_1623 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_1623 .w-input:focus, #listify_stacks_in_1623 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_1623 .w-input[disabled], #listify_stacks_in_1623 .w-select[disabled], #listify_stacks_in_1623 .w-input[readonly], #listify_stacks_in_1623 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1623 fieldset[disabled] .w-input, #listify_stacks_in_1623 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1623 textarea.w-input, #listify_stacks_in_1623 textarea.w-select {
    height: auto; }
  #listify_stacks_in_1623 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_1623 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_1623 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_1623 .w-checkbox, #listify_stacks_in_1623 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_1623 .w-checkbox:before, #listify_stacks_in_1623 .w-radio:before, #listify_stacks_in_1623 .w-checkbox:after, #listify_stacks_in_1623 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_1623 .w-checkbox:after, #listify_stacks_in_1623 .w-radio:after {
    clear: both; }
  #listify_stacks_in_1623 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_1623 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_1623 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_1623 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1623 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_1623 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_1623 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1623 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1623 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_1623 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_1623 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_1623 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_1623 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_1623 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_1623 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_1623 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_1623 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_1623 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_1623 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_1623 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_1623 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_1623 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_1623 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_1623 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1623 .w-container {
      max-width: 728px; }
    #listify_stacks_in_1623 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_1623 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_1623 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1623 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1623 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_1623 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1623 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1623 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_1623 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1623 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1623 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_1623 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1623 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1623 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_1623 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1623 .w-hidden-main, #listify_stacks_in_1623 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_1623 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_1623 .w-row, #listify_stacks_in_1623 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_1623 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_1623 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1623 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1623 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_1623 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1623 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1623 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_1623 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1623 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1623 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_1623 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1623 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1623 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1623 .w-container {
      max-width: none; }
    #listify_stacks_in_1623 .w-hidden-main, #listify_stacks_in_1623 .w-hidden-medium, #listify_stacks_in_1623 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_1623 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_1623 .w-col {
      width: 100%; }
    #listify_stacks_in_1623 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1623 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1623 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_1623 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1623 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1623 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_1623 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1623 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1623 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_1623 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1623 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1623 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_1623 .w-widget {
    position: relative; }
  #listify_stacks_in_1623 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_1623 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_1623 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_1623 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_1623 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_1623 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_1623 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_1623 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_1623 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_1623 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_1623 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_1623 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_1623 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_1623 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_1623 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_1623 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_1623 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_1623 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_1623 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_1623 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_1623 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_1623 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_1623 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_1623 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_1623 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_1623 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_1623 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_1623 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_1623 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_1623 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_1623 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_1623 .w-slider-arrow-left, #listify_stacks_in_1623 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_1623 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_1623 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_1623 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_1623 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_1623 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_1623 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_1623 .w-icon-slider-left, #listify_stacks_in_1623 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1623 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_1623 .w-dropdown-btn, #listify_stacks_in_1623 .w-dropdown-toggle, #listify_stacks_in_1623 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_1623 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_1623 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_1623 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1623 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_1623 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_1623 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_1623 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1623 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_1623 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_1623 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1623 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_1623 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1623 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1623 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_1623 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1623 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_1623 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1623 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_1623 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1623 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_1623 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1623 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1623 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_1623 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_1623 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_1623 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_1623 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_1623 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_1623 .w-lightbox-frame, #listify_stacks_in_1623 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_1623 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_1623 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_1623 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_1623 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_1623 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_1623 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_1623 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_1623 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_1623 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_1623 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_1623 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_1623 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_1623 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_1623 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_1623 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_1623 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_1623 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_1623 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_1623 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_1623 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_1623 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_1623 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_1623 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_1623 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_1623 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_1623 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_1623 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_1623 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_1623 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_1623 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_1623 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_1623 .w-lightbox-left, #listify_stacks_in_1623 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_1623 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_1623 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_1623 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_1623 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_1623 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1623 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1623 .w-richtext ol, #listify_stacks_in_1623 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_1623 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_1623 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_1623 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_1623 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_1623 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_1623 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_1623 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_1623 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_1623 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_1623 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_1623 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_1623 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_1623 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_1623 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_1623 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_1623 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_1623 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_1623 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_1623 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_1623 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_1623 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_1623 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_1623 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1623 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1623 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_1623 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_1623 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1623 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_1623 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_1623 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_1623 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_1623 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_1623 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1623 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1623 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1623 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1623 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_1623 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_1623 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_1623 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1623 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1623 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1623 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1623 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_1623 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1623 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1623 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_1623 .w-tabs {
    position: relative; }
    #listify_stacks_in_1623 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1623 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1623 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_1623 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_1623 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_1623 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_1623 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_1623 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1623 .w-tab-link {
      display: block; } }
  #listify_stacks_in_1623 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_1623 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_1623 .w-dyn-bind-empty, #listify_stacks_in_1623 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_1623 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_1623 .list {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1623 .list-item {
    list-style-type: none;
    margin-bottom: 0px; }
    #listify_stacks_in_1623 .list-item ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1623 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_1623 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 0px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1623 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 0px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    /*  */
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1623 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_1623 .list-item-icon i {
    color: rgba(150, 186, 199, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_1623 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(239, 237, 226, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1623 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_1623 .list-item-inner {
  margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_1623.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_1623.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_1623.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1625.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1625.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1625.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1625.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1627.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1627.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1627.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1627.hide-d {
    display: none; } }

/*  */
/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_1629 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_1629 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_1629 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_1629 .cd-modal-content a,
#stacks_in_1629 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_1629 .cd-modal-content a:hover,
#stacks_in_1629 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_1629 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_1629 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_1629 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_1629 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_1629 .cd-modal-action {
  position: relative;
}

#stacks_in_1629 .cd-modal-action .modal_btn, #stacks_in_1629 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_1629 .modal_btn,
#stacks_in_1629 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_1629 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_1629 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_1629 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_1629 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_1629 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_1629 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_1629 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_1629 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_1629 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../reference_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_1629 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_1629 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_1629 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_1629 .cd-modal-action a,
#stacks_in_1629 .cd-modal-action a:visited,
#stacks_in_1629 .cd-modal-action a:hover,
#stacks_in_1629 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_1629 .cd-modal-action .modal_btn {
  }






#stacks_in_1629 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_1629 {
	width: 150px;
	margin-left:0;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1679 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1679 .theDivider1,
#simpleDivider_stacks_in_1679 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1679 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1679.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_1679.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1679 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1679.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1679.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1679.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1679.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1747 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1747 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1747 .depth_section_link:hover .depth_in,
#stacks_in_1747 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1747.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1747.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1747 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1747 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../reference_files/banner_bg_image-1747.jpg);
	
	
	
}





#stacks_in_1747 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_1747 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1747 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1747 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1747 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1747 .heading_out h2{
	font-size: 35px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1747 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_1747 p.sub_heading{
	color: rgba(150, 186, 199, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1747 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 620px; 
	

	 text-align: left; 
	
	
	padding: 10% 50px 6% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1747 .content_out{
		padding: 10% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1747 .heading_out h2{
		font-size: 22px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1747 .depth_wrapper{background-color: rgba(0, 0, 0, 0.50);}
	#stacks_in_1747 .depth_tint,
	#stacks_in_1747 .content_tint{ background: none !important; }
	#stacks_in_1747 .heading_out h2,
	#stacks_in_1747 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_1747 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1747 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1747 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1747 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1747 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_1747 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1747 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1747 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1747 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -620px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1747 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1747 .depth_aside_wrapper{
	
	
	 
	padding-right: 620px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1747 .depth_aside_wrapper,
#stacks_in_1747 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1747 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1747 .content_out .centered_image img{float: left;} 





#stacks_in_1747 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1747 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1747 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1747 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1747 .depth_in{z-index: 4;}
#stacks_in_1747 .depth_tint{z-index: 3;}
#stacks_in_1747 .depth_gradient{z-index: 2;}
#stacks_in_1747 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1747 .depth_wrapper.content_tint,
	#stacks_in_1747 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1747 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1747 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1747 hr{border: 0;margin: 0;}

#stacks_in_1747 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1747 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1747 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("listify-files/ionicons.eot?v=2.0.1");src:url("listify-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("listify-files/ionicons.ttf?v=2.0.1") format("truetype"),url("listify-files/ionicons.woff?v=2.0.1") format("woff"),url("listify-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

#listify_stacks_in_1748 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_1748 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_1748 body {
    margin: 0; }
  #listify_stacks_in_1748 article, #listify_stacks_in_1748 aside, #listify_stacks_in_1748 details, #listify_stacks_in_1748 figcaption, #listify_stacks_in_1748 figure, #listify_stacks_in_1748 footer, #listify_stacks_in_1748 header, #listify_stacks_in_1748 hgroup, #listify_stacks_in_1748 main, #listify_stacks_in_1748 menu, #listify_stacks_in_1748 nav, #listify_stacks_in_1748 section, #listify_stacks_in_1748 summary {
    display: block; }
  #listify_stacks_in_1748 audio, #listify_stacks_in_1748 canvas, #listify_stacks_in_1748 progress, #listify_stacks_in_1748 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_1748 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_1748 [hidden], #listify_stacks_in_1748 template {
    display: none; }
  #listify_stacks_in_1748 a {
    background-color: transparent; }
    #listify_stacks_in_1748 a:active, #listify_stacks_in_1748 a:hover {
      outline: 0; }
  #listify_stacks_in_1748 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_1748 b, #listify_stacks_in_1748 strong {
    font-weight: bold; }
  #listify_stacks_in_1748 dfn {
    font-style: italic; }
  #listify_stacks_in_1748 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_1748 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_1748 small {
    font-size: 80%; }
  #listify_stacks_in_1748 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_1748 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_1748 sub {
    bottom: -0.25em; }
  #listify_stacks_in_1748 img {
    border: 0; }
  #listify_stacks_in_1748 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_1748 figure {
    margin: 1em 40px; }
  #listify_stacks_in_1748 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_1748 pre {
    overflow: auto; }
  #listify_stacks_in_1748 code, #listify_stacks_in_1748 kbd, #listify_stacks_in_1748 pre, #listify_stacks_in_1748 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_1748 button, #listify_stacks_in_1748 input, #listify_stacks_in_1748 optgroup, #listify_stacks_in_1748 select, #listify_stacks_in_1748 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_1748 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_1748 select {
    text-transform: none; }
  #listify_stacks_in_1748 button, #listify_stacks_in_1748 html input[type="button"], #listify_stacks_in_1748 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_1748 button[disabled], #listify_stacks_in_1748 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_1748 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_1748 input {
    line-height: normal; }
    #listify_stacks_in_1748 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_1748 input[type="checkbox"], #listify_stacks_in_1748 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_1748 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_1748 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_1748 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_1748 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_1748 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_1748 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_1748 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_1748 textarea {
    overflow: auto; }
  #listify_stacks_in_1748 optgroup {
    font-weight: bold; }
  #listify_stacks_in_1748 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_1748 td, #listify_stacks_in_1748 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_1748 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_1748 [class^="w-icon-"], #listify_stacks_in_1748 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_1748 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_1748 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_1748 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_1748 .w-icon-arrow-down:before, #listify_stacks_in_1748 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_1748 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_1748 html {
    height: 100%; }
  #listify_stacks_in_1748 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_1748 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_1748 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_1748 .w-block {
    display: block; }
  #listify_stacks_in_1748 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_1748 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1748 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1748 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_1748 .w-hidden {
    display: none; }
  #listify_stacks_in_1748 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_1748 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_1748 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_1748 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_1748 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_1748 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_1748 h1, #listify_stacks_in_1748 h2, #listify_stacks_in_1748 h3, #listify_stacks_in_1748 h4, #listify_stacks_in_1748 h5, #listify_stacks_in_1748 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_1748 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_1748 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_1748 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_1748 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_1748 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_1748 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_1748 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1748 a:focus {
    outline: 0; }
  #listify_stacks_in_1748 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_1748 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1748 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_1748 ul, #listify_stacks_in_1748 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_1748 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_1748 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1748 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1748 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_1748 .w-video iframe, #listify_stacks_in_1748 .w-video object, #listify_stacks_in_1748 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_1748 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_1748 button, #listify_stacks_in_1748 html input[type="button"], #listify_stacks_in_1748 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_1748 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_1748 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_1748 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_1748 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_1748 .w-input, #listify_stacks_in_1748 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_1748 .w-input:-moz-placeholder, #listify_stacks_in_1748 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_1748 .w-input::-moz-placeholder, #listify_stacks_in_1748 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_1748 .w-input:-ms-input-placeholder, #listify_stacks_in_1748 .w-select:-ms-input-placeholder, #listify_stacks_in_1748 .w-input::-webkit-input-placeholder, #listify_stacks_in_1748 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_1748 .w-input:focus, #listify_stacks_in_1748 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_1748 .w-input[disabled], #listify_stacks_in_1748 .w-select[disabled], #listify_stacks_in_1748 .w-input[readonly], #listify_stacks_in_1748 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1748 fieldset[disabled] .w-input, #listify_stacks_in_1748 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1748 textarea.w-input, #listify_stacks_in_1748 textarea.w-select {
    height: auto; }
  #listify_stacks_in_1748 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_1748 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_1748 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_1748 .w-checkbox, #listify_stacks_in_1748 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_1748 .w-checkbox:before, #listify_stacks_in_1748 .w-radio:before, #listify_stacks_in_1748 .w-checkbox:after, #listify_stacks_in_1748 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_1748 .w-checkbox:after, #listify_stacks_in_1748 .w-radio:after {
    clear: both; }
  #listify_stacks_in_1748 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_1748 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_1748 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_1748 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1748 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_1748 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_1748 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1748 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1748 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_1748 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_1748 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_1748 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_1748 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_1748 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_1748 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_1748 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_1748 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_1748 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_1748 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_1748 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_1748 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_1748 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_1748 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_1748 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1748 .w-container {
      max-width: 728px; }
    #listify_stacks_in_1748 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_1748 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_1748 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1748 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1748 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_1748 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1748 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1748 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_1748 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1748 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1748 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_1748 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1748 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1748 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_1748 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1748 .w-hidden-main, #listify_stacks_in_1748 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_1748 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_1748 .w-row, #listify_stacks_in_1748 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_1748 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_1748 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1748 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1748 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_1748 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1748 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1748 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_1748 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1748 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1748 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_1748 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1748 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1748 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1748 .w-container {
      max-width: none; }
    #listify_stacks_in_1748 .w-hidden-main, #listify_stacks_in_1748 .w-hidden-medium, #listify_stacks_in_1748 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_1748 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_1748 .w-col {
      width: 100%; }
    #listify_stacks_in_1748 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1748 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1748 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_1748 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1748 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1748 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_1748 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1748 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1748 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_1748 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1748 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1748 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_1748 .w-widget {
    position: relative; }
  #listify_stacks_in_1748 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_1748 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_1748 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_1748 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_1748 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_1748 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_1748 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_1748 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_1748 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_1748 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_1748 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_1748 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_1748 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_1748 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_1748 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_1748 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_1748 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_1748 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_1748 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_1748 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_1748 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_1748 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_1748 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_1748 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_1748 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_1748 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_1748 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_1748 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_1748 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_1748 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_1748 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_1748 .w-slider-arrow-left, #listify_stacks_in_1748 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_1748 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_1748 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_1748 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_1748 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_1748 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_1748 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_1748 .w-icon-slider-left, #listify_stacks_in_1748 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1748 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_1748 .w-dropdown-btn, #listify_stacks_in_1748 .w-dropdown-toggle, #listify_stacks_in_1748 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_1748 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_1748 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_1748 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1748 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_1748 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_1748 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_1748 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1748 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_1748 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_1748 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1748 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_1748 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1748 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1748 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_1748 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1748 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_1748 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1748 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_1748 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1748 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_1748 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1748 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1748 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_1748 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_1748 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_1748 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_1748 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_1748 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_1748 .w-lightbox-frame, #listify_stacks_in_1748 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_1748 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_1748 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_1748 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_1748 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_1748 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_1748 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_1748 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_1748 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_1748 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_1748 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_1748 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_1748 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_1748 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_1748 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_1748 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_1748 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_1748 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_1748 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_1748 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_1748 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_1748 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_1748 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_1748 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_1748 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_1748 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_1748 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_1748 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_1748 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_1748 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_1748 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_1748 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_1748 .w-lightbox-left, #listify_stacks_in_1748 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_1748 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_1748 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_1748 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_1748 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_1748 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1748 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1748 .w-richtext ol, #listify_stacks_in_1748 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_1748 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_1748 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_1748 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_1748 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_1748 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_1748 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_1748 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_1748 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_1748 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_1748 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_1748 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_1748 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_1748 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_1748 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_1748 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_1748 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_1748 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_1748 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_1748 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_1748 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_1748 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_1748 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_1748 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1748 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1748 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_1748 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_1748 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1748 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_1748 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_1748 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_1748 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_1748 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_1748 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1748 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1748 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1748 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1748 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_1748 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_1748 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_1748 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1748 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1748 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1748 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1748 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_1748 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1748 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1748 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_1748 .w-tabs {
    position: relative; }
    #listify_stacks_in_1748 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1748 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1748 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_1748 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_1748 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_1748 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_1748 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_1748 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1748 .w-tab-link {
      display: block; } }
  #listify_stacks_in_1748 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_1748 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_1748 .w-dyn-bind-empty, #listify_stacks_in_1748 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_1748 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_1748 .list {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1748 .list-item {
    list-style-type: none;
    margin-bottom: 0px; }
    #listify_stacks_in_1748 .list-item ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1748 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_1748 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 0px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1748 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 0px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    /*  */
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1748 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_1748 .list-item-icon i {
    color: rgba(150, 186, 199, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_1748 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(239, 237, 226, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1748 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_1748 .list-item-inner {
  margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_1748.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_1748.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_1748.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1749.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1749.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1749.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1749.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1751.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1751.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1751.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1751.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1760.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1760.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1760.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1760.hide-d {
    display: none; } }

/*  */
/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_1754 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_1754 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_1754 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_1754 .cd-modal-content a,
#stacks_in_1754 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_1754 .cd-modal-content a:hover,
#stacks_in_1754 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_1754 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_1754 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_1754 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_1754 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_1754 .cd-modal-action {
  position: relative;
}

#stacks_in_1754 .cd-modal-action .modal_btn, #stacks_in_1754 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_1754 .modal_btn,
#stacks_in_1754 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_1754 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_1754 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_1754 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_1754 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_1754 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_1754 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_1754 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_1754 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_1754 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../reference_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_1754 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_1754 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_1754 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_1754 .cd-modal-action a,
#stacks_in_1754 .cd-modal-action a:visited,
#stacks_in_1754 .cd-modal-action a:hover,
#stacks_in_1754 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_1754 .cd-modal-action .modal_btn {
  }






#stacks_in_1754 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_1754 {
	width: 150px;
	margin-left:0;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1762 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1762 .theDivider1,
#simpleDivider_stacks_in_1762 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1762 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1762.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_1762.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1762 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1762.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1762.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1762.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1762.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1630 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1630 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1630 .depth_section_link:hover .depth_in,
#stacks_in_1630 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1630.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1630.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1630 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1630 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../reference_files/banner_bg_image-1630.jpg);
	
	
	
}





#stacks_in_1630 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_1630 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1630 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1630 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1630 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1630 .heading_out h2{
	font-size: 35px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1630 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_1630 p.sub_heading{
	color: rgba(150, 186, 199, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1630 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 620px; 
	

	 text-align: left; 
	
	
	padding: 10% 50px 6% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1630 .content_out{
		padding: 10% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1630 .heading_out h2{
		font-size: 22px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1630 .depth_wrapper{background-color: rgba(0, 0, 0, 0.50);}
	#stacks_in_1630 .depth_tint,
	#stacks_in_1630 .content_tint{ background: none !important; }
	#stacks_in_1630 .heading_out h2,
	#stacks_in_1630 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_1630 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1630 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1630 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1630 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1630 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_1630 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1630 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1630 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1630 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -620px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1630 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1630 .depth_aside_wrapper{
	
	
	 
	padding-right: 620px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1630 .depth_aside_wrapper,
#stacks_in_1630 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1630 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1630 .content_out .centered_image img{float: left;} 





#stacks_in_1630 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1630 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1630 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1630 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1630 .depth_in{z-index: 4;}
#stacks_in_1630 .depth_tint{z-index: 3;}
#stacks_in_1630 .depth_gradient{z-index: 2;}
#stacks_in_1630 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1630 .depth_wrapper.content_tint,
	#stacks_in_1630 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1630 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1630 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1630 hr{border: 0;margin: 0;}

#stacks_in_1630 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1630 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1630 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("listify-files/ionicons.eot?v=2.0.1");src:url("listify-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("listify-files/ionicons.ttf?v=2.0.1") format("truetype"),url("listify-files/ionicons.woff?v=2.0.1") format("woff"),url("listify-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

#listify_stacks_in_1631 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_1631 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_1631 body {
    margin: 0; }
  #listify_stacks_in_1631 article, #listify_stacks_in_1631 aside, #listify_stacks_in_1631 details, #listify_stacks_in_1631 figcaption, #listify_stacks_in_1631 figure, #listify_stacks_in_1631 footer, #listify_stacks_in_1631 header, #listify_stacks_in_1631 hgroup, #listify_stacks_in_1631 main, #listify_stacks_in_1631 menu, #listify_stacks_in_1631 nav, #listify_stacks_in_1631 section, #listify_stacks_in_1631 summary {
    display: block; }
  #listify_stacks_in_1631 audio, #listify_stacks_in_1631 canvas, #listify_stacks_in_1631 progress, #listify_stacks_in_1631 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_1631 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_1631 [hidden], #listify_stacks_in_1631 template {
    display: none; }
  #listify_stacks_in_1631 a {
    background-color: transparent; }
    #listify_stacks_in_1631 a:active, #listify_stacks_in_1631 a:hover {
      outline: 0; }
  #listify_stacks_in_1631 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_1631 b, #listify_stacks_in_1631 strong {
    font-weight: bold; }
  #listify_stacks_in_1631 dfn {
    font-style: italic; }
  #listify_stacks_in_1631 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_1631 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_1631 small {
    font-size: 80%; }
  #listify_stacks_in_1631 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_1631 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_1631 sub {
    bottom: -0.25em; }
  #listify_stacks_in_1631 img {
    border: 0; }
  #listify_stacks_in_1631 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_1631 figure {
    margin: 1em 40px; }
  #listify_stacks_in_1631 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_1631 pre {
    overflow: auto; }
  #listify_stacks_in_1631 code, #listify_stacks_in_1631 kbd, #listify_stacks_in_1631 pre, #listify_stacks_in_1631 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_1631 button, #listify_stacks_in_1631 input, #listify_stacks_in_1631 optgroup, #listify_stacks_in_1631 select, #listify_stacks_in_1631 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_1631 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_1631 select {
    text-transform: none; }
  #listify_stacks_in_1631 button, #listify_stacks_in_1631 html input[type="button"], #listify_stacks_in_1631 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_1631 button[disabled], #listify_stacks_in_1631 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_1631 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_1631 input {
    line-height: normal; }
    #listify_stacks_in_1631 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_1631 input[type="checkbox"], #listify_stacks_in_1631 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_1631 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_1631 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_1631 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_1631 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_1631 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_1631 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_1631 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_1631 textarea {
    overflow: auto; }
  #listify_stacks_in_1631 optgroup {
    font-weight: bold; }
  #listify_stacks_in_1631 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_1631 td, #listify_stacks_in_1631 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_1631 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_1631 [class^="w-icon-"], #listify_stacks_in_1631 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_1631 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_1631 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_1631 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_1631 .w-icon-arrow-down:before, #listify_stacks_in_1631 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_1631 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_1631 html {
    height: 100%; }
  #listify_stacks_in_1631 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_1631 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_1631 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_1631 .w-block {
    display: block; }
  #listify_stacks_in_1631 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_1631 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1631 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1631 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_1631 .w-hidden {
    display: none; }
  #listify_stacks_in_1631 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_1631 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_1631 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_1631 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_1631 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_1631 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_1631 h1, #listify_stacks_in_1631 h2, #listify_stacks_in_1631 h3, #listify_stacks_in_1631 h4, #listify_stacks_in_1631 h5, #listify_stacks_in_1631 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_1631 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_1631 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_1631 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_1631 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_1631 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_1631 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_1631 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1631 a:focus {
    outline: 0; }
  #listify_stacks_in_1631 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_1631 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1631 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_1631 ul, #listify_stacks_in_1631 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_1631 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_1631 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1631 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1631 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_1631 .w-video iframe, #listify_stacks_in_1631 .w-video object, #listify_stacks_in_1631 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_1631 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_1631 button, #listify_stacks_in_1631 html input[type="button"], #listify_stacks_in_1631 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_1631 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_1631 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_1631 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_1631 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_1631 .w-input, #listify_stacks_in_1631 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_1631 .w-input:-moz-placeholder, #listify_stacks_in_1631 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_1631 .w-input::-moz-placeholder, #listify_stacks_in_1631 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_1631 .w-input:-ms-input-placeholder, #listify_stacks_in_1631 .w-select:-ms-input-placeholder, #listify_stacks_in_1631 .w-input::-webkit-input-placeholder, #listify_stacks_in_1631 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_1631 .w-input:focus, #listify_stacks_in_1631 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_1631 .w-input[disabled], #listify_stacks_in_1631 .w-select[disabled], #listify_stacks_in_1631 .w-input[readonly], #listify_stacks_in_1631 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1631 fieldset[disabled] .w-input, #listify_stacks_in_1631 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1631 textarea.w-input, #listify_stacks_in_1631 textarea.w-select {
    height: auto; }
  #listify_stacks_in_1631 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_1631 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_1631 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_1631 .w-checkbox, #listify_stacks_in_1631 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_1631 .w-checkbox:before, #listify_stacks_in_1631 .w-radio:before, #listify_stacks_in_1631 .w-checkbox:after, #listify_stacks_in_1631 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_1631 .w-checkbox:after, #listify_stacks_in_1631 .w-radio:after {
    clear: both; }
  #listify_stacks_in_1631 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_1631 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_1631 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_1631 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1631 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_1631 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_1631 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1631 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1631 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_1631 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_1631 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_1631 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_1631 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_1631 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_1631 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_1631 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_1631 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_1631 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_1631 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_1631 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_1631 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_1631 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_1631 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_1631 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1631 .w-container {
      max-width: 728px; }
    #listify_stacks_in_1631 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_1631 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_1631 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1631 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1631 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_1631 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1631 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1631 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_1631 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1631 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1631 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_1631 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1631 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1631 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_1631 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1631 .w-hidden-main, #listify_stacks_in_1631 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_1631 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_1631 .w-row, #listify_stacks_in_1631 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_1631 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_1631 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1631 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1631 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_1631 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1631 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1631 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_1631 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1631 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1631 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_1631 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1631 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1631 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1631 .w-container {
      max-width: none; }
    #listify_stacks_in_1631 .w-hidden-main, #listify_stacks_in_1631 .w-hidden-medium, #listify_stacks_in_1631 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_1631 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_1631 .w-col {
      width: 100%; }
    #listify_stacks_in_1631 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1631 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1631 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_1631 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1631 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1631 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_1631 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1631 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1631 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_1631 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1631 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1631 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_1631 .w-widget {
    position: relative; }
  #listify_stacks_in_1631 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_1631 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_1631 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_1631 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_1631 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_1631 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_1631 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_1631 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_1631 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_1631 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_1631 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_1631 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_1631 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_1631 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_1631 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_1631 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_1631 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_1631 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_1631 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_1631 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_1631 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_1631 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_1631 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_1631 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_1631 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_1631 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_1631 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_1631 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_1631 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_1631 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_1631 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_1631 .w-slider-arrow-left, #listify_stacks_in_1631 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_1631 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_1631 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_1631 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_1631 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_1631 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_1631 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_1631 .w-icon-slider-left, #listify_stacks_in_1631 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1631 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_1631 .w-dropdown-btn, #listify_stacks_in_1631 .w-dropdown-toggle, #listify_stacks_in_1631 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_1631 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_1631 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_1631 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1631 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_1631 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_1631 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_1631 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1631 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_1631 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_1631 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1631 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_1631 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1631 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1631 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_1631 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1631 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_1631 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1631 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_1631 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1631 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_1631 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1631 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1631 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_1631 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_1631 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_1631 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_1631 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_1631 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_1631 .w-lightbox-frame, #listify_stacks_in_1631 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_1631 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_1631 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_1631 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_1631 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_1631 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_1631 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_1631 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_1631 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_1631 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_1631 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_1631 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_1631 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_1631 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_1631 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_1631 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_1631 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_1631 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_1631 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_1631 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_1631 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_1631 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_1631 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_1631 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_1631 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_1631 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_1631 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_1631 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_1631 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_1631 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_1631 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_1631 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_1631 .w-lightbox-left, #listify_stacks_in_1631 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_1631 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_1631 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_1631 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_1631 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_1631 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1631 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1631 .w-richtext ol, #listify_stacks_in_1631 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_1631 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_1631 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_1631 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_1631 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_1631 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_1631 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_1631 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_1631 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_1631 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_1631 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_1631 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_1631 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_1631 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_1631 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_1631 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_1631 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_1631 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_1631 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_1631 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_1631 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_1631 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_1631 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_1631 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1631 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1631 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_1631 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_1631 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1631 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_1631 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_1631 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_1631 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_1631 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_1631 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1631 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1631 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1631 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1631 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_1631 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_1631 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_1631 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1631 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1631 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1631 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1631 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_1631 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1631 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1631 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_1631 .w-tabs {
    position: relative; }
    #listify_stacks_in_1631 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1631 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1631 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_1631 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_1631 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_1631 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_1631 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_1631 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1631 .w-tab-link {
      display: block; } }
  #listify_stacks_in_1631 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_1631 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_1631 .w-dyn-bind-empty, #listify_stacks_in_1631 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_1631 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_1631 .list {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1631 .list-item {
    list-style-type: none;
    margin-bottom: 0px; }
    #listify_stacks_in_1631 .list-item ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1631 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_1631 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 0px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1631 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 0px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    /*  */
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1631 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_1631 .list-item-icon i {
    color: rgba(150, 186, 199, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_1631 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(239, 237, 226, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1631 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_1631 .list-item-inner {
  margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_1631.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_1631.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_1631.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1633.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1633.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1633.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1633.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1635.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1635.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1635.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1635.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1636.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1636.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1636.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1636.hide-d {
    display: none; } }

/*  */
/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_1637 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_1637 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_1637 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_1637 .cd-modal-content a,
#stacks_in_1637 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_1637 .cd-modal-content a:hover,
#stacks_in_1637 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_1637 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_1637 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_1637 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_1637 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_1637 .cd-modal-action {
  position: relative;
}

#stacks_in_1637 .cd-modal-action .modal_btn, #stacks_in_1637 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_1637 .modal_btn,
#stacks_in_1637 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_1637 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_1637 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_1637 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_1637 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_1637 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_1637 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_1637 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_1637 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_1637 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../reference_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_1637 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_1637 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_1637 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_1637 .cd-modal-action a,
#stacks_in_1637 .cd-modal-action a:visited,
#stacks_in_1637 .cd-modal-action a:hover,
#stacks_in_1637 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_1637 .cd-modal-action .modal_btn {
  }






#stacks_in_1637 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_1637 {
	width: 150px;
	margin-left:0;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1680 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1680 .theDivider1,
#simpleDivider_stacks_in_1680 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1680 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1680.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_1680.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1680 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1680.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1680.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1680.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1680.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1638 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1638 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1638 .depth_section_link:hover .depth_in,
#stacks_in_1638 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1638.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1638.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1638 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_1638 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../reference_files/banner_bg_image-1638.jpg);
	
	
	
}





#stacks_in_1638 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

#stacks_in_1638 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1638 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1638 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1638 .heading_in{
	padding: 3px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1638 .heading_out h2{
	font-size: 35px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 6px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1638 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_1638 p.sub_heading{
	color: rgba(150, 186, 199, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1638 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 620px; 
	

	 text-align: left; 
	
	
	padding: 10% 50px 6% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1638 .content_out{
		padding: 10% 30px 10% 30px;
		margin: 0 0%;}
	#stacks_in_1638 .heading_out h2{
		font-size: 22px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1638 .depth_wrapper{background-color: rgba(0, 0, 0, 0.50);}
	#stacks_in_1638 .depth_tint,
	#stacks_in_1638 .content_tint{ background: none !important; }
	#stacks_in_1638 .heading_out h2,
	#stacks_in_1638 .content_out{
		 text-align: left !important; 
		
		
	}
	
	#stacks_in_1638 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1638 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1638 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1638 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_1638 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_1638 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1638 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1638 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1638 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -620px; 
	

	

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1638 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1638 .depth_aside_wrapper{
	
	
	 
	padding-right: 620px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_1638 .depth_aside_wrapper,
#stacks_in_1638 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1638 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_1638 .content_out .centered_image img{float: left;} 





#stacks_in_1638 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1638 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1638 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1638 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1638 .depth_in{z-index: 4;}
#stacks_in_1638 .depth_tint{z-index: 3;}
#stacks_in_1638 .depth_gradient{z-index: 2;}
#stacks_in_1638 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1638 .depth_wrapper.content_tint,
	#stacks_in_1638 .depth_gradient{display: none;}
}



@media screen and (max-width: 770px ){
	#stacks_in_1638 .depth_wrapper .content_out{
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	#stacks_in_1638 .depth_wrapper .content_in{
		padding: 30px !important;
		margin: 0 !important;
	}
}



/* Breaks */

#stacks_in_1638 hr{border: 0;margin: 0;}

#stacks_in_1638 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1638 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1638 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("listify-files/ionicons.eot?v=2.0.1");src:url("listify-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("listify-files/ionicons.ttf?v=2.0.1") format("truetype"),url("listify-files/ionicons.woff?v=2.0.1") format("woff"),url("listify-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

#listify_stacks_in_1639 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_1639 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_1639 body {
    margin: 0; }
  #listify_stacks_in_1639 article, #listify_stacks_in_1639 aside, #listify_stacks_in_1639 details, #listify_stacks_in_1639 figcaption, #listify_stacks_in_1639 figure, #listify_stacks_in_1639 footer, #listify_stacks_in_1639 header, #listify_stacks_in_1639 hgroup, #listify_stacks_in_1639 main, #listify_stacks_in_1639 menu, #listify_stacks_in_1639 nav, #listify_stacks_in_1639 section, #listify_stacks_in_1639 summary {
    display: block; }
  #listify_stacks_in_1639 audio, #listify_stacks_in_1639 canvas, #listify_stacks_in_1639 progress, #listify_stacks_in_1639 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_1639 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_1639 [hidden], #listify_stacks_in_1639 template {
    display: none; }
  #listify_stacks_in_1639 a {
    background-color: transparent; }
    #listify_stacks_in_1639 a:active, #listify_stacks_in_1639 a:hover {
      outline: 0; }
  #listify_stacks_in_1639 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_1639 b, #listify_stacks_in_1639 strong {
    font-weight: bold; }
  #listify_stacks_in_1639 dfn {
    font-style: italic; }
  #listify_stacks_in_1639 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_1639 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_1639 small {
    font-size: 80%; }
  #listify_stacks_in_1639 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_1639 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_1639 sub {
    bottom: -0.25em; }
  #listify_stacks_in_1639 img {
    border: 0; }
  #listify_stacks_in_1639 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_1639 figure {
    margin: 1em 40px; }
  #listify_stacks_in_1639 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_1639 pre {
    overflow: auto; }
  #listify_stacks_in_1639 code, #listify_stacks_in_1639 kbd, #listify_stacks_in_1639 pre, #listify_stacks_in_1639 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_1639 button, #listify_stacks_in_1639 input, #listify_stacks_in_1639 optgroup, #listify_stacks_in_1639 select, #listify_stacks_in_1639 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_1639 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_1639 select {
    text-transform: none; }
  #listify_stacks_in_1639 button, #listify_stacks_in_1639 html input[type="button"], #listify_stacks_in_1639 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_1639 button[disabled], #listify_stacks_in_1639 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_1639 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_1639 input {
    line-height: normal; }
    #listify_stacks_in_1639 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_1639 input[type="checkbox"], #listify_stacks_in_1639 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_1639 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_1639 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_1639 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_1639 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_1639 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_1639 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_1639 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_1639 textarea {
    overflow: auto; }
  #listify_stacks_in_1639 optgroup {
    font-weight: bold; }
  #listify_stacks_in_1639 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_1639 td, #listify_stacks_in_1639 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_1639 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_1639 [class^="w-icon-"], #listify_stacks_in_1639 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_1639 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_1639 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_1639 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_1639 .w-icon-arrow-down:before, #listify_stacks_in_1639 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_1639 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_1639 html {
    height: 100%; }
  #listify_stacks_in_1639 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_1639 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_1639 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_1639 .w-block {
    display: block; }
  #listify_stacks_in_1639 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_1639 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1639 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1639 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_1639 .w-hidden {
    display: none; }
  #listify_stacks_in_1639 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_1639 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_1639 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_1639 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_1639 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_1639 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_1639 h1, #listify_stacks_in_1639 h2, #listify_stacks_in_1639 h3, #listify_stacks_in_1639 h4, #listify_stacks_in_1639 h5, #listify_stacks_in_1639 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_1639 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_1639 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_1639 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_1639 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_1639 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_1639 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_1639 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1639 a:focus {
    outline: 0; }
  #listify_stacks_in_1639 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_1639 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1639 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_1639 ul, #listify_stacks_in_1639 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_1639 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_1639 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1639 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1639 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_1639 .w-video iframe, #listify_stacks_in_1639 .w-video object, #listify_stacks_in_1639 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_1639 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_1639 button, #listify_stacks_in_1639 html input[type="button"], #listify_stacks_in_1639 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_1639 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_1639 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_1639 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_1639 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_1639 .w-input, #listify_stacks_in_1639 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_1639 .w-input:-moz-placeholder, #listify_stacks_in_1639 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_1639 .w-input::-moz-placeholder, #listify_stacks_in_1639 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_1639 .w-input:-ms-input-placeholder, #listify_stacks_in_1639 .w-select:-ms-input-placeholder, #listify_stacks_in_1639 .w-input::-webkit-input-placeholder, #listify_stacks_in_1639 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_1639 .w-input:focus, #listify_stacks_in_1639 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_1639 .w-input[disabled], #listify_stacks_in_1639 .w-select[disabled], #listify_stacks_in_1639 .w-input[readonly], #listify_stacks_in_1639 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1639 fieldset[disabled] .w-input, #listify_stacks_in_1639 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1639 textarea.w-input, #listify_stacks_in_1639 textarea.w-select {
    height: auto; }
  #listify_stacks_in_1639 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_1639 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_1639 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_1639 .w-checkbox, #listify_stacks_in_1639 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_1639 .w-checkbox:before, #listify_stacks_in_1639 .w-radio:before, #listify_stacks_in_1639 .w-checkbox:after, #listify_stacks_in_1639 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_1639 .w-checkbox:after, #listify_stacks_in_1639 .w-radio:after {
    clear: both; }
  #listify_stacks_in_1639 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_1639 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_1639 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_1639 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1639 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_1639 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_1639 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1639 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1639 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_1639 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_1639 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_1639 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_1639 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_1639 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_1639 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_1639 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_1639 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_1639 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_1639 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_1639 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_1639 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_1639 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_1639 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_1639 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1639 .w-container {
      max-width: 728px; }
    #listify_stacks_in_1639 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_1639 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_1639 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1639 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1639 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_1639 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1639 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1639 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_1639 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1639 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1639 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_1639 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1639 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1639 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_1639 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1639 .w-hidden-main, #listify_stacks_in_1639 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_1639 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_1639 .w-row, #listify_stacks_in_1639 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_1639 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_1639 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1639 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1639 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_1639 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1639 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1639 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_1639 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1639 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1639 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_1639 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1639 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1639 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1639 .w-container {
      max-width: none; }
    #listify_stacks_in_1639 .w-hidden-main, #listify_stacks_in_1639 .w-hidden-medium, #listify_stacks_in_1639 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_1639 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_1639 .w-col {
      width: 100%; }
    #listify_stacks_in_1639 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1639 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1639 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_1639 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1639 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1639 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_1639 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1639 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1639 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_1639 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1639 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1639 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_1639 .w-widget {
    position: relative; }
  #listify_stacks_in_1639 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_1639 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_1639 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_1639 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_1639 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_1639 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_1639 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_1639 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_1639 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_1639 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_1639 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_1639 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_1639 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_1639 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_1639 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_1639 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_1639 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_1639 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_1639 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_1639 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_1639 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_1639 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_1639 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_1639 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_1639 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_1639 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_1639 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_1639 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_1639 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_1639 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_1639 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_1639 .w-slider-arrow-left, #listify_stacks_in_1639 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_1639 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_1639 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_1639 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_1639 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_1639 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_1639 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_1639 .w-icon-slider-left, #listify_stacks_in_1639 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1639 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_1639 .w-dropdown-btn, #listify_stacks_in_1639 .w-dropdown-toggle, #listify_stacks_in_1639 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_1639 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_1639 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_1639 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1639 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_1639 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_1639 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_1639 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1639 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_1639 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_1639 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1639 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_1639 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1639 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1639 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_1639 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1639 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_1639 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1639 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_1639 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1639 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_1639 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1639 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1639 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_1639 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_1639 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_1639 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_1639 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_1639 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_1639 .w-lightbox-frame, #listify_stacks_in_1639 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_1639 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_1639 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_1639 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_1639 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_1639 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_1639 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_1639 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_1639 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_1639 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_1639 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_1639 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_1639 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_1639 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_1639 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_1639 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_1639 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_1639 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_1639 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_1639 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_1639 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_1639 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_1639 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_1639 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_1639 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_1639 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_1639 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_1639 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_1639 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_1639 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_1639 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_1639 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_1639 .w-lightbox-left, #listify_stacks_in_1639 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_1639 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_1639 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_1639 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_1639 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_1639 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1639 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1639 .w-richtext ol, #listify_stacks_in_1639 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_1639 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_1639 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_1639 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_1639 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_1639 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_1639 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_1639 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_1639 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_1639 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_1639 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_1639 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_1639 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_1639 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_1639 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_1639 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_1639 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_1639 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_1639 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_1639 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_1639 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_1639 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_1639 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_1639 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1639 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1639 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_1639 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_1639 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1639 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_1639 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_1639 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_1639 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_1639 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_1639 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1639 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1639 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1639 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1639 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_1639 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_1639 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_1639 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1639 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1639 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1639 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1639 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_1639 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1639 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1639 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_1639 .w-tabs {
    position: relative; }
    #listify_stacks_in_1639 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1639 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1639 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_1639 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_1639 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_1639 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_1639 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_1639 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1639 .w-tab-link {
      display: block; } }
  #listify_stacks_in_1639 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_1639 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_1639 .w-dyn-bind-empty, #listify_stacks_in_1639 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_1639 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_1639 .list {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1639 .list-item {
    list-style-type: none;
    margin-bottom: 0px; }
    #listify_stacks_in_1639 .list-item ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 0px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1639 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_1639 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 0px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1639 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 0px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    /*  */
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1639 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_1639 .list-item-icon i {
    color: rgba(150, 186, 199, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_1639 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(239, 237, 226, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1639 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_1639 .list-item-inner {
  margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_1639.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_1639.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_1639.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1641.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1641.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1641.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1641.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1643.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1643.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1643.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1643.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1644.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1644.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1644.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1644.hide-d {
    display: none; } }

/*  */
/* --------------------------------

Primary style

-------------------------------- */

body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}

body.overflow-hidden .cd-modal {
  display: block !important;
}


/* --------------------------------

Main Components

-------------------------------- */


#stacks_in_1645 .cd-section {
  text-align: center;
	position: relative;
}


#stacks_in_1645 .cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}


#stacks_in_1645 .cd-modal .cd-modal-content {
  box-sizing: border-box;
  
	height: 100%;
  width: 100%;
  padding: 3em 5%;
	color: #FFFFFF;
	
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#stacks_in_1645 .cd-modal-content a,
#stacks_in_1645 .cd-modal-content a:visited {
	color: #DE425A;
}

#stacks_in_1645 .cd-modal-content a:hover,
#stacks_in_1645 .cd-modal-content a:active {
	color: #B13448;
}

#stacks_in_1645 .modal-is-visible .cd-modal {
  z-index: 300000 !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

#stacks_in_1645 .modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 768px) {
  #stacks_in_1645 .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}

@media only screen and (min-width: 1170px) {
  #stacks_in_1645 .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
}


#stacks_in_1645 .cd-modal-action {
  position: relative;
}

#stacks_in_1645 .cd-modal-action .modal_btn, #stacks_in_1645 .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #23363C;
}

#stacks_in_1645 .modal_btn,
#stacks_in_1645 .cd-modal-close {
  text-decoration: none !important;
  border: none !important;
}

#stacks_in_1645 .cd-modal-action .modal_btn {
	
  border-radius: 5em;
	
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
	overflow: hidden;
}

@media only screen {
	#stacks_in_1645 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	#stacks_in_1645 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#stacks_in_1645 .cd-modal-action .modal_btn {
		width: 100%;
	}
}

#stacks_in_1645 .cd-modal-action .modal_btn i {
	margin-right: 6px;
}

#stacks_in_1645 .cd-modal-action .modal_btn.to-circle {
  width: 4em;
	color: transparent !important;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}

#stacks_in_1645 .cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 300000  !important;
  left: 50%;
  top: 0;
  width: 4em;
	
  border-radius: 50%;
	
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
#stacks_in_1645 .cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

#stacks_in_1645 .cd-modal-close {
  position: fixed;
  z-index: 300001  !important;
  top: 10px;
  right: 10px;
	display: block;
  height: 50px;
  width: 50px;
	
  border-radius: 50%;
	
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../reference_files/cd-icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#stacks_in_1645 .no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#stacks_in_1645 .modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #stacks_in_1645 .cd-modal-close {
		top: 40px;
	  right: 40px;
  }
}

#stacks_in_1645 .cd-modal-action a,
#stacks_in_1645 .cd-modal-action a:visited,
#stacks_in_1645 .cd-modal-action a:hover,
#stacks_in_1645 .cd-modal-action a:active {
		color: #FFFFFF !important;
		text-decoration: none;
}


/* Font Selections */
  #stacks_in_1645 .cd-modal-action .modal_btn {
  }






#stacks_in_1645 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_1645 {
	width: 150px;
	margin-left:0;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1763 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1763 .theDivider1,
#simpleDivider_stacks_in_1763 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1763 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1763.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DAD6CD;
	border-bottom-color: #FFFFF3;
}
#simpleDivider_stacks_in_1763.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1763 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1763.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1763.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1763.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1763.bgImageOn .theDivider1 img {
	display: block;
}

/* Depth Limit */

#stacks_in_1857 .depth_limit {
	max-width: 2100px;
}
#stacks_in_1857 .depth_limit_padding {
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_1857 .depth_limit_padding {
		padding: 0px 0px 0px 0px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_1857.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(13, 39, 47, 1.00) 0%,rgba(35, 54, 60, 1.00) 95%);
	background-image: linear-gradient(to bottom, rgba(13, 39, 47, 1.00) 0%,rgba(35, 54, 60, 1.00) 95%);
	

	
}




div#offices {
  
  
  
  
}

/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1862 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 900px){
	#stacks_in_1862 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1862 .depth_section_link:hover .depth_in,
#stacks_in_1862 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}




	#stacks_in_1862{margin-bottom: 0;}


#stacks_in_1862.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1862.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_1862 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_1862 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	
		/* Default Background*/
		background-image: url(../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 0.00);
	background-size: cover;
	
}





#stacks_in_1862 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

#stacks_in_1862 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1862 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(11, 18, 30, 0.00) 0%,rgba(11, 23, 40, 0.00) 75%);
	background: linear-gradient(to right, rgba(11, 18, 30, 0.00) 0%,rgba(11, 23, 40, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1862 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(111, 24, 19, 1.00);
	border-right: 0px solid rgba(111, 24, 19, 1.00);
	border-bottom: 0px solid rgba(111, 24, 19, 1.00);
	border-left: 0px solid rgba(111, 24, 19, 1.00);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1862 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1862 .heading_out h2{
	font-size: 15px;
	line-height: 20px;
	color: rgba(239, 237, 226, 1.00);
	font-weight: 500;
	
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1862 p.super_heading{
	color: rgba(102, 102, 102, 1.00);
	font-size: 12px;
	letter-spacing: 0px;
	margin: 0px 0 10px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1862 p.sub_heading{
	color: rgba(146, 146, 146, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

#stacks_in_1862 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 500px; 
	

	
	 text-align: center; 
	
	padding: 0% 0px 0% 0px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1862 .content_out{
		padding: 0% 0px 0% 0px;
		margin: 0 0%;}
	#stacks_in_1862 .heading_out h2{
		font-size: 18px;
		line-height: 22px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1862 .depth_wrapper{background-color: rgba(11, 23, 40, 0.00);}
	#stacks_in_1862 .depth_tint,
	#stacks_in_1862 .content_tint{ background: none !important; }
	#stacks_in_1862 .heading_out h2,
	#stacks_in_1862 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_1862 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1862 .content_flex{
	
	 align-items: center; 
	
}

#stacks_in_1862 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(12, 13, 16, 0.00);
	border: 0px solid rgba(229, 232, 237, 0.52);
	padding: 30px 30px 30px 30px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1862 .content_in p.main_content{
	display: block;
	color: rgba(219, 219, 219, 1.00);
	font-size: 1.15em;
	line-height: 1.50;
	margin-top: 6%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4%;
	
	
	 display: none; }

#stacks_in_1862 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 13px;
	padding: 0% 0.000000%;
	border-radius: 30px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 0%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(21, 37, 103, 1.00);
	background: rgba(111, 24, 19, 0.00);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1862 .content_in a.depth_button{
		padding: 0% 0%;
	}
}
#stacks_in_1862 .content_in a.depth_button:hover{
	color: rgba(19, 34, 95, 0.61);
	background: rgba(255, 247, 0, 0.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1862 .content_in p.sub_content{
	font-weight: normal;
	 font-weight: bolder; 
	
	
	font-size: 35px;
	color: rgba(111, 24, 19, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1862 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -500px; 
	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1862 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1862 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_1862 .depth_aside_wrapper,
#stacks_in_1862 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1862 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}







#stacks_in_1862 .depth_aside_padding > div{max-width:700px;}

@media screen and (max-width: 770px){
	#stacks_in_1862 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1862 .depth_aside_padding{
	padding: 0px 30px 20px 20px;
}
@media screen and (max-width: 770px){
	#stacks_in_1862 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */






#stacks_in_1862 .depth_in{z-index: 4;}
#stacks_in_1862 .depth_gradient{z-index: 3;}
#stacks_in_1862 .depth_image{z-index: 2;}
#stacks_in_1862 .depth_tint{z-index: 1;}




/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1862 .depth_wrapper.content_tint,
	#stacks_in_1862 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_1862 hr{border: 0;margin: 0;}

#stacks_in_1862 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.50);
	display: inline-block;}

#stacks_in_1862 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.50);
	display: inline-block;}

#stacks_in_1862 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(255, 102, 0, 1.00);
	margin-top: 20px;}