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

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

#stacks_in_1913 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_1913 {
  max-width: 940px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_1913 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_1913 ul li > a:after,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_1913.cm-full-menu,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul,
#clean-menu_stacks_in_1913 .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_1913.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul li,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a,
#clean-menu_stacks_in_1913 .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_1913 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul > div,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul > div a,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul ul,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_1913.cm-full-menu,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  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_1913.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_1913.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_1913.cm-full-menu.clean-menu-active {
  height: auto;
}


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


#clean-menu-full_stacks_in_1913.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1913 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_1913.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_1913 .cm-toggle span {
  width: 19px;
  border-radius: 4px;
}
#clean-menu_stacks_in_1913 .cm-toggle span:nth-child(1),
#clean-menu_stacks_in_1913 .cm-toggle span:nth-child(4) {
  display: none;
}
#clean-menu_stacks_in_1913 .cm-toggle span:nth-child(2) {
  top: 10px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#clean-menu_stacks_in_1913 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#clean-menu_stacks_in_1913 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 10px;
}
#clean-menu_stacks_in_1913 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 10px;
}


#clean-menu_stacks_in_1913 {
  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_1913 > div {
  align-self: center;
}
#clean-menu_stacks_in_1913 .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_1913 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_1913 .clean-menu-logo {
  max-width: 200px;
  min-width: 200px;
  margin: 0;
}
#clean-menu_stacks_in_1913 .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_1913 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_1913.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_1913 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_1913 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_1913.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_1913 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_1913 .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_1913 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_1913.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.40);
  font-size: 18px;
  
  font-weight: bold;
  
  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_1913.cm-full-menu ul li > a {
  font-size: 18px;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_1913.cm-full-menu > ul > li > a {
  
  font-weight: bold;
  
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(0, 0, 0, 0.40);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_1913.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  
  font-size: 18px;
  line-height: 18px;
  

}
#stacks_in_1913 li > a svg,
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 18px;
  height: 18px;
  
}

#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_1913 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_1913 h1, #clean-menu_stacks_in_1913 h2, #clean-menu_stacks_in_1913 h3, #clean-menu_stacks_in_1913 h4, #clean-menu_stacks_in_1913 h5, #clean-menu_stacks_in_1913 h6, #clean-menu_stacks_in_1913 .layouts-text, #clean-menu_stacks_in_1913 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_1913.cm-full-menu,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul {
  background: rgba(230, 230, 230, 1.00);
}
#clean-menu-full_stacks_in_1913.cm-full-menu > ul > li,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_1913.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_1913.cm-full-menu ul ul li:before {
  color: rgba(68, 33, 26, 1.00);
  fill: rgba(68, 33, 26, 1.00);
}
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(253, 128, 8, 1.00);
  fill:  rgba(253, 128, 8, 1.00);
}
/* #clean-menu-full_stacks_in_1913.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_1913.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(68, 33, 26, 1.00);
  cursor: default;
} */
#clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(121, 59, 50, 1.00);
  fill:  rgba(121, 59, 50, 1.00);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}
.disable-parents #clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_1913.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(68, 33, 26, 1.00);
  border-color: rgba(68, 33, 26, 1.00);
}
.disable-parents #clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}


#clean-menu_stacks_in_1913 .clean-menu-logo .cm-logo-wrap {
  max-width: 200px;
  width: auto;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
#clean-menu_stacks_in_1913 .clean-menu-full {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#clean-menu_stacks_in_1913 .clean-menu-full .cm-menu-toggle {
  display: inline-block;
  float: right;
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
div[tag="slice"] > .mez > #stacks_in_1913.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 15px 0 0;
}








