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

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

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

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



#clean-menu-full_stacks_in_116.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_116 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_116.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_116 .cm-toggle span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
#clean-menu_stacks_in_116 .cm-toggle span:nth-child(1) {
  top: 10px;
  left: 1px;
}
#clean-menu_stacks_in_116 .cm-toggle span:nth-child(2),#clean-menu_stacks_in_116 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 12px;
}
#clean-menu_stacks_in_116 .cm-toggle span:nth-child(4) {
  top: 10px;
  left: 23px;
}
#clean-menu_stacks_in_116 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 11px;
  border-radius: 2px;
  height: 4px;
}
#clean-menu_stacks_in_116 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 11px;

  border-radius: 2px;
  height: 4px;
}



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


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

}
#stacks_in_116 li > a svg,
#clean-menu_stacks_in_116 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_116.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_116 .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_116 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_116.cm-full-menu ul li > a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_116 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_116 .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_116 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_116.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_116 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_116 h1, #clean-menu_stacks_in_116 h2, #clean-menu_stacks_in_116 h3, #clean-menu_stacks_in_116 h4, #clean-menu_stacks_in_116 h5, #clean-menu_stacks_in_116 h6, #clean-menu_stacks_in_116 .layouts-text, #clean-menu_stacks_in_116 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_116.cm-full-menu,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_116.cm-full-menu > ul > li,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_116.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_116.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_116.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_116.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_116.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.40);
  fill: rgba(0, 0, 0, 0.40);
}
#clean-menu-full_stacks_in_116.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_116.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_116.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_116.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.60);
  fill:  rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_116 .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_116 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_116.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}
.disable-parents #clean-menu_stacks_in_116 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_116 .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_116 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#clean-menu_stacks_in_116 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_116 .clean-menu-logo {
  width: auto;
  min-width: 0px;
  max-width: 9999px;
}
#clean-menu_stacks_in_116 .clean-menu-logo .cm-logo-wrap {
  max-width: 250px;
  width: 100%;
  float: right;
}
#clean-menu_stacks_in_116 .clean-menu-top-level ul {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
div[tag="slice"] > .mez > #stacks_in_116.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 15px 0 0;
}


#clean-menu_stacks_in_116 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_116 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_116 .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_116 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_116 .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_116 .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_116 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_116 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}


#clean-menu_stacks_in_116 .clean-menu-logo,
#clean-menu_stacks_in_116 .clean-menu-full {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}


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

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




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

@media all and (max-width: 1200px) {
  
  #clean-menu_stacks_in_116.clean-menu {
    flex-wrap: wrap-reverse;
  }
  #clean-menu_stacks_in_116 > div  {
    
    
  }
  
  #clean-menu_stacks_in_116.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_116 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_116 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_116 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_116 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_116 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_116.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_116.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_116.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_116.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_116.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_116.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_116.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_116.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_116.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_116.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_116.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_116.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






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









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

#stacks_in_116 {
	background-color: rgba(68, 144, 210, 1.00);
}



















#stacks_in_16 {
	background-color: rgba(68, 144, 210, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  10px;
	padding:  10px;
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding-bottom:10px}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:flex;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(../files/slick/ajax-loader.gif) center center no-repeat}@font-face{font-family:'slick';font-weight:400;font-style:normal;src:url(../files/slick/fonts/slick.eot);src:url('../files/slick/fonts/slick.eot?#iefix') format('embedded-opentype'),url(../files/slick/fonts/slick.woff) format('woff'),url(../files/slick/fonts/slick.ttf) format('truetype'),url('../files/slick/fonts/slick.svg#slick') format('svg')}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;color:rgba(128, 128, 128, 0.50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-20px}[dir='rtl'] .slick-prev{right:-20px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-20px}[dir='rtl'] .slick-next{right:auto;left:-20px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:10px}.slick-dots{position:absolute;bottom:-16px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;color:rgba(0, 0, 0, 0.25);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:rgba(0, 0, 0, 0.75)}
@media only screen and (max-width:600px){.slick-track{display:flex;}.slick-slide{height:auto;}}
@media only screen and (max-width:992px) and (min-width:600px){.slick-track{display:flex;}.slick-slide{height:auto;}}
@media only screen and (max-width:1200px) and (min-width:992px){.slick-track{display:flex;}.slick-slide{height:auto;}}
@media only screen and (min-width:1200px){.slick-track{display:flex;}.slick-slide{height:auto;}}

