/* MultiButtonThing [Page] by RapidWeaver Central  */




/*
1.5.0.2
- adds default of text-decoration: none to dropdown menu anchor elements
*/
#stacks_in_1356 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_1356 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

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

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



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


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

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

}
#stacks_in_1356 li > a svg,
#clean-menu_stacks_in_1356 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1356.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1356 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 22px;
  height: 22px;
  
}

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

}
#clean-menu_stacks_in_1356 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1356 .clean-menu-top-level ul li > a:visited {
  color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1356 .clean-menu-top-level ul li > a svg {
  fill: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1356 .clean-menu-top-level ul li > a:hover {
  color: rgba(255,255,255,.9);
}
#clean-menu_stacks_in_1356 .clean-menu-top-level ul li > a:hover svg {
  fill: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_1356 .clean-menu-top-level ul li > a.cm-heading:hover {
  color: rgba(255,255,255,.6);
  cursor: default;
} */
#clean-menu_stacks_in_1356 .clean-menu-top-level ul li.cm-current > a {
  color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1356 .clean-menu-top-level ul li.cm-current > a svg {
  fill: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1356 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1356 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_1356 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(255,255,255,.6);
} */
#clean-menu_stacks_in_1356 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1356 .cm-toggle span {
  background: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1356 h1, #clean-menu_stacks_in_1356 h2, #clean-menu_stacks_in_1356 h3, #clean-menu_stacks_in_1356 h4, #clean-menu_stacks_in_1356 h5, #clean-menu_stacks_in_1356 h6, #clean-menu_stacks_in_1356 .layouts-text, #clean-menu_stacks_in_1356 p {
  color: rgba(255,255,255,1);
}
.disable-parents #clean-menu_stacks_in_1356 .clean-menu-top-level > ul > li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1356 .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: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1356.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1356 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1356.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_1356 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_1356 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_1356 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

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






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









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

#stacks_in_1356 {
	background-color: rgba(28, 29, 34, 1.00);
}

.clean-menu-top-level #cta_stacks_in_1359.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(253, 128, 8, 1.00);
  background-color: rgba(51, 51, 51, 1.00);
  border: 1px solid rgba(34, 34, 34, 1.00);
  border-radius: 4px;
  padding: 30px 30px;
}
.clean-menu-top-level #cta_stacks_in_1359.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_1359.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(253, 128, 8, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1359.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_1359.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(51, 51, 51, 1.00);
  border: 1px solid rgba(34, 34, 34, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1359.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_1359.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1359.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_1359.clean-menu-cta.clean-menu-cta-style a:hover {

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

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



.clean-menu-top-level #cta_stacks_in_1367.clean-menu-cta.clean-menu-cta-style a {
  transition: all 150ms ease;
  color: rgba(33, 255, 6, 1.00);
  background-color: rgba(0, 0, 0, 1.00);
  border: 1px solid rgba(0, 0, 0, 1.00);
  border-radius: 10px;
  padding: 30px 30px;
}
.clean-menu-top-level #cta_stacks_in_1367.clean-menu-cta.clean-menu-cta-style.cm-grouped-item > a {
  padding: 0;
}
.clean-menu-top-level #cta_stacks_in_1367.clean-menu-cta.clean-menu-cta-style a svg {
  fill: rgba(33, 255, 6, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1367.clean-menu-cta.clean-menu-cta-style a:hover,
.clean-menu-top-level #cta_stacks_in_1367.clean-menu-cta.clean-menu-cta-style.current a {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 0, 0, 1.00);
  border: 1px solid rgba(0, 0, 0, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1367.clean-menu-cta.clean-menu-cta-style a:hover svg,
.clean-menu-top-level #cta_stacks_in_1367.clean-menu-cta.clean-menu-cta-style.current a svg {
  fill: rgba(255, 255, 255, 1.00);
}
.clean-menu-top-level #cta_stacks_in_1367.clean-menu-cta {
  margin: 0 9px;
}
.clean-menu-top-level #cta_stacks_in_1367.clean-menu-cta.clean-menu-cta-style a:hover {

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

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




/* Start doobox Chauffeur css */

.stacks_in_1218wrapper{
width: 50px;
margin: 0 auto;

display : none;

opacity:0.7;
}

.stacks_in_1218bulter{
cursor: pointer;
border: 1px solid #1F1F1F;
background: #333333;
width: 50px;
height: 50px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #EEEEEE;
text-align: center;
line-height: 50px;
margin: 5px;
z-index: 1000001;
background: #333333;
}


.stacks_in_1218bulter i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 20px;
	line-height: 48px; 
	vertical-align: middle;
}


.stacks_in_1218bulter:hover{
color: #DADADA;
background: #424242; /* Old browsers */
}

