/*
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);
	}
}
#stacks_in_1421>.s3_row {
	margin: 0 -25px;
}

#stacks_in_1421>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1421>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1421>.s3_row>.s3_column {
	padding: 0 25px;
}










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



}



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


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


}






#stacks_in_1421 {
	margin:  20px;
	padding:  20px;
}
/*
1.0.0
*/
.animfr_stacks_in_1426 {
  position: relative;
  z-index: 100;
  margin: 0px 0px 0px 0px;
  

}
.animfr_stacks_in_1426 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_1426 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_1426 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_1426 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_1426 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_1426 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_1426 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  /* margin: 0px 0px 0px 0px; */
}
.animfr_stacks_in_1426 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_1426 .animfr-content-wrap > div {
  

  padding: 24px 24px 24px 24px ;
}
.animfr_stacks_in_1426 .animfr-mask,
.animfr_stacks_in_1426 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_1426 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_1426.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_1426.layerTrue .animfr-content-wrap > div {
  display: none;
}
/*
1.0.0
*/
.animfr_stacks_in_1422 {
  position: relative;
  z-index: 100;
  margin: 0px 0px 0px 0px;
  

}
.animfr_stacks_in_1422 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_1422 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_1422 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_1422 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_1422 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_1422 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_1422 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  /* margin: 0px 0px 0px 0px; */
}
.animfr_stacks_in_1422 .animfr-wrap-card {
  opacity: 0.50;
}
.animfr_stacks_in_1422 .animfr-content-wrap > div {
  

  padding: 24px 24px 24px 24px ;
}
.animfr_stacks_in_1422 .animfr-mask,
.animfr_stacks_in_1422 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_1422 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_1422.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_1422.layerTrue .animfr-content-wrap > div {
  display: none;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1441shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1433{	text-align: center;}#stacks_in_1433 figure a img{	cursor: pointer !important;}.stacks_in_1433responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1433responsive img, .stacks_in_1433warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1433hiddenimage{	display: none;}.stacks_in_1433warehouseImage{	display: none;}/* End Smart Image stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1547shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1580>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1580>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1580>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_1580 {
	margin:  20px;
	padding:  20px;
}
/* StripeButtonThing by RapidWeaver Central  */

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

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

#stacks_in_1548 .stripebuttonthing {
	display: inline-block;
	position: relative;
	background: #FD8008;
	padding: 10px 0;	
	font-size: 30px;
	 width: 100%;
	 
	line-height: 59px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 1px 0px #333333;
	text-transform: uppercase;;
	
	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_1548 .stripebuttonthing:link,
#stacks_in_1548 .stripebuttonthing:hover {
	background-color: #FD8008;
	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;
}
}
#stacks_in_1548 {
	margin:  20px;
	padding:  20px;
}
/* StripeButtonThing by RapidWeaver Central  */

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

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

#stacks_in_1583 .stripebuttonthing {
	display: inline-block;
	position: relative;
	background: #FB0207;
	padding: 10px 0;	
	font-size: 30px;
	 width: 100%;
	 
	line-height: 59px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 1px 0px #333333;
	text-transform: uppercase;;
	
	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_1583 .stripebuttonthing:link,
#stacks_in_1583 .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;
}
}
#stacks_in_1583 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1419shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_765 .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_765 .alignment_overlay { 

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

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

}

#stacks_in_765 .alignment_overlay, #stacks_in_765 .align, #stacks_in_765 .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_765 .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_765 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_765 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_765 .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_765 .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_765 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_765 .alignment {  }
}

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








#stacks_in_765 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_766 .s2c_stacks_in_766_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_766 .s2c_stacks_in_766_cw, #stacks_in_766 .s2c_stacks_in_766_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_766 .s2c_stacks_in_766_cw [class^="s2c_stacks_in_766_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_766 .s2c_stacks_in_766_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_766 .s2c_stacks_in_766_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_766 .s2c_stacks_in_766_cw .s2c_stacks_in_766_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_766 .s2c_stacks_in_766_cw {		display: block;		table-layout: auto;	}		#stacks_in_766 .s2c_stacks_in_766_cw [class^="s2c_stacks_in_766_col"] {		display: block;		width: 100%;	}	 	#stacks_in_766 .s2c_stacks_in_766_cw .s2c_stacks_in_766_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_1384 {
	display: block;
	position: relative;
}

#stacks_in_1384 .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_1384 .stripeything0stacks_in_1384 {
	
}

#stacks_in_1384 .stripeything1stacks_in_1384 {
	
}

#stacks_in_1384 .stripeything2stacks_in_1384 {
	
}

#stacks_in_1384 .stripeything3stacks_in_1384 {
	
}


#stacks_in_1384 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_776 {
  overflow: visible;
}
#pureText_stacks_in_776 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_776 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1219 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1219 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1219 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1219 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1219 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1219 .vm-header-title, #view-more-stacks_in_1219 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1219 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1219 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1219 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1219 .vm-footer-actions a, #view-more-stacks_in_1219 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1219 .vm-footer-actions a:hover, #view-more-stacks_in_1219 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1219 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1219 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1219 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1219 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1219 .vm-content h1, #view-more-stacks_in_1219 .vm-content h2, #view-more-stacks_in_1219 .vm-content h3, #view-more-stacks_in_1219 .vm-content h4, #view-more-stacks_in_1219 .vm-content h5, #view-more-stacks_in_1219 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1219 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1219 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1219 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1219 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1219.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1219.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1219.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1219.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1219.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1219.expanded .vm-header-title, #view-more-stacks_in_1219.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1219.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1219.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1219.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1219.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1219.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1219.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1219 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1220 {
  overflow: visible;
}
#pureText_stacks_in_1220 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_768  {
	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_768 .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_768 .titlething.labelthing {
	color: #21FF06;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

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

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

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

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

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


#stacks_in_768 .containerthing {
	background-color: #1A1C21;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #000000, #1A1C21);
	background-image: -ms-linear-gradient(top, #000000, #1A1C21);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #1A1C21));
	background-image: -webkit-linear-gradient(top, #000000, #1A1C21);
	background-image: linear-gradient(top, #000000, #1A1C21);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1A1C21', 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_768 .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_768 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_772shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1550{	text-align: center;}#stacks_in_1550 figure a img{	cursor: pointer !important;}.stacks_in_1550responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1550responsive img, .stacks_in_1550warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1550hiddenimage{	display: none;}.stacks_in_1550warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1463 .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_1463 .alignment_overlay { 

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

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

}

#stacks_in_1463 .alignment_overlay, #stacks_in_1463 .align, #stacks_in_1463 .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_1463 .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_1463 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1463 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1463 .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_1463 .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_1463 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1463 .alignment {  }
}

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








#stacks_in_1463 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1464 .s2c_stacks_in_1464_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1464 .s2c_stacks_in_1464_cw, #stacks_in_1464 .s2c_stacks_in_1464_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1464 .s2c_stacks_in_1464_cw [class^="s2c_stacks_in_1464_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1464 .s2c_stacks_in_1464_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1464 .s2c_stacks_in_1464_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1464 .s2c_stacks_in_1464_cw .s2c_stacks_in_1464_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1464 .s2c_stacks_in_1464_cw {		display: block;		table-layout: auto;	}		#stacks_in_1464 .s2c_stacks_in_1464_cw [class^="s2c_stacks_in_1464_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1464 .s2c_stacks_in_1464_cw .s2c_stacks_in_1464_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_1472 {
  overflow: visible;
}
#pureText_stacks_in_1472 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1474 .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_1474 .stripeything0stacks_in_1474 {
	
}

#stacks_in_1474 .stripeything1stacks_in_1474 {
	
}

#stacks_in_1474 .stripeything2stacks_in_1474 {
	
}

#stacks_in_1474 .stripeything3stacks_in_1474 {
	
}