#clean-menu-full_stacks_in_1913.cm-full-menu > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_1913.cm-full-menu > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_1913.cm-full-menu {

}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a:visited {
  color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a svg {
  fill: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a:hover {
  color: rgba(255,255,255,.9);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a:hover svg {
  fill: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_1913 .clean-menu-top-level ul li > a.cm-heading:hover {
  color: rgba(255,255,255,.6);
  cursor: default;
} */
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li.cm-current > a {
  color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level ul li.cm-current > a svg {
  fill: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(255,255,255,.6);
} */
#clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1913 .cm-toggle span {
  background: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1913 h1, #clean-menu_stacks_in_1913 h2, #clean-menu_stacks_in_1913 h3, #clean-menu_stacks_in_1913 h4, #clean-menu_stacks_in_1913 h5, #clean-menu_stacks_in_1913 h6, #clean-menu_stacks_in_1913 .layouts-text, #clean-menu_stacks_in_1913 p {
  color: rgba(255,255,255,1);
}
.disable-parents #clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1913 .clean-menu-top-level > ul > li > a.parent:hover:after {
  color: rgba(255,255,255,.6);
  border-color: rgba(255,255,255,.6);
}



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

@media all and (max-width: 900px) {
  
  #clean-menu_stacks_in_1913.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_1913 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_1913 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_1913 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_1913 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_1913 .clean-menu-top-level {
    display: none;
  }
  
  #clean-menu_stacks_in_1913.clean-menu {
    justify-content: center;
  }
  #clean-menu_stacks_in_1913 .clean-menu-full .cm-menu-toggle {
    float: none;
  }
  #clean-menu_stacks_in_1913 .clean-menu-full {
    max-width: 40px !important;
    min-width: 40px;
    width: 100% !important;
  }
  #clean-menu_stacks_in_1913 .clean-menu-full .cm-menu-toggle {
    float: none;
    margin: 0 auto;
  }
  #clean-menu_stacks_in_1913 > .clean-menu-logo,
  #clean-menu_stacks_in_1913 > .clean-menu-logo:nth-child(1),
  #clean-menu_stacks_in_1913 > .clean-menu-logo:nth-child(2),
  #clean-menu_stacks_in_1913 > .clean-menu-logo:nth-child(3) {
    max-width: 100%;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_1913 .clean-menu-logo .cm-logo-wrap {
    margin: 0 auto;
    justify-content: center;
    float: none;
  }
  
  #clean-menu_stacks_in_1913 .clean-menu-top-level {
    display: block;
    max-width: 40px !important;
    min-width: 40px;
  }
  #clean-menu_stacks_in_1913 .clean-menu-top-level ul {
    display: none;
  }
  @media all and (max-width: 352px) {
    #clean-menu_stacks_in_1913 .clean-menu-top-level {display: none}
    #clean-menu_stacks_in_1913 .clean-menu-logo {min-width: 257px}
  }
  
  
  
  
  
  #clean-menu-full_stacks_in_1913.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu ul li > a {
    font-size: calc(18px + 2 );
    line-height: calc(18px + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_1913.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






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









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

#stacks_in_1913 {
	background-color: rgba(122, 44, 44, 1.00);
    background-image: url("9B8F5163-6DE9-49C1-8927-AD351D6A7760.png");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center;
}

#stacks_out_1914 {
	width: 170px;
}


.element_stacks_in_1579[data-deluxe-el] {
  
  background-color : rgba(40, 8, 7, 1.00);
  padding: 16px 0px 32px 0px;display: flex; flex-direction: row;
  justify-content: center;
}
.element_stacks_in_1579[data-deluxe-el] > div {

  max-width: 1140px;
  margin: 0;
  width: 100%;
  
  width: calc(100% - 60px);
  
}

/* 1.0.2
- fixes transition speed for autoplay
- fixes bug preventing overflow opacity from applying when autoplay is enabled
- fixes a edit/preview mode image display bug
- added focus-visible for tabing accessability
 */
#stacks_out_1370 {
  overflow: hidden;
}
#stacks_in_1370 > .carousel-outer-wrapper {
  display: grid;
  grid-template-columns: 100%;
}
#stacks_in_1370 .carousel-navigation,
#stacks_in_1370 .slick-slider {
  width: 100%;
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
}
#stacks_in_1370 > .carousel-outer-wrapper {
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
  width: 100% !important;
  /*  */
}
#stacks_in_1370 .carousel-wrapper {

}
/*  */
#stacks_in_1370 .slick-list {
  overflow: visible;
}
#stacks_in_1370 .slick-track {
  display: flex;
  align-items: center;
}
/*  */
/*  */
/*  */
#stacks_in_1370 .slick-slide {
  box-sizing: border-box;
  padding-left: calc(16px / 2);
  padding-right: calc(16px / 2);
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
  outline: none;
  /* width: 586px !important; */
}
#stacks_in_1370 .carousel-wrapper:not(.slick-slider) {
  white-space: nowrap;
}
#stacks_in_1370 .carousel-wrapper:not(.slick-slider) > div {
  width: 586px;
  display: inline-block;
  padding-left: calc(12px / 2);
  padding-right: calc(12px / 2);
}
/*  */
#stacks_in_1370 .slick-slide {
  opacity: 30%;
  transition: opacity 600ms ease,transform 600ms ease;
  transform: scale(1);
}
#stacks_in_1370 .slick-slide.slick-active {
  opacity: 100%;
  transform: scale(1);
}
/*  */
/*  */
#stacks_in_1370 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide {
  cursor: grab;
}
#stacks_in_1370 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide:active {
  cursor: grabbing;
}
#stacks_in_1370 .carousel-wrapper.carousel-autoplay .slick-list.draggable {
  pointer-events: none;
}
#stacks_in_1370 .carousel-navigation {
  display: grid;
  align-items: center;
  /*  */
  margin-top: 16px;
  /*  */
}
#stacks_in_1370 .carousel-navigation-controls {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
/*  */
/*  */
#stacks_in_1370 .carousel-navigation {
  grid-template-columns: 1fr min-content 1fr;
}
#stacks_in_1370 .carousel-navigation-controls {
  justify-content: center;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_1370 .carousel-navigation > .carousel-navigation-content > div {
  display: none;
}
/*  */
/*  */