/* end doobox Chauffeur css */

@media all {
	
	
	
	
	h1,
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_732 {
		font-family: 'Fira Sans', sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 100%;
		line-height: 105%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_732 {
		color: rgba(255, 0, 0, 1.00);
	}
}
@media all {
	body,
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_730 {
		font-family: 'Asap Condensed', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
		line-height: 110%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_730 {
		color: rgba(255, 0, 0, 1.00);
	}
}

.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1382 .alignment {  display: table; height: 75vh;  float: none; margin: 0 auto;  

 width: 100%; 

 
    
	     
	 background:url() repeat;  
	 
	background-attachment: scroll;

		

			
			background-position:  center top;
		

	

	 

	 

 

/*Custom CSS;*/
}


#stacks_in_1382 .alignment_overlay { 

	display: table; height: 75vh; width: 100% !important;

	
	
	 
		background: url(../files/none) scroll repeat !important;
	 
	
		
		background-image: none !important;
	
		
	
		opacity: 1;
	

}

#stacks_in_1382 .alignment_overlay, #stacks_in_1382 .align, #stacks_in_1382 .alignment {

	-webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    -ms-transition: all 1.5s linear;
    transition: all 1.5s linear;
 
}


#stacks_in_1382 .align { 
 display: table-cell; vertical-align: middle !important;  

text-align: none;

padding-left: 10px;
padding-right: 10px;
padding-top: 10px !important;
padding-bottom: 10px !important;

/*Custom CSS;*/ 
}

#stacks_in_1382 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1382 .responsiveimage img {












/*Custom CSS;*/
}

#stacks_in_1382 .center_slice {
	max-width: 3000px; margin-left: auto; margin-right: auto;
}

#stacks_in_1382 .extrazone
{
	margin-left:auto; margin-right:auto;
	
	

	


padding-left: 10px;
padding-right: 10px;
padding-top: 10px !important;
padding-bottom: 10px !important;



 


	/*Custom CSS;*/
}


#stacks_in_1382 .fiddlereditinfo {
	display: inline-block;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	bottom:20px;
	right: 10px;
	width: 100px;
	font-size:11px;
	text-align:center;
	height:12px;
	line-height:12px;
	background-color: #77aad5;
	color: whitesmoke;
	padding:1px 5px;
	z-index:2;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-border-radius: 7px;
}

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

/* iPad with portrait orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
#stacks_in_1382 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1382 .alignment {  }
}

/*iPhone 5*/
@media screen and (device-aspect-ratio: 40/71) {
#stacks_in_1382 .alignment {  }
}








#stacks_in_1382 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1383 .s2c_stacks_in_1383_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1383 .s2c_stacks_in_1383_cw, #stacks_in_1383 .s2c_stacks_in_1383_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1383 .s2c_stacks_in_1383_cw [class^="s2c_stacks_in_1383_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1383 .s2c_stacks_in_1383_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1383 .s2c_stacks_in_1383_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1383 .s2c_stacks_in_1383_cw .s2c_stacks_in_1383_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1383 .s2c_stacks_in_1383_cw {		display: block;		table-layout: auto;	}		#stacks_in_1383 .s2c_stacks_in_1383_cw [class^="s2c_stacks_in_1383_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1383 .s2c_stacks_in_1383_cw .s2c_stacks_in_1383_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack *//*
 * Pure Text
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.1
 * +link colors were not working
 */
#stacks_in_774 {
  overflow: visible;
}
#pureText_stacks_in_774 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













#pureText_stacks_in_774 a {
  color: #0078E7 !important;
  text-decoration: none;
}
#pureText_stacks_in_774 a:hover {
  color: #44BBFB !important;
}
/*
#pureText_stacks_in_774 p {
  margin: 0;
  padding: 0;
}
*/
#pureText_stacks_in_774 {
  position: relative;
  
  
  
  
  
  
}
/*
#pureText_stacks_in_774.fontSizeInheritOn {
  font-size: inherit;
}
#pureText_stacks_in_774.fontSizeInheritOff, #pureText_stacks_in_774.fontSizeInheritOff span {
  font-size: 54px !important;
  line-height: 54px;
}
#pureText_stacks_in_774.letterSpacingOn {
  letter-spacing: 0px;
}
#pureText_stacks_in_774.lineHeightOn, #pureText_stacks_in_774.lineHeightOn span {
  line-height: 20px !important;
}
*/
#pureText_stacks_in_774.rotateOn .insideText {
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  display: inline-block;
}
#pureText_stacks_in_774.optJustify {
  text-align: justify;
}

/*


#pureText_stacks_in_774 .insideText {
  font-weight: 700;
}

*/