#stacks_in_1474 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1475 {
  overflow: visible;
}
#pureText_stacks_in_1475 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1475 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1477 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1477 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1477 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1477 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1477 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1477 .vm-header-title, #view-more-stacks_in_1477 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1477 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1477 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1477 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1477 .vm-footer-actions a, #view-more-stacks_in_1477 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1477 .vm-footer-actions a:hover, #view-more-stacks_in_1477 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1477 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1477 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1477 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1477 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1477 .vm-content h1, #view-more-stacks_in_1477 .vm-content h2, #view-more-stacks_in_1477 .vm-content h3, #view-more-stacks_in_1477 .vm-content h4, #view-more-stacks_in_1477 .vm-content h5, #view-more-stacks_in_1477 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1477 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1477 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1477 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1477 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1477.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1477.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1477.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1477.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1477.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1477.expanded .vm-header-title, #view-more-stacks_in_1477.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1477.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1477.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1477.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1477.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1477.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1477.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1477 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1478 {
  overflow: visible;
}
#pureText_stacks_in_1478 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1466  {
	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_1466 .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_1466 .titlething.labelthing {
	color: #21FF06;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

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

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

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

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

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


#stacks_in_1466 .containerthing {
	background-color: #1A1C21;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #000000, #1A1C21);
	background-image: -ms-linear-gradient(top, #000000, #1A1C21);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #1A1C21));
	background-image: -webkit-linear-gradient(top, #000000, #1A1C21);
	background-image: linear-gradient(top, #000000, #1A1C21);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1A1C21', 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_1466 .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_1466 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1470shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1556{	text-align: center;}#stacks_in_1556 figure a img{	cursor: pointer !important;}.stacks_in_1556responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1556responsive img, .stacks_in_1556warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1556hiddenimage{	display: none;}.stacks_in_1556warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1486 .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_1486 .alignment_overlay { 

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

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

}

#stacks_in_1486 .alignment_overlay, #stacks_in_1486 .align, #stacks_in_1486 .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_1486 .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_1486 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1486 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1486 .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_1486 .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_1486 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1486 .alignment {  }
}

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








#stacks_in_1486 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1487 .s2c_stacks_in_1487_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1487 .s2c_stacks_in_1487_cw, #stacks_in_1487 .s2c_stacks_in_1487_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1487 .s2c_stacks_in_1487_cw [class^="s2c_stacks_in_1487_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1487 .s2c_stacks_in_1487_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1487 .s2c_stacks_in_1487_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1487 .s2c_stacks_in_1487_cw .s2c_stacks_in_1487_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1487 .s2c_stacks_in_1487_cw {		display: block;		table-layout: auto;	}		#stacks_in_1487 .s2c_stacks_in_1487_cw [class^="s2c_stacks_in_1487_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1487 .s2c_stacks_in_1487_cw .s2c_stacks_in_1487_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_1495 {
  overflow: visible;
}
#pureText_stacks_in_1495 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1497 .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_1497 .stripeything0stacks_in_1497 {
	
}

#stacks_in_1497 .stripeything1stacks_in_1497 {
	
}

#stacks_in_1497 .stripeything2stacks_in_1497 {
	
}

#stacks_in_1497 .stripeything3stacks_in_1497 {
	
}


#stacks_in_1497 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1498 {
  overflow: visible;
}
#pureText_stacks_in_1498 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



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

#windowthingstacks_in_1489  {
	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_1489 .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_1489 .titlething.labelthing {
	color: #21FF06;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

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

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

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

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

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


#stacks_in_1489 .containerthing {
	background-color: #1A1C21;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #000000, #1A1C21);
	background-image: -ms-linear-gradient(top, #000000, #1A1C21);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #1A1C21));
	background-image: -webkit-linear-gradient(top, #000000, #1A1C21);
	background-image: linear-gradient(top, #000000, #1A1C21);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1A1C21', 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_1489 .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_1489 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1493shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1552{	text-align: center;}#stacks_in_1552 figure a img{	cursor: pointer !important;}.stacks_in_1552responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1552responsive img, .stacks_in_1552warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1552hiddenimage{	display: none;}.stacks_in_1552warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1442 .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_1442 .alignment_overlay { 

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

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

}

#stacks_in_1442 .alignment_overlay, #stacks_in_1442 .align, #stacks_in_1442 .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_1442 .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_1442 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1442 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1442 .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_1442 .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_1442 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1442 .alignment {  }
}

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








#stacks_in_1442 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1443 .s2c_stacks_in_1443_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1443 .s2c_stacks_in_1443_cw, #stacks_in_1443 .s2c_stacks_in_1443_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1443 .s2c_stacks_in_1443_cw [class^="s2c_stacks_in_1443_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1443 .s2c_stacks_in_1443_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1443 .s2c_stacks_in_1443_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1443 .s2c_stacks_in_1443_cw .s2c_stacks_in_1443_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1443 .s2c_stacks_in_1443_cw {		display: block;		table-layout: auto;	}		#stacks_in_1443 .s2c_stacks_in_1443_cw [class^="s2c_stacks_in_1443_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1443 .s2c_stacks_in_1443_cw .s2c_stacks_in_1443_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_1451 {
  overflow: visible;
}
#pureText_stacks_in_1451 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1453 .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_1453 .stripeything0stacks_in_1453 {
	
}

#stacks_in_1453 .stripeything1stacks_in_1453 {
	
}

#stacks_in_1453 .stripeything2stacks_in_1453 {
	
}

#stacks_in_1453 .stripeything3stacks_in_1453 {
	
}


#stacks_in_1453 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1454 {
  overflow: visible;
}
#pureText_stacks_in_1454 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



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

#windowthingstacks_in_1445  {
	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_1445 .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_1445 .titlething.labelthing {
	color: #21FF06;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

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

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

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

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

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


#stacks_in_1445 .containerthing {
	background-color: #1A1C21;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #000000, #1A1C21);
	background-image: -ms-linear-gradient(top, #000000, #1A1C21);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #1A1C21));
	background-image: -webkit-linear-gradient(top, #000000, #1A1C21);
	background-image: linear-gradient(top, #000000, #1A1C21);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1A1C21', 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_1445 .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_1445 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1449shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1584 .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_1584 .alignment_overlay { 

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

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

}

#stacks_in_1584 .alignment_overlay, #stacks_in_1584 .align, #stacks_in_1584 .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_1584 .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_1584 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1584 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1584 .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_1584 .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_1584 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1584 .alignment {  }
}

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








#stacks_in_1584 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1585 .s2c_stacks_in_1585_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1585 .s2c_stacks_in_1585_cw, #stacks_in_1585 .s2c_stacks_in_1585_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1585 .s2c_stacks_in_1585_cw [class^="s2c_stacks_in_1585_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1585 .s2c_stacks_in_1585_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1585 .s2c_stacks_in_1585_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1585 .s2c_stacks_in_1585_cw .s2c_stacks_in_1585_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1585 .s2c_stacks_in_1585_cw {		display: block;		table-layout: auto;	}		#stacks_in_1585 .s2c_stacks_in_1585_cw [class^="s2c_stacks_in_1585_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1585 .s2c_stacks_in_1585_cw .s2c_stacks_in_1585_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_1593 {
  overflow: visible;
}
#pureText_stacks_in_1593 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1595 .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_1595 .stripeything0stacks_in_1595 {
	
}

#stacks_in_1595 .stripeything1stacks_in_1595 {
	
}

#stacks_in_1595 .stripeything2stacks_in_1595 {
	
}

#stacks_in_1595 .stripeything3stacks_in_1595 {
	
}


#stacks_in_1595 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1596 {
  overflow: visible;
}
#pureText_stacks_in_1596 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



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

#windowthingstacks_in_1587  {
	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_1587 .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_1587 .titlething.labelthing {
	color: #21FF06;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

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

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

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

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

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


#stacks_in_1587 .containerthing {
	background-color: #1A1C21;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #000000, #1A1C21);
	background-image: -ms-linear-gradient(top, #000000, #1A1C21);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #1A1C21));
	background-image: -webkit-linear-gradient(top, #000000, #1A1C21);
	background-image: linear-gradient(top, #000000, #1A1C21);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1A1C21', 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_1587 .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_1587 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1591shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1602{	text-align: center;}#stacks_in_1602 figure a img{	cursor: pointer !important;}.stacks_in_1602responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1602responsive img, .stacks_in_1602warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1602hiddenimage{	display: none;}.stacks_in_1602warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1557 .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_1557 .alignment_overlay { 

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

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

}

#stacks_in_1557 .alignment_overlay, #stacks_in_1557 .align, #stacks_in_1557 .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_1557 .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_1557 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1557 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1557 .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_1557 .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_1557 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1557 .alignment {  }
}

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








#stacks_in_1557 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1558 .s2c_stacks_in_1558_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1558 .s2c_stacks_in_1558_cw, #stacks_in_1558 .s2c_stacks_in_1558_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1558 .s2c_stacks_in_1558_cw [class^="s2c_stacks_in_1558_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1558 .s2c_stacks_in_1558_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1558 .s2c_stacks_in_1558_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1558 .s2c_stacks_in_1558_cw .s2c_stacks_in_1558_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1558 .s2c_stacks_in_1558_cw {		display: block;		table-layout: auto;	}		#stacks_in_1558 .s2c_stacks_in_1558_cw [class^="s2c_stacks_in_1558_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1558 .s2c_stacks_in_1558_cw .s2c_stacks_in_1558_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_1566 {
  overflow: visible;
}
#pureText_stacks_in_1566 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1568 .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_1568 .stripeything0stacks_in_1568 {
	
}

#stacks_in_1568 .stripeything1stacks_in_1568 {
	
}

#stacks_in_1568 .stripeything2stacks_in_1568 {
	
}

#stacks_in_1568 .stripeything3stacks_in_1568 {
	
}