#stacks_in_1370 .carousel-arrow {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
  width: 48px;
  height: 48px;
  min-width: 30px;
  min-height: 30px;
}
#stacks_in_1370 .carousel-arrow[aria-disabled="true"] {
  opacity: .3;
  pointer-events: none;
}

#stacks_in_1370 .carousel-arrow svg {
  stroke: rgba(218, 206, 208, 1.00);
  pointer-events: none;
}
#stacks_in_1370 .carousel-arrow:active svg {
  opacity: .5;
}
#stacks_in_1370 ul.slick-dots {
  all: unset;
  white-space: nowrap;
}
#stacks_in_1370 .slick-dots li {
  display: inline-block;
  margin-left: 6px;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
}
#stacks_in_1370 .slick-dots li:first-child {
  margin-left: 0px;
}
#stacks_in_1370 .slick-dots li button {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  width: 18px;
  height: 18px;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
#stacks_in_1370 .slick-dots li button:before {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid rgba(218, 206, 208, 1.00);
  border-radius: 50%;
}
#stacks_in_1370 .slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: rgba(218, 206, 208, 1.00);
  border-radius: 50%;
}
/*  */
/*  */
#stacks_in_1370 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-width: 0;
  background: rgba(218, 206, 208, 1.00);
  opacity: 0.2;
}
#stacks_in_1370 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:before {
  opacity: 1;
}
#stacks_in_1370 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:after {
  display: none;
}
#stacks_in_1370 .carousel-navigation-controls.too-narrow {
  line-height: 16px;
  display: grid;
  
  grid-template-columns: min-content 1fr min-content;
  
  
}
#stacks_in_1370 .carousel-navigation-controls.too-narrow .slick-dots {
  white-space: normal;
  text-align: center;
  line-height: 0;
}
#stacks_in_1370 .carousel-navigation-controls.too-narrow .slick-dots li {
  margin: 3px;
  line-height: 0px;
  pointer-events: none;
}
#stacks_in_1370 .carousel-navigation-controls.too-narrow .slick-dots li button {
  height: 8px;
  width: 8px;
  line-height: 0px;
  font-size: 0px;
}
#stacks_in_1370 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-radius: 99px;
}
/*  */
#stacks_in_1370.focus-visible :focus-visible {
 outline: 1px solid rgba(132,38,133,0.65) !important;
 border-color: rgba(132,38,133,0.65);
 box-shadow: 0 0 0 1px rgba(132,38,133,0.65),inset 0 0 0 1px rgba(132,38,133,0.65);
 -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: -moz-all;
  -o-user-select: all;
  user-select: all;
}
.slide_stacks_in_1516 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1516 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1516 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1516.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1516 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1516 {
  background: transparent;
}
.slide_stacks_in_1516 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1516 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1374 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1374 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1374 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1374.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1374 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1374 {
  background: transparent;
}
.slide_stacks_in_1374 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1374 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1381 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1381 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1381 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1381.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1381 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1381 {
  background: transparent;
}
.slide_stacks_in_1381 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1381 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1638 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1638 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1638 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1638.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1638 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1638 {
  background: transparent;
}
.slide_stacks_in_1638 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1638 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1383 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1383 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1383 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1383.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1383 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1383 {
  background: transparent;
}
.slide_stacks_in_1383 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1383 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1512 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1512 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1512 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1512.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1512 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1512 {
  background: transparent;
}
.slide_stacks_in_1512 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1512 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1377 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1377 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1377 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1377.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1377 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1377 {
  background: transparent;
}
.slide_stacks_in_1377 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1377 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1634 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1634 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1634 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1634.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1634 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1634 {
  background: transparent;
}
.slide_stacks_in_1634 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1634 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1514 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1514 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1514 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1514.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1514 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1514 {
  background: transparent;
}
.slide_stacks_in_1514 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1514 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1644 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1644 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1644 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1644.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1644 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1644 {
  background: transparent;
}
.slide_stacks_in_1644 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1644 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1640 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1640 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1640 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1640.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1640 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1640 {
  background: transparent;
}
.slide_stacks_in_1640 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1640 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1520 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1520 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1520 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1520.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1520 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1520 {
  background: transparent;
}
.slide_stacks_in_1520 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1520 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1646 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1646 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1646 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1646.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1646 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1646 {
  background: transparent;
}
.slide_stacks_in_1646 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1646 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1652 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1652 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1652 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1652.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1652 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1652 {
  background: transparent;
}
.slide_stacks_in_1652 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1652 .carousel-slide-content {
  
}
 
 
.hp_stacks_in_1542 .hp-bg-layer {
  
  background-color : rgba(47, 1, 14, 1.00);
  background-image : url(../files/backgroundImage-1542.png);
  
  background-repeat: repeat-y;
  background-position: center center;
  background-size: cover;
}
.hp_stacks_in_1542 .hp-fg-layer {
  
}
.hp_stacks_in_1542 .hp-fg-layer .hp-section {
  
}


