a.block-link{display:block;text-decoration:none !important;padding:0;margin:0;color:inherit}a.block-link:link,a.block-link:visited,a.block-link:hover,a.block-link:active{color:inherit}

.vegas-wrapper,.vegas-overlay,.vegas-timer,.vegas-slide,.vegas-slide-inner{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container > .vegas-timer,body.vegas-container > .vegas-overlay,body.vegas-container > .vegas-slide{position:fixed;z-index:-1}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_546 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_546 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

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

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

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



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


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

}
#stacks_in_546 li > a svg,
#clean-menu_stacks_in_546 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_546.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_546 .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_546 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_546.cm-full-menu ul li > a:hover svg {
  fill: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_546 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_546 .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_546 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_546.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(255, 204, 51, 1.00);
}
#clean-menu_stacks_in_546 .cm-toggle span {
  background: #FFFFFF;
}
#clean-menu_stacks_in_546 h1, #clean-menu_stacks_in_546 h2, #clean-menu_stacks_in_546 h3, #clean-menu_stacks_in_546 h4, #clean-menu_stacks_in_546 h5, #clean-menu_stacks_in_546 h6, #clean-menu_stacks_in_546 .layouts-text, #clean-menu_stacks_in_546 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_546.cm-full-menu,
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul {
  background: rgba(36, 154, 209, 1.00);
}
#clean-menu-full_stacks_in_546.cm-full-menu > ul > li,
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_546.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_546.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_546.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_546.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_546.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_546.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_546 .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_546.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_546.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_546 .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_546.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_546 .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_546 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(200, 243, 255, 1.00);
}
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(255, 255, 255, 1.00);
}
/* #clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(200, 243, 255, 1.00);
} */
#clean-menu_stacks_in_546 .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_546 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_546.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_546 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_546 .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_546 .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_546 .clean-menu-full {
  width: 40px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
#clean-menu_stacks_in_546 .clean-menu-logo {
  width: auto;
  max-width: 9999px;
}
#clean-menu_stacks_in_546 .clean-menu-logo .cm-logo-wrap {
  max-width: 80px;
  margin-right: 5px;
  width: 100%;
}
div[tag="slice"] > .mez > #stacks_in_546.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}



#clean-menu_stacks_in_546 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_546 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_546 .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_546 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_546 .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_546 .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_546 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(198, 243, 255, 1.00);
}
#clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(255, 255, 255, 1.00);
}
/* #clean-menu_stacks_in_546 .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_546 .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_546.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_546 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_546.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_546 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_546 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_546 .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_546.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_546 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_546 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_546 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_546 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_546 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu_stacks_in_546 .clean-menu-full .cm-menu-toggle {
    float: right;
  }
  
  #clean-menu-full_stacks_in_546.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_546.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_546.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_546.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_546.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_546.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_546.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_546.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_546.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_546.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_546.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_546.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






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

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









#clean-menu_stacks_in_546 .clean-menu-top-level ul li.cm-current > a {
  text-decoration: underline;
}
/*
-------------------------------------------
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_547 {
	
}

#stacks_in_547 #stacks_in_547_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_547 #stacks_in_547_image {
		display: block;
		text-align: center;
}

#stacks_in_547 #stacks_in_547_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_547 #stacks_in_547_image {
		display: block;
		text-align: center;
}

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

}#parallax_stacks_in_172{position:relative;overflow:visible}#parallax_stacks_in_172 .parallax-overlay{position:absolute;top:-20px;height:calc(100% + 40px);width:100%;opacity:0.50}#parallax_stacks_in_172 .parallax-overlay.overlay-hide{display:none}#parallax_stacks_in_172 .parallax-overlay.overlay-color{background-color:rgba(0, 0, 0, 1.00)}#parallax_stacks_in_172 .parallax-overlay.overlay-tile{background-image:url();background-repeat:repeat}@media only screen and (max-width:40em){#parallax_stacks_in_172 .parallax-overlay{height:100%;top:0}}#parallax_stacks_in_172{background:transparent}#parallax_stacks_in_172.type-cover{position:absolute}#parallax_stacks_in_172.type-image{min-height:350px}#parallax_stacks_in_172.touch-device{background-image:none !important;position:relative}#parallax_stacks_in_172.touch-device:after{position:absolute;content:"";top:0;left:0;bottom:0;right:0;height:100%;width:100%;background-size:cover;background-position:center center;overflow:hidden;opacity:0.10;z-index:-1}#parallax_stacks_in_172 > *{z-index:10}
/*
-------------------------------------------
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_182 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

#stacks_in_182 {
	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_417 {
	padding: 0px 0px 0px 0px;
	margin: 100px 0px 0px 0px;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_417 { 
    padding: 0px 0px 0px 0px;
    margin: 0px 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_159 {
	
}

#stacks_in_159 #stacks_in_159_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_159 #stacks_in_159_image {
		display: block;
		text-align: center;
}

#stacks_in_159 #stacks_in_159_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_159 #stacks_in_159_image {
		display: block;
		text-align: center;
}

#stacks_in_159 #stacks_in_159_image img {
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_161 {
	font-size: 70%;
}
/*
-------------------------------------------
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_522_wrapper {
	
}

#stacks_in_522_wrapper #stacks_in_522_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #A4D6F4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#stacks_in_522 {
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 20px 0px 50px 0px;
}
/*
-------------------------------------------
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_539 #fsr_colwrap_stacks_in_539 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_539 #fsr_colwrap_stacks_in_539 #fsr_leftcol_stacks_in_539 {
	float: left;
	display: block;
	width: 23%;
	height: auto;
	margin: 0;
}

#stacks_in_539 #fsr_colwrap_stacks_in_539 #fsr_leftcol_stacks_in_539 .leftcolpad_stacks_in_539 {
	padding: 32px 11px 32px 11px;
}

#stacks_in_539 #fsr_colwrap_stacks_in_539 #fsr_rightcol_stacks_in_539 {
	float: right;
	display: block;
	width: 77%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_539 #fsr_colwrap_stacks_in_539 #fsr_rightcol_stacks_in_539 .rightcolpad_stacks_in_539 {
	padding: 32px 11px 32px 11px;
}

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

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

#stacks_in_539 #fsr_colwrap_stacks_in_539 #fsr_leftcol_stacks_in_539 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_539 #fsr_colwrap_stacks_in_539 #fsr_leftcol_stacks_in_539 .leftcolpad_stacks_in_539 {
	padding: 11px 11px 11px 11px;
}

#stacks_in_539 #fsr_colwrap_stacks_in_539 #fsr_rightcol_stacks_in_539 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_539 #fsr_colwrap_stacks_in_539 #fsr_rightcol_stacks_in_539 .rightcolpad_stacks_in_539 {
	padding: 11px 11px 11px 11px;
}

}/*
-------------------------------------------
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_544 {
	
}

#stacks_in_544 #stacks_in_544_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_544 #stacks_in_544_image {
		display: block;
		text-align: center;
}

#stacks_in_544 #stacks_in_544_image img {
	max-width: 75% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

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

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

#stacks_in_544 #stacks_in_544_image img {
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_543 {
	display:inline-block; width:100%; line-height: 1.300000em;
	font-size: 149%;
}
	
	/* start image list from doobox css */
	
	
	#stacks_in_526 .stacks_in_526imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:0px 0;
		
		z-index:1;
	}
	
	#stacks_in_526 .stacks_in_526listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_526 .stacks_in_526listIcon img{
		width:100px;
		height: auto;
	}
	
	
	#stacks_in_526 .stacks_in_526listTitle {

		margin-left:130px;
		padding-bottom: 10px;
		
		font-size: 140%;
	}
	
	
	#stacks_in_526 .stacks_in_526listContent {
		display: block;
		margin-left:130px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_526breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_526 {
	border: solid rgba(168, 171, 171, 1.00);
	border-width:  1px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 30px 10px 20px 30px;
}