#stacks_in_1568 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1569 {
  overflow: visible;
}
#pureText_stacks_in_1569 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1569 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1571 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1571 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1571 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1571 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1571 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1571 .vm-header-title, #view-more-stacks_in_1571 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1571 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1571 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1571 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1571 .vm-footer-actions a, #view-more-stacks_in_1571 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1571 .vm-footer-actions a:hover, #view-more-stacks_in_1571 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1571 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1571 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1571 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1571 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1571 .vm-content h1, #view-more-stacks_in_1571 .vm-content h2, #view-more-stacks_in_1571 .vm-content h3, #view-more-stacks_in_1571 .vm-content h4, #view-more-stacks_in_1571 .vm-content h5, #view-more-stacks_in_1571 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1571 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1571 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1571 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1571 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1571.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1571.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1571.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1571.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1571.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1571.expanded .vm-header-title, #view-more-stacks_in_1571.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1571.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1571.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1571.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1571.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1571.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1571.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1571 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1572 {
  overflow: visible;
}
#pureText_stacks_in_1572 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1560  {
	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_1560 .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_1560 .titlething.labelthing {
	color: #21FF06;
	text-transform: none;;
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

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

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

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

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

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


#stacks_in_1560 .containerthing {
	background-color: #1A1C21;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #000000, #1A1C21);
	background-image: -ms-linear-gradient(top, #000000, #1A1C21);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #1A1C21));
	background-image: -webkit-linear-gradient(top, #000000, #1A1C21);
	background-image: linear-gradient(top, #000000, #1A1C21);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1A1C21', 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_1560 .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_1560 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1564shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_793{	text-align: center;}#stacks_in_793 figure a img{	cursor: pointer !important;}.stacks_in_793responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_793responsive img, .stacks_in_793warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_793hiddenimage{	display: none;}.stacks_in_793warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_779 .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_779 .alignment_overlay { 

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

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

}

#stacks_in_779 .alignment_overlay, #stacks_in_779 .align, #stacks_in_779 .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_779 .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_779 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_779 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_779 .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_779 .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_779 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_779 .alignment {  }
}

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








#stacks_in_779 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_780 .s2c_stacks_in_780_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_780 .s2c_stacks_in_780_cw, #stacks_in_780 .s2c_stacks_in_780_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_780 .s2c_stacks_in_780_cw [class^="s2c_stacks_in_780_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_780 .s2c_stacks_in_780_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_780 .s2c_stacks_in_780_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_780 .s2c_stacks_in_780_cw .s2c_stacks_in_780_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_780 .s2c_stacks_in_780_cw {		display: block;		table-layout: auto;	}		#stacks_in_780 .s2c_stacks_in_780_cw [class^="s2c_stacks_in_780_col"] {		display: block;		width: 100%;	}	 	#stacks_in_780 .s2c_stacks_in_780_cw .s2c_stacks_in_780_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack *//* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_787  {
	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_787 .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_787 .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_787 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_787 .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_787 .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_787 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_788shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * 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_782 {
  overflow: visible;
}
#pureText_stacks_in_782 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1385 .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_1385 .stripeything0stacks_in_1385 {
	
}

#stacks_in_1385 .stripeything1stacks_in_1385 {
	
}

#stacks_in_1385 .stripeything2stacks_in_1385 {
	
}

#stacks_in_1385 .stripeything3stacks_in_1385 {
	
}


#stacks_in_1385 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_784 {
  overflow: visible;
}
#pureText_stacks_in_784 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_784 {
	margin:  20px;
	padding:  20px;
}
/* Start Smart Image stack CSS code */#stacks_in_807{	text-align: center;}#stacks_in_807 figure a img{	cursor: pointer !important;}.stacks_in_807responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_807responsive img, .stacks_in_807warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_807hiddenimage{	display: none;}.stacks_in_807warehouseImage{	display: none;}/* End Smart Image stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1235{	text-align: center;}#stacks_in_1235 figure a img{	cursor: pointer !important;}.stacks_in_1235responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1235responsive img, .stacks_in_1235warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1235hiddenimage{	display: none;}.stacks_in_1235warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_1235 {
	background-color: rgba(23, 24, 33, 1.00);
}
/* Start Smart Image stack CSS code */#stacks_in_1292{	text-align: center;}#stacks_in_1292 figure a img{	cursor: pointer !important;}.stacks_in_1292responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1292responsive img, .stacks_in_1292warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1292hiddenimage{	display: none;}.stacks_in_1292warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_1292 {
	background-color: rgba(23, 24, 33, 1.00);
}

.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_810 .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_810 .alignment_overlay { 

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

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

}

#stacks_in_810 .alignment_overlay, #stacks_in_810 .align, #stacks_in_810 .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_810 .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_810 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_810 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_810 .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_810 .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_810 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_810 .alignment {  }
}

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








#stacks_in_810 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_811 .s2c_stacks_in_811_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_811 .s2c_stacks_in_811_cw, #stacks_in_811 .s2c_stacks_in_811_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_811 .s2c_stacks_in_811_cw [class^="s2c_stacks_in_811_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_811 .s2c_stacks_in_811_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_811 .s2c_stacks_in_811_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_811 .s2c_stacks_in_811_cw .s2c_stacks_in_811_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_811 .s2c_stacks_in_811_cw {		display: block;		table-layout: auto;	}		#stacks_in_811 .s2c_stacks_in_811_cw [class^="s2c_stacks_in_811_col"] {		display: block;		width: 100%;	}	 	#stacks_in_811 .s2c_stacks_in_811_cw .s2c_stacks_in_811_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_819 {
  overflow: visible;
}
#pureText_stacks_in_819 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1386 .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_1386 .stripeything0stacks_in_1386 {
	
}

#stacks_in_1386 .stripeything1stacks_in_1386 {
	
}

#stacks_in_1386 .stripeything2stacks_in_1386 {
	
}

#stacks_in_1386 .stripeything3stacks_in_1386 {
	
}


#stacks_in_1386 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_842 {
  overflow: visible;
}
#pureText_stacks_in_842 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_842 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_838 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_838 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_838 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_838 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_838 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_838 .vm-header-title, #view-more-stacks_in_838 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_838 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_838 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_838 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_838 .vm-footer-actions a, #view-more-stacks_in_838 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_838 .vm-footer-actions a:hover, #view-more-stacks_in_838 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_838 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_838 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_838 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_838 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_838 .vm-content h1, #view-more-stacks_in_838 .vm-content h2, #view-more-stacks_in_838 .vm-content h3, #view-more-stacks_in_838 .vm-content h4, #view-more-stacks_in_838 .vm-content h5, #view-more-stacks_in_838 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_838 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_838 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_838 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_838 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_838.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_838.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_838.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_838.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_838.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_838.expanded .vm-header-title, #view-more-stacks_in_838.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_838.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_838.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_838.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_838.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_838.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_838.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_838 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_821 {
  overflow: visible;
}
#pureText_stacks_in_821 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_813  {
	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_813 .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_813 .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_813 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_813 .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_813 .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_813 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_817shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_862{	text-align: center;}#stacks_in_862 figure a img{	cursor: pointer !important;}.stacks_in_862responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_862responsive img, .stacks_in_862warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_862hiddenimage{	display: none;}.stacks_in_862warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_868 .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_868 .alignment_overlay { 

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

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

}

#stacks_in_868 .alignment_overlay, #stacks_in_868 .align, #stacks_in_868 .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_868 .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_868 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_868 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_868 .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_868 .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_868 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_868 .alignment {  }
}

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








#stacks_in_868 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_869 .s2c_stacks_in_869_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_869 .s2c_stacks_in_869_cw, #stacks_in_869 .s2c_stacks_in_869_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_869 .s2c_stacks_in_869_cw [class^="s2c_stacks_in_869_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_869 .s2c_stacks_in_869_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_869 .s2c_stacks_in_869_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_869 .s2c_stacks_in_869_cw .s2c_stacks_in_869_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_869 .s2c_stacks_in_869_cw {		display: block;		table-layout: auto;	}		#stacks_in_869 .s2c_stacks_in_869_cw [class^="s2c_stacks_in_869_col"] {		display: block;		width: 100%;	}	 	#stacks_in_869 .s2c_stacks_in_869_cw .s2c_stacks_in_869_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack *//* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_871  {
	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_871 .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_871 .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_871 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_871 .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_871 .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_871 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_875shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * 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_877 {
  overflow: visible;
}
#pureText_stacks_in_877 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1387 .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_1387 .stripeything0stacks_in_1387 {
	
}

#stacks_in_1387 .stripeything1stacks_in_1387 {
	
}

#stacks_in_1387 .stripeything2stacks_in_1387 {
	
}

#stacks_in_1387 .stripeything3stacks_in_1387 {
	
}


#stacks_in_1387 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_879 {
  overflow: visible;
}
#pureText_stacks_in_879 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_879 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_881 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_881 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_881 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_881 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_881 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_881 .vm-header-title, #view-more-stacks_in_881 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_881 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_881 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_881 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_881 .vm-footer-actions a, #view-more-stacks_in_881 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_881 .vm-footer-actions a:hover, #view-more-stacks_in_881 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_881 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_881 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_881 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_881 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_881 .vm-content h1, #view-more-stacks_in_881 .vm-content h2, #view-more-stacks_in_881 .vm-content h3, #view-more-stacks_in_881 .vm-content h4, #view-more-stacks_in_881 .vm-content h5, #view-more-stacks_in_881 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_881 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_881 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_881 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_881 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_881.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_881.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_881.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_881.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_881.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_881.expanded .vm-header-title, #view-more-stacks_in_881.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_881.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_881.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_881.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_881.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_881.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_881.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_881 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_882 {
  overflow: visible;
}
#pureText_stacks_in_882 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* Start Smart Image stack CSS code */#stacks_in_1407{	text-align: center;}#stacks_in_1407 figure a img{	cursor: pointer !important;}.stacks_in_1407responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1407responsive img, .stacks_in_1407warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1407hiddenimage{	display: none;}.stacks_in_1407warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_889 .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_889 .alignment_overlay { 

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

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

}