.hp_stacks_in_1542 .hp-fg-layer {
  -webkit-transform: translate3d(0px,  0px, 0px);
  transform: translate3d(0px,  0px, 0px);
}
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-2,
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-3,
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-4 {
  overflow: visible;
  position: relative;
  
}
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-2, .hp_stacks_in_1542 .hp-fg-layer > div.hp-layer-2.hp-shape-sector {
  z-index: 1;
}
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-3, .hp_stacks_in_1542 .hp-fg-layer > div.hp-layer-3.hp-shape-sector {
  z-index: 2;
}
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-4, .hp_stacks_in_1542 .hp-fg-layer > div.hp-layer-4.hp-shape-sector {
  z-index: 3;
}
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-2 > div,
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-3 > div,
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-4 > div {
  overflow: visible;
}
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-2 .com_onelittledesigner_stacks_Horizon_Parallax_Section_stack:after,
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-3 .com_onelittledesigner_stacks_Horizon_Parallax_Section_stack:after,
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-4 .com_onelittledesigner_stacks_Horizon_Parallax_Section_stack:after {
  content: "";
  background: inherit;
  position: absolute;
  top:0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-2 .hp-section,
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-3 .hp-section,
.hp_stacks_in_1542 .hp-fg-layer > .hp-layer-4 .hp-section {
  z-index: 2;
  position: relative;
}







.hp_stacks_in_1542 .hp-fg-layer .hp-svg-wrap > .hp-extend,
.hp_stacks_in_1542 .hp-fg-layer .hp-layer-2 .hp-svg-wrap .hp-wave-1,
.hp_stacks_in_1542 .hp-fg-layer .hp-layer-3 .hp-svg-wrap .hp-wave-2,
.hp_stacks_in_1542 .hp-fg-layer .hp-layer-4 .hp-svg-wrap .hp-wave-3 {
  display: block;
}
.hp_stacks_in_1542 .hp-fg-layer .hp-layer-3 .hp-svg-wrap .hp-wave-2 {
  -webkit-transform: translateX(-50%) rotateY(180deg);
  transform: translateX(-50%) rotateY(180deg);
  left: 50%;
  position: relative;
}
@media all and (min-width:1920px){
  .hp_stacks_in_1542 .hp-svg-wrap svg{
    height:240px
  }
  .hp_stacks_in_1542  .hp-fg-layer .hp-horizon-content{
    padding-bottom:240px
  }
  .hp_stacks_in_1542  .hp-fg-layer .hp-svg-wrap svg{
    position:absolute;
    top:-240px
  }
}

%[if edit]%
#stacks_in_1544_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1544_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1544 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1544 .pile {
	display: none;
}

#stacks_in_1544 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1544 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1544 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1544 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1545_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1545_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1545 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1545 .pile {
	display: none;
}

#stacks_in_1545 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1545 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1545 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1545 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1730_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1730_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1730 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1730 .pile {
	display: none;
}

#stacks_in_1730 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1730 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1730 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1730 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1728_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1728_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1728 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1728 .pile {
	display: none;
}

#stacks_in_1728 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1728 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1728 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1728 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1729_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1729_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1729 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1729 .pile {
	display: none;
}

#stacks_in_1729 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1729 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1729 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1729 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1945_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1945_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1945 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1945 .pile {
	display: none;
}

#stacks_in_1945 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1945 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1945 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1945 .clearFloats {
	clear: both;
}