#pureText_stacks_in_774 p.insideText,
#pureText_stacks_in_774 .insideText p,
#pureText_stacks_in_774 h1.insideText,
#pureText_stacks_in_774 h2.insideText,
#pureText_stacks_in_774 h3.insideText,
#pureText_stacks_in_774 h4.insideText,
#pureText_stacks_in_774 h5.insideText,
#pureText_stacks_in_774 h6.insideText {
  margin: 0;
  padding: 0;
}



#stacks_in_774 {
	margin:  20px;
	padding:  20px;
}
/* StripeyThing by RapidWeaver Central */

#stripeythingstacks_in_1405 {
	display: block;
	position: relative;
}

#stacks_in_1405 .stripeything {
	height: 5px;
	width:100%;
	margin: 0;
	padding: 0;
	display: block;
	background: -webkit-linear-gradient(left, 
  #FD8008 10%, #FB0207 10%, 
  #FB0207 20%, #FD8008 20%, 
  #FD8008 30%, #FB0207 30%, 
  #FB0207 40%, #FD8008 40%, 
  #FD8008 50%, #FB0207 50%, 
  #FB0207 60%, #FD8008 60%, 
  #FD8008 70%, #FB0207 70%, 
  #FB0207 80%, #FD8008 80%, 
  #FD8008 90%, #FB0207 90%);
	background: -moz-linear-gradient(left, 
  #FD8008 10%, #FB0207 10%, 
  #FB0207 20%, #FD8008 20%, 
  #FD8008 30%, #FB0207 30%, 
  #FB0207 40%, #FD8008 40%, 
  #FD8008 50%, #FB0207 50%, 
  #FB0207 60%, #FD8008 60%, 
  #FD8008 70%, #FB0207 70%, 
  #FB0207 80%, #FD8008 80%, 
  #FD8008 90%, #FB0207 90%);
	background: -ms-linear-gradient(left, 
  #FD8008 10%, #FB0207 10%, 
  #FB0207 20%, #FD8008 20%, 
  #FD8008 30%, #FB0207 30%, 
  #FB0207 40%, #FD8008 40%, 
  #FD8008 50%, #FB0207 50%, 
  #FB0207 60%, #FD8008 60%, 
  #FD8008 70%, #FB0207 70%, 
  #FB0207 80%, #FD8008 80%, 
  #FD8008 90%, #FB0207 90%);
	background: linear-gradient(left, 
  #FD8008 10%, #FB0207 10%, 
  #FB0207 20%, #FD8008 20%, 
  #FD8008 30%, #FB0207 30%, 
  #FB0207 40%, #FD8008 40%, 
  #FD8008 50%, #FB0207 50%, 
  #FB0207 60%, #FD8008 60%, 
  #FD8008 70%, #FB0207 70%, 
  #FB0207 80%, #FD8008 80%, 
  #FD8008 90%, #FB0207 90%);
}

#stacks_in_1405 .stripeything0stacks_in_1405 {
	
}

#stacks_in_1405 .stripeything1stacks_in_1405 {
	
}

#stacks_in_1405 .stripeything2stacks_in_1405 {
	
}

#stacks_in_1405 .stripeything3stacks_in_1405 {
	
}

/*
 * Pure Text
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.1
 * +link colors were not working
 */
#stacks_in_1393 {
  overflow: visible;
}
#pureText_stacks_in_1393 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













#pureText_stacks_in_1393 a {
  color: #0078E7 !important;
  text-decoration: none;
}
#pureText_stacks_in_1393 a:hover {
  color: #44BBFB !important;
}
/*
#pureText_stacks_in_1393 p {
  margin: 0;
  padding: 0;
}
*/
#pureText_stacks_in_1393 {
  position: relative;
  
  
  
  
  
  
}
/*
#pureText_stacks_in_1393.fontSizeInheritOn {
  font-size: inherit;
}
#pureText_stacks_in_1393.fontSizeInheritOff, #pureText_stacks_in_1393.fontSizeInheritOff span {
  font-size: 35px !important;
  line-height: 35px;
}
#pureText_stacks_in_1393.letterSpacingOn {
  letter-spacing: 0px;
}
#pureText_stacks_in_1393.lineHeightOn, #pureText_stacks_in_1393.lineHeightOn span {
  line-height: 45px !important;
}
*/
#pureText_stacks_in_1393.rotateOn .insideText {
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  display: inline-block;
}
#pureText_stacks_in_1393.optJustify {
  text-align: justify;
}

/*


#pureText_stacks_in_1393 .insideText {
  font-weight: normal;
}

*/