#stacks_in_889 .alignment_overlay, #stacks_in_889 .align, #stacks_in_889 .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_889 .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_889 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_889 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_889 .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_889 .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_889 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_889 .alignment {  }
}

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








#stacks_in_889 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_890 .s2c_stacks_in_890_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_890 .s2c_stacks_in_890_cw, #stacks_in_890 .s2c_stacks_in_890_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_890 .s2c_stacks_in_890_cw [class^="s2c_stacks_in_890_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_890 .s2c_stacks_in_890_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_890 .s2c_stacks_in_890_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_890 .s2c_stacks_in_890_cw .s2c_stacks_in_890_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_890 .s2c_stacks_in_890_cw {		display: block;		table-layout: auto;	}		#stacks_in_890 .s2c_stacks_in_890_cw [class^="s2c_stacks_in_890_col"] {		display: block;		width: 100%;	}	 	#stacks_in_890 .s2c_stacks_in_890_cw .s2c_stacks_in_890_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_898 {
  overflow: visible;
}
#pureText_stacks_in_898 .insideText {
  
    font-size: 54px;
  
  
    line-height: 65px;
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1388 .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_1388 .stripeything0stacks_in_1388 {
	
}

#stacks_in_1388 .stripeything1stacks_in_1388 {
	
}

#stacks_in_1388 .stripeything2stacks_in_1388 {
	
}

#stacks_in_1388 .stripeything3stacks_in_1388 {
	
}


#stacks_in_1388 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_900 {
  overflow: visible;
}
#pureText_stacks_in_900 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_900 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_902 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_902 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_902 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_902 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_902 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_902 .vm-header-title, #view-more-stacks_in_902 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_902 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_902 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_902 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_902 .vm-footer-actions a, #view-more-stacks_in_902 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_902 .vm-footer-actions a:hover, #view-more-stacks_in_902 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_902 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_902 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_902 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_902 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_902 .vm-content h1, #view-more-stacks_in_902 .vm-content h2, #view-more-stacks_in_902 .vm-content h3, #view-more-stacks_in_902 .vm-content h4, #view-more-stacks_in_902 .vm-content h5, #view-more-stacks_in_902 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_902 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_902 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_902 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_902 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_902.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_902.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_902.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_902.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_902.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_902.expanded .vm-header-title, #view-more-stacks_in_902.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_902.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_902.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_902.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_902.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_902.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_902.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_902 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_903 {
  overflow: visible;
}
#pureText_stacks_in_903 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_892  {
	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_892 .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_892 .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_892 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_892 .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_892 .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_892 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_896shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1241{	text-align: center;}#stacks_in_1241 figure a img{	cursor: pointer !important;}.stacks_in_1241responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1241responsive img, .stacks_in_1241warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1241hiddenimage{	display: none;}.stacks_in_1241warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_1241 {
	background-color: rgba(23, 24, 33, 1.00);
}

.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_909 .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_909 .alignment_overlay { 

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

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

}

#stacks_in_909 .alignment_overlay, #stacks_in_909 .align, #stacks_in_909 .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_909 .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_909 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_909 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_909 .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_909 .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_909 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_909 .alignment {  }
}

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








#stacks_in_909 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_910 .s2c_stacks_in_910_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_910 .s2c_stacks_in_910_cw, #stacks_in_910 .s2c_stacks_in_910_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_910 .s2c_stacks_in_910_cw [class^="s2c_stacks_in_910_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_910 .s2c_stacks_in_910_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_910 .s2c_stacks_in_910_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_910 .s2c_stacks_in_910_cw .s2c_stacks_in_910_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_910 .s2c_stacks_in_910_cw {		display: block;		table-layout: auto;	}		#stacks_in_910 .s2c_stacks_in_910_cw [class^="s2c_stacks_in_910_col"] {		display: block;		width: 100%;	}	 	#stacks_in_910 .s2c_stacks_in_910_cw .s2c_stacks_in_910_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack *//* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_923  {
	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_923 .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_923 .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_923 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_923 .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_923 .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_923 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_927shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * 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_912 {
  overflow: visible;
}
#pureText_stacks_in_912 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1389 .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_1389 .stripeything0stacks_in_1389 {
	
}

#stacks_in_1389 .stripeything1stacks_in_1389 {
	
}

#stacks_in_1389 .stripeything2stacks_in_1389 {
	
}

#stacks_in_1389 .stripeything3stacks_in_1389 {
	
}


#stacks_in_1389 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_914 {
  overflow: visible;
}
#pureText_stacks_in_914 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_914 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_916 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_916 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_916 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_916 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_916 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_916 .vm-header-title, #view-more-stacks_in_916 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_916 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_916 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_916 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_916 .vm-footer-actions a, #view-more-stacks_in_916 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_916 .vm-footer-actions a:hover, #view-more-stacks_in_916 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_916 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_916 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_916 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_916 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_916 .vm-content h1, #view-more-stacks_in_916 .vm-content h2, #view-more-stacks_in_916 .vm-content h3, #view-more-stacks_in_916 .vm-content h4, #view-more-stacks_in_916 .vm-content h5, #view-more-stacks_in_916 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_916 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_916 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_916 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_916 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_916.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_916.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_916.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_916.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_916.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_916.expanded .vm-header-title, #view-more-stacks_in_916.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_916.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_916.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_916.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_916.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_916.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_916.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_916 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_917 {
  overflow: visible;
}
#pureText_stacks_in_917 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* Start Smart Image stack CSS code */#stacks_in_1194{	text-align: center;}#stacks_in_1194 figure a img{	cursor: pointer !important;}.stacks_in_1194responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1194responsive img, .stacks_in_1194warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1194hiddenimage{	display: none;}.stacks_in_1194warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_930 .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_930 .alignment_overlay { 

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

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

}

#stacks_in_930 .alignment_overlay, #stacks_in_930 .align, #stacks_in_930 .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_930 .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_930 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_930 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_930 .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_930 .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_930 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_930 .alignment {  }
}

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








#stacks_in_930 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_931 .s2c_stacks_in_931_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_931 .s2c_stacks_in_931_cw, #stacks_in_931 .s2c_stacks_in_931_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_931 .s2c_stacks_in_931_cw [class^="s2c_stacks_in_931_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_931 .s2c_stacks_in_931_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_931 .s2c_stacks_in_931_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_931 .s2c_stacks_in_931_cw .s2c_stacks_in_931_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_931 .s2c_stacks_in_931_cw {		display: block;		table-layout: auto;	}		#stacks_in_931 .s2c_stacks_in_931_cw [class^="s2c_stacks_in_931_col"] {		display: block;		width: 100%;	}	 	#stacks_in_931 .s2c_stacks_in_931_cw .s2c_stacks_in_931_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_939 {
  overflow: visible;
}
#pureText_stacks_in_939 .insideText {
  
    font-size: 54px;
  
  
    line-height: 65px;
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1390 .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_1390 .stripeything0stacks_in_1390 {
	
}

#stacks_in_1390 .stripeything1stacks_in_1390 {
	
}

#stacks_in_1390 .stripeything2stacks_in_1390 {
	
}

#stacks_in_1390 .stripeything3stacks_in_1390 {
	
}


#stacks_in_1390 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_941 {
  overflow: visible;
}
#pureText_stacks_in_941 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_941 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_943 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_943 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_943 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_943 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_943 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_943 .vm-header-title, #view-more-stacks_in_943 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_943 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_943 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_943 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_943 .vm-footer-actions a, #view-more-stacks_in_943 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_943 .vm-footer-actions a:hover, #view-more-stacks_in_943 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_943 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_943 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_943 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_943 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_943 .vm-content h1, #view-more-stacks_in_943 .vm-content h2, #view-more-stacks_in_943 .vm-content h3, #view-more-stacks_in_943 .vm-content h4, #view-more-stacks_in_943 .vm-content h5, #view-more-stacks_in_943 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_943 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_943 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_943 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_943 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_943.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_943.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_943.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_943.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_943.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_943.expanded .vm-header-title, #view-more-stacks_in_943.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_943.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_943.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_943.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_943.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_943.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_943.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_943 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_944 {
  overflow: visible;
}
#pureText_stacks_in_944 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_933  {
	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_933 .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_933 .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_933 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_933 .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_933 .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_933 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_937shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1196{	text-align: center;}#stacks_in_1196 figure a img{	cursor: pointer !important;}.stacks_in_1196responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1196responsive img, .stacks_in_1196warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1196hiddenimage{	display: none;}.stacks_in_1196warehouseImage{	display: none;}/* End Smart Image stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1233{	text-align: center;}#stacks_in_1233 figure a img{	cursor: pointer !important;}.stacks_in_1233responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1233responsive img, .stacks_in_1233warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1233hiddenimage{	display: none;}.stacks_in_1233warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_1233 {
	background-color: rgba(23, 24, 33, 1.00);
}

.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_952 .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_952 .alignment_overlay { 

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

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

}

#stacks_in_952 .alignment_overlay, #stacks_in_952 .align, #stacks_in_952 .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_952 .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_952 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_952 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_952 .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_952 .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_952 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_952 .alignment {  }
}

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