#stacks_in_1561 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1561 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1561 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}#stacks_in_1563 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1563 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1563 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}#stacks_in_1565 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1565 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1565 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}#stacks_in_1567 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1567 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1567 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}#stacks_in_1569 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1569 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1569 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}/*
1.1.3
  - added support for hide stacks in inner columns
  - added breakpoint customization to layouts item stack
  - fixes a crashing issue in RapidWeaver 8 and Stacks 4.10
*/
/*  */
#stacks_in_1745 > .layouts-section {
  grid-gap: 20px 20px;
  -ms-grid-columns: (minmax(0px, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0px, 1fr));
  
  
  
  padding: 20px 20px;
  
}
#stacks_in_1745 > .layouts-section > div {
  margin-bottom: 20px;
  margin-right: 20px;
}
@supports (display: grid) {
  #stacks_in_1745 > .layouts-section > div {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
@media all and (max-width: 900px) {
  #stacks_in_1745 > .layouts-section {
    -ms-grid-columns: minmax(0px, 1fr);
    -ms-grid-columns: (minmax(0px, 1fr))[0];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    grid-template-columns: repeat(0, minmax(0px, 1fr));
  }
  #stacks_in_1745 > .layouts-section[data-col="3"] {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #stacks_in_1745 > .layouts-section[data-col="3"] > div:nth-child(3n) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  #stacks_in_1745 > .layouts-section > div {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media all and (max-width: 700px) {
  #stacks_in_1745 > .layouts-section {
    -ms-grid-columns: minmax(0px, 1fr);
    -ms-grid-columns: (minmax(0px, 1fr))[0];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    grid-template-columns: repeat( 0, minmax(0px, 1fr));
  }
  #stacks_in_1745 > .layouts-section[data-col="3"] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #stacks_in_1745 > .layouts-section[data-col="3"] > div:nth-child(3n) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
/*  */
/*  */

#stacks_in_1745 {
	background-color: rgba(67, 1, 11, 1.00);
}
#stacks_out_1750 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_1750 {
  box-shadow: none;
}
#stacks_in_1750, [tag="slice"] #stacks_in_1750 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px 15px;
  -ms-grid-column-span: 5;
  grid-column: span 5;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: none;
}
}
#stacks_in_1750 > * {
  margin-bottom: 5px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_1750 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_1750.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */
%[if edit]%
#stacks_in_1830_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1830_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1830 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1830 .pile {
	display: none;
}

#stacks_in_1830 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1830 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1830 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1830 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1831_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1831_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1831 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1831 .pile {
	display: none;
}

#stacks_in_1831 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1831 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1831 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1831 .clearFloats {
	clear: both;
}



/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_1753 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1753 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1753 svg  */

#stacks_in_1753 svg,
#stacks_in_1753 i {
  color: rgba(243, 238, 237, 1.00);
  fill: rgba(243, 238, 237, 1.00);
  stroke: rgba(243, 238, 237, 1.00);
}

#stacks_in_1753 i,
#stacks_in_1753 svg {
  position: relative;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_1753 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_1753 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_1753 .material-icons-two-tone {
  color: rgba(243, 238, 237, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(243, 238, 237, 1.00),
              0px -.1px 0px rgba(243, 238, 237, 1.00),
              .1px 0px 0px rgba(243, 238, 237, 1.00),
              -.1px 0px 0px rgba(243, 238, 237, 1.00);
}
#stacks_in_1753 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}

#stacks_in_1755 {
	padding:  20px;
}
%[if edit]%
#stacks_in_1828_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1828_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1828 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1828 .pile {
	display: none;
}

#stacks_in_1828 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1828 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1828 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1828 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1829_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1829_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1829 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1829 .pile {
	display: none;
}

#stacks_in_1829 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1829 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1829 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1829 .clearFloats {
	clear: both;
}



#stacks_out_1790 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_1790 {
  box-shadow: none;
}
#stacks_in_1790, [tag="slice"] #stacks_in_1790 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_1790 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_1790 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_1790.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

.element_stacks_in_1794[data-deluxe-el] {
  
  background-color : rgba(40, 8, 7, 1.00);
  padding: 16px 0px 32px 0px;display: flex; flex-direction: row;
  justify-content: center;
}
.element_stacks_in_1794[data-deluxe-el] > div {

  max-width: 1140px;
  margin: 0;
  width: 100%;
  
  width: calc(100% - 60px);
  
}

/* 1.0.2
- fixes transition speed for autoplay
- fixes bug preventing overflow opacity from applying when autoplay is enabled
- fixes a edit/preview mode image display bug
- added focus-visible for tabing accessability
 */
