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

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

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

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



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


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

}
#stacks_in_667 li > a svg,
#clean-menu_stacks_in_667 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_667.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_667 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_667 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_667.cm-full-menu ul li > a:hover svg {
  fill: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_667 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_667 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(255, 204, 51, 1.00);
}
#clean-menu_stacks_in_667 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_667.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(255, 204, 51, 1.00);
}
#clean-menu_stacks_in_667 .cm-toggle span {
  background: #FFFFFF;
}
#clean-menu_stacks_in_667 h1, #clean-menu_stacks_in_667 h2, #clean-menu_stacks_in_667 h3, #clean-menu_stacks_in_667 h4, #clean-menu_stacks_in_667 h5, #clean-menu_stacks_in_667 h6, #clean-menu_stacks_in_667 .layouts-text, #clean-menu_stacks_in_667 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_667.cm-full-menu,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul {
  background: rgba(64, 148, 206, 1.00);
}
#clean-menu-full_stacks_in_667.cm-full-menu > ul > li,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_667.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_667.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_667.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_667.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_667.cm-full-menu ul ul li:before {
  color: rgba(198, 243, 255, 1.00);
  fill: rgba(198, 243, 255, 1.00);
}
#clean-menu-full_stacks_in_667.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(255, 255, 255, 1.00);
  fill:  rgba(255, 255, 255, 1.00);
}
/* #clean-menu-full_stacks_in_667.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_667.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(198, 243, 255, 1.00);
  cursor: default;
} */
#clean-menu-full_stacks_in_667.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(255, 204, 51, 1.00);
  fill:  rgba(255, 204, 51, 1.00);
}
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(200, 243, 255, 1.00);
}
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(255, 255, 255, 1.00);
}
/* #clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(200, 243, 255, 1.00);
} */
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(255, 204, 51, 1.00);
}
.disable-parents #clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_667.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(198, 243, 255, 1.00);
  border-color: rgba(198, 243, 255, 1.00);
}
.disable-parents #clean-menu_stacks_in_667 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_667 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(200, 243, 255, 1.00);
  border-color: rgba(200, 243, 255, 1.00);
}




#clean-menu_stacks_in_667 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#clean-menu_stacks_in_667 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_667 .clean-menu-logo {
  width: auto;
  max-width: 9999px;
}
#clean-menu_stacks_in_667 .clean-menu-logo .cm-logo-wrap {
  max-width: 80px;
  margin-right: 5px;
  width: 100%;
}
div[tag="slice"] > .mez > #stacks_in_667.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}



#clean-menu_stacks_in_667 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_667 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_667 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(198, 243, 255, 1.00);
}
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(255, 255, 255, 1.00);
}
/* #clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(198, 243, 255, 1.00);
} */
#clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(255, 204, 51, 1.00);
}






@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_667.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_667 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_667.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_667 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_667 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_667 .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_667.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_667 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_667 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_667 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_667 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_667 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu_stacks_in_667 .clean-menu-full .cm-menu-toggle {
    float: right;
  }
  
  #clean-menu-full_stacks_in_667.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_667.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_667.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_667.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_667.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_667.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_667.cm-full-menu ul li > a {
    font-size: calc(inherit + 2 );
    line-height: calc(inherit + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_667.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_667.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_667.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_667.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_667.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






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

.cm-mobile-example  #clean-menu_stacks_in_667 .clean-menu-full .cm-menu-toggle {
  float: right;
}









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

#stacks_in_667 {
	background-color: rgba(43, 182, 228, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_668 {
	
}

#stacks_in_668 #stacks_in_668_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_668 #stacks_in_668_image {
		display: block;
		text-align: center;
}

#stacks_in_668 #stacks_in_668_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
	#stacks_in_668 #stacks_in_668_image {
		display: block;
		text-align: center;
}

#stacks_in_668 #stacks_in_668_image img {
	max-width: 100% !important;
	min-width: 80% !important;
	height: auto !important;
}

}/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_134 {
	max-width: 1200px;
	min-width: 375px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_134 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}