#stacks_in_952 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_953 .s2c_stacks_in_953_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_953 .s2c_stacks_in_953_cw, #stacks_in_953 .s2c_stacks_in_953_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_953 .s2c_stacks_in_953_cw [class^="s2c_stacks_in_953_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_953 .s2c_stacks_in_953_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_953 .s2c_stacks_in_953_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_953 .s2c_stacks_in_953_cw .s2c_stacks_in_953_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_953 .s2c_stacks_in_953_cw {		display: block;		table-layout: auto;	}		#stacks_in_953 .s2c_stacks_in_953_cw [class^="s2c_stacks_in_953_col"] {		display: block;		width: 100%;	}	 	#stacks_in_953 .s2c_stacks_in_953_cw .s2c_stacks_in_953_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack *//* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_966  {
	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_966 .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_966 .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_966 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_966 .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_966 .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_966 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_970shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * 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_955 {
  overflow: visible;
}
#pureText_stacks_in_955 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1391 .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_1391 .stripeything0stacks_in_1391 {
	
}

#stacks_in_1391 .stripeything1stacks_in_1391 {
	
}

#stacks_in_1391 .stripeything2stacks_in_1391 {
	
}

#stacks_in_1391 .stripeything3stacks_in_1391 {
	
}


#stacks_in_1391 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_957 {
  overflow: visible;
}
#pureText_stacks_in_957 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_957 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_959 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_959 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_959 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_959 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_959 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_959 .vm-header-title, #view-more-stacks_in_959 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_959 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_959 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_959 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_959 .vm-footer-actions a, #view-more-stacks_in_959 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_959 .vm-footer-actions a:hover, #view-more-stacks_in_959 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_959 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_959 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_959 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_959 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_959 .vm-content h1, #view-more-stacks_in_959 .vm-content h2, #view-more-stacks_in_959 .vm-content h3, #view-more-stacks_in_959 .vm-content h4, #view-more-stacks_in_959 .vm-content h5, #view-more-stacks_in_959 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_959 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_959 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_959 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_959 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_959.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_959.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_959.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_959.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_959.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_959.expanded .vm-header-title, #view-more-stacks_in_959.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_959.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_959.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_959.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_959.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_959.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_959.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_959 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_960 {
  overflow: visible;
}
#pureText_stacks_in_960 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* Start Smart Image stack CSS code */#stacks_in_1198{	text-align: center;}#stacks_in_1198 figure a img{	cursor: pointer !important;}.stacks_in_1198responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1198responsive img, .stacks_in_1198warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1198hiddenimage{	display: none;}.stacks_in_1198warehouseImage{	display: none;}/* End Smart Image stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1270{	text-align: center;}#stacks_in_1270 figure a img{	cursor: pointer !important;}.stacks_in_1270responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1270responsive img, .stacks_in_1270warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1270hiddenimage{	display: none;}.stacks_in_1270warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_1270 {
	background-color: rgba(23, 24, 33, 1.00);
}

.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_972 .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_972 .alignment_overlay { 

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

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

}

#stacks_in_972 .alignment_overlay, #stacks_in_972 .align, #stacks_in_972 .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_972 .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_972 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_972 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_972 .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_972 .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_972 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_972 .alignment {  }
}

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








#stacks_in_972 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_973 .s2c_stacks_in_973_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_973 .s2c_stacks_in_973_cw, #stacks_in_973 .s2c_stacks_in_973_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_973 .s2c_stacks_in_973_cw [class^="s2c_stacks_in_973_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_973 .s2c_stacks_in_973_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_973 .s2c_stacks_in_973_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_973 .s2c_stacks_in_973_cw .s2c_stacks_in_973_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_973 .s2c_stacks_in_973_cw {		display: block;		table-layout: auto;	}		#stacks_in_973 .s2c_stacks_in_973_cw [class^="s2c_stacks_in_973_col"] {		display: block;		width: 100%;	}	 	#stacks_in_973 .s2c_stacks_in_973_cw .s2c_stacks_in_973_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_981 {
  overflow: visible;
}
#pureText_stacks_in_981 .insideText {
  
    font-size: 54px;
  
  
    line-height: 65px;
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1392 .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_1392 .stripeything0stacks_in_1392 {
	
}

#stacks_in_1392 .stripeything1stacks_in_1392 {
	
}

#stacks_in_1392 .stripeything2stacks_in_1392 {
	
}

#stacks_in_1392 .stripeything3stacks_in_1392 {
	
}


#stacks_in_1392 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_983 {
  overflow: visible;
}
#pureText_stacks_in_983 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_983 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_985 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_985 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_985 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_985 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_985 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_985 .vm-header-title, #view-more-stacks_in_985 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_985 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_985 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_985 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_985 .vm-footer-actions a, #view-more-stacks_in_985 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_985 .vm-footer-actions a:hover, #view-more-stacks_in_985 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_985 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_985 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_985 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_985 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_985 .vm-content h1, #view-more-stacks_in_985 .vm-content h2, #view-more-stacks_in_985 .vm-content h3, #view-more-stacks_in_985 .vm-content h4, #view-more-stacks_in_985 .vm-content h5, #view-more-stacks_in_985 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_985 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_985 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_985 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_985 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_985.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_985.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_985.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_985.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_985.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_985.expanded .vm-header-title, #view-more-stacks_in_985.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_985.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_985.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_985.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_985.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_985.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_985.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_985 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_986 {
  overflow: visible;
}
#pureText_stacks_in_986 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_975  {
	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_975 .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_975 .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_975 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_975 .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_975 .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_975 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_979shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1409{	text-align: center;}#stacks_in_1409 figure a img{	cursor: pointer !important;}.stacks_in_1409responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1409responsive img, .stacks_in_1409warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1409hiddenimage{	display: none;}.stacks_in_1409warehouseImage{	display: none;}/* End Smart Image stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1200{	text-align: center;}#stacks_in_1200 figure a img{	cursor: pointer !important;}.stacks_in_1200responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1200responsive img, .stacks_in_1200warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1200hiddenimage{	display: none;}.stacks_in_1200warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_994 .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_994 .alignment_overlay { 

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

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

}

#stacks_in_994 .alignment_overlay, #stacks_in_994 .align, #stacks_in_994 .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_994 .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_994 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_994 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_994 .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_994 .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_994 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_994 .alignment {  }
}

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








#stacks_in_994 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_995 .s2c_stacks_in_995_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_995 .s2c_stacks_in_995_cw, #stacks_in_995 .s2c_stacks_in_995_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_995 .s2c_stacks_in_995_cw [class^="s2c_stacks_in_995_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_995 .s2c_stacks_in_995_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_995 .s2c_stacks_in_995_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_995 .s2c_stacks_in_995_cw .s2c_stacks_in_995_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_995 .s2c_stacks_in_995_cw {		display: block;		table-layout: auto;	}		#stacks_in_995 .s2c_stacks_in_995_cw [class^="s2c_stacks_in_995_col"] {		display: block;		width: 100%;	}	 	#stacks_in_995 .s2c_stacks_in_995_cw .s2c_stacks_in_995_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack *//* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1008  {
	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_1008 .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_1008 .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_1008 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_1008 .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_1008 .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_1008 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1012shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * 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_997 {
  overflow: visible;
}
#pureText_stacks_in_997 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1393 .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_1393 .stripeything0stacks_in_1393 {
	
}

#stacks_in_1393 .stripeything1stacks_in_1393 {
	
}

#stacks_in_1393 .stripeything2stacks_in_1393 {
	
}

#stacks_in_1393 .stripeything3stacks_in_1393 {
	
}


#stacks_in_1393 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_999 {
  overflow: visible;
}
#pureText_stacks_in_999 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_999 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1001 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1001 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1001 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1001 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1001 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1001 .vm-header-title, #view-more-stacks_in_1001 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1001 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1001 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1001 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1001 .vm-footer-actions a, #view-more-stacks_in_1001 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1001 .vm-footer-actions a:hover, #view-more-stacks_in_1001 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1001 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1001 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1001 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1001 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1001 .vm-content h1, #view-more-stacks_in_1001 .vm-content h2, #view-more-stacks_in_1001 .vm-content h3, #view-more-stacks_in_1001 .vm-content h4, #view-more-stacks_in_1001 .vm-content h5, #view-more-stacks_in_1001 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1001 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1001 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1001 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1001 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1001.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1001.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1001.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1001.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1001.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1001.expanded .vm-header-title, #view-more-stacks_in_1001.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1001.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1001.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1001.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1001.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1001.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1001.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1001 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1002 {
  overflow: visible;
}
#pureText_stacks_in_1002 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* Start Smart Image stack CSS code */#stacks_in_1202{	text-align: center;}#stacks_in_1202 figure a img{	cursor: pointer !important;}.stacks_in_1202responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1202responsive img, .stacks_in_1202warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1202hiddenimage{	display: none;}.stacks_in_1202warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1015 .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_1015 .alignment_overlay { 

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

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

}

#stacks_in_1015 .alignment_overlay, #stacks_in_1015 .align, #stacks_in_1015 .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_1015 .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_1015 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1015 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1015 .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_1015 .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_1015 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1015 .alignment {  }
}

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