#stacks_out_1795 {
  overflow: hidden;
}
#stacks_in_1795 > .carousel-outer-wrapper {
  display: grid;
  grid-template-columns: 100%;
}
#stacks_in_1795 .carousel-navigation,
#stacks_in_1795 .slick-slider {
  width: 100%;
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
}
#stacks_in_1795 > .carousel-outer-wrapper {
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
  width: 100% !important;
  /*  */
}
#stacks_in_1795 .carousel-wrapper {

}
/*  */
#stacks_in_1795 .slick-list {
  overflow: visible;
}
#stacks_in_1795 .slick-track {
  display: flex;
  align-items: center;
}
/*  */
/*  */
/*  */
#stacks_in_1795 .slick-slide {
  box-sizing: border-box;
  padding-left: calc(16px / 2);
  padding-right: calc(16px / 2);
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
  outline: none;
  /* width: 586px !important; */
}
#stacks_in_1795 .carousel-wrapper:not(.slick-slider) {
  white-space: nowrap;
}
#stacks_in_1795 .carousel-wrapper:not(.slick-slider) > div {
  width: 586px;
  display: inline-block;
  padding-left: calc(12px / 2);
  padding-right: calc(12px / 2);
}
/*  */
#stacks_in_1795 .slick-slide {
  opacity: 30%;
  transition: opacity 600ms ease,transform 600ms ease;
  transform: scale(1);
}
#stacks_in_1795 .slick-slide.slick-active {
  opacity: 100%;
  transform: scale(1);
}
/*  */
/*  */
#stacks_in_1795 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide {
  cursor: grab;
}
#stacks_in_1795 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide:active {
  cursor: grabbing;
}
#stacks_in_1795 .carousel-wrapper.carousel-autoplay .slick-list.draggable {
  pointer-events: none;
}
#stacks_in_1795 .carousel-navigation {
  display: grid;
  align-items: center;
  /*  */
  margin-top: 16px;
  /*  */
}
#stacks_in_1795 .carousel-navigation-controls {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
/*  */
/*  */
#stacks_in_1795 .carousel-navigation {
  grid-template-columns: 1fr min-content 1fr;
}
#stacks_in_1795 .carousel-navigation-controls {
  justify-content: center;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_1795 .carousel-navigation > .carousel-navigation-content > div {
  display: none;
}
/*  */
/*  */

#stacks_in_1795 .carousel-arrow {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
  width: 48px;
  height: 48px;
  min-width: 30px;
  min-height: 30px;
}
#stacks_in_1795 .carousel-arrow[aria-disabled="true"] {
  opacity: .3;
  pointer-events: none;
}

#stacks_in_1795 .carousel-arrow svg {
  stroke: rgba(218, 206, 208, 1.00);
  pointer-events: none;
}
#stacks_in_1795 .carousel-arrow:active svg {
  opacity: .5;
}
#stacks_in_1795 ul.slick-dots {
  all: unset;
  white-space: nowrap;
}
#stacks_in_1795 .slick-dots li {
  display: inline-block;
  margin-left: 6px;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
}
#stacks_in_1795 .slick-dots li:first-child {
  margin-left: 0px;
}
#stacks_in_1795 .slick-dots li button {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  width: 18px;
  height: 18px;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
#stacks_in_1795 .slick-dots li button:before {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid rgba(218, 206, 208, 1.00);
  border-radius: 50%;
}
#stacks_in_1795 .slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: rgba(218, 206, 208, 1.00);
  border-radius: 50%;
}
/*  */
/*  */
#stacks_in_1795 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-width: 0;
  background: rgba(218, 206, 208, 1.00);
  opacity: 0.2;
}
#stacks_in_1795 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:before {
  opacity: 1;
}
#stacks_in_1795 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:after {
  display: none;
}
#stacks_in_1795 .carousel-navigation-controls.too-narrow {
  line-height: 16px;
  display: grid;
  
  grid-template-columns: min-content 1fr min-content;
  
  
}
#stacks_in_1795 .carousel-navigation-controls.too-narrow .slick-dots {
  white-space: normal;
  text-align: center;
  line-height: 0;
}
#stacks_in_1795 .carousel-navigation-controls.too-narrow .slick-dots li {
  margin: 3px;
  line-height: 0px;
  pointer-events: none;
}
#stacks_in_1795 .carousel-navigation-controls.too-narrow .slick-dots li button {
  height: 8px;
  width: 8px;
  line-height: 0px;
  font-size: 0px;
}
#stacks_in_1795 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-radius: 99px;
}
/*  */
#stacks_in_1795.focus-visible :focus-visible {
 outline: 1px solid rgba(132,38,133,0.65) !important;
 border-color: rgba(132,38,133,0.65);
 box-shadow: 0 0 0 1px rgba(132,38,133,0.65),inset 0 0 0 1px rgba(132,38,133,0.65);
 -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: -moz-all;
  -o-user-select: all;
  user-select: all;
}
.slide_stacks_in_1799 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1799 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1799 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1799.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1799 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1799 {
  background: transparent;
}
.slide_stacks_in_1799 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1799 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1802 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1802 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1802 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1802.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1802 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1802 {
  background: transparent;
}
.slide_stacks_in_1802 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1802 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1804 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1804 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1804 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1804.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1804 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1804 {
  background: transparent;
}
.slide_stacks_in_1804 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1804 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_1806 {
  border-radius: 12px;
  
  
}