#stacks_in_527 {
	display:inline-block; width:100%; line-height: 1.690000em;
}

#stacks_in_528 {
	font-size: 140%;
}

#stacks_in_523 {
	padding: 30px 30px 25px 30px;
}

#stacks_in_525 {
	font-size: 149%;
}

#stacks_in_238 {
	margin: 30px 0px 0px 0px;
}
/*
-------------------------------------------
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_425_wrapper {
	
}

#stacks_in_425_wrapper #stacks_in_425_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #A4D6F4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#stacks_in_425 {
	margin: 0px 0px 50px 0px;
}

#stacks_in_426 {
	padding:  19px;
}

#stacks_in_428 {
	display:inline-block; width:100%; line-height: 1.190000em;
	font-size: 149%;
}

#stacks_in_240 {
	margin: 30px 0px 0px 0px;
}
/*
-------------------------------------------
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_421_wrapper {
	
}

#stacks_in_421_wrapper #stacks_in_421_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #A4D6F4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#stacks_in_421 {
	margin: 0px 0px 50px 0px;
}

#stacks_in_422 {
	padding:  19px;
}

#stacks_in_424 {
	display:inline-block; width:100%; line-height: 1.190000em;
	font-size: 149%;
}

#stacks_in_244 {
	margin: 30px 0px 0px 0px;
}
/*
-------------------------------------------
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_419_wrapper {
	
}

#stacks_in_419_wrapper #stacks_in_419_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #A4D6F4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#stacks_in_419 {
	margin: 0px 0px 70px 0px;
}

#stacks_in_198 {
	padding:  19px;
}

#stacks_in_199 {
	display:inline-block; width:100%; line-height: 1.190000em;
	font-size: 149%;
}
/*
-------------------------------------------
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_503 {
	
}

#stacks_in_503 #stacks_in_503_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_503 #stacks_in_503_image {
		display: block;
		text-align: center;
}

#stacks_in_503 #stacks_in_503_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_503 #stacks_in_503_image {
		display: block;
		text-align: center;
}

#stacks_in_503 #stacks_in_503_image img {
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !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_504_wrapper {
	
}

#stacks_in_504_wrapper #stacks_in_504_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #A4D6F4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#stacks_in_504 {
	margin: 0px 0px 70px 0px;
}

#stacks_in_505 {
	padding:  19px;
}

#stacks_in_507 {
	display:inline-block; width:100%; line-height: 1.190000em;
	font-size: 149%;
}
/*
-------------------------------------------
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_508 {
	
}

#stacks_in_508 #stacks_in_508_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_508 #stacks_in_508_image {
		display: block;
		text-align: center;
}

#stacks_in_508 #stacks_in_508_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_508 #stacks_in_508_image {
		display: block;
		text-align: center;
}

#stacks_in_508 #stacks_in_508_image img {
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !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_509_wrapper {
	
}

#stacks_in_509_wrapper #stacks_in_509_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #A4D6F4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#stacks_in_509 {
	margin: 0px 0px 70px 0px;
}

#stacks_in_510 {
	padding:  19px;
}

#stacks_in_512 {
	display:inline-block; width:100%; line-height: 1.190000em;
	font-size: 149%;
}
/*
-------------------------------------------
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_251_wrapper {
	
}

#stacks_in_251_wrapper #stacks_in_251_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #86CFF5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#stacks_in_251 {
	margin: 0px 0px 10px 0px;
}

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

#stacks_in_201 {
	padding: 30px 30px 0px 30px;
}

#stacks_in_202 {
	display:inline-block; width:100%; line-height: 1.190000em;
	font-size: 169%;
}
/*
-------------------------------------------
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_249 {
	font-size: 0.90em;
	color: #000000;
	line-height: 1.20em;
}

#stacks_in_249 p {
	font-size: 0.90em;
	color: ##000000;
	line-height: 1.20em;
}

#stacks_in_249 a:link  {
	color: #0066FF;
	text-decoration: underline;
}

#stacks_in_249 a:visited {
	color: #0266FF;
	text-decoration: underline;
}

#stacks_in_249 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#stacks_in_249  a:active  {
	color: #0066FF;
	text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

}
#stacks_in_246 {
	padding: 0px 30px 0px 30px;
}

#stacks_in_247 {
	display:inline-block; width:100%; line-height: 1.300000em;
	font-size: 149%;
}
/*
-------------------------------------------
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_234 #fsr_colwrap_stacks_in_234 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_234 #fsr_colwrap_stacks_in_234 #fsr_leftcol_stacks_in_234 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_234 #fsr_colwrap_stacks_in_234 #fsr_leftcol_stacks_in_234 .leftcolpad_stacks_in_234 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_234 #fsr_colwrap_stacks_in_234 #fsr_rightcol_stacks_in_234 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_234 #fsr_colwrap_stacks_in_234 #fsr_rightcol_stacks_in_234 .rightcolpad_stacks_in_234 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_234 #fsr_colwrap_stacks_in_234 #fsr_leftcol_stacks_in_234 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_234 #fsr_colwrap_stacks_in_234 #fsr_leftcol_stacks_in_234 .leftcolpad_stacks_in_234 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_234 #fsr_colwrap_stacks_in_234 #fsr_rightcol_stacks_in_234 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_234 #fsr_colwrap_stacks_in_234 #fsr_rightcol_stacks_in_234 .rightcolpad_stacks_in_234 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_234 {
	margin: 10px 0px 20px 0px;
	padding:  20px;
}
/*
-------------------------------------------
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_231 {
	
}

#stacks_in_231 #stacks_in_231_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_231 #stacks_in_231_image {
		display: block;
		text-align: center;
}

#stacks_in_231 #stacks_in_231_image img {
	max-width: 80% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

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

@media screen and (max-width: 800px) {
	
	#stacks_in_231 #stacks_in_231_image {
		display: block;
		text-align: center;
}

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

}
#stacks_in_231 {
	padding:  20px;
}
/*
-------------------------------------------
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_237 {
	
}

#stacks_in_237 #stacks_in_237_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_237 #stacks_in_237_image {
		display: block;
		text-align: center;
}

#stacks_in_237 #stacks_in_237_image img {
	max-width: 80% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

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

@media screen and (max-width: 800px) {
	
	#stacks_in_237 #stacks_in_237_image {
		display: block;
		text-align: center;
}

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

}
#stacks_in_237 {
	padding:  20px;
}

#stacks_in_484 {
	margin: 0px 0px 20px 40px;
}

#stacks_in_485 {
	font-size: 120%;
}
/*
-------------------------------------------
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_463 {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 50px 0px;
}

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

@media screen and (max-width: 768px) {
	
#stacks_in_463 { 
    padding: 0px 0px 0px 0px;
    margin: 10px 10px 20px 10px;
}
}
/*
-------------------------------------------
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_465_wrapper {
	
}

#stacks_in_465_wrapper #stacks_in_465_transparentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#stacks_in_461 {
	padding:  16px;
}

#stacks_in_462 {
	display:inline-block; width:100%; line-height: 1.300000em;
	font-size: 109%;
}
/*
-------------------------------------------
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_415 {
	font-size: 0.90em;
	color: #FFFFFF;
	line-height: 1.20em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#stacks_in_415 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_23 {
}

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



#stacks_in_23 {
	padding:  5px;
}