#stacks_in_1015 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1016 .s2c_stacks_in_1016_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1016 .s2c_stacks_in_1016_cw, #stacks_in_1016 .s2c_stacks_in_1016_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1016 .s2c_stacks_in_1016_cw [class^="s2c_stacks_in_1016_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1016 .s2c_stacks_in_1016_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1016 .s2c_stacks_in_1016_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1016 .s2c_stacks_in_1016_cw .s2c_stacks_in_1016_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1016 .s2c_stacks_in_1016_cw {		display: block;		table-layout: auto;	}		#stacks_in_1016 .s2c_stacks_in_1016_cw [class^="s2c_stacks_in_1016_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1016 .s2c_stacks_in_1016_cw .s2c_stacks_in_1016_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_1024 {
  overflow: visible;
}
#pureText_stacks_in_1024 .insideText {
  
    font-size: 54px;
  
  
    line-height: 65px;
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1394 .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_1394 .stripeything0stacks_in_1394 {
	
}

#stacks_in_1394 .stripeything1stacks_in_1394 {
	
}

#stacks_in_1394 .stripeything2stacks_in_1394 {
	
}

#stacks_in_1394 .stripeything3stacks_in_1394 {
	
}


#stacks_in_1394 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1026 {
  overflow: visible;
}
#pureText_stacks_in_1026 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1026 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1028 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1028 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1028 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1028 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1028 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1028 .vm-header-title, #view-more-stacks_in_1028 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1028 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1028 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1028 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1028 .vm-footer-actions a, #view-more-stacks_in_1028 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1028 .vm-footer-actions a:hover, #view-more-stacks_in_1028 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1028 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1028 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1028 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1028 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1028 .vm-content h1, #view-more-stacks_in_1028 .vm-content h2, #view-more-stacks_in_1028 .vm-content h3, #view-more-stacks_in_1028 .vm-content h4, #view-more-stacks_in_1028 .vm-content h5, #view-more-stacks_in_1028 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1028 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1028 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1028 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1028 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1028.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1028.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1028.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1028.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1028.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1028.expanded .vm-header-title, #view-more-stacks_in_1028.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1028.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1028.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1028.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1028.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1028.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1028.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1028 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1029 {
  overflow: visible;
}
#pureText_stacks_in_1029 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1018  {
	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_1018 .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_1018 .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_1018 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_1018 .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_1018 .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_1018 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1022shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1206{	text-align: center;}#stacks_in_1206 figure a img{	cursor: pointer !important;}.stacks_in_1206responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1206responsive img, .stacks_in_1206warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1206hiddenimage{	display: none;}.stacks_in_1206warehouseImage{	display: none;}/* End Smart Image stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1354{	text-align: center;}#stacks_in_1354 figure a img{	cursor: pointer !important;}.stacks_in_1354responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1354responsive img, .stacks_in_1354warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1354hiddenimage{	display: none;}.stacks_in_1354warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_1354 {
	background-color: rgba(23, 24, 33, 1.00);
}

.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1035 .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_1035 .alignment_overlay { 

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

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

}

#stacks_in_1035 .alignment_overlay, #stacks_in_1035 .align, #stacks_in_1035 .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_1035 .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_1035 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1035 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1035 .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_1035 .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_1035 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1035 .alignment {  }
}

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








#stacks_in_1035 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1036 .s2c_stacks_in_1036_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1036 .s2c_stacks_in_1036_cw, #stacks_in_1036 .s2c_stacks_in_1036_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1036 .s2c_stacks_in_1036_cw [class^="s2c_stacks_in_1036_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1036 .s2c_stacks_in_1036_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1036 .s2c_stacks_in_1036_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1036 .s2c_stacks_in_1036_cw .s2c_stacks_in_1036_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1036 .s2c_stacks_in_1036_cw {		display: block;		table-layout: auto;	}		#stacks_in_1036 .s2c_stacks_in_1036_cw [class^="s2c_stacks_in_1036_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1036 .s2c_stacks_in_1036_cw .s2c_stacks_in_1036_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack *//* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1049  {
	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_1049 .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_1049 .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_1049 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_1049 .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_1049 .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_1049 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1053shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * 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_1038 {
  overflow: visible;
}
#pureText_stacks_in_1038 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1395 .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_1395 .stripeything0stacks_in_1395 {
	
}

#stacks_in_1395 .stripeything1stacks_in_1395 {
	
}

#stacks_in_1395 .stripeything2stacks_in_1395 {
	
}

#stacks_in_1395 .stripeything3stacks_in_1395 {
	
}


#stacks_in_1395 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1040 {
  overflow: visible;
}
#pureText_stacks_in_1040 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1040 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1042 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1042 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1042 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1042 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1042 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1042 .vm-header-title, #view-more-stacks_in_1042 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1042 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1042 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1042 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1042 .vm-footer-actions a, #view-more-stacks_in_1042 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1042 .vm-footer-actions a:hover, #view-more-stacks_in_1042 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1042 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1042 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1042 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1042 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1042 .vm-content h1, #view-more-stacks_in_1042 .vm-content h2, #view-more-stacks_in_1042 .vm-content h3, #view-more-stacks_in_1042 .vm-content h4, #view-more-stacks_in_1042 .vm-content h5, #view-more-stacks_in_1042 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1042 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1042 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1042 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1042 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1042.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1042.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1042.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1042.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1042.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1042.expanded .vm-header-title, #view-more-stacks_in_1042.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1042.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1042.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1042.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1042.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1042.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1042.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1042 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1043 {
  overflow: visible;
}
#pureText_stacks_in_1043 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* Start Smart Image stack CSS code */#stacks_in_1268{	text-align: center;}#stacks_in_1268 figure a img{	cursor: pointer !important;}.stacks_in_1268responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1268responsive img, .stacks_in_1268warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1268hiddenimage{	display: none;}.stacks_in_1268warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1056 .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_1056 .alignment_overlay { 

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

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

}

#stacks_in_1056 .alignment_overlay, #stacks_in_1056 .align, #stacks_in_1056 .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_1056 .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_1056 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1056 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1056 .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_1056 .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_1056 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1056 .alignment {  }
}

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








#stacks_in_1056 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1057 .s2c_stacks_in_1057_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1057 .s2c_stacks_in_1057_cw, #stacks_in_1057 .s2c_stacks_in_1057_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1057 .s2c_stacks_in_1057_cw [class^="s2c_stacks_in_1057_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1057 .s2c_stacks_in_1057_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1057 .s2c_stacks_in_1057_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1057 .s2c_stacks_in_1057_cw .s2c_stacks_in_1057_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1057 .s2c_stacks_in_1057_cw {		display: block;		table-layout: auto;	}		#stacks_in_1057 .s2c_stacks_in_1057_cw [class^="s2c_stacks_in_1057_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1057 .s2c_stacks_in_1057_cw .s2c_stacks_in_1057_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_1065 {
  overflow: visible;
}
#pureText_stacks_in_1065 .insideText {
  
    font-size: 54px;
  
  
    line-height: 65px;
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1396 .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_1396 .stripeything0stacks_in_1396 {
	
}

#stacks_in_1396 .stripeything1stacks_in_1396 {
	
}

#stacks_in_1396 .stripeything2stacks_in_1396 {
	
}

#stacks_in_1396 .stripeything3stacks_in_1396 {
	
}


#stacks_in_1396 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1067 {
  overflow: visible;
}
#pureText_stacks_in_1067 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1067 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1069 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1069 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1069 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1069 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1069 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1069 .vm-header-title, #view-more-stacks_in_1069 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1069 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1069 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1069 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1069 .vm-footer-actions a, #view-more-stacks_in_1069 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1069 .vm-footer-actions a:hover, #view-more-stacks_in_1069 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1069 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1069 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1069 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1069 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1069 .vm-content h1, #view-more-stacks_in_1069 .vm-content h2, #view-more-stacks_in_1069 .vm-content h3, #view-more-stacks_in_1069 .vm-content h4, #view-more-stacks_in_1069 .vm-content h5, #view-more-stacks_in_1069 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1069 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1069 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1069 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1069 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1069.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1069.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1069.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1069.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1069.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1069.expanded .vm-header-title, #view-more-stacks_in_1069.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1069.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1069.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1069.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1069.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1069.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1069.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1069 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1070 {
  overflow: visible;
}
#pureText_stacks_in_1070 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1059  {
	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_1059 .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_1059 .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_1059 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_1059 .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_1059 .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_1059 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1063shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1210{	text-align: center;}#stacks_in_1210 figure a img{	cursor: pointer !important;}.stacks_in_1210responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1210responsive img, .stacks_in_1210warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1210hiddenimage{	display: none;}.stacks_in_1210warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1078 .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_1078 .alignment_overlay { 

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

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

}

#stacks_in_1078 .alignment_overlay, #stacks_in_1078 .align, #stacks_in_1078 .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_1078 .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_1078 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1078 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1078 .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_1078 .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_1078 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1078 .alignment {  }
}

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








#stacks_in_1078 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1079 .s2c_stacks_in_1079_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1079 .s2c_stacks_in_1079_cw, #stacks_in_1079 .s2c_stacks_in_1079_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1079 .s2c_stacks_in_1079_cw [class^="s2c_stacks_in_1079_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1079 .s2c_stacks_in_1079_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1079 .s2c_stacks_in_1079_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1079 .s2c_stacks_in_1079_cw .s2c_stacks_in_1079_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1079 .s2c_stacks_in_1079_cw {		display: block;		table-layout: auto;	}		#stacks_in_1079 .s2c_stacks_in_1079_cw [class^="s2c_stacks_in_1079_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1079 .s2c_stacks_in_1079_cw .s2c_stacks_in_1079_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack *//* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1092  {
	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_1092 .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_1092 .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_1092 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_1092 .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_1092 .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_1092 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1096shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * 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_1081 {
  overflow: visible;
}
#pureText_stacks_in_1081 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1397 .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_1397 .stripeything0stacks_in_1397 {
	
}

