/*
1.3.0

*/
#stacks_in_222 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_222 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

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

#stacks_in_222 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_222 {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0px 20px;
  
}
/* compatability fixes */
#clean-menu_stacks_in_222 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_222 ul li a:after,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_222.cm-full-menu,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul,
#clean-menu_stacks_in_222 .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_222.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul li,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul li a,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a {
  padding: 5px 20px;
  margin: 0;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: inherit;
  height: auto;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul > div,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul > div a,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul ul,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_222.cm-full-menu,
#clean-menu_stacks_in_222 .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_222.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_222.cm-full-menu {
  -webkit-transform: translate(-100%, 50px);
  transform: translate(-100%, 50px);
}
#clean-menu-full_stacks_in_222.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-100%, 5px);
  transform: translate(-100%, 5px);
}


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

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



#clean-menu_stacks_in_222 {
  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_222 > div {
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}
#clean-menu_stacks_in_222 .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_222 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_222 .clean-menu-logo {
  max-width: 500px;
  min-width: 500px;
  margin: 0;
}
#clean-menu_stacks_in_222 .clean-menu-logo .cm-logo-wrap {
  max-width: 500px;
  min-width: 500px;
  -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_222 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_222.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_222 .clean-menu-logo > div > div {
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}
#clean-menu_stacks_in_222 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_222.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
}
#clean-menu_stacks_in_222 .clean-menu-logo .cm-logo-right {
  
  margin: 10px 0;
}
#clean-menu_stacks_in_222 .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_222 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_222 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_222 .clean-menu-top-level ul li {
  margin: 0 15px;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}

#clean-menu_stacks_in_222 .clean-menu-top-level .clean-menu-cta.clean-menu-cta-style a {
  margin-bottom: -8px;
}

#clean-menu_stacks_in_222 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_222 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_222 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}

#clean-menu_stacks_in_222 > div:nth-child(2),
#clean-menu_stacks_in_222 > div:nth-child(3) {
  -webkit-box-flex: initial;
  -ms-flex: none;
  flex: none;
  width: auto;
}
#clean-menu_stacks_in_222 > div:nth-child(3) {
  margin-left: 10px;
}
#clean-menu_stacks_in_222 > div:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  max-width: 100%;
}
#clean-menu_stacks_in_222 > div.clean-menu-top-level:nth-child(2) ul li:last-child,
#clean-menu_stacks_in_222 > div.clean-menu-top-level:nth-child(3) ul li:first-child {
  margin: 0 15px;
}
#clean-menu_stacks_in_222 > div.clean-menu-top-level:nth-child(2) > ul > li > ul li:last-child,
#clean-menu_stacks_in_222 > div.clean-menu-top-level:nth-child(3) > ul > li > ul li:first-child {
  margin: 0;
}


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

#clean-menu_stacks_in_222 .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_222 .clean-menu-top-level ul li a:hover svg,
#clean-menu-full_stacks_in_222.cm-full-menu ul li a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_222 .clean-menu-top-level ul li a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_222 .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_222 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_222.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_222 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_222 h1, #clean-menu_stacks_in_222 h2, #clean-menu_stacks_in_222 h3, #clean-menu_stacks_in_222 h4, #clean-menu_stacks_in_222 h5, #clean-menu_stacks_in_222 h6, #clean-menu_stacks_in_222 .layouts-text, #clean-menu_stacks_in_222 p {
  color: rgba(0, 0, 0, 1.00);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_222.cm-full-menu,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_222.cm-full-menu > ul > li,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_222.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_222.cm-full-menu ul li a,