.slide_stacks_in_1806 .carousel-slide-content {
  
  
  padding: 8px 8px;
  
  border-radius: 0 0 12px 12px;

}

/*  */
.slide_stacks_in_1806 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-1806.jpg);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 177.77%;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_1806 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  
  
  justify-content: space-between;
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_1806 {
  background: transparent;
}
.slide_stacks_in_1806 .carousel-slide-image {
  position: relative;
  
  border-radius: 12px;
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_1806 .carousel-slide-content {
  
}
 
 
/*
1.1.3
  - added support for hide stacks in inner columns
  - added breakpoint customization to layouts item stack
  - fixes a crashing issue in RapidWeaver 8 and Stacks 4.10
*/
/*  */
#stacks_in_1782 > .layouts-section {
  grid-gap: 20px 20px;
  -ms-grid-columns: (minmax(0px, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0px, 1fr));
  
  
  
  padding: 20px 20px;
  
}
#stacks_in_1782 > .layouts-section > div {
  margin-bottom: 20px;
  margin-right: 20px;
}
@supports (display: grid) {
  #stacks_in_1782 > .layouts-section > div {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
@media all and (max-width: 900px) {
  #stacks_in_1782 > .layouts-section {
    -ms-grid-columns: minmax(0px, 1fr);
    -ms-grid-columns: (minmax(0px, 1fr))[0];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    grid-template-columns: repeat(0, minmax(0px, 1fr));
  }
  #stacks_in_1782 > .layouts-section[data-col="3"] {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #stacks_in_1782 > .layouts-section[data-col="3"] > div:nth-child(3n) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  #stacks_in_1782 > .layouts-section > div {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media all and (max-width: 700px) {
  #stacks_in_1782 > .layouts-section {
    -ms-grid-columns: minmax(0px, 1fr);
    -ms-grid-columns: (minmax(0px, 1fr))[0];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    grid-template-columns: repeat( 0, minmax(0px, 1fr));
  }
  #stacks_in_1782 > .layouts-section[data-col="3"] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #stacks_in_1782 > .layouts-section[data-col="3"] > div:nth-child(3n) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
/*  */
/*  */

#stacks_in_1782 {
	background-color: rgba(67, 1, 11, 1.00);
}
%[if edit]%
#stacks_in_1832_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1832_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1832 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1832 .pile {
	display: none;
}

#stacks_in_1832 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1832 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1832 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1832 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1833_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1833_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1833 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1833 .pile {
	display: none;
}

#stacks_in_1833 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1833 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1833 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1833 .clearFloats {
	clear: both;
}



/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_1785 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1785 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1785 svg  */

#stacks_in_1785 svg,
#stacks_in_1785 i {
  color: rgba(243, 238, 237, 1.00);
  fill: rgba(243, 238, 237, 1.00);
  stroke: rgba(243, 238, 237, 1.00);
}

#stacks_in_1785 i,
#stacks_in_1785 svg {
  position: relative;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_1785 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_1785 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_1785 .material-icons-two-tone {
  color: rgba(243, 238, 237, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(243, 238, 237, 1.00),
              0px -.1px 0px rgba(243, 238, 237, 1.00),
              .1px 0px 0px rgba(243, 238, 237, 1.00),
              -.1px 0px 0px rgba(243, 238, 237, 1.00);
}
#stacks_in_1785 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}

#stacks_in_1787 {
	padding:  20px;
}
%[if edit]%
#stacks_in_1834_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1834_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1834 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1834 .pile {
	display: none;
}

#stacks_in_1834 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1834 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1834 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1834 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_1835_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1835_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1835 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1835 .pile {
	display: none;
}

#stacks_in_1835 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1835 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1835 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1835 .clearFloats {
	clear: both;
}