#stacks_in_1397 .stripeything1stacks_in_1397 {
	
}

#stacks_in_1397 .stripeything2stacks_in_1397 {
	
}

#stacks_in_1397 .stripeything3stacks_in_1397 {
	
}


#stacks_in_1397 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1083 {
  overflow: visible;
}
#pureText_stacks_in_1083 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1083 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1085 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1085 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1085 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1085 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1085 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1085 .vm-header-title, #view-more-stacks_in_1085 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1085 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1085 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1085 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1085 .vm-footer-actions a, #view-more-stacks_in_1085 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1085 .vm-footer-actions a:hover, #view-more-stacks_in_1085 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1085 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1085 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1085 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1085 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1085 .vm-content h1, #view-more-stacks_in_1085 .vm-content h2, #view-more-stacks_in_1085 .vm-content h3, #view-more-stacks_in_1085 .vm-content h4, #view-more-stacks_in_1085 .vm-content h5, #view-more-stacks_in_1085 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1085 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1085 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1085 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1085 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1085.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1085.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1085.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1085.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1085.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1085.expanded .vm-header-title, #view-more-stacks_in_1085.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1085.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1085.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1085.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1085.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1085.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1085.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1085 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1086 {
  overflow: visible;
}
#pureText_stacks_in_1086 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* Start Smart Image stack CSS code */#stacks_in_1214{	text-align: center;}#stacks_in_1214 figure a img{	cursor: pointer !important;}.stacks_in_1214responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1214responsive img, .stacks_in_1214warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1214hiddenimage{	display: none;}.stacks_in_1214warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1098 .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_1098 .alignment_overlay { 

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

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

}

#stacks_in_1098 .alignment_overlay, #stacks_in_1098 .align, #stacks_in_1098 .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_1098 .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_1098 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1098 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1098 .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_1098 .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_1098 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1098 .alignment {  }
}

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








#stacks_in_1098 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1099 .s2c_stacks_in_1099_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1099 .s2c_stacks_in_1099_cw, #stacks_in_1099 .s2c_stacks_in_1099_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1099 .s2c_stacks_in_1099_cw [class^="s2c_stacks_in_1099_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1099 .s2c_stacks_in_1099_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1099 .s2c_stacks_in_1099_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1099 .s2c_stacks_in_1099_cw .s2c_stacks_in_1099_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1099 .s2c_stacks_in_1099_cw {		display: block;		table-layout: auto;	}		#stacks_in_1099 .s2c_stacks_in_1099_cw [class^="s2c_stacks_in_1099_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1099 .s2c_stacks_in_1099_cw .s2c_stacks_in_1099_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_1107 {
  overflow: visible;
}
#pureText_stacks_in_1107 .insideText {
  
    font-size: 54px;
  
  
    line-height: 65px;
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1398 .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_1398 .stripeything0stacks_in_1398 {
	
}

#stacks_in_1398 .stripeything1stacks_in_1398 {
	
}

#stacks_in_1398 .stripeything2stacks_in_1398 {
	
}

#stacks_in_1398 .stripeything3stacks_in_1398 {
	
}


#stacks_in_1398 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1109 {
  overflow: visible;
}
#pureText_stacks_in_1109 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1109 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1111 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1111 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1111 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1111 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1111 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1111 .vm-header-title, #view-more-stacks_in_1111 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1111 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1111 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1111 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1111 .vm-footer-actions a, #view-more-stacks_in_1111 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1111 .vm-footer-actions a:hover, #view-more-stacks_in_1111 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1111 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1111 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1111 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1111 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1111 .vm-content h1, #view-more-stacks_in_1111 .vm-content h2, #view-more-stacks_in_1111 .vm-content h3, #view-more-stacks_in_1111 .vm-content h4, #view-more-stacks_in_1111 .vm-content h5, #view-more-stacks_in_1111 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1111 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1111 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1111 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1111 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1111.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1111.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1111.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1111.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1111.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1111.expanded .vm-header-title, #view-more-stacks_in_1111.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1111.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1111.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1111.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1111.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1111.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1111.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1111 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1112 {
  overflow: visible;
}
#pureText_stacks_in_1112 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1101  {
	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_1101 .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_1101 .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_1101 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_1101 .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_1101 .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_1101 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1105shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1208{	text-align: center;}#stacks_in_1208 figure a img{	cursor: pointer !important;}.stacks_in_1208responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1208responsive img, .stacks_in_1208warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1208hiddenimage{	display: none;}.stacks_in_1208warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1120 .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_1120 .alignment_overlay { 

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

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

}

#stacks_in_1120 .alignment_overlay, #stacks_in_1120 .align, #stacks_in_1120 .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_1120 .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_1120 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1120 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1120 .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_1120 .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_1120 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1120 .alignment {  }
}

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








#stacks_in_1120 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1121 .s2c_stacks_in_1121_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1121 .s2c_stacks_in_1121_cw, #stacks_in_1121 .s2c_stacks_in_1121_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1121 .s2c_stacks_in_1121_cw [class^="s2c_stacks_in_1121_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1121 .s2c_stacks_in_1121_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1121 .s2c_stacks_in_1121_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1121 .s2c_stacks_in_1121_cw .s2c_stacks_in_1121_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1121 .s2c_stacks_in_1121_cw {		display: block;		table-layout: auto;	}		#stacks_in_1121 .s2c_stacks_in_1121_cw [class^="s2c_stacks_in_1121_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1121 .s2c_stacks_in_1121_cw .s2c_stacks_in_1121_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack *//* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1134  {
	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_1134 .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_1134 .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_1134 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_1134 .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_1134 .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_1134 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1138shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * 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_1123 {
  overflow: visible;
}
#pureText_stacks_in_1123 .insideText {
  
    font-size: 54px;
  
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1399 .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_1399 .stripeything0stacks_in_1399 {
	
}

#stacks_in_1399 .stripeything1stacks_in_1399 {
	
}

#stacks_in_1399 .stripeything2stacks_in_1399 {
	
}

#stacks_in_1399 .stripeything3stacks_in_1399 {
	
}


#stacks_in_1399 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1125 {
  overflow: visible;
}
#pureText_stacks_in_1125 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1125 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1127 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1127 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1127 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1127 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1127 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1127 .vm-header-title, #view-more-stacks_in_1127 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1127 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1127 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1127 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1127 .vm-footer-actions a, #view-more-stacks_in_1127 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1127 .vm-footer-actions a:hover, #view-more-stacks_in_1127 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1127 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1127 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1127 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1127 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1127 .vm-content h1, #view-more-stacks_in_1127 .vm-content h2, #view-more-stacks_in_1127 .vm-content h3, #view-more-stacks_in_1127 .vm-content h4, #view-more-stacks_in_1127 .vm-content h5, #view-more-stacks_in_1127 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1127 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1127 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1127 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1127 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1127.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1127.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1127.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1127.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1127.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1127.expanded .vm-header-title, #view-more-stacks_in_1127.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1127.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1127.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1127.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1127.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1127.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1127.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1127 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1128 {
  overflow: visible;
}
#pureText_stacks_in_1128 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* Start Smart Image stack CSS code */#stacks_in_1212{	text-align: center;}#stacks_in_1212 figure a img{	cursor: pointer !important;}.stacks_in_1212responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1212responsive img, .stacks_in_1212warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1212hiddenimage{	display: none;}.stacks_in_1212warehouseImage{	display: none;}/* End Smart Image stack CSS code */
.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1140 .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_1140 .alignment_overlay { 

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

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

}

#stacks_in_1140 .alignment_overlay, #stacks_in_1140 .align, #stacks_in_1140 .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_1140 .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_1140 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1140 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1140 .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_1140 .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_1140 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1140 .alignment {  }
}

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








#stacks_in_1140 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1141 .s2c_stacks_in_1141_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1141 .s2c_stacks_in_1141_cw, #stacks_in_1141 .s2c_stacks_in_1141_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1141 .s2c_stacks_in_1141_cw [class^="s2c_stacks_in_1141_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1141 .s2c_stacks_in_1141_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1141 .s2c_stacks_in_1141_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1141 .s2c_stacks_in_1141_cw .s2c_stacks_in_1141_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1141 .s2c_stacks_in_1141_cw {		display: block;		table-layout: auto;	}		#stacks_in_1141 .s2c_stacks_in_1141_cw [class^="s2c_stacks_in_1141_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1141 .s2c_stacks_in_1141_cw .s2c_stacks_in_1141_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_1149 {
  overflow: visible;
}
#pureText_stacks_in_1149 .insideText {
  
    font-size: 54px;
  
  
    line-height: 65px;
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1400 .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_1400 .stripeything0stacks_in_1400 {
	
}

#stacks_in_1400 .stripeything1stacks_in_1400 {
	
}

#stacks_in_1400 .stripeything2stacks_in_1400 {
	
}