/*
-------------------------------------------
Stack: Blueball FreeStacks Responsive Transparent Stack
Style Sheet: fsrtransparent.css
Created: 23, October 2012
Last Modified: 22, April 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_620_wrapper {
	
}

#stacks_in_620_wrapper #stacks_in_620_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_211 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_211 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_446 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_446 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 10px;
}
}

#stacks_in_14 {
	margin: 30px 0px 10px 0px;
}

#stacks_in_16 {
	display:inline-block; width:100%; line-height: 1.650000em;
	font-size: 163%;
}

#stacks_in_137 {
	display:inline-block; width:100%; line-height: 1.390000em;
	font-size: 129%;
}

#stacks_in_618 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_619 {
	font-size: 99%;
}
/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_87 {
	max-width: 1200px;
	min-width: 375px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_87 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_68 #fsr_colwrap_stacks_in_68 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_68 #fsr_colwrap_stacks_in_68 #fsr_leftcol_stacks_in_68 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_68 #fsr_colwrap_stacks_in_68 #fsr_leftcol_stacks_in_68 .leftcolpad_stacks_in_68 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_68 #fsr_colwrap_stacks_in_68 #fsr_rightcol_stacks_in_68 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_68 #fsr_colwrap_stacks_in_68 #fsr_rightcol_stacks_in_68 .rightcolpad_stacks_in_68 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_68 #fsr_colwrap_stacks_in_68 #fsr_leftcol_stacks_in_68 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_68 #fsr_colwrap_stacks_in_68 #fsr_leftcol_stacks_in_68 .leftcolpad_stacks_in_68 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_68 #fsr_colwrap_stacks_in_68 #fsr_rightcol_stacks_in_68 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_68 #fsr_colwrap_stacks_in_68 #fsr_rightcol_stacks_in_68 .rightcolpad_stacks_in_68 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_68 {
	margin: 30px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_71 {
	
}

#stacks_in_71 #stacks_in_71_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_71 #stacks_in_71_image {
		display: block;
		text-align: center;
}

#stacks_in_71 #stacks_in_71_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
	#stacks_in_71 #stacks_in_71_image {
		display: block;
		text-align: center;
}

#stacks_in_71 #stacks_in_71_image img {
	max-width: 100% !important;
	min-width: 60% !important;
	height: auto !important;
}

}
#stacks_in_71 {
	margin: 0px 10px 0px 10px;
}

#stacks_in_72 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_73 {
	font-size: 124%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_562 {
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 40px 50px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_562 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 20px 10px;
}
}

#stacks_in_441 {
	font-size: 110%;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_80 {
	
}

#stacks_in_80 #stacks_in_80_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_80 #stacks_in_80_image {
		display: block;
		text-align: center;
}

#stacks_in_80 #stacks_in_80_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
	#stacks_in_80 #stacks_in_80_image {
		display: block;
		text-align: center;
}

#stacks_in_80 #stacks_in_80_image img {
	max-width: 100% !important;
	min-width: 70% !important;
	height: auto !important;
}

}
#stacks_in_80 {
	margin: 0px 10px 0px 10px;
}

#stacks_in_77 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_79 {
	font-size: 125%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_588 {
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 40px 50px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_588 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 20px 10px;
}
}

#stacks_in_443 {
	font-size: 110%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_89 #fsr_colwrap_stacks_in_89 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_89 #fsr_colwrap_stacks_in_89 #fsr_leftcol_stacks_in_89 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_89 #fsr_colwrap_stacks_in_89 #fsr_leftcol_stacks_in_89 .leftcolpad_stacks_in_89 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_89 #fsr_colwrap_stacks_in_89 #fsr_rightcol_stacks_in_89 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_89 #fsr_colwrap_stacks_in_89 #fsr_rightcol_stacks_in_89 .rightcolpad_stacks_in_89 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_89 #fsr_colwrap_stacks_in_89 #fsr_leftcol_stacks_in_89 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_89 #fsr_colwrap_stacks_in_89 #fsr_leftcol_stacks_in_89 .leftcolpad_stacks_in_89 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_89 #fsr_colwrap_stacks_in_89 #fsr_rightcol_stacks_in_89 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_89 #fsr_colwrap_stacks_in_89 #fsr_rightcol_stacks_in_89 .rightcolpad_stacks_in_89 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_89 {
	margin: 30px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_92 {
	
}

#stacks_in_92 #stacks_in_92_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_92 #stacks_in_92_image {
		display: block;
		text-align: center;
}

#stacks_in_92 #stacks_in_92_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
	#stacks_in_92 #stacks_in_92_image {
		display: block;
		text-align: center;
}

#stacks_in_92 #stacks_in_92_image img {
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_92 {
	margin: 0px 10px 0px 10px;
}

#stacks_in_93 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_95 {
	font-size: 124%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_564 {
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 40px 50px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_564 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 20px 10px;
}
}

#stacks_in_439 {
	font-size: 110%;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_98 {
	
}

#stacks_in_98 #stacks_in_98_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_98 #stacks_in_98_image {
		display: block;
		text-align: center;
}

#stacks_in_98 #stacks_in_98_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
	#stacks_in_98 #stacks_in_98_image {
		display: block;
		text-align: center;
}

#stacks_in_98 #stacks_in_98_image img {
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_98 {
	margin: 0px 10px 0px 10px;
}

#stacks_in_99 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_101 {
	font-size: 125%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_568 {
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 40px 50px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_568 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 20px 10px;
}
}

#stacks_in_437 {
	font-size: 109%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_104 #fsr_colwrap_stacks_in_104 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_104 #fsr_colwrap_stacks_in_104 #fsr_leftcol_stacks_in_104 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_104 #fsr_colwrap_stacks_in_104 #fsr_leftcol_stacks_in_104 .leftcolpad_stacks_in_104 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_104 #fsr_colwrap_stacks_in_104 #fsr_rightcol_stacks_in_104 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_104 #fsr_colwrap_stacks_in_104 #fsr_rightcol_stacks_in_104 .rightcolpad_stacks_in_104 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_104 #fsr_colwrap_stacks_in_104 #fsr_leftcol_stacks_in_104 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_104 #fsr_colwrap_stacks_in_104 #fsr_leftcol_stacks_in_104 .leftcolpad_stacks_in_104 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_104 #fsr_colwrap_stacks_in_104 #fsr_rightcol_stacks_in_104 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_104 #fsr_colwrap_stacks_in_104 #fsr_rightcol_stacks_in_104 .rightcolpad_stacks_in_104 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_104 {
	margin: 30px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_107 {
	
}

#stacks_in_107 #stacks_in_107_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_107 #stacks_in_107_image {
		display: block;
		text-align: center;
}

#stacks_in_107 #stacks_in_107_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
	#stacks_in_107 #stacks_in_107_image {
		display: block;
		text-align: center;
}

#stacks_in_107 #stacks_in_107_image img {
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_107 {
	margin: 0px 10px 0px 10px;
}

#stacks_in_108 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_110 {
	font-size: 125%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_572 {
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 40px 50px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_572 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 20px 10px;
}
}

#stacks_in_332 {
	font-size: 109%;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_113 {
	
}

#stacks_in_113 #stacks_in_113_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_113 #stacks_in_113_image {
		display: block;
		text-align: center;
}

#stacks_in_113 #stacks_in_113_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
	#stacks_in_113 #stacks_in_113_image {
		display: block;
		text-align: center;
}

#stacks_in_113 #stacks_in_113_image img {
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_113 {
	margin: 0px 10px 0px 10px;
}

#stacks_in_114 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_116 {
	font-size: 124%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_576 {
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 40px 50px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_576 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 20px 10px;
}
}

#stacks_in_435 {
	font-size: 109%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 17, April 2014
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_119 #fsr_colwrap_stacks_in_119 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_119 #fsr_colwrap_stacks_in_119 #fsr_leftcol_stacks_in_119 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_119 #fsr_colwrap_stacks_in_119 #fsr_leftcol_stacks_in_119 .leftcolpad_stacks_in_119 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_119 #fsr_colwrap_stacks_in_119 #fsr_rightcol_stacks_in_119 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_119 #fsr_colwrap_stacks_in_119 #fsr_rightcol_stacks_in_119 .rightcolpad_stacks_in_119 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_119 #fsr_colwrap_stacks_in_119 #fsr_leftcol_stacks_in_119 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_119 #fsr_colwrap_stacks_in_119 #fsr_leftcol_stacks_in_119 .leftcolpad_stacks_in_119 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_119 #fsr_colwrap_stacks_in_119 #fsr_rightcol_stacks_in_119 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_119 #fsr_colwrap_stacks_in_119 #fsr_rightcol_stacks_in_119 .rightcolpad_stacks_in_119 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_119 {
	margin: 30px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_122 {
	
}

#stacks_in_122 #stacks_in_122_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_122 #stacks_in_122_image {
		display: block;
		text-align: center;
}

#stacks_in_122 #stacks_in_122_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
	#stacks_in_122 #stacks_in_122_image {
		display: block;
		text-align: center;
}

#stacks_in_122 #stacks_in_122_image img {
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_122 {
	margin: 0px 10px 0px 10px;
}

#stacks_in_123 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_125 {
	font-size: 125%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_580 {
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 40px 50px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_580 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 20px 10px;
}
}

#stacks_in_556 {
	font-size: 110%;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_559 {
	
}

#stacks_in_559 #stacks_in_559_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_559 #stacks_in_559_image {
		display: block;
		text-align: center;
}

#stacks_in_559 #stacks_in_559_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
	#stacks_in_559 #stacks_in_559_image {
		display: block;
		text-align: center;
}

#stacks_in_559 #stacks_in_559_image img {
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_559 {
	margin: 0px 10px 0px 10px;
}

#stacks_in_560 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_561 {
	font-size: 124%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_584 {
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 40px 50px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_584 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 20px 10px;
}
}

#stacks_in_558 {
	font-size: 110%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Styler Stack' 
Style Sheet: fsrstyler.css Style Sheet
Created: 26, September 2012
Last Modified: 22, April 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_623 {
	font-size: 0.90em;
	color: #FFFFFF;
	line-height: 1.20em;
}

#stacks_in_623 p {
	font-size: 0.90em;
	color: ##FFFFFF;
	line-height: 1.20em;
}

#stacks_in_623 a:link  {
	color: #FFFFFF;
	text-decoration: none;
}

#stacks_in_623 a:visited {
	color: #800080;
	text-decoration: none;
}

#stacks_in_623 a:hover {
	color: #000000;
	text-decoration: none;
}

#stacks_in_623  a:active  {
	color: #FFFFFF;
	text-decoration: none;
}

#stacks_in_623 h1 {
	color: #000000;
	font-size: 2.30em;
	line-height: 1.00em;
}

#stacks_in_623 h2 {
	color: #000000;
	font-size: 2.00em;
	line-height: 1.00em;
}

#stacks_in_623 h3 {
	color: #000000;
	font-size: 1.60em;
	line-height: 1.00em;
}

#stacks_in_623 h4 {
	color: #000000;
	font-size: 1.40em;
	line-height: 1.00em;
}

#stacks_in_623 h5 {
	color: #000000;
	font-size: 1.20em;
	line-height: 1.00em;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_623 {
	font-size: 0.90em;
	line-height: 1.20em;
}

#stacks_in_623 p {
	font-size: 0.90em;
	line-height: 1.20em;
}

#stacks_in_623 h1 {
	font-size: 2.30em;
	line-height: 1.20em;
}

#stacks_in_623 h2 {
	font-size: 2.00em;
	line-height: 1.20em;
}

#stacks_in_623 h3 {
	font-size: 1.60em;
	line-height: 1.20em;
}

#stacks_in_623 h4 {
	font-size: 1.40em;
	line-height: 1.20em;
}

#stacks_in_623 h5 {
	font-size: 1.20em;
	line-height: 1.20em;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Footer' 
Style Sheet: fsrfooter.css
Created: 25, October, 2010
Last Modified: 18, April 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_624 {
}

#stacks_in_624 #footer {
	line-height: 2.33em;
	width: 100%;
}



#stacks_in_624 {
	padding:  5px;
}