#pureText_stacks_in_1393 p.insideText,
#pureText_stacks_in_1393 .insideText p,
#pureText_stacks_in_1393 h1.insideText,
#pureText_stacks_in_1393 h2.insideText,
#pureText_stacks_in_1393 h3.insideText,
#pureText_stacks_in_1393 h4.insideText,
#pureText_stacks_in_1393 h5.insideText,
#pureText_stacks_in_1393 h6.insideText {
  margin: 0;
  padding: 0;
}



#stacks_in_1393 {
	margin:  20px;
	padding:  20px;
}
/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1385  {
	width: auto;
	position: relative;
	-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;	
	-webkit-border-radius: 10px;
			border-radius: 10px;
	
	-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2); 
    		box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    margin: 10px 15px 25px 15px;
	
}

#stacks_in_1385 .titlething {
	background: rgba(0, 0, 0, 1.00) !important;
	text-align: center;
	padding: 0.75em;
	-webkit-border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px!important;
			border-bottom-left-radius: 0px	!important;
			border-bottom-right-radius: 0px!important;
	-webkit-border-radius: 10px;
			border-radius: 10px;
}

#stacks_in_1385 .titlething.labelthing {
	color: #21FF06;
	text-transform: uppercase;;
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

#stacks_in_1385 .icons {
	padding: 0.75em;
	position: absolute;
}

#stacks_in_1385 .icons span {
	background: #FFBE2D;
}

#stacks_in_1385 .icons:before {
	content: "";
	background: #FF6259;
}

#stacks_in_1385 .icons:after {
	content: "";
	background: #29C940;
}

#stacks_in_1385 .icons span, #stacks_in_1385 .icons:before, #stacks_in_1385 .icons:after {
	display: inline-block;
	margin-right: 0.5em;
	float: left;
	width: 1em;
	height: 1em;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	}


#stacks_in_1385 .containerthing {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #000000, #000000);
	background-image: -ms-linear-gradient(top, #000000, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #000000, #000000);
	background-image: linear-gradient(top, #000000, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
	overflow: hidden;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px!important;
			border-top-left-radius: 0px	!important;
			border-top-right-radius: 0px!important;
	-webkit-border-radius: 10px;
			border-radius: 10px;
}

/* Blinking Cursor */





#stacks_in_1385 .containerthing:after {
			
	content: "▋";
	display: block;
	margin-left: 94%;
	margin-bottom: 20px;
	opacity: 1;
	color: #21FF06;
	-webkit-animation: blink 1s infinite;
	      animation: blink 1s infinite;
			
}


@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



#stacks_in_1385 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1389shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
#stacks_in_1402 {
	margin:  20px;
	padding:  20px;
}
/* StripeButtonThing by RapidWeaver Central  */

#stripebuttonthingstacks_in_1404 {
	position: relative;
	overflow: hidden;
	text-align: Center;
	white-space: nowrap;
	text-decoration:none !important;
}

#stacks_in_1404 .stripebuttonthing a:hover {
	text-decoration:none !important;
}

#stacks_in_1404 .stripebuttonthing {
	display: inline-block;
	position: relative;
	background: #FB0207;
	padding: 23px 0;	
	font-size: 26px;
	
	width: 324px; 
	 
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 1px 0px #333333;
	text-transform: none;;
	text-shadow:none;
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	-webkit-transition: text-shadow 0.3s ease;
	   -moz-transition: text-shadow 0.3s ease;
		-ms-transition: text-shadow 0.3s ease;
			transition: text-shadow 0.3s ease;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}


#stacks_in_1404 .stripebuttonthing:link,
#stacks_in_1404 .stripebuttonthing:hover {
	background-color: #FB0207;
	background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(25%, rgba(255, 255, 255, 0.2)), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(75%, rgba(255, 255, 255, 0.2)), color-stop(75%, transparent), color-stop(100%, transparent));
	background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: linear-gradient(left top, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(left top, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 100px 100px;
	-webkit-animation: animate-stripes 1.5s linear infinite;
	   -moz-animation: animate-stripes 1.5s linear infinite;
		-ms-animation: animate-stripes 1.5s linear infinite;
			animation: animate-stripes 1.5s linear infinite;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}




@-webkit-keyframes animate-stripes {
	0% {
    background-position: 0 0;
}

100% {
	background-position: 100px 0;
}

}


@-moz-keyframes animate-stripes {
	0% {
    background-position: 0 0;
}

100% {
	background-position: 100px 0;
}

}

@keyframes animate-stripes {
	0% {
    background-position: 0 0;
}

100% {
	background-position: 100px 0;
}

}


@-ms-keyframes animate-stripes {
	0% {
    background-position: 0 0;
}

100% {
	background-position: 100px 0;
}
}/* Start Responsive Shim stack CSS code */.stacks_in_1408shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code */
#stacks_in_1409 {
	margin:  20px;
	padding:  20px;
}