#stacks_in_1400 .stripeything3stacks_in_1400 {
	
}


#stacks_in_1400 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1151 {
  overflow: visible;
}
#pureText_stacks_in_1151 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1151 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1153 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1153 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1153 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1153 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1153 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1153 .vm-header-title, #view-more-stacks_in_1153 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1153 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1153 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1153 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1153 .vm-footer-actions a, #view-more-stacks_in_1153 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1153 .vm-footer-actions a:hover, #view-more-stacks_in_1153 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1153 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1153 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1153 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1153 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1153 .vm-content h1, #view-more-stacks_in_1153 .vm-content h2, #view-more-stacks_in_1153 .vm-content h3, #view-more-stacks_in_1153 .vm-content h4, #view-more-stacks_in_1153 .vm-content h5, #view-more-stacks_in_1153 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1153 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1153 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1153 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1153 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1153.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1153.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1153.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1153.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1153.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1153.expanded .vm-header-title, #view-more-stacks_in_1153.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1153.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1153.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1153.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1153.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1153.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1153.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1153 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1154 {
  overflow: visible;
}
#pureText_stacks_in_1154 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1143  {
	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_1143 .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_1143 .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_1143 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_1143 .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_1143 .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_1143 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1147shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1352{	text-align: center;}#stacks_in_1352 figure a img{	cursor: pointer !important;}.stacks_in_1352responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1352responsive img, .stacks_in_1352warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1352hiddenimage{	display: none;}.stacks_in_1352warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_1352 {
	background-color: rgba(23, 24, 33, 1.00);
}

.stacksPage {

}


.alignment, .alignment_overlay {
	 
}

#stacks_in_1243 .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_1243 .alignment_overlay { 

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

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

}

#stacks_in_1243 .alignment_overlay, #stacks_in_1243 .align, #stacks_in_1243 .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_1243 .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_1243 .align:hover {

}

img {

/*Custom CSS;*/
}

#stacks_in_1243 .responsiveimage img {












/*Custom CSS;*/
}

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

#stacks_in_1243 .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_1243 .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_1243 .alignment {  }
}
 
/* iPad with landscape orientation */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
#stacks_in_1243 .alignment {  }
}

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








#stacks_in_1243 {
	background-color: rgba(35, 37, 44, 1.00);
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_1244 .s2c_stacks_in_1244_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_1244 .s2c_stacks_in_1244_cw, #stacks_in_1244 .s2c_stacks_in_1244_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_1244 .s2c_stacks_in_1244_cw [class^="s2c_stacks_in_1244_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_1244 .s2c_stacks_in_1244_col1 {			vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_1244 .s2c_stacks_in_1244_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_1244 .s2c_stacks_in_1244_cw .s2c_stacks_in_1244_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_1244 .s2c_stacks_in_1244_cw {		display: block;		table-layout: auto;	}		#stacks_in_1244 .s2c_stacks_in_1244_cw [class^="s2c_stacks_in_1244_col"] {		display: block;		width: 100%;	}	 	#stacks_in_1244 .s2c_stacks_in_1244_cw .s2c_stacks_in_1244_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_1252 {
  overflow: visible;
}
#pureText_stacks_in_1252 .insideText {
  
    font-size: 54px;
  
  
    line-height: 65px;
  
  
  
  font-weight: 700;
  
}













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

/*


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

*/

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



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

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

#stacks_in_1401 .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_1401 .stripeything0stacks_in_1401 {
	
}

#stacks_in_1401 .stripeything1stacks_in_1401 {
	
}

#stacks_in_1401 .stripeything2stacks_in_1401 {
	
}

#stacks_in_1401 .stripeything3stacks_in_1401 {
	
}


#stacks_in_1401 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1254 {
  overflow: visible;
}
#pureText_stacks_in_1254 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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



#stacks_in_1254 {
	margin:  20px;
	padding:  20px;
}
/*  */
#view-more-stacks_in_1256 {
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 2000px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_1256 .vm-header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1256 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1256 .vm-header-icon {
      top: 0px;
      height: 30px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1256 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        color: rgba(49, 44, 50, 1.00);
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-radius: 70px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_1256 .vm-header-title, #view-more-stacks_in_1256 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_1256 .vm-header-title {
      /*  */
      font-family: "Fira Sans";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 0px;
      line-height: 0.000000px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 0px auto; }
    #view-more-stacks_in_1256 .vm-header-description {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 36px;
      line-height: 58.248001px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_1256 .vm-footer {
    padding: 30px 10px 0px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_1256 .vm-footer-actions a, #view-more-stacks_in_1256 .vm-footer-actions a:visited {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      /*  */
      background: rgba(208, 143, 59, 1.00);
      /*  */
      /*  */
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 24px;
      padding: 20px 30px;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_1256 .vm-footer-actions a:hover, #view-more-stacks_in_1256 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_1256 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_1256 .vm-footer-actions a.vm-action-go::before {
        content: 'Proceed';
        display: inline-block; }
    #view-more-stacks_in_1256 .vm-footer-actions a.vm-action-more::before {
      content: 'View More';
      display: inline-block; }
  #view-more-stacks_in_1256 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden; }
    #view-more-stacks_in_1256 .vm-content h1, #view-more-stacks_in_1256 .vm-content h2, #view-more-stacks_in_1256 .vm-content h3, #view-more-stacks_in_1256 .vm-content h4, #view-more-stacks_in_1256 .vm-content h5, #view-more-stacks_in_1256 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_1256 .vm-content a {
      color: rgba(33, 255, 6, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_1256 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_1256 .vm-content-inner {
      /*  */
      font-family: "Asap Condensed";
      /*  */
      padding: 0px 0px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_1256 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_1256.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_1256.expanded .vm-header {
    min-height: 0px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: rgba(26, 28, 33, 0.00);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_1256.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1256.expanded .vm-header-icon {
      top: 0;
      width: 0px;
      left: 0px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_1256.expanded .vm-header-icon i {
        width: 0px;
        height: 0px;
        font-size: 30px;
        border-radius: 70px; }
    #view-more-stacks_in_1256.expanded .vm-header-title, #view-more-stacks_in_1256.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_1256.expanded .vm-header-title {
      font-size: 0px;
      line-height: 0.000000px;
      margin-bottom: 0px; }
    #view-more-stacks_in_1256.expanded .vm-header-description {
      font-size: 36px;
      line-height: 58.248001px; }
  #view-more-stacks_in_1256.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_1256.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(251, 2, 7, 1.00);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_1256.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_1256.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_1256 {
	margin:  20px;
	padding:  20px;
}
/*
 * 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_1257 {
  overflow: visible;
}
#pureText_stacks_in_1257 .insideText {
  
    font-size: 35px;
  
  
    line-height: 45px;
  
  
  
  font-weight: normal;
  
}













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

/*


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

*/

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


/* WindowThing Stack by RapidWeaver Central */

#windowthingstacks_in_1246  {
	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_1246 .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_1246 .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_1246 .icons {
	padding: 0.75em;
	position: absolute;
}

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

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

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

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


#stacks_in_1246 .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_1246 .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_1246 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1250shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Smart Image stack CSS code */#stacks_in_1332{	text-align: center;}#stacks_in_1332 figure a img{	cursor: pointer !important;}.stacks_in_1332responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1332responsive img, .stacks_in_1332warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1332hiddenimage{	display: none;}.stacks_in_1332warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_1332 {
	background-color: rgba(23, 24, 33, 1.00);
}
/* Start dooGrid stack each CSS code */.stacks_in_1333gridWrapper > div{	display: inline-block !important;	width: 25%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 15px;    padding-right: 7.500000px;    padding-left: 7.500000px;}.stacks_in_1333gridWrapper{	margin-right: -7.500000px;    margin-left: -7.500000px;    margin-top: -15px;}@media all and (max-width: 1024px) {				.stacks_in_1333gridWrapper > div{		width: 33.333333%;	}	}@media all and (max-width: 768px) {				.stacks_in_1333gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_1333gridWrapper > div{		width: 100%;	}	}/* End dooGrid stack each CSS code */
#stacks_in_1333 {
	background-color: rgba(23, 24, 33, 1.00);
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_1336 {
	margin:  20px;
	padding:  20px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_1340 {
	margin:  20px;
	padding:  20px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_1344 {
	margin:  20px;
	padding:  20px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_1348 {
	margin:  20px;
	padding:  20px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_1533 {
	margin:  20px;
	padding:  20px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_1539 {
	margin:  20px;
	padding:  20px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_1542 {
	margin:  20px;
	padding:  20px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_1536 {
	margin:  20px;
	padding:  20px;
}
/* Start Smart Image stack CSS code */#stacks_in_1415{	text-align: center;}#stacks_in_1415 figure a img{	cursor: pointer !important;}.stacks_in_1415responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_1415responsive img, .stacks_in_1415warehouseImage img {  width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_1415hiddenimage{	display: none;}.stacks_in_1415warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_1415 {
	background-color: rgba(23, 24, 33, 1.00);
}

#stacks_in_1402 {
	background-color: rgba(0, 0, 0, 1.00);
}
/* Start Responsive Shim stack CSS code */.stacks_in_1404shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code */
#stacks_in_1405 {
	margin:  20px;
	padding:  20px;
}