#clean-menu-full_stacks_in_222.cm-full-menu ul li a:visited,
#clean-menu-full_stacks_in_222.cm-full-menu ul li a svg,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a:visited,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a svg,
#clean-menu-full_stacks_in_222.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 1.00);
  fill: rgba(0, 0, 0, 1.00);
}
#clean-menu-full_stacks_in_222.cm-full-menu ul li a:hover,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a:hover,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a:hover svg {
  color: rgba(99, 0, 38, 1.00);
  fill:  rgba(99, 0, 38, 1.00);
}
/* #clean-menu-full_stacks_in_222.cm-full-menu ul li a.cm-heading:hover,
#clean-menu-full_stacks_in_222.cm-full-menu ul li a.cm-heading:hover svg,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a.cm-heading:hover {
  color: rgba(0, 0, 0, 1.00);
  cursor: default;
} */
#clean-menu-full_stacks_in_222.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(253, 187, 31, 1.00);
  fill:  rgba(253, 187, 31, 1.00);
}
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 1.00);
}
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 1.00);
} */
#clean-menu_stacks_in_222 .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_222 .clean-menu-top-level > ul > li > ul li a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > ul li a.parent:hover,
#clean-menu-full_stacks_in_222.cm-full-menu.disable-parents  ul li a.parent:hover {
  color: rgba(0, 0, 0, 1.00);
  border-color: rgba(0, 0, 0, 1.00);
}
.disable-parents #clean-menu_stacks_in_222 .clean-menu-top-level ul li a.parent:hover,
.disable-parents #clean-menu_stacks_in_222 .clean-menu-top-level ul li a.parent:hover:after {
  color: rgba(0, 0, 0, 1.00);
  border-color: rgba(0, 0, 0, 1.00);
}

#clean-menu_stacks_in_222 .clean-menu-logo {
  margin: 0;
  width: 500px;
  max-width: 500px;
}
#clean-menu_stacks_in_222 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  max-width: 500px;
  width: 100%;
  margin-right: 5px;
}
#clean-menu_stacks_in_222 .clean-menu-full {
  width: 500px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
/*
div[tag="slice"] > .mez > #stacks_in_222.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-full {
width: auto; max-width: 300px;
}
*/
#clean-menu_stacks_in_222 .clean-menu-full .cm-menu-toggle {
  display: inline-block;
  float: right;
}
#clean-menu_stacks_in_222 .clean-menu-top-level ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[tag="slice"] > .mez > #stacks_in_222.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 7px;
}






#clean-menu_stacks_in_222 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_222 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_222 .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_222 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_222 .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_222 .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_222 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 1.00);
}
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(99, 0, 38, 1.00);
}
/* #clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 1.00);
} */
#clean-menu_stacks_in_222 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(253, 187, 31, 1.00);
}






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

@media all and (max-width: 400px) {
  #clean-menu-full_stacks_in_222 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_222 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_222 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_222 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_222 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_222.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_222.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_222.cm-full-menu ul li a {
    font-size: %( inherit + 2 )%px;
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_222.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_222.cm-full-menu ul li.cm-grouped-item a {
    width: auto;
  }
  #clean-menu-full_stacks_in_222.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_222.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_222.cm-full-menu ul li.cm-grouped-item a {
    padding: 8px 30px 8px 0;
  }
  
}






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









#clean-menu_stacks_in_222 .clean-menu-top-level ul li.cm-current > a {
  text-decoration: underline;
}

#stacks_in_222 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_21 {
	margin:  1px;
}

#stacks_in_85 {
	margin:  1px;
}

#stacks_in_34 {
	margin:  1px;
}

#stacks_in_37 {
	margin:  1px;
}

#stacks_in_43 {
	margin:  1px;
}

#stacks_in_49 {
	margin:  1px;
}

#stacks_in_59 {
	margin:  1px;
}