#stacks_in_114_reviews_google_out * {box-sizing: border-box;}#stacks_in_114_reviews_title{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0px;padding:0px}#stacks_in_114_reviews_title .reviews_prerating,#stacks_in_114_reviews_title .reviews_postrating{margin:auto 0}#stacks_in_114_reviews_title p{color:#000000;margin-bottom:0;line-height:1.3;font-family:inherit;   }#stacks_in_114_reviews_title .reviews_stars{margin:auto 0 0 0}#stacks_in_114_reviews_title .reviews_stars .star{color:rgba(214, 214, 214, 1.00);}#stacks_in_114_reviews_title .reviews_stars .star:nth-child(-n+4){color:rgba(251, 188, 5, 1.00);}#stacks_in_114_reviews_title .title_stars{display:inline-block;unicode-bidi:bidi-override;color:rgba(214, 214, 214, 1.00);width:auto;margin:auto 8px;position:relative;padding:0}#stacks_in_114_reviews_title .title_stars-upper{color:rgba(251, 188, 5, 1.00);padding:0;position:absolute;z-index:1;display:flex;top:0;left:0;overflow:hidden}#stacks_in_114_reviews_title .title_stars-lower{padding:0;display:flex;z-index:0}#stacks_in_114_reviews_google.review_out{display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:row wrap;justify-content:space-around;}@media only screen and (max-width:600px){#stacks_in_114_reviews_google_out{margin:0px;padding:8px;}#stacks_in_114_reviews_title p{font-size:1.00rem}#stacks_in_114_reviews_title .reviews_stars .star{font-size:1.20rem}#stacks_in_114_reviews_title .title_stars{font-size:1.20rem}#stacks_in_114_reviews_google.sm-up-1 .review{width:100%}    #stacks_in_114_reviews_google .review{padding:calc(16px/2)}#stacks_in_114_reviews_google .review_in{padding:8px}#stacks_in_114_reviews_google .review_author{font-size:1.00rem}#stacks_in_114_reviews_google .review_rtd{font-size:0.80rem}#stacks_in_114_reviews_google .review_rating{font-size:1.20rem}#stacks_in_114_reviews_google .review_text{font-size:1.00rem}#stacks_in_114_reviews_google .review_circle{width:45px;height:45px}#stacks_in_114_reviews_google .slider_gutter{padding:calc(16px/2)}#stacks_in_114_reviews_google .review_speech-arrow{left:45px}}@media only screen and (max-width:992px) and (min-width:600px){#stacks_in_114_reviews_google_out{margin:0px; padding:8px; }#stacks_in_114_reviews_title p{font-size:1.00rem}#stacks_in_114_reviews_title .reviews_stars .star{font-size:1.20rem}#stacks_in_114_reviews_title .title_stars{font-size:1.20rem} #stacks_in_114_reviews_google.md-up-2 .review{width:50%}   #stacks_in_114_reviews_google .review{padding:calc(16px/2)}#stacks_in_114_reviews_google .review_in{padding:8px}#stacks_in_114_reviews_google .review_author{font-size:1.10rem}#stacks_in_114_reviews_google .review_rtd{font-size:0.80rem}#stacks_in_114_reviews_google .review_rating{font-size:1.20rem}#stacks_in_114_reviews_google .review_text{font-size:1.00rem}#stacks_in_114_reviews_google .review_circle{width:50px;height:50px}#stacks_in_114_reviews_google .slider_gutter{padding:calc(16px/2)}#stacks_in_114_reviews_google .review_speech-arrow{left:50px}}@media only screen and (max-width:1200px) and (min-width:992px){#stacks_in_114_reviews_google_out{margin:0px;padding:8px;}#stacks_in_114_reviews_title p{font-size:1.00rem}#stacks_in_114_reviews_title .reviews_stars .star{font-size:1.40rem}#stacks_in_114_reviews_title .title_stars{font-size:1.40rem}  #stacks_in_114_reviews_google.lg-up-3 .review{width:33.33333%}  #stacks_in_114_reviews_google .review{padding:calc(16px/2)}#stacks_in_114_reviews_google .review_in{padding:8px}#stacks_in_114_reviews_google .review_author{font-size:1.20rem}#stacks_in_114_reviews_google .review_rtd{font-size:0.90rem}#stacks_in_114_reviews_google .review_rating{font-size:1.40rem}#stacks_in_114_reviews_google .review_text{font-size:1.00rem}#stacks_in_114_reviews_google .review_circle{width:55px;height:55px}#stacks_in_114_reviews_google .slider_gutter{padding:calc(16px/2)}#stacks_in_114_reviews_google .review_speech-arrow{left:55px}}@media only screen and (min-width:1200px){#stacks_in_114_reviews_google_out{margin:0px;padding:8px;}#stacks_in_114_reviews_title p{font-size:1.00rem}#stacks_in_114_reviews_title .reviews_stars .star{font-size:1.40rem}#stacks_in_114_reviews_title .title_stars{font-size:1.40rem}  #stacks_in_114_reviews_google.xlg-up-3 .review{width:33.33333%}  #stacks_in_114_reviews_google .review{padding:calc(16px/2)}#stacks_in_114_reviews_google .review_in{padding:8px}#stacks_in_114_reviews_google .review_author{font-size:1.20rem}#stacks_in_114_reviews_google .review_rtd{font-size:0.90rem}#stacks_in_114_reviews_google .review_rating{font-size:1.40rem}#stacks_in_114_reviews_google .review_text{font-size:1.00rem}#stacks_in_114_reviews_google .review_circle{width:60px;height:60px}#stacks_in_114_reviews_google .slider_gutter{padding:calc(16px/2)}#stacks_in_114_reviews_google .review_speech-arrow{left:60px}}#stacks_in_114_reviews_google .review_in{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;align-content:stretch;background:rgba(239, 239, 239, 1.00); border:0px solid #A7A7A7;-webkit-border-radius:8px;border-radius:8px;  -webkit-box-shadow:4px 4px 6px rgba(0, 0, 0, 0.20);box-shadow:4px 4px 6px rgba(0, 0, 0, 0.20);  height:100%;}#stacks_in_114_reviews_google .review_author,#stacks_in_114_reviews_google .review_rtd,#stacks_in_114_reviews_google .review_text{font-family:inherit;   }#stacks_in_114_reviews_google .review_author{margin:0px; padding:0px;font-weight:bold;color:#008CBA;}#stacks_in_114_reviews_google .review_rtd{margin:0px;padding:0px;color:#6C6C6C;}#stacks_in_114_reviews_google .review_rating{margin:0px; padding:0px;}#stacks_in_114_reviews_google .review_rating>span.star{color:rgba(214, 214, 214, 1.00);}#stacks_in_114_reviews_google .review_rating>span.star:nth-child(-n+4){color:rgba(251, 188, 5, 1.00);}#stacks_in_114_reviews_google .review_text{margin:0px;padding:0px;line-height:1.3;color:#000000;text-align:left;}#stacks_in_114_reviews_google .review_image{display:inline-block;vertical-align:middle;margin:0px; padding:0px;}#stacks_in_114_reviews_google .review_info{display:inline-block;vertical-align:middle;margin-left:8px;}.review_circle{-webkit-border-radius:50%;border-radius:50%;}.review_author a{text-decoration:none;color:#008CBA}#stacks_in_114_reviews_google .review_spotlight{text-align:center;}#stacks_in_114_reviews_google .review_spotlight>.review_text{flex-grow:1;text-align:center;   }#stacks_in_114_reviews_google .review_spotlight>.review_info{align-self:flex-end;width:100%}#stacks_in_114_reviews_google .review_spotlight .review_image{align-self:center;transform:translateX(12px)}#stacks_in_114_reviews_google .review_speech{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;align-content:stretch; height:100%;}#stacks_in_114_reviews_google .review_speech-upper{flex-grow:1;width:100%;background:rgba(239, 239, 239, 1.00);padding:8px; border:0px solid #A7A7A7;-webkit-border-radius:8px;border-radius:8px;  -webkit-box-shadow:4px 4px 6px rgba(0, 0, 0, 0.20);box-shadow:4px 4px 6px rgba(0, 0, 0, 0.20);}#stacks_in_114_reviews_google .review_speech-lower{align-self:flex-end;width:100%;}#stacks_in_114_reviews_google .review_speech-arrow{border-right:calc(24px + 0px) solid transparent;  border-top:24px solid rgba(239, 239, 239, 1.00);bottom:0;  position:relative;width:0;height:0;line-height:1.1;}#stacks_in_114_reviews_google .review_speech-arrow::before{}#stacks_in_114_reviews_google .review_speech-arrow::after{}.review_google_icon{display:flex;float:right;width:24px;height:24px;border-radius:50% 50%;transition:background-color .3s ease;}.review_google_icon:hover{background-color:rgba(200,200,200,.3);content:'';}.review_google_icon-icon{display:block;width:12px;height:12px;left:6px;top:6px;position:relative;}