.hp_stacks_in_1859 .hp-bg-layer {
  
  background-color : rgba(122, 44, 43, 1.00);
  background-image : url(../files/backgroundImage-1859.png);
  
  background-repeat: repeat-x;
  background-position: top center;
  background-size: cover;
}
.hp_stacks_in_1859 .hp-fg-layer {
  
  min-height: 50vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  
  justify-content: center;
  
  
}
.hp_stacks_in_1859 .hp-fg-layer .hp-section {
  
}


.hp_stacks_in_1859 .hp-fg-layer {
  -webkit-transform: translate3d(0px,  0px, 0px);
  transform: translate3d(0px,  0px, 0px);
}
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-2,
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-3,
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-4 {
  overflow: visible;
  position: relative;
  
}
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-2, .hp_stacks_in_1859 .hp-fg-layer > div.hp-layer-2.hp-shape-sector {
  z-index: 1;
}
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-3, .hp_stacks_in_1859 .hp-fg-layer > div.hp-layer-3.hp-shape-sector {
  z-index: 2;
}
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-4, .hp_stacks_in_1859 .hp-fg-layer > div.hp-layer-4.hp-shape-sector {
  z-index: 3;
}
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-2 > div,
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-3 > div,
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-4 > div {
  overflow: visible;
}
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-2 .com_onelittledesigner_stacks_Horizon_Parallax_Section_stack:after,
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-3 .com_onelittledesigner_stacks_Horizon_Parallax_Section_stack:after,
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-4 .com_onelittledesigner_stacks_Horizon_Parallax_Section_stack:after {
  content: "";
  background: inherit;
  position: absolute;
  top:0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-2 .hp-section,
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-3 .hp-section,
.hp_stacks_in_1859 .hp-fg-layer > .hp-layer-4 .hp-section {
  z-index: 2;
  position: relative;
}







.hp_stacks_in_1859 .hp-fg-layer .hp-svg-wrap > .hp-extend,
.hp_stacks_in_1859 .hp-fg-layer .hp-layer-2 .hp-svg-wrap .hp-wave-1,
.hp_stacks_in_1859 .hp-fg-layer .hp-layer-3 .hp-svg-wrap .hp-wave-2,
.hp_stacks_in_1859 .hp-fg-layer .hp-layer-4 .hp-svg-wrap .hp-wave-3 {
  display: block;
}
.hp_stacks_in_1859 .hp-fg-layer .hp-layer-3 .hp-svg-wrap .hp-wave-2 {
  -webkit-transform: translateX(-50%) rotateY(180deg);
  transform: translateX(-50%) rotateY(180deg);
  left: 50%;
  position: relative;
}
@media all and (min-width:1920px){
  .hp_stacks_in_1859 .hp-svg-wrap svg{
    height:240px
  }
  .hp_stacks_in_1859  .hp-fg-layer .hp-horizon-content{
    padding-bottom:240px
  }
  .hp_stacks_in_1859  .hp-fg-layer .hp-svg-wrap svg{
    position:absolute;
    top:-240px
  }
}

%[if edit]%
#stacks_in_1861_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1861_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1861 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1861 .pile {
	display: none;
}

#stacks_in_1861 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1861 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1861 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1861 .clearFloats {
	clear: both;
}




#stacks_out_1862 {
	width: 250px;
}
%[if edit]%
#stacks_in_1867_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_1867_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_1867 .layer {
	float: left;
}

%[if ]%	
#stacks_in_1867 .pile {
	display: none;
}

#stacks_in_1867 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_1867 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_1867 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_1867 .clearFloats {
	clear: both;
}




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

#stacks_out_1873 {
	width: 160px;
}

#stacks_in_1876 {
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
	margin:  20px;
	padding:  20px;
}
:root {
  --multi_columns_stacks_in_1880:1fr 1fr 1fr 1fr 1fr;
}
#multi_columns_stacks_in_1880 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_1880);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_1880 > div {
  min-width: 0;
}
#multi_columns_stacks_in_1880 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_1880 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_1880 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



#stacks_out_1893 {
	width: 50px;
}

#stacks_out_1890 {
	width: 50px;
}

#stacks_out_1887 {
	width: 50px;
}

#stacks_out_1884 {
	width: 50px;
}

#stacks_out_1881 {
	width: 50px;
}
#stacks_in_1897 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1897 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1897 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}#stacks_in_1899 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1899 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1899 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}#stacks_in_1901 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1901 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1901 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}#stacks_in_1903 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1903 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1903 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}#stacks_in_1905 .hp-extend {
  background: rgba(0, 0, 0, 1.00);
  height: 120px;
}
#stacks_in_1905 svg {
  fill: rgba(0, 0, 0, 1.00);
}
#stacks_in_1905 .hp-extend:after {
  background: rgba(0, 0, 0, 1.00);
}