#stacks_in_54 {
	margin:  1px;
}
#stacks_in_233>.s3_row {
	margin: 0 -10px;
}

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








  


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




	#stacks_in_233>.s3_row  {
		margin: -10px;
	}
	#stacks_in_233>.s3_row>.s3_column {
		padding: 10px;
		width:50%;
	}
	#stacks_in_233>.s3_row>.s3_column_right {
		padding: 10px;
		width:100%;
	}



}



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


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





}




  
#highLightStackstacks_in_239 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_239 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_239 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_239,
#highLightStackCaptionstacks_in_239 h1,
#highLightStackCaptionstacks_in_239 h2,
#highLightStackCaptionstacks_in_239 h3,
#highLightStackCaptionstacks_in_239 h4,
#highLightStackCaptionstacks_in_239 h5,
#highLightStackCaptionstacks_in_239 h6,
#highLightStackCaptionstacks_in_239 strong,
#highLightStackCaptionstacks_in_239 a,
#highLightStackCaptionstacks_in_239 a:visited,
#highLightStackCaptionstacks_in_239 a:hover,
#highLightStackCaptionstacks_in_239 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_239 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_239 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 200px) {
	#highLightStackstacks_in_239 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_239 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_239 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_out_239 {
	width: 200px;
}
#highLightStackstacks_in_244 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_244 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_244 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_244,
#highLightStackCaptionstacks_in_244 h1,
#highLightStackCaptionstacks_in_244 h2,
#highLightStackCaptionstacks_in_244 h3,
#highLightStackCaptionstacks_in_244 h4,
#highLightStackCaptionstacks_in_244 h5,
#highLightStackCaptionstacks_in_244 h6,
#highLightStackCaptionstacks_in_244 strong,
#highLightStackCaptionstacks_in_244 a,
#highLightStackCaptionstacks_in_244 a:visited,
#highLightStackCaptionstacks_in_244 a:hover,
#highLightStackCaptionstacks_in_244 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_244 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_244 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_244 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_244 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_244 {
	width: 200px;
}
#highLightStackstacks_in_247 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_247 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_247 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_247,
#highLightStackCaptionstacks_in_247 h1,
#highLightStackCaptionstacks_in_247 h2,
#highLightStackCaptionstacks_in_247 h3,
#highLightStackCaptionstacks_in_247 h4,
#highLightStackCaptionstacks_in_247 h5,
#highLightStackCaptionstacks_in_247 h6,
#highLightStackCaptionstacks_in_247 strong,
#highLightStackCaptionstacks_in_247 a,
#highLightStackCaptionstacks_in_247 a:visited,
#highLightStackCaptionstacks_in_247 a:hover,
#highLightStackCaptionstacks_in_247 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_247 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_247 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_247 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_247 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_247 {
	width: 200px;
}
#highLightStackstacks_in_250 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_250 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_250 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_250,
#highLightStackCaptionstacks_in_250 h1,
#highLightStackCaptionstacks_in_250 h2,
#highLightStackCaptionstacks_in_250 h3,
#highLightStackCaptionstacks_in_250 h4,
#highLightStackCaptionstacks_in_250 h5,
#highLightStackCaptionstacks_in_250 h6,
#highLightStackCaptionstacks_in_250 strong,
#highLightStackCaptionstacks_in_250 a,
#highLightStackCaptionstacks_in_250 a:visited,
#highLightStackCaptionstacks_in_250 a:hover,
#highLightStackCaptionstacks_in_250 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_250 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_250 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_250 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_250 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_250 {
	width: 200px;
}
#highLightStackstacks_in_285 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_285 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_285 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_285,
#highLightStackCaptionstacks_in_285 h1,
#highLightStackCaptionstacks_in_285 h2,
#highLightStackCaptionstacks_in_285 h3,
#highLightStackCaptionstacks_in_285 h4,
#highLightStackCaptionstacks_in_285 h5,
#highLightStackCaptionstacks_in_285 h6,
#highLightStackCaptionstacks_in_285 strong,
#highLightStackCaptionstacks_in_285 a,
#highLightStackCaptionstacks_in_285 a:visited,
#highLightStackCaptionstacks_in_285 a:hover,
#highLightStackCaptionstacks_in_285 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_285 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_285 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_285 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_285 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_285 {
	width: 200px;
}
#stacks_in_266>.s3_row {
	margin: 0 -10px;
}

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








  


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




	#stacks_in_266>.s3_row  {
		margin: -10px;
	}
	#stacks_in_266>.s3_row>.s3_column {
		padding: 10px;
		width:50%;
	}
	#stacks_in_266>.s3_row>.s3_column_right {
		padding: 10px;
		width:100%;
	}



}



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


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





}




  
#highLightStackstacks_in_291 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_291 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_291 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_291,
#highLightStackCaptionstacks_in_291 h1,
#highLightStackCaptionstacks_in_291 h2,
#highLightStackCaptionstacks_in_291 h3,
#highLightStackCaptionstacks_in_291 h4,
#highLightStackCaptionstacks_in_291 h5,
#highLightStackCaptionstacks_in_291 h6,
#highLightStackCaptionstacks_in_291 strong,
#highLightStackCaptionstacks_in_291 a,
#highLightStackCaptionstacks_in_291 a:visited,
#highLightStackCaptionstacks_in_291 a:hover,
#highLightStackCaptionstacks_in_291 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_291 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_291 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 200px) {
	#highLightStackstacks_in_291 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_291 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_291 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_out_291 {
	width: 200px;
}
#highLightStackstacks_in_333 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_333 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_333 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_333,
#highLightStackCaptionstacks_in_333 h1,
#highLightStackCaptionstacks_in_333 h2,
#highLightStackCaptionstacks_in_333 h3,
#highLightStackCaptionstacks_in_333 h4,
#highLightStackCaptionstacks_in_333 h5,
#highLightStackCaptionstacks_in_333 h6,
#highLightStackCaptionstacks_in_333 strong,
#highLightStackCaptionstacks_in_333 a,
#highLightStackCaptionstacks_in_333 a:visited,
#highLightStackCaptionstacks_in_333 a:hover,
#highLightStackCaptionstacks_in_333 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_333 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_333 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_333 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_333 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_333 {
	width: 200px;
}
#highLightStackstacks_in_253 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_253 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_253 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_253,
#highLightStackCaptionstacks_in_253 h1,
#highLightStackCaptionstacks_in_253 h2,
#highLightStackCaptionstacks_in_253 h3,
#highLightStackCaptionstacks_in_253 h4,
#highLightStackCaptionstacks_in_253 h5,
#highLightStackCaptionstacks_in_253 h6,
#highLightStackCaptionstacks_in_253 strong,
#highLightStackCaptionstacks_in_253 a,
#highLightStackCaptionstacks_in_253 a:visited,
#highLightStackCaptionstacks_in_253 a:hover,
#highLightStackCaptionstacks_in_253 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_253 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_253 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_253 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_253 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_253 {
	width: 200px;
}
#highLightStackstacks_in_304 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_304 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_304 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_304,
#highLightStackCaptionstacks_in_304 h1,
#highLightStackCaptionstacks_in_304 h2,
#highLightStackCaptionstacks_in_304 h3,
#highLightStackCaptionstacks_in_304 h4,
#highLightStackCaptionstacks_in_304 h5,
#highLightStackCaptionstacks_in_304 h6,
#highLightStackCaptionstacks_in_304 strong,
#highLightStackCaptionstacks_in_304 a,
#highLightStackCaptionstacks_in_304 a:visited,
#highLightStackCaptionstacks_in_304 a:hover,
#highLightStackCaptionstacks_in_304 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_304 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_304 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_304 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_304 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_304 {
	width: 200px;
}
#highLightStackstacks_in_309 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_309 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_309 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_309,
#highLightStackCaptionstacks_in_309 h1,
#highLightStackCaptionstacks_in_309 h2,
#highLightStackCaptionstacks_in_309 h3,
#highLightStackCaptionstacks_in_309 h4,
#highLightStackCaptionstacks_in_309 h5,
#highLightStackCaptionstacks_in_309 h6,
#highLightStackCaptionstacks_in_309 strong,
#highLightStackCaptionstacks_in_309 a,
#highLightStackCaptionstacks_in_309 a:visited,
#highLightStackCaptionstacks_in_309 a:hover,
#highLightStackCaptionstacks_in_309 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_309 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_309 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_309 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_309 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_309 {
	width: 200px;
}
#stacks_in_314>.s3_row {
	margin: 0 -10px;
}

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








  


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




	#stacks_in_314>.s3_row  {
		margin: -10px;
	}
	#stacks_in_314>.s3_row>.s3_column {
		padding: 10px;
		width:50%;
	}
	#stacks_in_314>.s3_row>.s3_column_right {
		padding: 10px;
		width:100%;
	}



}



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


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





}




  
#highLightStackstacks_in_377 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_377 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_377 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_377,
#highLightStackCaptionstacks_in_377 h1,
#highLightStackCaptionstacks_in_377 h2,
#highLightStackCaptionstacks_in_377 h3,
#highLightStackCaptionstacks_in_377 h4,
#highLightStackCaptionstacks_in_377 h5,
#highLightStackCaptionstacks_in_377 h6,
#highLightStackCaptionstacks_in_377 strong,
#highLightStackCaptionstacks_in_377 a,
#highLightStackCaptionstacks_in_377 a:visited,
#highLightStackCaptionstacks_in_377 a:hover,
#highLightStackCaptionstacks_in_377 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_377 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_377 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 200px) {
	#highLightStackstacks_in_377 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_377 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_in_377 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_out_377 {
	width: 200px;
}
#highLightStackstacks_in_315 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_315 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_315 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_315,
#highLightStackCaptionstacks_in_315 h1,
#highLightStackCaptionstacks_in_315 h2,
#highLightStackCaptionstacks_in_315 h3,
#highLightStackCaptionstacks_in_315 h4,
#highLightStackCaptionstacks_in_315 h5,
#highLightStackCaptionstacks_in_315 h6,
#highLightStackCaptionstacks_in_315 strong,
#highLightStackCaptionstacks_in_315 a,
#highLightStackCaptionstacks_in_315 a:visited,
#highLightStackCaptionstacks_in_315 a:hover,
#highLightStackCaptionstacks_in_315 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_315 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_315 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_315 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_315 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_315 {
	width: 200px;
}
#highLightStackstacks_in_364 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_364 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_364 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_364,
#highLightStackCaptionstacks_in_364 h1,
#highLightStackCaptionstacks_in_364 h2,
#highLightStackCaptionstacks_in_364 h3,
#highLightStackCaptionstacks_in_364 h4,
#highLightStackCaptionstacks_in_364 h5,
#highLightStackCaptionstacks_in_364 h6,
#highLightStackCaptionstacks_in_364 strong,
#highLightStackCaptionstacks_in_364 a,
#highLightStackCaptionstacks_in_364 a:visited,
#highLightStackCaptionstacks_in_364 a:hover,
#highLightStackCaptionstacks_in_364 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_364 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_364 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_364 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_364 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_364 {
	width: 200px;
}
#highLightStackstacks_in_327 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0px;
}

#highLightStackstacks_in_327 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#highLightStackCaptionstacks_in_327 {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#highLightStackCaptionstacks_in_327,
#highLightStackCaptionstacks_in_327 h1,
#highLightStackCaptionstacks_in_327 h2,
#highLightStackCaptionstacks_in_327 h3,
#highLightStackCaptionstacks_in_327 h4,
#highLightStackCaptionstacks_in_327 h5,
#highLightStackCaptionstacks_in_327 h6,
#highLightStackCaptionstacks_in_327 strong,
#highLightStackCaptionstacks_in_327 a,
#highLightStackCaptionstacks_in_327 a:visited,
#highLightStackCaptionstacks_in_327 a:hover,
#highLightStackCaptionstacks_in_327 a:active {
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.50em;
}

#highLightCaptionContentstacks_in_327 {
	padding: 3.00%;
}

/*  */

/*  */
#highLightStackCaptionstacks_in_327 {
	bottom: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*  */

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

@media screen and (max-width: 480px) {
	#highLightStackstacks_in_327 {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#highLightStackCaptionstacks_in_327 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}/*  */
#stacks_out_327 {
	width: 200px;
}
